All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.apigateway-2015-07-09-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS SDK for Java with support for OSGi. The AWS SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).

There is a newer version: 1.11.60
Show newest version
{
  "metadata" : {
    "apiVersion" : "2015-07-09",
    "protocol" : "rest-json",
    "checksumFormat" : null,
    "documentation" : "Amazon API Gateway 

Amazon API Gateway helps developers deliver robust, secure and scalable mobile and web application backends. Amazon 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.

", "defaultEndpoint" : "https://apigateway.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "apigateway.us-east-1.amazonaws.com", "syncInterface" : "AmazonApiGateway", "syncClient" : "AmazonApiGatewayClient", "asyncInterface" : "AmazonApiGatewayAsync", "asyncClient" : "AmazonApiGatewayAsyncClient", "packageName" : "com.amazonaws.services.apigateway", "packagePath" : "com/amazonaws/services/apigateway", "serviceAbbreviation" : null, "serviceFullName" : "Amazon API Gateway", "hasApiWithStreamInput" : false, "contentType" : "", "jsonVersion" : "1.1", "endpointPrefix" : "apigateway", "signingName" : "apigateway", "jsonProtocol" : true, "xmlProtocol" : false, "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUmarshallerImpl" : null, "syncClientBuilderClassName" : "AmazonApiGatewayClientBuilder", "asyncClientBuilderClassName" : "AmazonApiGatewayAsyncClientBuilder", "serviceName" : "Amazon API Gateway" }, "operations" : { "CreateApiKey" : { "documentation" : "

Create an ApiKey resource.

", "operationName" : "CreateApiKey", "deprecated" : false, "input" : { "variableName" : "createApiKeyRequest", "variableType" : "CreateApiKeyRequest", "variableDeclarationType" : "CreateApiKeyRequest", "documentation" : "

Request to create an ApiKey resource.

", "simpleType" : "CreateApiKeyRequest", "variableSetterType" : "CreateApiKeyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateApiKeyResult", "documentation" : "

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.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateApiKeyResult", "asyncReturnType" : "CreateApiKeyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createApiKey" }, "CreateAuthorizer" : { "documentation" : "

Adds a new Authorizer resource to an existing RestApi resource.

", "operationName" : "CreateAuthorizer", "deprecated" : false, "input" : { "variableName" : "createAuthorizerRequest", "variableType" : "CreateAuthorizerRequest", "variableDeclarationType" : "CreateAuthorizerRequest", "documentation" : "

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

", "simpleType" : "CreateAuthorizerRequest", "variableSetterType" : "CreateAuthorizerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateAuthorizerResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateAuthorizerResult", "asyncReturnType" : "CreateAuthorizerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createAuthorizer" }, "CreateBasePathMapping" : { "documentation" : "

Creates a new BasePathMapping resource.

", "operationName" : "CreateBasePathMapping", "deprecated" : false, "input" : { "variableName" : "createBasePathMappingRequest", "variableType" : "CreateBasePathMappingRequest", "variableDeclarationType" : "CreateBasePathMappingRequest", "documentation" : "

Requests Amazon API Gateway to create a new BasePathMapping resource.

", "simpleType" : "CreateBasePathMappingRequest", "variableSetterType" : "CreateBasePathMappingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateBasePathMappingResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateBasePathMappingResult", "asyncReturnType" : "CreateBasePathMappingResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createBasePathMapping" }, "CreateDeployment" : { "documentation" : "

Creates a Deployment resource, which makes a specified RestApi callable over the internet.

", "operationName" : "CreateDeployment", "deprecated" : false, "input" : { "variableName" : "createDeploymentRequest", "variableType" : "CreateDeploymentRequest", "variableDeclarationType" : "CreateDeploymentRequest", "documentation" : "

Requests Amazon API Gateway to create a Deployment resource.

", "simpleType" : "CreateDeploymentRequest", "variableSetterType" : "CreateDeploymentRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateDeploymentResult", "documentation" : "

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.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateDeploymentResult", "asyncReturnType" : "CreateDeploymentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createDeployment" }, "CreateDomainName" : { "documentation" : "

Creates a new domain name.

", "operationName" : "CreateDomainName", "deprecated" : false, "input" : { "variableName" : "createDomainNameRequest", "variableType" : "CreateDomainNameRequest", "variableDeclarationType" : "CreateDomainNameRequest", "documentation" : "

A request to create a new domain name.

", "simpleType" : "CreateDomainNameRequest", "variableSetterType" : "CreateDomainNameRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateDomainNameResult", "documentation" : "

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateDomainNameResult", "asyncReturnType" : "CreateDomainNameResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createDomainName" }, "CreateModel" : { "documentation" : "

Adds a new Model resource to an existing RestApi resource.

", "operationName" : "CreateModel", "deprecated" : false, "input" : { "variableName" : "createModelRequest", "variableType" : "CreateModelRequest", "variableDeclarationType" : "CreateModelRequest", "documentation" : "

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

", "simpleType" : "CreateModelRequest", "variableSetterType" : "CreateModelRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateModelResult", "documentation" : "

Represents the structure of a request or response payload for a method.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateModelResult", "asyncReturnType" : "CreateModelResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createModel" }, "CreateResource" : { "documentation" : "

Creates a Resource resource.

", "operationName" : "CreateResource", "deprecated" : false, "input" : { "variableName" : "createResourceRequest", "variableType" : "CreateResourceRequest", "variableDeclarationType" : "CreateResourceRequest", "documentation" : "

Requests Amazon API Gateway to create a Resource resource.

", "simpleType" : "CreateResourceRequest", "variableSetterType" : "CreateResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateResourceResult", "documentation" : "

Represents a resource.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateResourceResult", "asyncReturnType" : "CreateResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createResource" }, "CreateRestApi" : { "documentation" : "

Creates a new RestApi resource.

", "operationName" : "CreateRestApi", "deprecated" : false, "input" : { "variableName" : "createRestApiRequest", "variableType" : "CreateRestApiRequest", "variableDeclarationType" : "CreateRestApiRequest", "documentation" : "

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

", "simpleType" : "CreateRestApiRequest", "variableSetterType" : "CreateRestApiRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateRestApiResult", "documentation" : "

Represents a REST API.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateRestApiResult", "asyncReturnType" : "CreateRestApiResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createRestApi" }, "CreateStage" : { "documentation" : "

Creates a new Stage resource that references a pre-existing Deployment for the API.

", "operationName" : "CreateStage", "deprecated" : false, "input" : { "variableName" : "createStageRequest", "variableType" : "CreateStageRequest", "variableDeclarationType" : "CreateStageRequest", "documentation" : "

Requests Amazon API Gateway to create a Stage resource.

", "simpleType" : "CreateStageRequest", "variableSetterType" : "CreateStageRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateStageResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateStageResult", "asyncReturnType" : "CreateStageResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createStage" }, "DeleteApiKey" : { "documentation" : "

Deletes the ApiKey resource.

", "operationName" : "DeleteApiKey", "deprecated" : false, "input" : { "variableName" : "deleteApiKeyRequest", "variableType" : "DeleteApiKeyRequest", "variableDeclarationType" : "DeleteApiKeyRequest", "documentation" : "

A request to delete the ApiKey resource.

", "simpleType" : "DeleteApiKeyRequest", "variableSetterType" : "DeleteApiKeyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteApiKeyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteApiKeyResult", "asyncReturnType" : "DeleteApiKeyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteApiKey" }, "DeleteAuthorizer" : { "documentation" : "

Deletes an existing Authorizer resource.

", "operationName" : "DeleteAuthorizer", "deprecated" : false, "input" : { "variableName" : "deleteAuthorizerRequest", "variableType" : "DeleteAuthorizerRequest", "variableDeclarationType" : "DeleteAuthorizerRequest", "documentation" : "

Request to delete an existing Authorizer resource.

", "simpleType" : "DeleteAuthorizerRequest", "variableSetterType" : "DeleteAuthorizerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteAuthorizerResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteAuthorizerResult", "asyncReturnType" : "DeleteAuthorizerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteAuthorizer" }, "DeleteBasePathMapping" : { "documentation" : "

Deletes the BasePathMapping resource.

", "operationName" : "DeleteBasePathMapping", "deprecated" : false, "input" : { "variableName" : "deleteBasePathMappingRequest", "variableType" : "DeleteBasePathMappingRequest", "variableDeclarationType" : "DeleteBasePathMappingRequest", "documentation" : "

A request to delete the BasePathMapping resource.

", "simpleType" : "DeleteBasePathMappingRequest", "variableSetterType" : "DeleteBasePathMappingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteBasePathMappingResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteBasePathMappingResult", "asyncReturnType" : "DeleteBasePathMappingResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteBasePathMapping" }, "DeleteClientCertificate" : { "documentation" : "

Deletes the ClientCertificate resource.

", "operationName" : "DeleteClientCertificate", "deprecated" : false, "input" : { "variableName" : "deleteClientCertificateRequest", "variableType" : "DeleteClientCertificateRequest", "variableDeclarationType" : "DeleteClientCertificateRequest", "documentation" : "

A request to delete the ClientCertificate resource.

", "simpleType" : "DeleteClientCertificateRequest", "variableSetterType" : "DeleteClientCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteClientCertificateResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteClientCertificateResult", "asyncReturnType" : "DeleteClientCertificateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteClientCertificate" }, "DeleteDeployment" : { "documentation" : "

Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.

", "operationName" : "DeleteDeployment", "deprecated" : false, "input" : { "variableName" : "deleteDeploymentRequest", "variableType" : "DeleteDeploymentRequest", "variableDeclarationType" : "DeleteDeploymentRequest", "documentation" : "

Requests Amazon API Gateway to delete a Deployment resource.

", "simpleType" : "DeleteDeploymentRequest", "variableSetterType" : "DeleteDeploymentRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDeploymentResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteDeploymentResult", "asyncReturnType" : "DeleteDeploymentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteDeployment" }, "DeleteDomainName" : { "documentation" : "

Deletes the DomainName resource.

", "operationName" : "DeleteDomainName", "deprecated" : false, "input" : { "variableName" : "deleteDomainNameRequest", "variableType" : "DeleteDomainNameRequest", "variableDeclarationType" : "DeleteDomainNameRequest", "documentation" : "

A request to delete the DomainName resource.

", "simpleType" : "DeleteDomainNameRequest", "variableSetterType" : "DeleteDomainNameRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDomainNameResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteDomainNameResult", "asyncReturnType" : "DeleteDomainNameResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteDomainName" }, "DeleteIntegration" : { "documentation" : "

Represents a delete integration.

", "operationName" : "DeleteIntegration", "deprecated" : false, "input" : { "variableName" : "deleteIntegrationRequest", "variableType" : "DeleteIntegrationRequest", "variableDeclarationType" : "DeleteIntegrationRequest", "documentation" : "

Represents a delete integration request.

", "simpleType" : "DeleteIntegrationRequest", "variableSetterType" : "DeleteIntegrationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteIntegrationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteIntegrationResult", "asyncReturnType" : "DeleteIntegrationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteIntegration" }, "DeleteIntegrationResponse" : { "documentation" : "

Represents a delete integration response.

", "operationName" : "DeleteIntegrationResponse", "deprecated" : false, "input" : { "variableName" : "deleteIntegrationResponseRequest", "variableType" : "DeleteIntegrationResponseRequest", "variableDeclarationType" : "DeleteIntegrationResponseRequest", "documentation" : "

Represents a delete integration response request.

", "simpleType" : "DeleteIntegrationResponseRequest", "variableSetterType" : "DeleteIntegrationResponseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteIntegrationResponseResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteIntegrationResponseResult", "asyncReturnType" : "DeleteIntegrationResponseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteIntegrationResponse" }, "DeleteMethod" : { "documentation" : "

Deletes an existing Method resource.

", "operationName" : "DeleteMethod", "deprecated" : false, "input" : { "variableName" : "deleteMethodRequest", "variableType" : "DeleteMethodRequest", "variableDeclarationType" : "DeleteMethodRequest", "documentation" : "

Request to delete an existing Method resource.

", "simpleType" : "DeleteMethodRequest", "variableSetterType" : "DeleteMethodRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteMethodResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteMethodResult", "asyncReturnType" : "DeleteMethodResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteMethod" }, "DeleteMethodResponse" : { "documentation" : "

Deletes an existing MethodResponse resource.

", "operationName" : "DeleteMethodResponse", "deprecated" : false, "input" : { "variableName" : "deleteMethodResponseRequest", "variableType" : "DeleteMethodResponseRequest", "variableDeclarationType" : "DeleteMethodResponseRequest", "documentation" : "

A request to delete an existing MethodResponse resource.

", "simpleType" : "DeleteMethodResponseRequest", "variableSetterType" : "DeleteMethodResponseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteMethodResponseResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteMethodResponseResult", "asyncReturnType" : "DeleteMethodResponseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteMethodResponse" }, "DeleteModel" : { "documentation" : "

Deletes a model.

", "operationName" : "DeleteModel", "deprecated" : false, "input" : { "variableName" : "deleteModelRequest", "variableType" : "DeleteModelRequest", "variableDeclarationType" : "DeleteModelRequest", "documentation" : "

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

", "simpleType" : "DeleteModelRequest", "variableSetterType" : "DeleteModelRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteModelResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteModelResult", "asyncReturnType" : "DeleteModelResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteModel" }, "DeleteResource" : { "documentation" : "

Deletes a Resource resource.

", "operationName" : "DeleteResource", "deprecated" : false, "input" : { "variableName" : "deleteResourceRequest", "variableType" : "DeleteResourceRequest", "variableDeclarationType" : "DeleteResourceRequest", "documentation" : "

Request to delete a Resource.

", "simpleType" : "DeleteResourceRequest", "variableSetterType" : "DeleteResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteResourceResult", "asyncReturnType" : "DeleteResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteResource" }, "DeleteRestApi" : { "documentation" : "

Deletes the specified API.

", "operationName" : "DeleteRestApi", "deprecated" : false, "input" : { "variableName" : "deleteRestApiRequest", "variableType" : "DeleteRestApiRequest", "variableDeclarationType" : "DeleteRestApiRequest", "documentation" : "

Request to delete the specified API from your collection.

", "simpleType" : "DeleteRestApiRequest", "variableSetterType" : "DeleteRestApiRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteRestApiResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteRestApiResult", "asyncReturnType" : "DeleteRestApiResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteRestApi" }, "DeleteStage" : { "documentation" : "

Deletes a Stage resource.

", "operationName" : "DeleteStage", "deprecated" : false, "input" : { "variableName" : "deleteStageRequest", "variableType" : "DeleteStageRequest", "variableDeclarationType" : "DeleteStageRequest", "documentation" : "

Requests Amazon API Gateway to delete a Stage resource.

", "simpleType" : "DeleteStageRequest", "variableSetterType" : "DeleteStageRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteStageResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteStageResult", "asyncReturnType" : "DeleteStageResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteStage" }, "FlushStageAuthorizersCache" : { "documentation" : "

Flushes all authorizer cache entries on a stage.

", "operationName" : "FlushStageAuthorizersCache", "deprecated" : false, "input" : { "variableName" : "flushStageAuthorizersCacheRequest", "variableType" : "FlushStageAuthorizersCacheRequest", "variableDeclarationType" : "FlushStageAuthorizersCacheRequest", "documentation" : "

Request to flush authorizer cache entries on a specified stage.

", "simpleType" : "FlushStageAuthorizersCacheRequest", "variableSetterType" : "FlushStageAuthorizersCacheRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "FlushStageAuthorizersCacheResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "FlushStageAuthorizersCacheResult", "asyncReturnType" : "FlushStageAuthorizersCacheResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "flushStageAuthorizersCache" }, "FlushStageCache" : { "documentation" : "

Flushes a stage's cache.

", "operationName" : "FlushStageCache", "deprecated" : false, "input" : { "variableName" : "flushStageCacheRequest", "variableType" : "FlushStageCacheRequest", "variableDeclarationType" : "FlushStageCacheRequest", "documentation" : "

Requests Amazon API Gateway to flush a stage's cache.

", "simpleType" : "FlushStageCacheRequest", "variableSetterType" : "FlushStageCacheRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "FlushStageCacheResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "FlushStageCacheResult", "asyncReturnType" : "FlushStageCacheResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "flushStageCache" }, "GenerateClientCertificate" : { "documentation" : "

Generates a ClientCertificate resource.

", "operationName" : "GenerateClientCertificate", "deprecated" : false, "input" : { "variableName" : "generateClientCertificateRequest", "variableType" : "GenerateClientCertificateRequest", "variableDeclarationType" : "GenerateClientCertificateRequest", "documentation" : "

A request to generate a ClientCertificate resource.

", "simpleType" : "GenerateClientCertificateRequest", "variableSetterType" : "GenerateClientCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GenerateClientCertificateResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GenerateClientCertificateResult", "asyncReturnType" : "GenerateClientCertificateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "generateClientCertificate" }, "GetAccount" : { "documentation" : "

Gets information about the current Account resource.

", "operationName" : "GetAccount", "deprecated" : false, "input" : { "variableName" : "getAccountRequest", "variableType" : "GetAccountRequest", "variableDeclarationType" : "GetAccountRequest", "documentation" : "

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

", "simpleType" : "GetAccountRequest", "variableSetterType" : "GetAccountRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetAccountResult", "documentation" : "

Represents an AWS account that is associated with Amazon API Gateway.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetAccountResult", "asyncReturnType" : "GetAccountResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getAccount" }, "GetApiKey" : { "documentation" : "

Gets information about the current ApiKey resource.

", "operationName" : "GetApiKey", "deprecated" : false, "input" : { "variableName" : "getApiKeyRequest", "variableType" : "GetApiKeyRequest", "variableDeclarationType" : "GetApiKeyRequest", "documentation" : "

A request to get information about the current ApiKey resource.

", "simpleType" : "GetApiKeyRequest", "variableSetterType" : "GetApiKeyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetApiKeyResult", "documentation" : "

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.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetApiKeyResult", "asyncReturnType" : "GetApiKeyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getApiKey" }, "GetApiKeys" : { "documentation" : "

Gets information about the current ApiKeys resource.

", "operationName" : "GetApiKeys", "deprecated" : false, "input" : { "variableName" : "getApiKeysRequest", "variableType" : "GetApiKeysRequest", "variableDeclarationType" : "GetApiKeysRequest", "documentation" : "

A request to get information about the current ApiKeys resource.

", "simpleType" : "GetApiKeysRequest", "variableSetterType" : "GetApiKeysRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetApiKeysResult", "documentation" : "

Represents a collection of ApiKey resources.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetApiKeysResult", "asyncReturnType" : "GetApiKeysResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getApiKeys" }, "GetAuthorizer" : { "documentation" : "

Describe an existing Authorizer resource.

", "operationName" : "GetAuthorizer", "deprecated" : false, "input" : { "variableName" : "getAuthorizerRequest", "variableType" : "GetAuthorizerRequest", "variableDeclarationType" : "GetAuthorizerRequest", "documentation" : "

Request to describe an existing Authorizer resource.

", "simpleType" : "GetAuthorizerRequest", "variableSetterType" : "GetAuthorizerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetAuthorizerResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetAuthorizerResult", "asyncReturnType" : "GetAuthorizerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getAuthorizer" }, "GetAuthorizers" : { "documentation" : "

Describe an existing Authorizers resource.

", "operationName" : "GetAuthorizers", "deprecated" : false, "input" : { "variableName" : "getAuthorizersRequest", "variableType" : "GetAuthorizersRequest", "variableDeclarationType" : "GetAuthorizersRequest", "documentation" : "

Request to describe an existing Authorizers resource.

", "simpleType" : "GetAuthorizersRequest", "variableSetterType" : "GetAuthorizersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetAuthorizersResult", "documentation" : "

Represents a collection of Authorizer resources.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetAuthorizersResult", "asyncReturnType" : "GetAuthorizersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getAuthorizers" }, "GetBasePathMapping" : { "documentation" : "

Describe a BasePathMapping resource.

", "operationName" : "GetBasePathMapping", "deprecated" : false, "input" : { "variableName" : "getBasePathMappingRequest", "variableType" : "GetBasePathMappingRequest", "variableDeclarationType" : "GetBasePathMappingRequest", "documentation" : "

Request to describe a BasePathMapping resource.

", "simpleType" : "GetBasePathMappingRequest", "variableSetterType" : "GetBasePathMappingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetBasePathMappingResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetBasePathMappingResult", "asyncReturnType" : "GetBasePathMappingResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getBasePathMapping" }, "GetBasePathMappings" : { "documentation" : "

Represents a collection of BasePathMapping resources.

", "operationName" : "GetBasePathMappings", "deprecated" : false, "input" : { "variableName" : "getBasePathMappingsRequest", "variableType" : "GetBasePathMappingsRequest", "variableDeclarationType" : "GetBasePathMappingsRequest", "documentation" : "

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

", "simpleType" : "GetBasePathMappingsRequest", "variableSetterType" : "GetBasePathMappingsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetBasePathMappingsResult", "documentation" : "

Represents a collection of BasePathMapping resources.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetBasePathMappingsResult", "asyncReturnType" : "GetBasePathMappingsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getBasePathMappings" }, "GetClientCertificate" : { "documentation" : "

Gets information about the current ClientCertificate resource.

", "operationName" : "GetClientCertificate", "deprecated" : false, "input" : { "variableName" : "getClientCertificateRequest", "variableType" : "GetClientCertificateRequest", "variableDeclarationType" : "GetClientCertificateRequest", "documentation" : "

A request to get information about the current ClientCertificate resource.

", "simpleType" : "GetClientCertificateRequest", "variableSetterType" : "GetClientCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetClientCertificateResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetClientCertificateResult", "asyncReturnType" : "GetClientCertificateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getClientCertificate" }, "GetClientCertificates" : { "documentation" : "

Gets a collection of ClientCertificate resources.

", "operationName" : "GetClientCertificates", "deprecated" : false, "input" : { "variableName" : "getClientCertificatesRequest", "variableType" : "GetClientCertificatesRequest", "variableDeclarationType" : "GetClientCertificatesRequest", "documentation" : "

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

", "simpleType" : "GetClientCertificatesRequest", "variableSetterType" : "GetClientCertificatesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetClientCertificatesResult", "documentation" : "

Represents a collection of ClientCertificate resources.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetClientCertificatesResult", "asyncReturnType" : "GetClientCertificatesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getClientCertificates" }, "GetDeployment" : { "documentation" : "

Gets information about a Deployment resource.

", "operationName" : "GetDeployment", "deprecated" : false, "input" : { "variableName" : "getDeploymentRequest", "variableType" : "GetDeploymentRequest", "variableDeclarationType" : "GetDeploymentRequest", "documentation" : "

Requests Amazon API Gateway to get information about a Deployment resource.

", "simpleType" : "GetDeploymentRequest", "variableSetterType" : "GetDeploymentRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDeploymentResult", "documentation" : "

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.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDeploymentResult", "asyncReturnType" : "GetDeploymentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDeployment" }, "GetDeployments" : { "documentation" : "

Gets information about a Deployments collection.

", "operationName" : "GetDeployments", "deprecated" : false, "input" : { "variableName" : "getDeploymentsRequest", "variableType" : "GetDeploymentsRequest", "variableDeclarationType" : "GetDeploymentsRequest", "documentation" : "

Requests Amazon API Gateway to get information about a Deployments collection.

", "simpleType" : "GetDeploymentsRequest", "variableSetterType" : "GetDeploymentsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDeploymentsResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDeploymentsResult", "asyncReturnType" : "GetDeploymentsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDeployments" }, "GetDomainName" : { "documentation" : "

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

", "operationName" : "GetDomainName", "deprecated" : false, "input" : { "variableName" : "getDomainNameRequest", "variableType" : "GetDomainNameRequest", "variableDeclarationType" : "GetDomainNameRequest", "documentation" : "

Request to get the name of a DomainName resource.

", "simpleType" : "GetDomainNameRequest", "variableSetterType" : "GetDomainNameRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDomainNameResult", "documentation" : "

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDomainNameResult", "asyncReturnType" : "GetDomainNameResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDomainName" }, "GetDomainNames" : { "documentation" : "

Represents a collection of DomainName resources.

", "operationName" : "GetDomainNames", "deprecated" : false, "input" : { "variableName" : "getDomainNamesRequest", "variableType" : "GetDomainNamesRequest", "variableDeclarationType" : "GetDomainNamesRequest", "documentation" : "

Request to describe a collection of DomainName resources.

", "simpleType" : "GetDomainNamesRequest", "variableSetterType" : "GetDomainNamesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDomainNamesResult", "documentation" : "

Represents a collection of DomainName resources.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDomainNamesResult", "asyncReturnType" : "GetDomainNamesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDomainNames" }, "GetExport" : { "documentation" : "

Exports a deployed version of a RestApi in a specified format.

", "operationName" : "GetExport", "deprecated" : false, "input" : { "variableName" : "getExportRequest", "variableType" : "GetExportRequest", "variableDeclarationType" : "GetExportRequest", "documentation" : "

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

", "simpleType" : "GetExportRequest", "variableSetterType" : "GetExportRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetExportResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : true, "authenticated" : true, "syncReturnType" : "GetExportResult", "asyncReturnType" : "GetExportResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getExport" }, "GetIntegration" : { "documentation" : "

Represents a get integration.

", "operationName" : "GetIntegration", "deprecated" : false, "input" : { "variableName" : "getIntegrationRequest", "variableType" : "GetIntegrationRequest", "variableDeclarationType" : "GetIntegrationRequest", "documentation" : "

Represents a get integration request.

", "simpleType" : "GetIntegrationRequest", "variableSetterType" : "GetIntegrationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetIntegrationResult", "documentation" : "

Represents a HTTP, AWS, or Mock integration.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetIntegrationResult", "asyncReturnType" : "GetIntegrationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getIntegration" }, "GetIntegrationResponse" : { "documentation" : "

Represents a get integration response.

", "operationName" : "GetIntegrationResponse", "deprecated" : false, "input" : { "variableName" : "getIntegrationResponseRequest", "variableType" : "GetIntegrationResponseRequest", "variableDeclarationType" : "GetIntegrationResponseRequest", "documentation" : "

Represents a get integration response request.

", "simpleType" : "GetIntegrationResponseRequest", "variableSetterType" : "GetIntegrationResponseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetIntegrationResponseResult", "documentation" : "

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the backend response.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetIntegrationResponseResult", "asyncReturnType" : "GetIntegrationResponseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getIntegrationResponse" }, "GetMethod" : { "documentation" : "

Describe an existing Method resource.

", "operationName" : "GetMethod", "deprecated" : false, "input" : { "variableName" : "getMethodRequest", "variableType" : "GetMethodRequest", "variableDeclarationType" : "GetMethodRequest", "documentation" : "

Request to describe an existing Method resource.

", "simpleType" : "GetMethodRequest", "variableSetterType" : "GetMethodRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetMethodResult", "documentation" : "

Represents a method.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetMethodResult", "asyncReturnType" : "GetMethodResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getMethod" }, "GetMethodResponse" : { "documentation" : "

Describes a MethodResponse resource.

", "operationName" : "GetMethodResponse", "deprecated" : false, "input" : { "variableName" : "getMethodResponseRequest", "variableType" : "GetMethodResponseRequest", "variableDeclarationType" : "GetMethodResponseRequest", "documentation" : "

Request to describe a MethodResponse resource.

", "simpleType" : "GetMethodResponseRequest", "variableSetterType" : "GetMethodResponseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetMethodResponseResult", "documentation" : "

Represents a method response. Amazon API Gateway sends back the status code to the caller as the HTTP status code. Parameters and models can be used to transform the response from the method's integration.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetMethodResponseResult", "asyncReturnType" : "GetMethodResponseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getMethodResponse" }, "GetModel" : { "documentation" : "

Describes an existing model defined for a RestApi resource.

", "operationName" : "GetModel", "deprecated" : false, "input" : { "variableName" : "getModelRequest", "variableType" : "GetModelRequest", "variableDeclarationType" : "GetModelRequest", "documentation" : "

Request to list information about a model in an existing RestApi resource.

", "simpleType" : "GetModelRequest", "variableSetterType" : "GetModelRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetModelResult", "documentation" : "

Represents the structure of a request or response payload for a method.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetModelResult", "asyncReturnType" : "GetModelResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getModel" }, "GetModelTemplate" : { "documentation" : "

Generates a sample mapping template that can be used to transform a payload into the structure of a model.

", "operationName" : "GetModelTemplate", "deprecated" : false, "input" : { "variableName" : "getModelTemplateRequest", "variableType" : "GetModelTemplateRequest", "variableDeclarationType" : "GetModelTemplateRequest", "documentation" : "

Request to generate a sample mapping template used to transform the payload.

", "simpleType" : "GetModelTemplateRequest", "variableSetterType" : "GetModelTemplateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetModelTemplateResult", "documentation" : "

Represents a mapping template used to transform a payload.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetModelTemplateResult", "asyncReturnType" : "GetModelTemplateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getModelTemplate" }, "GetModels" : { "documentation" : "

Describes existing Models defined for a RestApi resource.

", "operationName" : "GetModels", "deprecated" : false, "input" : { "variableName" : "getModelsRequest", "variableType" : "GetModelsRequest", "variableDeclarationType" : "GetModelsRequest", "documentation" : "

Request to list existing Models defined for a RestApi resource.

", "simpleType" : "GetModelsRequest", "variableSetterType" : "GetModelsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetModelsResult", "documentation" : "

Represents a collection of Model resources.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetModelsResult", "asyncReturnType" : "GetModelsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getModels" }, "GetResource" : { "documentation" : "

Lists information about a resource.

", "operationName" : "GetResource", "deprecated" : false, "input" : { "variableName" : "getResourceRequest", "variableType" : "GetResourceRequest", "variableDeclarationType" : "GetResourceRequest", "documentation" : "

Request to list information about a resource.

", "simpleType" : "GetResourceRequest", "variableSetterType" : "GetResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetResourceResult", "documentation" : "

Represents a resource.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetResourceResult", "asyncReturnType" : "GetResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getResource" }, "GetResources" : { "documentation" : "

Lists information about a collection of Resource resources.

", "operationName" : "GetResources", "deprecated" : false, "input" : { "variableName" : "getResourcesRequest", "variableType" : "GetResourcesRequest", "variableDeclarationType" : "GetResourcesRequest", "documentation" : "

Request to list information about a collection of resources.

", "simpleType" : "GetResourcesRequest", "variableSetterType" : "GetResourcesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetResourcesResult", "documentation" : "

Represents a collection of Resource resources.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetResourcesResult", "asyncReturnType" : "GetResourcesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getResources" }, "GetRestApi" : { "documentation" : "

Lists the RestApi resource in the collection.

", "operationName" : "GetRestApi", "deprecated" : false, "input" : { "variableName" : "getRestApiRequest", "variableType" : "GetRestApiRequest", "variableDeclarationType" : "GetRestApiRequest", "documentation" : "

The GET request to list an existing RestApi defined for your collection.

", "simpleType" : "GetRestApiRequest", "variableSetterType" : "GetRestApiRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetRestApiResult", "documentation" : "

Represents a REST API.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetRestApiResult", "asyncReturnType" : "GetRestApiResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getRestApi" }, "GetRestApis" : { "documentation" : "

Lists the RestApis resources for your collection.

", "operationName" : "GetRestApis", "deprecated" : false, "input" : { "variableName" : "getRestApisRequest", "variableType" : "GetRestApisRequest", "variableDeclarationType" : "GetRestApisRequest", "documentation" : "

The GET request to list existing RestApis defined for your collection.

", "simpleType" : "GetRestApisRequest", "variableSetterType" : "GetRestApisRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetRestApisResult", "documentation" : "

Contains references to your APIs and links that guide you in ways to interact with your collection. A collection offers a paginated view of your APIs.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetRestApisResult", "asyncReturnType" : "GetRestApisResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getRestApis" }, "GetSdk" : { "documentation" : "

Generates a client SDK for a RestApi and Stage.

", "operationName" : "GetSdk", "deprecated" : false, "input" : { "variableName" : "getSdkRequest", "variableType" : "GetSdkRequest", "variableDeclarationType" : "GetSdkRequest", "documentation" : "

Request a new generated client SDK for a RestApi and Stage.

", "simpleType" : "GetSdkRequest", "variableSetterType" : "GetSdkRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetSdkResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : true, "authenticated" : true, "syncReturnType" : "GetSdkResult", "asyncReturnType" : "GetSdkResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getSdk" }, "GetStage" : { "documentation" : "

Gets information about a Stage resource.

", "operationName" : "GetStage", "deprecated" : false, "input" : { "variableName" : "getStageRequest", "variableType" : "GetStageRequest", "variableDeclarationType" : "GetStageRequest", "documentation" : "

Requests Amazon API Gateway to get information about a Stage resource.

", "simpleType" : "GetStageRequest", "variableSetterType" : "GetStageRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetStageResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetStageResult", "asyncReturnType" : "GetStageResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getStage" }, "GetStages" : { "documentation" : "

Gets information about one or more Stage resources.

", "operationName" : "GetStages", "deprecated" : false, "input" : { "variableName" : "getStagesRequest", "variableType" : "GetStagesRequest", "variableDeclarationType" : "GetStagesRequest", "documentation" : "

Requests Amazon API Gateway to get information about one or more Stage resources.

", "simpleType" : "GetStagesRequest", "variableSetterType" : "GetStagesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetStagesResult", "documentation" : "

A list of Stage resource that are associated with the ApiKey resource.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetStagesResult", "asyncReturnType" : "GetStagesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getStages" }, "ImportRestApi" : { "documentation" : "

A feature of the Amazon API Gateway control service for creating a new API from an external API definition file.

", "operationName" : "ImportRestApi", "deprecated" : false, "input" : { "variableName" : "importRestApiRequest", "variableType" : "ImportRestApiRequest", "variableDeclarationType" : "ImportRestApiRequest", "documentation" : "

A POST request to import an API to Amazon API Gateway using an input of an API definition file.

", "simpleType" : "ImportRestApiRequest", "variableSetterType" : "ImportRestApiRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ImportRestApiResult", "documentation" : "

Represents a REST API.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ImportRestApiResult", "asyncReturnType" : "ImportRestApiResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "importRestApi" }, "PutIntegration" : { "documentation" : "

Represents a put integration.

", "operationName" : "PutIntegration", "deprecated" : false, "input" : { "variableName" : "putIntegrationRequest", "variableType" : "PutIntegrationRequest", "variableDeclarationType" : "PutIntegrationRequest", "documentation" : "

Represents a put integration request.

", "simpleType" : "PutIntegrationRequest", "variableSetterType" : "PutIntegrationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutIntegrationResult", "documentation" : "

Represents a HTTP, AWS, or Mock integration.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "PutIntegrationResult", "asyncReturnType" : "PutIntegrationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "putIntegration" }, "PutIntegrationResponse" : { "documentation" : "

Represents a put integration.

", "operationName" : "PutIntegrationResponse", "deprecated" : false, "input" : { "variableName" : "putIntegrationResponseRequest", "variableType" : "PutIntegrationResponseRequest", "variableDeclarationType" : "PutIntegrationResponseRequest", "documentation" : "

Represents a put integration response request.

", "simpleType" : "PutIntegrationResponseRequest", "variableSetterType" : "PutIntegrationResponseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutIntegrationResponseResult", "documentation" : "

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the backend response.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "PutIntegrationResponseResult", "asyncReturnType" : "PutIntegrationResponseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "putIntegrationResponse" }, "PutMethod" : { "documentation" : "

Add a method to an existing Resource resource.

", "operationName" : "PutMethod", "deprecated" : false, "input" : { "variableName" : "putMethodRequest", "variableType" : "PutMethodRequest", "variableDeclarationType" : "PutMethodRequest", "documentation" : "

Request to add a method to an existing Resource resource.

", "simpleType" : "PutMethodRequest", "variableSetterType" : "PutMethodRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutMethodResult", "documentation" : "

Represents a method.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "PutMethodResult", "asyncReturnType" : "PutMethodResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "putMethod" }, "PutMethodResponse" : { "documentation" : "

Adds a MethodResponse to an existing Method resource.

", "operationName" : "PutMethodResponse", "deprecated" : false, "input" : { "variableName" : "putMethodResponseRequest", "variableType" : "PutMethodResponseRequest", "variableDeclarationType" : "PutMethodResponseRequest", "documentation" : "

Request to add a MethodResponse to an existing Method resource.

", "simpleType" : "PutMethodResponseRequest", "variableSetterType" : "PutMethodResponseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutMethodResponseResult", "documentation" : "

Represents a method response. Amazon API Gateway sends back the status code to the caller as the HTTP status code. Parameters and models can be used to transform the response from the method's integration.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "PutMethodResponseResult", "asyncReturnType" : "PutMethodResponseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "putMethodResponse" }, "PutRestApi" : { "documentation" : "

A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions. The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.

", "operationName" : "PutRestApi", "deprecated" : false, "input" : { "variableName" : "putRestApiRequest", "variableType" : "PutRestApiRequest", "variableDeclarationType" : "PutRestApiRequest", "documentation" : "

A PUT request to update an existing API, with external API definitions specified as the request body.

", "simpleType" : "PutRestApiRequest", "variableSetterType" : "PutRestApiRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "PutRestApiResult", "documentation" : "

Represents a REST API.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "PutRestApiResult", "asyncReturnType" : "PutRestApiResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "putRestApi" }, "TestInvokeAuthorizer" : { "documentation" : "

Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.

", "operationName" : "TestInvokeAuthorizer", "deprecated" : false, "input" : { "variableName" : "testInvokeAuthorizerRequest", "variableType" : "TestInvokeAuthorizerRequest", "variableDeclarationType" : "TestInvokeAuthorizerRequest", "documentation" : "

Make a request to simulate the execution of an Authorizer.

", "simpleType" : "TestInvokeAuthorizerRequest", "variableSetterType" : "TestInvokeAuthorizerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TestInvokeAuthorizerResult", "documentation" : "

Represents the response of the test invoke request in for a custom Authorizer

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "TestInvokeAuthorizerResult", "asyncReturnType" : "TestInvokeAuthorizerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "testInvokeAuthorizer" }, "TestInvokeMethod" : { "documentation" : "

Simulate the execution of a Method in your RestApi with headers, parameters, and an incoming request body.

", "operationName" : "TestInvokeMethod", "deprecated" : false, "input" : { "variableName" : "testInvokeMethodRequest", "variableType" : "TestInvokeMethodRequest", "variableDeclarationType" : "TestInvokeMethodRequest", "documentation" : "

Make a request to simulate the execution of a Method.

", "simpleType" : "TestInvokeMethodRequest", "variableSetterType" : "TestInvokeMethodRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TestInvokeMethodResult", "documentation" : "

Represents the response of the test invoke request in HTTP method.

" }, "exceptions" : [ { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "TestInvokeMethodResult", "asyncReturnType" : "TestInvokeMethodResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "testInvokeMethod" }, "UpdateAccount" : { "documentation" : "

Changes information about the current Account resource.

", "operationName" : "UpdateAccount", "deprecated" : false, "input" : { "variableName" : "updateAccountRequest", "variableType" : "UpdateAccountRequest", "variableDeclarationType" : "UpdateAccountRequest", "documentation" : "

Requests Amazon API Gateway to change information about the current Account resource.

", "simpleType" : "UpdateAccountRequest", "variableSetterType" : "UpdateAccountRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateAccountResult", "documentation" : "

Represents an AWS account that is associated with Amazon API Gateway.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateAccountResult", "asyncReturnType" : "UpdateAccountResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateAccount" }, "UpdateApiKey" : { "documentation" : "

Changes information about an ApiKey resource.

", "operationName" : "UpdateApiKey", "deprecated" : false, "input" : { "variableName" : "updateApiKeyRequest", "variableType" : "UpdateApiKeyRequest", "variableDeclarationType" : "UpdateApiKeyRequest", "documentation" : "

A request to change information about an ApiKey resource.

", "simpleType" : "UpdateApiKeyRequest", "variableSetterType" : "UpdateApiKeyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateApiKeyResult", "documentation" : "

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.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateApiKeyResult", "asyncReturnType" : "UpdateApiKeyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateApiKey" }, "UpdateAuthorizer" : { "documentation" : "

Updates an existing Authorizer resource.

", "operationName" : "UpdateAuthorizer", "deprecated" : false, "input" : { "variableName" : "updateAuthorizerRequest", "variableType" : "UpdateAuthorizerRequest", "variableDeclarationType" : "UpdateAuthorizerRequest", "documentation" : "

Request to update an existing Authorizer resource.

", "simpleType" : "UpdateAuthorizerRequest", "variableSetterType" : "UpdateAuthorizerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateAuthorizerResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateAuthorizerResult", "asyncReturnType" : "UpdateAuthorizerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateAuthorizer" }, "UpdateBasePathMapping" : { "documentation" : "

Changes information about the BasePathMapping resource.

", "operationName" : "UpdateBasePathMapping", "deprecated" : false, "input" : { "variableName" : "updateBasePathMappingRequest", "variableType" : "UpdateBasePathMappingRequest", "variableDeclarationType" : "UpdateBasePathMappingRequest", "documentation" : "

A request to change information about the BasePathMapping resource.

", "simpleType" : "UpdateBasePathMappingRequest", "variableSetterType" : "UpdateBasePathMappingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateBasePathMappingResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateBasePathMappingResult", "asyncReturnType" : "UpdateBasePathMappingResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateBasePathMapping" }, "UpdateClientCertificate" : { "documentation" : "

Changes information about an ClientCertificate resource.

", "operationName" : "UpdateClientCertificate", "deprecated" : false, "input" : { "variableName" : "updateClientCertificateRequest", "variableType" : "UpdateClientCertificateRequest", "variableDeclarationType" : "UpdateClientCertificateRequest", "documentation" : "

A request to change information about an ClientCertificate resource.

", "simpleType" : "UpdateClientCertificateRequest", "variableSetterType" : "UpdateClientCertificateRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateClientCertificateResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateClientCertificateResult", "asyncReturnType" : "UpdateClientCertificateResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateClientCertificate" }, "UpdateDeployment" : { "documentation" : "

Changes information about a Deployment resource.

", "operationName" : "UpdateDeployment", "deprecated" : false, "input" : { "variableName" : "updateDeploymentRequest", "variableType" : "UpdateDeploymentRequest", "variableDeclarationType" : "UpdateDeploymentRequest", "documentation" : "

Requests Amazon API Gateway to change information about a Deployment resource.

", "simpleType" : "UpdateDeploymentRequest", "variableSetterType" : "UpdateDeploymentRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateDeploymentResult", "documentation" : "

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.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "ServiceUnavailableException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateDeploymentResult", "asyncReturnType" : "UpdateDeploymentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateDeployment" }, "UpdateDomainName" : { "documentation" : "

Changes information about the DomainName resource.

", "operationName" : "UpdateDomainName", "deprecated" : false, "input" : { "variableName" : "updateDomainNameRequest", "variableType" : "UpdateDomainNameRequest", "variableDeclarationType" : "UpdateDomainNameRequest", "documentation" : "

A request to change information about the DomainName resource.

", "simpleType" : "UpdateDomainNameRequest", "variableSetterType" : "UpdateDomainNameRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateDomainNameResult", "documentation" : "

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateDomainNameResult", "asyncReturnType" : "UpdateDomainNameResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateDomainName" }, "UpdateIntegration" : { "documentation" : "

Represents an update integration.

", "operationName" : "UpdateIntegration", "deprecated" : false, "input" : { "variableName" : "updateIntegrationRequest", "variableType" : "UpdateIntegrationRequest", "variableDeclarationType" : "UpdateIntegrationRequest", "documentation" : "

Represents an update integration request.

", "simpleType" : "UpdateIntegrationRequest", "variableSetterType" : "UpdateIntegrationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateIntegrationResult", "documentation" : "

Represents a HTTP, AWS, or Mock integration.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateIntegrationResult", "asyncReturnType" : "UpdateIntegrationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateIntegration" }, "UpdateIntegrationResponse" : { "documentation" : "

Represents an update integration response.

", "operationName" : "UpdateIntegrationResponse", "deprecated" : false, "input" : { "variableName" : "updateIntegrationResponseRequest", "variableType" : "UpdateIntegrationResponseRequest", "variableDeclarationType" : "UpdateIntegrationResponseRequest", "documentation" : "

Represents an update integration response request.

", "simpleType" : "UpdateIntegrationResponseRequest", "variableSetterType" : "UpdateIntegrationResponseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateIntegrationResponseResult", "documentation" : "

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the backend response.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateIntegrationResponseResult", "asyncReturnType" : "UpdateIntegrationResponseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateIntegrationResponse" }, "UpdateMethod" : { "documentation" : "

Updates an existing Method resource.

", "operationName" : "UpdateMethod", "deprecated" : false, "input" : { "variableName" : "updateMethodRequest", "variableType" : "UpdateMethodRequest", "variableDeclarationType" : "UpdateMethodRequest", "documentation" : "

Request to update an existing Method resource.

", "simpleType" : "UpdateMethodRequest", "variableSetterType" : "UpdateMethodRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateMethodResult", "documentation" : "

Represents a method.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateMethodResult", "asyncReturnType" : "UpdateMethodResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateMethod" }, "UpdateMethodResponse" : { "documentation" : "

Updates an existing MethodResponse resource.

", "operationName" : "UpdateMethodResponse", "deprecated" : false, "input" : { "variableName" : "updateMethodResponseRequest", "variableType" : "UpdateMethodResponseRequest", "variableDeclarationType" : "UpdateMethodResponseRequest", "documentation" : "

A request to update an existing MethodResponse resource.

", "simpleType" : "UpdateMethodResponseRequest", "variableSetterType" : "UpdateMethodResponseRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateMethodResponseResult", "documentation" : "

Represents a method response. Amazon API Gateway sends back the status code to the caller as the HTTP status code. Parameters and models can be used to transform the response from the method's integration.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "LimitExceededException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateMethodResponseResult", "asyncReturnType" : "UpdateMethodResponseResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateMethodResponse" }, "UpdateModel" : { "documentation" : "

Changes information about a model.

", "operationName" : "UpdateModel", "deprecated" : false, "input" : { "variableName" : "updateModelRequest", "variableType" : "UpdateModelRequest", "variableDeclarationType" : "UpdateModelRequest", "documentation" : "

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

", "simpleType" : "UpdateModelRequest", "variableSetterType" : "UpdateModelRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateModelResult", "documentation" : "

Represents the structure of a request or response payload for a method.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateModelResult", "asyncReturnType" : "UpdateModelResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateModel" }, "UpdateResource" : { "documentation" : "

Changes information about a Resource resource.

", "operationName" : "UpdateResource", "deprecated" : false, "input" : { "variableName" : "updateResourceRequest", "variableType" : "UpdateResourceRequest", "variableDeclarationType" : "UpdateResourceRequest", "documentation" : "

Request to change information about a Resource resource.

", "simpleType" : "UpdateResourceRequest", "variableSetterType" : "UpdateResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateResourceResult", "documentation" : "

Represents a resource.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateResourceResult", "asyncReturnType" : "UpdateResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateResource" }, "UpdateRestApi" : { "documentation" : "

Changes information about the specified API.

", "operationName" : "UpdateRestApi", "deprecated" : false, "input" : { "variableName" : "updateRestApiRequest", "variableType" : "UpdateRestApiRequest", "variableDeclarationType" : "UpdateRestApiRequest", "documentation" : "

Request to update an existing RestApi resource in your collection.

", "simpleType" : "UpdateRestApiRequest", "variableSetterType" : "UpdateRestApiRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateRestApiResult", "documentation" : "

Represents a REST API.

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateRestApiResult", "asyncReturnType" : "UpdateRestApiResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateRestApi" }, "UpdateStage" : { "documentation" : "

Changes information about a Stage resource.

", "operationName" : "UpdateStage", "deprecated" : false, "input" : { "variableName" : "updateStageRequest", "variableType" : "UpdateStageRequest", "variableDeclarationType" : "UpdateStageRequest", "documentation" : "

Requests Amazon API Gateway to change information about a Stage resource.

", "simpleType" : "UpdateStageRequest", "variableSetterType" : "UpdateStageRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateStageResult", "documentation" : "

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

" }, "exceptions" : [ { "exceptionName" : "UnauthorizedException", "documentation" : null }, { "exceptionName" : "NotFoundException", "documentation" : null }, { "exceptionName" : "ConflictException", "documentation" : null }, { "exceptionName" : "BadRequestException", "documentation" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : null } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateStageResult", "asyncReturnType" : "UpdateStageResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateStage" } }, "shapes" : { "UpdateDeploymentRequest" : { "c2jName" : "UpdateDeploymentRequest", "documentation" : "

Requests Amazon API Gateway to change information about a Deployment resource.

", "shapeName" : "UpdateDeploymentRequest", "deprecated" : false, "required" : [ "restApiId", "deploymentId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

\n@param restApiId The replacement identifier of the RestApi resource for the Deployment resource to change information about.*/", "getterDocumentation" : "/**

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

\n@return The replacement identifier of the RestApi resource for the Deployment resource to change information about.*/", "fluentSetterDocumentation" : "/**

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

\n@param restApiId The replacement identifier of the RestApi resource for the Deployment resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

\n@param restApiId The replacement identifier of the RestApi resource for the Deployment resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The replacment identifier for the Deployment resource to change information about.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The replacment identifier for the Deployment resource to change information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deployment_id", "marshallLocationName" : "deployment_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The replacment identifier for the Deployment resource to change information about.

\n@param deploymentId The replacment identifier for the Deployment resource to change information about.*/", "getterDocumentation" : "/**

The replacment identifier for the Deployment resource to change information about.

\n@return The replacment identifier for the Deployment resource to change information about.*/", "fluentSetterDocumentation" : "/**

The replacment identifier for the Deployment resource to change information about.

\n@param deploymentId The replacment identifier for the Deployment resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The replacment identifier for the Deployment resource to change information about.

\n@param deploymentId The replacment identifier for the Deployment resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateDeploymentRequest", "variableType" : "UpdateDeploymentRequest", "variableDeclarationType" : "UpdateDeploymentRequest", "documentation" : null, "simpleType" : "UpdateDeploymentRequest", "variableSetterType" : "UpdateDeploymentRequest" }, "marshaller" : { "action" : "UpdateDeployment", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}/deployments/{deployment_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

The replacment identifier for the Deployment resource to change information about.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The replacment identifier for the Deployment resource to change information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deployment_id", "marshallLocationName" : "deployment_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The replacment identifier for the Deployment resource to change information about.

\n@param deploymentId The replacment identifier for the Deployment resource to change information about.*/", "getterDocumentation" : "/**

The replacment identifier for the Deployment resource to change information about.

\n@return The replacment identifier for the Deployment resource to change information about.*/", "fluentSetterDocumentation" : "/**

The replacment identifier for the Deployment resource to change information about.

\n@param deploymentId The replacment identifier for the Deployment resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The replacment identifier for the Deployment resource to change information about.

\n@param deploymentId The replacment identifier for the Deployment resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

\n@param restApiId The replacement identifier of the RestApi resource for the Deployment resource to change information about.*/", "getterDocumentation" : "/**

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

\n@return The replacement identifier of the RestApi resource for the Deployment resource to change information about.*/", "fluentSetterDocumentation" : "/**

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

\n@param restApiId The replacement identifier of the RestApi resource for the Deployment resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The replacement identifier of the RestApi resource for the Deployment resource to change information about.

\n@param restApiId The replacement identifier of the RestApi resource for the Deployment resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetAuthorizerResult" : { "c2jName" : "Authorizer", "documentation" : "

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

", "shapeName" : "GetAuthorizerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the authorizer resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.*/", "getterDocumentation" : "/**

The identifier for the authorizer resource.

\n@return The identifier for the authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@return [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@return Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@return [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@return A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.*/", "getterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@return The TTL in seconds of cached authorizer results. If 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.*/", "fluentSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getAuthorizerResult", "variableType" : "GetAuthorizerResult", "variableDeclarationType" : "GetAuthorizerResult", "documentation" : null, "simpleType" : "GetAuthorizerResult", "variableSetterType" : "GetAuthorizerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AuthorizerCredentials" : { "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@return Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityValidationExpression" : { "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@return A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@return [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, "AuthorizerUri" : { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerResultTtlInSeconds" : { "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.*/", "getterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@return The TTL in seconds of cached authorizer results. If 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.*/", "fluentSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentitySource" : { "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@return [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the authorizer resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.*/", "getterDocumentation" : "/**

The identifier for the authorizer resource.

\n@return The identifier for the authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthType" : { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Op" : { "c2jName" : "op", "documentation" : "", "shapeName" : "Op", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Add", "value" : "add" }, { "name" : "Remove", "value" : "remove" }, { "name" : "Replace", "value" : "replace" }, { "name" : "Move", "value" : "move" }, { "name" : "Copy", "value" : "copy" }, { "name" : "Test", "value" : "test" } ], "variable" : { "variableName" : "op", "variableType" : "Op", "variableDeclarationType" : "Op", "documentation" : null, "simpleType" : "Op", "variableSetterType" : "Op" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateAccountResult" : { "c2jName" : "Account", "documentation" : "

Represents an AWS account that is associated with Amazon API Gateway.

", "shapeName" : "UpdateAccountResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

", "name" : "CloudwatchRoleArn", "c2jName" : "cloudwatchRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "cloudwatchRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cloudwatchRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloudwatchRoleArn", "marshallLocationName" : "cloudwatchRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.*/", "getterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@return Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the application programming interface (API) throttle settings for the current Account resource.

", "name" : "ThrottleSettings", "c2jName" : "throttleSettings", "c2jShape" : "ThrottleSettings", "variable" : { "variableName" : "throttleSettings", "variableType" : "ThrottleSettings", "variableDeclarationType" : "ThrottleSettings", "documentation" : "

Specifies the application programming interface (API) throttle settings for the current Account resource.

", "simpleType" : "ThrottleSettings", "variableSetterType" : "ThrottleSettings" }, "setterModel" : { "variableName" : "throttleSettings", "variableType" : "ThrottleSettings", "variableDeclarationType" : "ThrottleSettings", "documentation" : "", "simpleType" : "ThrottleSettings", "variableSetterType" : "ThrottleSettings" }, "getterModel" : { "returnType" : "ThrottleSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "throttleSettings", "marshallLocationName" : "throttleSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.*/", "getterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@return Specifies the application programming interface (API) throttle settings for the current Account resource.*/", "fluentSetterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateAccountResult", "variableType" : "UpdateAccountResult", "variableDeclarationType" : "UpdateAccountResult", "documentation" : null, "simpleType" : "UpdateAccountResult", "variableSetterType" : "UpdateAccountResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ThrottleSettings" : { "documentation" : "

Specifies the application programming interface (API) throttle settings for the current Account resource.

", "name" : "ThrottleSettings", "c2jName" : "throttleSettings", "c2jShape" : "ThrottleSettings", "variable" : { "variableName" : "throttleSettings", "variableType" : "ThrottleSettings", "variableDeclarationType" : "ThrottleSettings", "documentation" : "

Specifies the application programming interface (API) throttle settings for the current Account resource.

", "simpleType" : "ThrottleSettings", "variableSetterType" : "ThrottleSettings" }, "setterModel" : { "variableName" : "throttleSettings", "variableType" : "ThrottleSettings", "variableDeclarationType" : "ThrottleSettings", "documentation" : "", "simpleType" : "ThrottleSettings", "variableSetterType" : "ThrottleSettings" }, "getterModel" : { "returnType" : "ThrottleSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "throttleSettings", "marshallLocationName" : "throttleSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.*/", "getterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@return Specifies the application programming interface (API) throttle settings for the current Account resource.*/", "fluentSetterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudwatchRoleArn" : { "documentation" : "

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

", "name" : "CloudwatchRoleArn", "c2jName" : "cloudwatchRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "cloudwatchRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cloudwatchRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloudwatchRoleArn", "marshallLocationName" : "cloudwatchRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.*/", "getterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@return Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetMethodResponseResult" : { "c2jName" : "MethodResponse", "documentation" : "

Represents a method response. Amazon API Gateway sends back the status code to the caller as the HTTP status code. Parameters and models can be used to transform the response from the method's integration.

", "shapeName" : "GetMethodResponseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getMethodResponseResult", "variableType" : "GetMethodResponseResult", "variableDeclarationType" : "GetMethodResponseResult", "documentation" : null, "simpleType" : "GetMethodResponseResult", "variableSetterType" : "GetMethodResponseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseParameters" : { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseModels" : { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutIntegrationResponseResult" : { "c2jName" : "IntegrationResponse", "documentation" : "

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the backend response.

", "shapeName" : "PutIntegrationResponseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "getterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@return Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "fluentSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putIntegrationResponseResult", "variableType" : "PutIntegrationResponseResult", "variableDeclarationType" : "PutIntegrationResponseResult", "documentation" : null, "simpleType" : "PutIntegrationResponseResult", "variableSetterType" : "PutIntegrationResponseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseTemplates" : { "documentation" : "

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.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SelectionPattern" : { "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "getterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@return Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "fluentSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseParameters" : { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDeploymentRequest" : { "c2jName" : "CreateDeploymentRequest", "documentation" : "

Requests Amazon API Gateway to create a Deployment resource.

", "shapeName" : "CreateDeploymentRequest", "deprecated" : false, "required" : [ "restApiId", "stageName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi resource identifier for the Deployment resource to create.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi resource identifier for the Deployment resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi resource identifier for the Deployment resource to create.

\n@param restApiId The RestApi resource identifier for the Deployment resource to create.*/", "getterDocumentation" : "/**

The RestApi resource identifier for the Deployment resource to create.

\n@return The RestApi resource identifier for the Deployment resource to create.*/", "fluentSetterDocumentation" : "/**

The RestApi resource identifier for the Deployment resource to create.

\n@param restApiId The RestApi resource identifier for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi resource identifier for the Deployment resource to create.

\n@param restApiId The RestApi resource identifier for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Stage resource for the Deployment resource to create.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage resource for the Deployment resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage resource for the Deployment resource to create.

\n@param stageName The name of the Stage resource for the Deployment resource to create.*/", "getterDocumentation" : "/**

The name of the Stage resource for the Deployment resource to create.

\n@return The name of the Stage resource for the Deployment resource to create.*/", "fluentSetterDocumentation" : "/**

The name of the Stage resource for the Deployment resource to create.

\n@param stageName The name of the Stage resource for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage resource for the Deployment resource to create.

\n@param stageName The name of the Stage resource for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the Stage resource for the Deployment resource to create.

", "name" : "StageDescription", "c2jName" : "stageDescription", "c2jShape" : "String", "variable" : { "variableName" : "stageDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Stage resource for the Deployment resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageDescription", "marshallLocationName" : "stageDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Stage resource for the Deployment resource to create.

\n@param stageDescription The description of the Stage resource for the Deployment resource to create.*/", "getterDocumentation" : "/**

The description of the Stage resource for the Deployment resource to create.

\n@return The description of the Stage resource for the Deployment resource to create.*/", "fluentSetterDocumentation" : "/**

The description of the Stage resource for the Deployment resource to create.

\n@param stageDescription The description of the Stage resource for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Stage resource for the Deployment resource to create.

\n@param stageDescription The description of the Stage resource for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description for the Deployment resource to create.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the Deployment resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the Deployment resource to create.

\n@param description The description for the Deployment resource to create.*/", "getterDocumentation" : "/**

The description for the Deployment resource to create.

\n@return The description for the Deployment resource to create.*/", "fluentSetterDocumentation" : "/**

The description for the Deployment resource to create.

\n@param description The description for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the Deployment resource to create.

\n@param description The description for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Enables a cache cluster for the Stage resource specified in the input.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Enables a cache cluster for the Stage resource specified in the input.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Enables a cache cluster for the Stage resource specified in the input.

\n@param cacheClusterEnabled Enables a cache cluster for the Stage resource specified in the input.*/", "getterDocumentation" : "/**

Enables a cache cluster for the Stage resource specified in the input.

\n@return Enables a cache cluster for the Stage resource specified in the input.*/", "fluentSetterDocumentation" : "/**

Enables a cache cluster for the Stage resource specified in the input.

\n@param cacheClusterEnabled Enables a cache cluster for the Stage resource specified in the input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Enables a cache cluster for the Stage resource specified in the input.

\n@param cacheClusterEnabled Enables a cache cluster for the Stage resource specified in the input.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

\n@param cacheClusterSize Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.*/", "getterDocumentation" : "/**

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

\n@return Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.*/", "fluentSetterDocumentation" : "/**

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

\n@param cacheClusterSize Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

\n@param cacheClusterSize Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

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

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

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

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

\n@param variables A map that defines the stage variables for the Stage resource that is associated with the new deployment. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for the Stage resource that is associated with the new deployment. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDeploymentRequest", "variableType" : "CreateDeploymentRequest", "variableDeclarationType" : "CreateDeploymentRequest", "documentation" : null, "simpleType" : "CreateDeploymentRequest", "variableSetterType" : "CreateDeploymentRequest" }, "marshaller" : { "action" : "CreateDeployment", "verb" : "POST", "target" : null, "requestUri" : "/restapis/{restapi_id}/deployments", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Variables" : { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

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

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

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

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

\n@param variables A map that defines the stage variables for the Stage resource that is associated with the new deployment. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for the Stage resource that is associated with the new deployment. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageDescription" : { "documentation" : "

The description of the Stage resource for the Deployment resource to create.

", "name" : "StageDescription", "c2jName" : "stageDescription", "c2jShape" : "String", "variable" : { "variableName" : "stageDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Stage resource for the Deployment resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageDescription", "marshallLocationName" : "stageDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Stage resource for the Deployment resource to create.

\n@param stageDescription The description of the Stage resource for the Deployment resource to create.*/", "getterDocumentation" : "/**

The description of the Stage resource for the Deployment resource to create.

\n@return The description of the Stage resource for the Deployment resource to create.*/", "fluentSetterDocumentation" : "/**

The description of the Stage resource for the Deployment resource to create.

\n@param stageDescription The description of the Stage resource for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Stage resource for the Deployment resource to create.

\n@param stageDescription The description of the Stage resource for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description for the Deployment resource to create.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the Deployment resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the Deployment resource to create.

\n@param description The description for the Deployment resource to create.*/", "getterDocumentation" : "/**

The description for the Deployment resource to create.

\n@return The description for the Deployment resource to create.*/", "fluentSetterDocumentation" : "/**

The description for the Deployment resource to create.

\n@param description The description for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the Deployment resource to create.

\n@param description The description for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageName" : { "documentation" : "

The name of the Stage resource for the Deployment resource to create.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage resource for the Deployment resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage resource for the Deployment resource to create.

\n@param stageName The name of the Stage resource for the Deployment resource to create.*/", "getterDocumentation" : "/**

The name of the Stage resource for the Deployment resource to create.

\n@return The name of the Stage resource for the Deployment resource to create.*/", "fluentSetterDocumentation" : "/**

The name of the Stage resource for the Deployment resource to create.

\n@param stageName The name of the Stage resource for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage resource for the Deployment resource to create.

\n@param stageName The name of the Stage resource for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi resource identifier for the Deployment resource to create.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi resource identifier for the Deployment resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi resource identifier for the Deployment resource to create.

\n@param restApiId The RestApi resource identifier for the Deployment resource to create.*/", "getterDocumentation" : "/**

The RestApi resource identifier for the Deployment resource to create.

\n@return The RestApi resource identifier for the Deployment resource to create.*/", "fluentSetterDocumentation" : "/**

The RestApi resource identifier for the Deployment resource to create.

\n@param restApiId The RestApi resource identifier for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi resource identifier for the Deployment resource to create.

\n@param restApiId The RestApi resource identifier for the Deployment resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterSize" : { "documentation" : "

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

\n@param cacheClusterSize Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.*/", "getterDocumentation" : "/**

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

\n@return Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.*/", "fluentSetterDocumentation" : "/**

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

\n@param cacheClusterSize Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.

\n@param cacheClusterSize Specifies the cache cluster size for the Stage resource specified in the input, if a cache cluster is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterEnabled" : { "documentation" : "

Enables a cache cluster for the Stage resource specified in the input.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Enables a cache cluster for the Stage resource specified in the input.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Enables a cache cluster for the Stage resource specified in the input.

\n@param cacheClusterEnabled Enables a cache cluster for the Stage resource specified in the input.*/", "getterDocumentation" : "/**

Enables a cache cluster for the Stage resource specified in the input.

\n@return Enables a cache cluster for the Stage resource specified in the input.*/", "fluentSetterDocumentation" : "/**

Enables a cache cluster for the Stage resource specified in the input.

\n@param cacheClusterEnabled Enables a cache cluster for the Stage resource specified in the input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Enables a cache cluster for the Stage resource specified in the input.

\n@param cacheClusterEnabled Enables a cache cluster for the Stage resource specified in the input.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetIntegrationResponseResult" : { "c2jName" : "IntegrationResponse", "documentation" : "

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the backend response.

", "shapeName" : "GetIntegrationResponseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "getterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@return Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "fluentSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIntegrationResponseResult", "variableType" : "GetIntegrationResponseResult", "variableDeclarationType" : "GetIntegrationResponseResult", "documentation" : null, "simpleType" : "GetIntegrationResponseResult", "variableSetterType" : "GetIntegrationResponseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseTemplates" : { "documentation" : "

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.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SelectionPattern" : { "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "getterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@return Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "fluentSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseParameters" : { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDeploymentResult" : { "c2jName" : "Deployment", "documentation" : "

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.

", "shapeName" : "GetDeploymentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the deployment resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.*/", "getterDocumentation" : "/**

The identifier for the deployment resource.

\n@return The identifier for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description for the deployment resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.*/", "getterDocumentation" : "/**

The description for the deployment resource.

\n@return The description for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the deployment resource was created.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the deployment resource was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@return The date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "name" : "ApiSummary", "c2jName" : "apiSummary", "c2jShape" : "PathToMapOfMethodSnapshot", "variable" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiSummary", "marshallLocationName" : "apiSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.Map", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MapOfMethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSnapshot", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "getterModel" : { "returnType" : "MethodSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@return Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentResult", "variableType" : "GetDeploymentResult", "variableDeclarationType" : "GetDeploymentResult", "documentation" : null, "simpleType" : "GetDeploymentResult", "variableSetterType" : "GetDeploymentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description for the deployment resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.*/", "getterDocumentation" : "/**

The description for the deployment resource.

\n@return The description for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date and time that the deployment resource was created.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the deployment resource was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@return The date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the deployment resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.*/", "getterDocumentation" : "/**

The identifier for the deployment resource.

\n@return The identifier for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiSummary" : { "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "name" : "ApiSummary", "c2jName" : "apiSummary", "c2jShape" : "PathToMapOfMethodSnapshot", "variable" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiSummary", "marshallLocationName" : "apiSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.Map", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MapOfMethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSnapshot", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "getterModel" : { "returnType" : "MethodSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@return Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateStageResult" : { "c2jName" : "Stage", "documentation" : "

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

", "shapeName" : "CreateStageResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the Deployment that the stage points to.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment that the stage points to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.*/", "getterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@return The identifier of the Deployment that the stage points to.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param clientCertificateId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "getterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@return The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The stage's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.*/", "getterDocumentation" : "/**

The stage's description.

\n@return The stage's description.*/", "fluentSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.*/", "getterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@return Specifies whether a cache cluster is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.*/", "getterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@return The size of the cache cluster for the stage, if enabled.*/", "fluentSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterStatus", "c2jName" : "cacheClusterStatus", "c2jShape" : "CacheClusterStatus", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterStatus", "marshallLocationName" : "cacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CacheClusterStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "getterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@return The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "fluentSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/", "varargSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/" }, { "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "name" : "MethodSettings", "c2jName" : "methodSettings", "c2jShape" : "MapOfMethodSettings", "variable" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodSettings", "marshallLocationName" : "methodSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSetting", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSetting", "variable" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "getterModel" : { "returnType" : "MethodSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "getterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@return A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "fluentSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@return The date and time that the stage was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@return The date and time that information about the stage was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createStageResult", "variableType" : "CreateStageResult", "variableDeclarationType" : "CreateStageResult", "documentation" : null, "simpleType" : "CreateStageResult", "variableSetterType" : "CreateStageResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param clientCertificateId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Variables" : { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedDate" : { "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@return The date and time that information about the stage was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentId" : { "documentation" : "

The identifier of the Deployment that the stage points to.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment that the stage points to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.*/", "getterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@return The identifier of the Deployment that the stage points to.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The stage's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.*/", "getterDocumentation" : "/**

The stage's description.

\n@return The stage's description.*/", "fluentSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterStatus" : { "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterStatus", "c2jName" : "cacheClusterStatus", "c2jShape" : "CacheClusterStatus", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterStatus", "marshallLocationName" : "cacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CacheClusterStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "getterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@return The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "fluentSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/", "varargSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/" }, "StageName" : { "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "getterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@return The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@return The date and time that the stage was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MethodSettings" : { "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "name" : "MethodSettings", "c2jName" : "methodSettings", "c2jShape" : "MapOfMethodSettings", "variable" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodSettings", "marshallLocationName" : "methodSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSetting", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSetting", "variable" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "getterModel" : { "returnType" : "MethodSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "getterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@return A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "fluentSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterSize" : { "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.*/", "getterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@return The size of the cache cluster for the stage, if enabled.*/", "fluentSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterEnabled" : { "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.*/", "getterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@return Specifies whether a cache cluster is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteApiKeyResult" : { "c2jName" : "DeleteApiKeyResult", "documentation" : null, "shapeName" : "DeleteApiKeyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteApiKeyResult", "variableType" : "DeleteApiKeyResult", "variableDeclarationType" : "DeleteApiKeyResult", "documentation" : null, "simpleType" : "DeleteApiKeyResult", "variableSetterType" : "DeleteApiKeyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetAccountRequest" : { "c2jName" : "GetAccountRequest", "documentation" : "

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

", "shapeName" : "GetAccountRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getAccountRequest", "variableType" : "GetAccountRequest", "variableDeclarationType" : "GetAccountRequest", "documentation" : null, "simpleType" : "GetAccountRequest", "variableSetterType" : "GetAccountRequest" }, "marshaller" : { "action" : "GetAccount", "verb" : "GET", "target" : null, "requestUri" : "/account", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetMethodResult" : { "c2jName" : "Method", "documentation" : "

Represents a method.

", "shapeName" : "GetMethodResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.*/", "getterDocumentation" : "/**

The HTTP method.

\n@return The HTTP method.*/", "fluentSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The method's authorization type.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method's authorization type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.*/", "getterDocumentation" : "/**

The method's authorization type.

\n@return The method's authorization type.*/", "fluentSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "getterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@return Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "name" : "MethodResponses", "c2jName" : "methodResponses", "c2jShape" : "MapOfMethodResponse", "variable" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodResponses", "marshallLocationName" : "methodResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodResponse", "variable" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "getterModel" : { "returnType" : "MethodResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "getterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@return Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "fluentSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The method's integration.

", "name" : "MethodIntegration", "c2jName" : "methodIntegration", "c2jShape" : "Integration", "variable" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "

The method's integration.

", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "setterModel" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "getterModel" : { "returnType" : "Integration", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodIntegration", "marshallLocationName" : "methodIntegration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.*/", "getterDocumentation" : "/**

The method's integration.

\n@return The method's integration.*/", "fluentSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getMethodResult", "variableType" : "GetMethodResult", "variableDeclarationType" : "GetMethodResult", "documentation" : null, "simpleType" : "GetMethodResult", "variableSetterType" : "GetMethodResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MethodResponses" : { "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "name" : "MethodResponses", "c2jName" : "methodResponses", "c2jShape" : "MapOfMethodResponse", "variable" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodResponses", "marshallLocationName" : "methodResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodResponse", "variable" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "getterModel" : { "returnType" : "MethodResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "getterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@return Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "fluentSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerId" : { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestModels" : { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MethodIntegration" : { "documentation" : "

The method's integration.

", "name" : "MethodIntegration", "c2jName" : "methodIntegration", "c2jShape" : "Integration", "variable" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "

The method's integration.

", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "setterModel" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "getterModel" : { "returnType" : "Integration", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodIntegration", "marshallLocationName" : "methodIntegration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.*/", "getterDocumentation" : "/**

The method's integration.

\n@return The method's integration.*/", "fluentSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiKeyRequired" : { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizationType" : { "documentation" : "

The method's authorization type.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method's authorization type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.*/", "getterDocumentation" : "/**

The method's authorization type.

\n@return The method's authorization type.*/", "fluentSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.*/", "getterDocumentation" : "/**

The HTTP method.

\n@return The HTTP method.*/", "fluentSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "getterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@return Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDeploymentResult" : { "c2jName" : "Deployment", "documentation" : "

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.

", "shapeName" : "CreateDeploymentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the deployment resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.*/", "getterDocumentation" : "/**

The identifier for the deployment resource.

\n@return The identifier for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description for the deployment resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.*/", "getterDocumentation" : "/**

The description for the deployment resource.

\n@return The description for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the deployment resource was created.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the deployment resource was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@return The date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "name" : "ApiSummary", "c2jName" : "apiSummary", "c2jShape" : "PathToMapOfMethodSnapshot", "variable" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiSummary", "marshallLocationName" : "apiSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.Map", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MapOfMethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSnapshot", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "getterModel" : { "returnType" : "MethodSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@return Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDeploymentResult", "variableType" : "CreateDeploymentResult", "variableDeclarationType" : "CreateDeploymentResult", "documentation" : null, "simpleType" : "CreateDeploymentResult", "variableSetterType" : "CreateDeploymentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description for the deployment resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.*/", "getterDocumentation" : "/**

The description for the deployment resource.

\n@return The description for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date and time that the deployment resource was created.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the deployment resource was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@return The date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the deployment resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.*/", "getterDocumentation" : "/**

The identifier for the deployment resource.

\n@return The identifier for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiSummary" : { "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "name" : "ApiSummary", "c2jName" : "apiSummary", "c2jShape" : "PathToMapOfMethodSnapshot", "variable" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiSummary", "marshallLocationName" : "apiSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.Map", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MapOfMethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSnapshot", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "getterModel" : { "returnType" : "MethodSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@return Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ImportRestApiResult" : { "c2jName" : "RestApi", "documentation" : "

Represents a REST API.

", "shapeName" : "ImportRestApiResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "importRestApiResult", "variableType" : "ImportRestApiResult", "variableDeclarationType" : "ImportRestApiResult", "documentation" : null, "simpleType" : "ImportRestApiResult", "variableSetterType" : "ImportRestApiResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Warnings" : { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutMode" : { "c2jName" : "PutMode", "documentation" : "", "shapeName" : "PutMode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Merge", "value" : "merge" }, { "name" : "Overwrite", "value" : "overwrite" } ], "variable" : { "variableName" : "putMode", "variableType" : "PutMode", "variableDeclarationType" : "PutMode", "documentation" : null, "simpleType" : "PutMode", "variableSetterType" : "PutMode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GenerateClientCertificateRequest" : { "c2jName" : "GenerateClientCertificateRequest", "documentation" : "

A request to generate a ClientCertificate resource.

", "shapeName" : "GenerateClientCertificateRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The description of the ClientCertificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the ClientCertificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the ClientCertificate.

\n@param description The description of the ClientCertificate.*/", "getterDocumentation" : "/**

The description of the ClientCertificate.

\n@return The description of the ClientCertificate.*/", "fluentSetterDocumentation" : "/**

The description of the ClientCertificate.

\n@param description The description of the ClientCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the ClientCertificate.

\n@param description The description of the ClientCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "generateClientCertificateRequest", "variableType" : "GenerateClientCertificateRequest", "variableDeclarationType" : "GenerateClientCertificateRequest", "documentation" : null, "simpleType" : "GenerateClientCertificateRequest", "variableSetterType" : "GenerateClientCertificateRequest" }, "marshaller" : { "action" : "GenerateClientCertificate", "verb" : "POST", "target" : null, "requestUri" : "/clientcertificates", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the ClientCertificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the ClientCertificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the ClientCertificate.

\n@param description The description of the ClientCertificate.*/", "getterDocumentation" : "/**

The description of the ClientCertificate.

\n@return The description of the ClientCertificate.*/", "fluentSetterDocumentation" : "/**

The description of the ClientCertificate.

\n@param description The description of the ClientCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the ClientCertificate.

\n@param description The description of the ClientCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateMethodRequest" : { "c2jName" : "UpdateMethodRequest", "documentation" : "

Request to update an existing Method resource.

", "shapeName" : "UpdateMethodRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@return The RestApi identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Resource identifier for the Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@return The Resource identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The HTTP verb that identifies the Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb that identifies the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.*/", "getterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@return The HTTP verb that identifies the Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateMethodRequest", "variableType" : "UpdateMethodRequest", "variableDeclarationType" : "UpdateMethodRequest", "documentation" : null, "simpleType" : "UpdateMethodRequest", "variableSetterType" : "UpdateMethodRequest" }, "marshaller" : { "action" : "UpdateMethod", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

The Resource identifier for the Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@return The Resource identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@return The RestApi identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP verb that identifies the Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb that identifies the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.*/", "getterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@return The HTTP verb that identifies the Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StageKey" : { "c2jName" : "StageKey", "documentation" : "

A reference to a unique stage identified in the format {restApiId}/{stage}.

", "shapeName" : "StageKey", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param restApiId A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param restApiId A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param restApiId A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The stage name in the RestApi that the stage key references.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage name in the RestApi that the stage key references.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage name in the RestApi that the stage key references.

\n@param stageName The stage name in the RestApi that the stage key references.*/", "getterDocumentation" : "/**

The stage name in the RestApi that the stage key references.

\n@return The stage name in the RestApi that the stage key references.*/", "fluentSetterDocumentation" : "/**

The stage name in the RestApi that the stage key references.

\n@param stageName The stage name in the RestApi that the stage key references.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage name in the RestApi that the stage key references.

\n@param stageName The stage name in the RestApi that the stage key references.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stageKey", "variableType" : "StageKey", "variableDeclarationType" : "StageKey", "documentation" : null, "simpleType" : "StageKey", "variableSetterType" : "StageKey" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StageName" : { "documentation" : "

The stage name in the RestApi that the stage key references.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage name in the RestApi that the stage key references.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage name in the RestApi that the stage key references.

\n@param stageName The stage name in the RestApi that the stage key references.*/", "getterDocumentation" : "/**

The stage name in the RestApi that the stage key references.

\n@return The stage name in the RestApi that the stage key references.*/", "fluentSetterDocumentation" : "/**

The stage name in the RestApi that the stage key references.

\n@param stageName The stage name in the RestApi that the stage key references.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage name in the RestApi that the stage key references.

\n@param stageName The stage name in the RestApi that the stage key references.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param restApiId A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param restApiId A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param restApiId A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutRestApiRequest" : { "c2jName" : "PutRestApiRequest", "documentation" : "

A PUT request to update an existing API, with external API definitions specified as the request body.

", "shapeName" : "PutRestApiRequest", "deprecated" : false, "required" : [ "restApiId", "body" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi to be updated.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi to be updated.

\n@param restApiId The identifier of the RestApi to be updated.*/", "getterDocumentation" : "/**

The identifier of the RestApi to be updated.

\n@return The identifier of the RestApi to be updated.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi to be updated.

\n@param restApiId The identifier of the RestApi to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi to be updated.

\n@param restApiId The identifier of the RestApi to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

", "name" : "Mode", "c2jName" : "mode", "c2jShape" : "PutMode", "variable" : { "variableName" : "mode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "mode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "mode", "marshallLocationName" : "mode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PutMode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

\n@param mode The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".\n@see PutMode*/", "getterDocumentation" : "/**

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

\n@return The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".\n@see PutMode*/", "fluentSetterDocumentation" : "/**

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

\n@param mode The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see PutMode*/", "varargSetterDocumentation" : "/**

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

\n@param mode The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see PutMode*/" }, { "documentation" : "

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.

", "name" : "FailOnWarnings", "c2jName" : "failOnWarnings", "c2jShape" : "Boolean", "variable" : { "variableName" : "failOnWarnings", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "failOnWarnings", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "failonwarnings", "marshallLocationName" : "failonwarnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Custom headers supplied as part of the request.

", "name" : "Parameters", "c2jName" : "parameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Custom headers supplied as part of the request.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameters", "marshallLocationName" : "parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Custom headers supplied as part of the request.

\n@param parameters Custom headers supplied as part of the request.*/", "getterDocumentation" : "/**

Custom headers supplied as part of the request.

\n@return Custom headers supplied as part of the request.*/", "fluentSetterDocumentation" : "/**

Custom headers supplied as part of the request.

\n@param parameters Custom headers supplied as part of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Custom headers supplied as part of the request.

\n@param parameters Custom headers supplied as part of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Blob", "variable" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param body The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.*/", "getterDocumentation" : "/**

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.*/", "fluentSetterDocumentation" : "/**

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n@param body The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n@param body The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putRestApiRequest", "variableType" : "PutRestApiRequest", "variableDeclarationType" : "PutRestApiRequest", "documentation" : null, "simpleType" : "PutRestApiRequest", "variableSetterType" : "PutRestApiRequest" }, "marshaller" : { "action" : "PutRestApi", "verb" : "PUT", "target" : null, "requestUri" : "/restapis/{restapi_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

Custom headers supplied as part of the request.

", "name" : "Parameters", "c2jName" : "parameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Custom headers supplied as part of the request.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameters", "marshallLocationName" : "parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Custom headers supplied as part of the request.

\n@param parameters Custom headers supplied as part of the request.*/", "getterDocumentation" : "/**

Custom headers supplied as part of the request.

\n@return Custom headers supplied as part of the request.*/", "fluentSetterDocumentation" : "/**

Custom headers supplied as part of the request.

\n@param parameters Custom headers supplied as part of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Custom headers supplied as part of the request.

\n@param parameters Custom headers supplied as part of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Mode" : { "documentation" : "

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

", "name" : "Mode", "c2jName" : "mode", "c2jShape" : "PutMode", "variable" : { "variableName" : "mode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "mode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "mode", "marshallLocationName" : "mode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PutMode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

\n@param mode The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".\n@see PutMode*/", "getterDocumentation" : "/**

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

\n@return The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".\n@see PutMode*/", "fluentSetterDocumentation" : "/**

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

\n@param mode The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see PutMode*/", "varargSetterDocumentation" : "/**

The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".

\n@param mode The mode query parameter to specify the update mode. Valid values are \"merge\" and \"overwrite\". By default, the update mode is \"merge\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see PutMode*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi to be updated.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi to be updated.

\n@param restApiId The identifier of the RestApi to be updated.*/", "getterDocumentation" : "/**

The identifier of the RestApi to be updated.

\n@return The identifier of the RestApi to be updated.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi to be updated.

\n@param restApiId The identifier of the RestApi to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi to be updated.

\n@param restApiId The identifier of the RestApi to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FailOnWarnings" : { "documentation" : "

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.

", "name" : "FailOnWarnings", "c2jName" : "failOnWarnings", "c2jShape" : "Boolean", "variable" : { "variableName" : "failOnWarnings", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "failOnWarnings", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "failonwarnings", "marshallLocationName" : "failonwarnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Blob", "variable" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param body The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.*/", "getterDocumentation" : "/**

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.*/", "fluentSetterDocumentation" : "/**

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n@param body The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n@param body The PUT request body containing external API definitions. Currently, only Swagger definition JSON files are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteStageRequest" : { "c2jName" : "DeleteStageRequest", "documentation" : "

Requests Amazon API Gateway to delete a Stage resource.

", "shapeName" : "DeleteStageRequest", "deprecated" : false, "required" : [ "restApiId", "stageName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi resource for the Stage resource to delete.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Stage resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to delete.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to delete.

\n@return The identifier of the RestApi resource for the Stage resource to delete.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Stage resource to delete.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage resource to delete.

\n@param stageName The name of the Stage resource to delete.*/", "getterDocumentation" : "/**

The name of the Stage resource to delete.

\n@return The name of the Stage resource to delete.*/", "fluentSetterDocumentation" : "/**

The name of the Stage resource to delete.

\n@param stageName The name of the Stage resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage resource to delete.

\n@param stageName The name of the Stage resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteStageRequest", "variableType" : "DeleteStageRequest", "variableDeclarationType" : "DeleteStageRequest", "documentation" : null, "simpleType" : "DeleteStageRequest", "variableSetterType" : "DeleteStageRequest" }, "marshaller" : { "action" : "DeleteStage", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/stages/{stage_name}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StageName" : { "documentation" : "

The name of the Stage resource to delete.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage resource to delete.

\n@param stageName The name of the Stage resource to delete.*/", "getterDocumentation" : "/**

The name of the Stage resource to delete.

\n@return The name of the Stage resource to delete.*/", "fluentSetterDocumentation" : "/**

The name of the Stage resource to delete.

\n@param stageName The name of the Stage resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage resource to delete.

\n@param stageName The name of the Stage resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi resource for the Stage resource to delete.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Stage resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to delete.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to delete.

\n@return The identifier of the RestApi resource for the Stage resource to delete.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateAuthorizerRequest" : { "c2jName" : "UpdateAuthorizerRequest", "documentation" : "

Request to update an existing Authorizer resource.

", "shapeName" : "UpdateAuthorizerRequest", "deprecated" : false, "required" : [ "restApiId", "authorizerId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Authorizer resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@return The RestApi identifier for the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the Authorizer resource.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizer_id", "marshallLocationName" : "authorizer_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.*/", "getterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@return The identifier of the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateAuthorizerRequest", "variableType" : "UpdateAuthorizerRequest", "variableDeclarationType" : "UpdateAuthorizerRequest", "documentation" : null, "simpleType" : "UpdateAuthorizerRequest", "variableSetterType" : "UpdateAuthorizerRequest" }, "marshaller" : { "action" : "UpdateAuthorizer", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}/authorizers/{authorizer_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerId" : { "documentation" : "

The identifier of the Authorizer resource.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizer_id", "marshallLocationName" : "authorizer_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.*/", "getterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@return The identifier of the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Authorizer resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@return The RestApi identifier for the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDeploymentRequest" : { "c2jName" : "DeleteDeploymentRequest", "documentation" : "

Requests Amazon API Gateway to delete a Deployment resource.

", "shapeName" : "DeleteDeploymentRequest", "deprecated" : false, "required" : [ "restApiId", "deploymentId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi resource for the Deployment resource to delete.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Deployment resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to delete.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to delete.

\n@return The identifier of the RestApi resource for the Deployment resource to delete.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the Deployment resource to delete.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deployment_id", "marshallLocationName" : "deployment_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment resource to delete.

\n@param deploymentId The identifier of the Deployment resource to delete.*/", "getterDocumentation" : "/**

The identifier of the Deployment resource to delete.

\n@return The identifier of the Deployment resource to delete.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment resource to delete.

\n@param deploymentId The identifier of the Deployment resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment resource to delete.

\n@param deploymentId The identifier of the Deployment resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDeploymentRequest", "variableType" : "DeleteDeploymentRequest", "variableDeclarationType" : "DeleteDeploymentRequest", "documentation" : null, "simpleType" : "DeleteDeploymentRequest", "variableSetterType" : "DeleteDeploymentRequest" }, "marshaller" : { "action" : "DeleteDeployment", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/deployments/{deployment_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

The identifier of the Deployment resource to delete.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deployment_id", "marshallLocationName" : "deployment_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment resource to delete.

\n@param deploymentId The identifier of the Deployment resource to delete.*/", "getterDocumentation" : "/**

The identifier of the Deployment resource to delete.

\n@return The identifier of the Deployment resource to delete.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment resource to delete.

\n@param deploymentId The identifier of the Deployment resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment resource to delete.

\n@param deploymentId The identifier of the Deployment resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi resource for the Deployment resource to delete.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Deployment resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to delete.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to delete.

\n@return The identifier of the RestApi resource for the Deployment resource to delete.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to delete.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Stage" : { "c2jName" : "Stage", "documentation" : "

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

", "shapeName" : "Stage", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the Deployment that the stage points to.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment that the stage points to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.*/", "getterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@return The identifier of the Deployment that the stage points to.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param clientCertificateId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "getterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@return The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The stage's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.*/", "getterDocumentation" : "/**

The stage's description.

\n@return The stage's description.*/", "fluentSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.*/", "getterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@return Specifies whether a cache cluster is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.*/", "getterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@return The size of the cache cluster for the stage, if enabled.*/", "fluentSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterStatus", "c2jName" : "cacheClusterStatus", "c2jShape" : "CacheClusterStatus", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterStatus", "marshallLocationName" : "cacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CacheClusterStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "getterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@return The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "fluentSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/", "varargSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/" }, { "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "name" : "MethodSettings", "c2jName" : "methodSettings", "c2jShape" : "MapOfMethodSettings", "variable" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodSettings", "marshallLocationName" : "methodSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSetting", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSetting", "variable" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "getterModel" : { "returnType" : "MethodSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "getterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@return A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "fluentSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@return The date and time that the stage was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@return The date and time that information about the stage was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stage", "variableType" : "Stage", "variableDeclarationType" : "Stage", "documentation" : null, "simpleType" : "Stage", "variableSetterType" : "Stage" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param clientCertificateId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Variables" : { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedDate" : { "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@return The date and time that information about the stage was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentId" : { "documentation" : "

The identifier of the Deployment that the stage points to.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment that the stage points to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.*/", "getterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@return The identifier of the Deployment that the stage points to.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The stage's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.*/", "getterDocumentation" : "/**

The stage's description.

\n@return The stage's description.*/", "fluentSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterStatus" : { "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterStatus", "c2jName" : "cacheClusterStatus", "c2jShape" : "CacheClusterStatus", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterStatus", "marshallLocationName" : "cacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CacheClusterStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "getterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@return The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "fluentSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/", "varargSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/" }, "StageName" : { "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "getterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@return The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@return The date and time that the stage was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MethodSettings" : { "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "name" : "MethodSettings", "c2jName" : "methodSettings", "c2jShape" : "MapOfMethodSettings", "variable" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodSettings", "marshallLocationName" : "methodSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSetting", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSetting", "variable" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "getterModel" : { "returnType" : "MethodSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "getterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@return A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "fluentSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterSize" : { "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.*/", "getterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@return The size of the cache cluster for the stage, if enabled.*/", "fluentSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterEnabled" : { "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.*/", "getterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@return Specifies whether a cache cluster is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteBasePathMappingRequest" : { "c2jName" : "DeleteBasePathMappingRequest", "documentation" : "

A request to delete the BasePathMapping resource.

", "shapeName" : "DeleteBasePathMappingRequest", "deprecated" : false, "required" : [ "domainName", "basePath" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The domain name of the BasePathMapping resource to delete.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the BasePathMapping resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the BasePathMapping resource to delete.

\n@param domainName The domain name of the BasePathMapping resource to delete.*/", "getterDocumentation" : "/**

The domain name of the BasePathMapping resource to delete.

\n@return The domain name of the BasePathMapping resource to delete.*/", "fluentSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to delete.

\n@param domainName The domain name of the BasePathMapping resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to delete.

\n@param domainName The domain name of the BasePathMapping resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The base path name of the BasePathMapping resource to delete.

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The base path name of the BasePathMapping resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "base_path", "marshallLocationName" : "base_path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The base path name of the BasePathMapping resource to delete.

\n@param basePath The base path name of the BasePathMapping resource to delete.*/", "getterDocumentation" : "/**

The base path name of the BasePathMapping resource to delete.

\n@return The base path name of the BasePathMapping resource to delete.*/", "fluentSetterDocumentation" : "/**

The base path name of the BasePathMapping resource to delete.

\n@param basePath The base path name of the BasePathMapping resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The base path name of the BasePathMapping resource to delete.

\n@param basePath The base path name of the BasePathMapping resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteBasePathMappingRequest", "variableType" : "DeleteBasePathMappingRequest", "variableDeclarationType" : "DeleteBasePathMappingRequest", "documentation" : null, "simpleType" : "DeleteBasePathMappingRequest", "variableSetterType" : "DeleteBasePathMappingRequest" }, "marshaller" : { "action" : "DeleteBasePathMapping", "verb" : "DELETE", "target" : null, "requestUri" : "/domainnames/{domain_name}/basepathmappings/{base_path}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

The domain name of the BasePathMapping resource to delete.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the BasePathMapping resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the BasePathMapping resource to delete.

\n@param domainName The domain name of the BasePathMapping resource to delete.*/", "getterDocumentation" : "/**

The domain name of the BasePathMapping resource to delete.

\n@return The domain name of the BasePathMapping resource to delete.*/", "fluentSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to delete.

\n@param domainName The domain name of the BasePathMapping resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to delete.

\n@param domainName The domain name of the BasePathMapping resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BasePath" : { "documentation" : "

The base path name of the BasePathMapping resource to delete.

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The base path name of the BasePathMapping resource to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "base_path", "marshallLocationName" : "base_path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The base path name of the BasePathMapping resource to delete.

\n@param basePath The base path name of the BasePathMapping resource to delete.*/", "getterDocumentation" : "/**

The base path name of the BasePathMapping resource to delete.

\n@return The base path name of the BasePathMapping resource to delete.*/", "fluentSetterDocumentation" : "/**

The base path name of the BasePathMapping resource to delete.

\n@param basePath The base path name of the BasePathMapping resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The base path name of the BasePathMapping resource to delete.

\n@param basePath The base path name of the BasePathMapping resource to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteMethodResponseResult" : { "c2jName" : "DeleteMethodResponseResult", "documentation" : null, "shapeName" : "DeleteMethodResponseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteMethodResponseResult", "variableType" : "DeleteMethodResponseResult", "variableDeclarationType" : "DeleteMethodResponseResult", "documentation" : null, "simpleType" : "DeleteMethodResponseResult", "variableSetterType" : "DeleteMethodResponseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteDomainNameResult" : { "c2jName" : "DeleteDomainNameResult", "documentation" : null, "shapeName" : "DeleteDomainNameResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteDomainNameResult", "variableType" : "DeleteDomainNameResult", "variableDeclarationType" : "DeleteDomainNameResult", "documentation" : null, "simpleType" : "DeleteDomainNameResult", "variableSetterType" : "DeleteDomainNameResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetAuthorizerRequest" : { "c2jName" : "GetAuthorizerRequest", "documentation" : "

Request to describe an existing Authorizer resource.

", "shapeName" : "GetAuthorizerRequest", "deprecated" : false, "required" : [ "restApiId", "authorizerId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Authorizer resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@return The RestApi identifier for the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the Authorizer resource.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizer_id", "marshallLocationName" : "authorizer_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.*/", "getterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@return The identifier of the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getAuthorizerRequest", "variableType" : "GetAuthorizerRequest", "variableDeclarationType" : "GetAuthorizerRequest", "documentation" : null, "simpleType" : "GetAuthorizerRequest", "variableSetterType" : "GetAuthorizerRequest" }, "marshaller" : { "action" : "GetAuthorizer", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/authorizers/{authorizer_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AuthorizerId" : { "documentation" : "

The identifier of the Authorizer resource.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizer_id", "marshallLocationName" : "authorizer_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.*/", "getterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@return The identifier of the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Authorizer resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@return The RestApi identifier for the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "IntegrationType" : { "c2jName" : "IntegrationType", "documentation" : "

The integration type. The valid value is HTTP, AWS, or MOCK.

", "shapeName" : "IntegrationType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "HTTP", "value" : "HTTP" }, { "name" : "AWS", "value" : "AWS" }, { "name" : "MOCK", "value" : "MOCK" } ], "variable" : { "variableName" : "integrationType", "variableType" : "IntegrationType", "variableDeclarationType" : "IntegrationType", "documentation" : null, "simpleType" : "IntegrationType", "variableSetterType" : "IntegrationType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ImportRestApiRequest" : { "c2jName" : "ImportRestApiRequest", "documentation" : "

A POST request to import an API to Amazon API Gateway using an input of an API definition file.

", "shapeName" : "ImportRestApiRequest", "deprecated" : false, "required" : [ "body" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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.

", "name" : "FailOnWarnings", "c2jName" : "failOnWarnings", "c2jShape" : "Boolean", "variable" : { "variableName" : "failOnWarnings", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "failOnWarnings", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "failonwarnings", "marshallLocationName" : "failonwarnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Custom header parameters as part of the request.

", "name" : "Parameters", "c2jName" : "parameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Custom header parameters as part of the request.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameters", "marshallLocationName" : "parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Custom header parameters as part of the request.

\n@param parameters Custom header parameters as part of the request.*/", "getterDocumentation" : "/**

Custom header parameters as part of the request.

\n@return Custom header parameters as part of the request.*/", "fluentSetterDocumentation" : "/**

Custom header parameters as part of the request.

\n@param parameters Custom header parameters as part of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Custom header parameters as part of the request.

\n@param parameters Custom header parameters as part of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Blob", "variable" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param body The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.*/", "getterDocumentation" : "/**

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.*/", "fluentSetterDocumentation" : "/**

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n@param body The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n@param body The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "importRestApiRequest", "variableType" : "ImportRestApiRequest", "variableDeclarationType" : "ImportRestApiRequest", "documentation" : null, "simpleType" : "ImportRestApiRequest", "variableSetterType" : "ImportRestApiRequest" }, "marshaller" : { "action" : "ImportRestApi", "verb" : "POST", "target" : null, "requestUri" : "/restapis?mode=import", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

Custom header parameters as part of the request.

", "name" : "Parameters", "c2jName" : "parameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Custom header parameters as part of the request.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameters", "marshallLocationName" : "parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Custom header parameters as part of the request.

\n@param parameters Custom header parameters as part of the request.*/", "getterDocumentation" : "/**

Custom header parameters as part of the request.

\n@return Custom header parameters as part of the request.*/", "fluentSetterDocumentation" : "/**

Custom header parameters as part of the request.

\n@param parameters Custom header parameters as part of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Custom header parameters as part of the request.

\n@param parameters Custom header parameters as part of the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FailOnWarnings" : { "documentation" : "

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.

", "name" : "FailOnWarnings", "c2jName" : "failOnWarnings", "c2jShape" : "Boolean", "variable" : { "variableName" : "failOnWarnings", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "failOnWarnings", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "failonwarnings", "marshallLocationName" : "failonwarnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Blob", "variable" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param body The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.*/", "getterDocumentation" : "/**

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.*/", "fluentSetterDocumentation" : "/**

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n@param body The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.

\n@param body The POST request body containing external API definitions. Currently, only Swagger definition JSON files are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateBasePathMappingRequest" : { "c2jName" : "CreateBasePathMappingRequest", "documentation" : "

Requests Amazon API Gateway to create a new BasePathMapping resource.

", "shapeName" : "CreateBasePathMappingRequest", "deprecated" : false, "required" : [ "domainName", "restApiId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The domain name of the BasePathMapping resource to create.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the BasePathMapping resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the BasePathMapping resource to create.

\n@param domainName The domain name of the BasePathMapping resource to create.*/", "getterDocumentation" : "/**

The domain name of the BasePathMapping resource to create.

\n@return The domain name of the BasePathMapping resource to create.*/", "fluentSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to create.

\n@param domainName The domain name of the BasePathMapping resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to create.

\n@param domainName The domain name of the BasePathMapping resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify a base path name after the domain name.*/", "getterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

\n@return 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. Leave this blank if you do not want callers to specify a base path name after the domain name.*/", "fluentSetterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify a base path name after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify a base path name after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API that you want to apply this mapping to.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API that you want to apply this mapping to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API that you want to apply this mapping to.

\n@param restApiId The name of the API that you want to apply this mapping to.*/", "getterDocumentation" : "/**

The name of the API that you want to apply this mapping to.

\n@return The name of the API that you want to apply this mapping to.*/", "fluentSetterDocumentation" : "/**

The name of the API that you want to apply this mapping to.

\n@param restApiId The name of the API that you want to apply this mapping to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API that you want to apply this mapping to.

\n@param restApiId The name of the API that you want to apply this mapping to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

\n@param stage The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.*/", "getterDocumentation" : "/**

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

\n@return The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

\n@param stage The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

\n@param stage The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createBasePathMappingRequest", "variableType" : "CreateBasePathMappingRequest", "variableDeclarationType" : "CreateBasePathMappingRequest", "documentation" : null, "simpleType" : "CreateBasePathMappingRequest", "variableSetterType" : "CreateBasePathMappingRequest" }, "marshaller" : { "action" : "CreateBasePathMapping", "verb" : "POST", "target" : null, "requestUri" : "/domainnames/{domain_name}/basepathmappings", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

The domain name of the BasePathMapping resource to create.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the BasePathMapping resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the BasePathMapping resource to create.

\n@param domainName The domain name of the BasePathMapping resource to create.*/", "getterDocumentation" : "/**

The domain name of the BasePathMapping resource to create.

\n@return The domain name of the BasePathMapping resource to create.*/", "fluentSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to create.

\n@param domainName The domain name of the BasePathMapping resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to create.

\n@param domainName The domain name of the BasePathMapping resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The name of the API that you want to apply this mapping to.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API that you want to apply this mapping to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API that you want to apply this mapping to.

\n@param restApiId The name of the API that you want to apply this mapping to.*/", "getterDocumentation" : "/**

The name of the API that you want to apply this mapping to.

\n@return The name of the API that you want to apply this mapping to.*/", "fluentSetterDocumentation" : "/**

The name of the API that you want to apply this mapping to.

\n@param restApiId The name of the API that you want to apply this mapping to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API that you want to apply this mapping to.

\n@param restApiId The name of the API that you want to apply this mapping to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Stage" : { "documentation" : "

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

\n@param stage The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.*/", "getterDocumentation" : "/**

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

\n@return The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

\n@param stage The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.

\n@param stage The name of the API's stage that you want to use for this mapping. Leave this blank if you do not want callers to explicitly specify the stage name after any base path name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BasePath" : { "documentation" : "

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify a base path name after the domain name.*/", "getterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

\n@return 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. Leave this blank if you do not want callers to specify a base path name after the domain name.*/", "fluentSetterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify a base path name after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify a base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify a base path name after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MethodSetting" : { "c2jName" : "MethodSetting", "documentation" : "

Specifies the method setting properties.

", "shapeName" : "MethodSetting", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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.

", "name" : "MetricsEnabled", "c2jName" : "metricsEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "metricsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "metricsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricsEnabled", "marshallLocationName" : "metricsEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the logging level for this method, which effects 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.

", "name" : "LoggingLevel", "c2jName" : "loggingLevel", "c2jShape" : "String", "variable" : { "variableName" : "loggingLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the logging level for this method, which effects 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loggingLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "loggingLevel", "marshallLocationName" : "loggingLevel", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the logging level for this method, which effects 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.

\n@param loggingLevel Specifies the logging level for this method, which effects 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.*/", "getterDocumentation" : "/**

Specifies the logging level for this method, which effects 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.

\n@return Specifies the logging level for this method, which effects 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.*/", "fluentSetterDocumentation" : "/**

Specifies the logging level for this method, which effects 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.

\n@param loggingLevel Specifies the logging level for this method, which effects 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the logging level for this method, which effects 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.

\n@param loggingLevel Specifies the logging level for this method, which effects 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the whether data trace logging is enabled for this method, which effects 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.

", "name" : "DataTraceEnabled", "c2jName" : "dataTraceEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "dataTraceEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the whether data trace logging is enabled for this method, which effects 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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "dataTraceEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "dataTraceEnabled", "marshallLocationName" : "dataTraceEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the whether data trace logging is enabled for this method, which effects 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.

\n@param dataTraceEnabled Specifies the whether data trace logging is enabled for this method, which effects 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.*/", "getterDocumentation" : "/**

Specifies the whether data trace logging is enabled for this method, which effects 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.

\n@return Specifies the whether data trace logging is enabled for this method, which effects 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.*/", "fluentSetterDocumentation" : "/**

Specifies the whether data trace logging is enabled for this method, which effects 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.

\n@param dataTraceEnabled Specifies the whether data trace logging is enabled for this method, which effects 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the whether data trace logging is enabled for this method, which effects 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.

\n@param dataTraceEnabled Specifies the whether data trace logging is enabled for this method, which effects 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

", "name" : "ThrottlingBurstLimit", "c2jName" : "throttlingBurstLimit", "c2jShape" : "Integer", "variable" : { "variableName" : "throttlingBurstLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "throttlingBurstLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "throttlingBurstLimit", "marshallLocationName" : "throttlingBurstLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

\n@param throttlingBurstLimit Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.*/", "getterDocumentation" : "/**

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

\n@return Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.*/", "fluentSetterDocumentation" : "/**

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

\n@param throttlingBurstLimit Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

\n@param throttlingBurstLimit Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

", "name" : "ThrottlingRateLimit", "c2jName" : "throttlingRateLimit", "c2jShape" : "Double", "variable" : { "variableName" : "throttlingRateLimit", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "throttlingRateLimit", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "throttlingRateLimit", "marshallLocationName" : "throttlingRateLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

\n@param throttlingRateLimit Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.*/", "getterDocumentation" : "/**

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

\n@return Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.*/", "fluentSetterDocumentation" : "/**

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

\n@param throttlingRateLimit Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

\n@param throttlingRateLimit Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "CachingEnabled", "c2jName" : "cachingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cachingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cachingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cachingEnabled", "marshallLocationName" : "cachingEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

", "name" : "CacheTtlInSeconds", "c2jName" : "cacheTtlInSeconds", "c2jShape" : "Integer", "variable" : { "variableName" : "cacheTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cacheTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheTtlInSeconds", "marshallLocationName" : "cacheTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

\n@param cacheTtlInSeconds Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.*/", "getterDocumentation" : "/**

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

\n@return Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.*/", "fluentSetterDocumentation" : "/**

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

\n@param cacheTtlInSeconds Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

\n@param cacheTtlInSeconds Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "CacheDataEncrypted", "c2jName" : "cacheDataEncrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheDataEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheDataEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheDataEncrypted", "marshallLocationName" : "cacheDataEncrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequireAuthorizationForCacheControl", "c2jName" : "requireAuthorizationForCacheControl", "c2jShape" : "Boolean", "variable" : { "variableName" : "requireAuthorizationForCacheControl", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "requireAuthorizationForCacheControl", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "requireAuthorizationForCacheControl", "marshallLocationName" : "requireAuthorizationForCacheControl", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the strategy on how to handle the 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.

", "name" : "UnauthorizedCacheControlHeaderStrategy", "c2jName" : "unauthorizedCacheControlHeaderStrategy", "c2jShape" : "UnauthorizedCacheControlHeaderStrategy", "variable" : { "variableName" : "unauthorizedCacheControlHeaderStrategy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the strategy on how to handle the 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unauthorizedCacheControlHeaderStrategy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "unauthorizedCacheControlHeaderStrategy", "marshallLocationName" : "unauthorizedCacheControlHeaderStrategy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "UnauthorizedCacheControlHeaderStrategy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the strategy on how to handle the 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.

\n@param unauthorizedCacheControlHeaderStrategy Specifies the strategy on how to handle the 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.\n@see UnauthorizedCacheControlHeaderStrategy*/", "getterDocumentation" : "/**

Specifies the strategy on how to handle the 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.

\n@return Specifies the strategy on how to handle the 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.\n@see UnauthorizedCacheControlHeaderStrategy*/", "fluentSetterDocumentation" : "/**

Specifies the strategy on how to handle the 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.

\n@param unauthorizedCacheControlHeaderStrategy Specifies the strategy on how to handle the 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see UnauthorizedCacheControlHeaderStrategy*/", "varargSetterDocumentation" : "/**

Specifies the strategy on how to handle the 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.

\n@param unauthorizedCacheControlHeaderStrategy Specifies the strategy on how to handle the 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see UnauthorizedCacheControlHeaderStrategy*/" } ], "enums" : null, "variable" : { "variableName" : "methodSetting", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : null, "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CacheTtlInSeconds" : { "documentation" : "

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

", "name" : "CacheTtlInSeconds", "c2jName" : "cacheTtlInSeconds", "c2jShape" : "Integer", "variable" : { "variableName" : "cacheTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cacheTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheTtlInSeconds", "marshallLocationName" : "cacheTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

\n@param cacheTtlInSeconds Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.*/", "getterDocumentation" : "/**

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

\n@return Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.*/", "fluentSetterDocumentation" : "/**

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

\n@param cacheTtlInSeconds Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.

\n@param cacheTtlInSeconds Specifies the time to live (TTL) in seconds, for cached responses. The higher a 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LoggingLevel" : { "documentation" : "

Specifies the logging level for this method, which effects 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.

", "name" : "LoggingLevel", "c2jName" : "loggingLevel", "c2jShape" : "String", "variable" : { "variableName" : "loggingLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the logging level for this method, which effects 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "loggingLevel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "loggingLevel", "marshallLocationName" : "loggingLevel", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the logging level for this method, which effects 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.

\n@param loggingLevel Specifies the logging level for this method, which effects 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.*/", "getterDocumentation" : "/**

Specifies the logging level for this method, which effects 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.

\n@return Specifies the logging level for this method, which effects 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.*/", "fluentSetterDocumentation" : "/**

Specifies the logging level for this method, which effects 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.

\n@param loggingLevel Specifies the logging level for this method, which effects 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the logging level for this method, which effects 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.

\n@param loggingLevel Specifies the logging level for this method, which effects 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DataTraceEnabled" : { "documentation" : "

Specifies the whether data trace logging is enabled for this method, which effects 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.

", "name" : "DataTraceEnabled", "c2jName" : "dataTraceEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "dataTraceEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies the whether data trace logging is enabled for this method, which effects 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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "dataTraceEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "dataTraceEnabled", "marshallLocationName" : "dataTraceEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the whether data trace logging is enabled for this method, which effects 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.

\n@param dataTraceEnabled Specifies the whether data trace logging is enabled for this method, which effects 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.*/", "getterDocumentation" : "/**

Specifies the whether data trace logging is enabled for this method, which effects 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.

\n@return Specifies the whether data trace logging is enabled for this method, which effects 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.*/", "fluentSetterDocumentation" : "/**

Specifies the whether data trace logging is enabled for this method, which effects 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.

\n@param dataTraceEnabled Specifies the whether data trace logging is enabled for this method, which effects 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the whether data trace logging is enabled for this method, which effects 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.

\n@param dataTraceEnabled Specifies the whether data trace logging is enabled for this method, which effects 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheDataEncrypted" : { "documentation" : "

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.

", "name" : "CacheDataEncrypted", "c2jName" : "cacheDataEncrypted", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheDataEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheDataEncrypted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheDataEncrypted", "marshallLocationName" : "cacheDataEncrypted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThrottlingBurstLimit" : { "documentation" : "

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

", "name" : "ThrottlingBurstLimit", "c2jName" : "throttlingBurstLimit", "c2jShape" : "Integer", "variable" : { "variableName" : "throttlingBurstLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "throttlingBurstLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "throttlingBurstLimit", "marshallLocationName" : "throttlingBurstLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

\n@param throttlingBurstLimit Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.*/", "getterDocumentation" : "/**

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

\n@return Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.*/", "fluentSetterDocumentation" : "/**

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

\n@param throttlingBurstLimit Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.

\n@param throttlingBurstLimit Specifies the throttling burst limit. The PATCH path for this setting is /{method_setting_key}/throttling/burstLimit, and the value is an integer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CachingEnabled" : { "documentation" : "

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.

", "name" : "CachingEnabled", "c2jName" : "cachingEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cachingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cachingEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cachingEnabled", "marshallLocationName" : "cachingEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UnauthorizedCacheControlHeaderStrategy" : { "documentation" : "

Specifies the strategy on how to handle the 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.

", "name" : "UnauthorizedCacheControlHeaderStrategy", "c2jName" : "unauthorizedCacheControlHeaderStrategy", "c2jShape" : "UnauthorizedCacheControlHeaderStrategy", "variable" : { "variableName" : "unauthorizedCacheControlHeaderStrategy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the strategy on how to handle the 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "unauthorizedCacheControlHeaderStrategy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "unauthorizedCacheControlHeaderStrategy", "marshallLocationName" : "unauthorizedCacheControlHeaderStrategy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "UnauthorizedCacheControlHeaderStrategy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the strategy on how to handle the 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.

\n@param unauthorizedCacheControlHeaderStrategy Specifies the strategy on how to handle the 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.\n@see UnauthorizedCacheControlHeaderStrategy*/", "getterDocumentation" : "/**

Specifies the strategy on how to handle the 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.

\n@return Specifies the strategy on how to handle the 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.\n@see UnauthorizedCacheControlHeaderStrategy*/", "fluentSetterDocumentation" : "/**

Specifies the strategy on how to handle the 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.

\n@param unauthorizedCacheControlHeaderStrategy Specifies the strategy on how to handle the 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see UnauthorizedCacheControlHeaderStrategy*/", "varargSetterDocumentation" : "/**

Specifies the strategy on how to handle the 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.

\n@param unauthorizedCacheControlHeaderStrategy Specifies the strategy on how to handle the 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.\n@return Returns a reference to this object so that method calls can be chained together.\n@see UnauthorizedCacheControlHeaderStrategy*/" }, "MetricsEnabled" : { "documentation" : "

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.

", "name" : "MetricsEnabled", "c2jName" : "metricsEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "metricsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "metricsEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "metricsEnabled", "marshallLocationName" : "metricsEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThrottlingRateLimit" : { "documentation" : "

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

", "name" : "ThrottlingRateLimit", "c2jName" : "throttlingRateLimit", "c2jShape" : "Double", "variable" : { "variableName" : "throttlingRateLimit", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "throttlingRateLimit", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "throttlingRateLimit", "marshallLocationName" : "throttlingRateLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

\n@param throttlingRateLimit Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.*/", "getterDocumentation" : "/**

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

\n@return Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.*/", "fluentSetterDocumentation" : "/**

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

\n@param throttlingRateLimit Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.

\n@param throttlingRateLimit Specifies the throttling rate limit. The PATCH path for this setting is /{method_setting_key}/throttling/rateLimit, and the value is a double.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequireAuthorizationForCacheControl" : { "documentation" : "

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.

", "name" : "RequireAuthorizationForCacheControl", "c2jName" : "requireAuthorizationForCacheControl", "c2jShape" : "Boolean", "variable" : { "variableName" : "requireAuthorizationForCacheControl", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

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.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "requireAuthorizationForCacheControl", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "requireAuthorizationForCacheControl", "marshallLocationName" : "requireAuthorizationForCacheControl", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteAuthorizerResult" : { "c2jName" : "DeleteAuthorizerResult", "documentation" : null, "shapeName" : "DeleteAuthorizerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteAuthorizerResult", "variableType" : "DeleteAuthorizerResult", "variableDeclarationType" : "DeleteAuthorizerResult", "documentation" : null, "simpleType" : "DeleteAuthorizerResult", "variableSetterType" : "DeleteAuthorizerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RestApi" : { "c2jName" : "RestApi", "documentation" : "

Represents a REST API.

", "shapeName" : "RestApi", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "restApi", "variableType" : "RestApi", "variableDeclarationType" : "RestApi", "documentation" : null, "simpleType" : "RestApi", "variableSetterType" : "RestApi" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Warnings" : { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DomainName" : { "c2jName" : "DomainName", "documentation" : "

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

", "shapeName" : "DomainName", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "name" : "CertificateUploadDate", "c2jName" : "certificateUploadDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateUploadDate", "marshallLocationName" : "certificateUploadDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@return The date when the certificate was uploaded, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "name" : "DistributionDomainName", "c2jName" : "distributionDomainName", "c2jShape" : "String", "variable" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "distributionDomainName", "marshallLocationName" : "distributionDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "getterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@return The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "fluentSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "domainName", "variableType" : "DomainName", "variableDeclarationType" : "DomainName", "documentation" : null, "simpleType" : "DomainName", "variableSetterType" : "DomainName" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateUploadDate" : { "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "name" : "CertificateUploadDate", "c2jName" : "certificateUploadDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateUploadDate", "marshallLocationName" : "certificateUploadDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@return The date when the certificate was uploaded, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateName" : { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DistributionDomainName" : { "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "name" : "DistributionDomainName", "c2jName" : "distributionDomainName", "c2jShape" : "String", "variable" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "distributionDomainName", "marshallLocationName" : "distributionDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "getterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@return The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "fluentSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateApiKeyRequest" : { "c2jName" : "CreateApiKeyRequest", "documentation" : "

Request to create an ApiKey resource.

", "shapeName" : "CreateApiKeyRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the ApiKey.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the ApiKey.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the ApiKey.

\n@param name The name of the ApiKey.*/", "getterDocumentation" : "/**

The name of the ApiKey.

\n@return The name of the ApiKey.*/", "fluentSetterDocumentation" : "/**

The name of the ApiKey.

\n@param name The name of the ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the ApiKey.

\n@param name The name of the ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the ApiKey.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the ApiKey.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the ApiKey.

\n@param description The description of the ApiKey.*/", "getterDocumentation" : "/**

The description of the ApiKey.

\n@return The description of the ApiKey.*/", "fluentSetterDocumentation" : "/**

The description of the ApiKey.

\n@param description The description of the ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the ApiKey.

\n@param description The description of the ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the ApiKey can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the ApiKey can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param enabled Specifies whether the ApiKey can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@return Specifies whether the ApiKey can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param enabled Specifies whether the ApiKey can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param enabled Specifies whether the ApiKey can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the ApiKey can be used by callers.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfStageKeys", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies whether the ApiKey can be used by callers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StageKey", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StageKey", "variable" : { "variableName" : "member", "variableType" : "StageKey", "variableDeclarationType" : "StageKey", "documentation" : "", "simpleType" : "StageKey", "variableSetterType" : "StageKey" }, "setterModel" : { "variableName" : "member", "variableType" : "StageKey", "variableDeclarationType" : "StageKey", "documentation" : "", "simpleType" : "StageKey", "variableSetterType" : "StageKey" }, "getterModel" : { "returnType" : "StageKey", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "StageKey", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param stageKeys Specifies whether the ApiKey can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@return Specifies whether the ApiKey can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param stageKeys Specifies whether the ApiKey can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys Specifies whether the ApiKey can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createApiKeyRequest", "variableType" : "CreateApiKeyRequest", "variableDeclarationType" : "CreateApiKeyRequest", "documentation" : null, "simpleType" : "CreateApiKeyRequest", "variableSetterType" : "CreateApiKeyRequest" }, "marshaller" : { "action" : "CreateApiKey", "verb" : "POST", "target" : null, "requestUri" : "/apikeys", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the ApiKey.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the ApiKey.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the ApiKey.

\n@param description The description of the ApiKey.*/", "getterDocumentation" : "/**

The description of the ApiKey.

\n@return The description of the ApiKey.*/", "fluentSetterDocumentation" : "/**

The description of the ApiKey.

\n@param description The description of the ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the ApiKey.

\n@param description The description of the ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageKeys" : { "documentation" : "

Specifies whether the ApiKey can be used by callers.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfStageKeys", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies whether the ApiKey can be used by callers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StageKey", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StageKey", "variable" : { "variableName" : "member", "variableType" : "StageKey", "variableDeclarationType" : "StageKey", "documentation" : "", "simpleType" : "StageKey", "variableSetterType" : "StageKey" }, "setterModel" : { "variableName" : "member", "variableType" : "StageKey", "variableDeclarationType" : "StageKey", "documentation" : "", "simpleType" : "StageKey", "variableSetterType" : "StageKey" }, "getterModel" : { "returnType" : "StageKey", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "StageKey", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param stageKeys Specifies whether the ApiKey can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@return Specifies whether the ApiKey can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param stageKeys Specifies whether the ApiKey can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys Specifies whether the ApiKey can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "

Specifies whether the ApiKey can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the ApiKey can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param enabled Specifies whether the ApiKey can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@return Specifies whether the ApiKey can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param enabled Specifies whether the ApiKey can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the ApiKey can be used by callers.

\n@param enabled Specifies whether the ApiKey can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the ApiKey.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the ApiKey.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the ApiKey.

\n@param name The name of the ApiKey.*/", "getterDocumentation" : "/**

The name of the ApiKey.

\n@return The name of the ApiKey.*/", "fluentSetterDocumentation" : "/**

The name of the ApiKey.

\n@param name The name of the ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the ApiKey.

\n@param name The name of the ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateAuthorizerRequest" : { "c2jName" : "CreateAuthorizerRequest", "documentation" : "

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

", "shapeName" : "CreateAuthorizerRequest", "deprecated" : false, "required" : [ "restApiId", "name", "type", "authorizerUri", "identitySource" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier under which the Authorizer will be created.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier under which the Authorizer will be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier under which the Authorizer will be created.

\n@param restApiId The RestApi identifier under which the Authorizer will be created.*/", "getterDocumentation" : "/**

The RestApi identifier under which the Authorizer will be created.

\n@return The RestApi identifier under which the Authorizer will be created.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier under which the Authorizer will be created.

\n@param restApiId The RestApi identifier under which the Authorizer will be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier under which the Authorizer will be created.

\n@param restApiId The RestApi identifier under which the Authorizer will be created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The type of the authorizer.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer.

\n@param type [Required] The type of the authorizer.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer.

\n@return [Required] The type of the authorizer.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer.

\n@param type [Required] The type of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer.

\n@param type [Required] The type of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI).*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI).*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the credentials required for the authorizer, if any.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any.

\n@return Specifies the credentials required for the authorizer, if any.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The source of the identity in an incoming request.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request.

\n@param identitySource [Required] The source of the identity in an incoming request.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request.

\n@return [Required] The source of the identity in an incoming request.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request.

\n@param identitySource [Required] The source of the identity in an incoming request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request.

\n@param identitySource [Required] The source of the identity in an incoming request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A validation expression for the incoming identity.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity.

\n@param identityValidationExpression A validation expression for the incoming identity.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity.

\n@return A validation expression for the incoming identity.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity.

\n@param identityValidationExpression A validation expression for the incoming identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity.

\n@param identityValidationExpression A validation expression for the incoming identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The TTL of cached authorizer results.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL of cached authorizer results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL of cached authorizer results.

\n@param authorizerResultTtlInSeconds The TTL of cached authorizer results.*/", "getterDocumentation" : "/**

The TTL of cached authorizer results.

\n@return The TTL of cached authorizer results.*/", "fluentSetterDocumentation" : "/**

The TTL of cached authorizer results.

\n@param authorizerResultTtlInSeconds The TTL of cached authorizer results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL of cached authorizer results.

\n@param authorizerResultTtlInSeconds The TTL of cached authorizer results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAuthorizerRequest", "variableType" : "CreateAuthorizerRequest", "variableDeclarationType" : "CreateAuthorizerRequest", "documentation" : null, "simpleType" : "CreateAuthorizerRequest", "variableSetterType" : "CreateAuthorizerRequest" }, "marshaller" : { "action" : "CreateAuthorizer", "verb" : "POST", "target" : null, "requestUri" : "/restapis/{restapi_id}/authorizers", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AuthorizerCredentials" : { "documentation" : "

Specifies the credentials required for the authorizer, if any.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any.

\n@return Specifies the credentials required for the authorizer, if any.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityValidationExpression" : { "documentation" : "

A validation expression for the incoming identity.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity.

\n@param identityValidationExpression A validation expression for the incoming identity.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity.

\n@return A validation expression for the incoming identity.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity.

\n@param identityValidationExpression A validation expression for the incoming identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity.

\n@param identityValidationExpression A validation expression for the incoming identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

[Required] The type of the authorizer.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer.

\n@param type [Required] The type of the authorizer.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer.

\n@return [Required] The type of the authorizer.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer.

\n@param type [Required] The type of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer.

\n@param type [Required] The type of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, "AuthorizerUri" : { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI).*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI).*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI).

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerResultTtlInSeconds" : { "documentation" : "

The TTL of cached authorizer results.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL of cached authorizer results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL of cached authorizer results.

\n@param authorizerResultTtlInSeconds The TTL of cached authorizer results.*/", "getterDocumentation" : "/**

The TTL of cached authorizer results.

\n@return The TTL of cached authorizer results.*/", "fluentSetterDocumentation" : "/**

The TTL of cached authorizer results.

\n@param authorizerResultTtlInSeconds The TTL of cached authorizer results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL of cached authorizer results.

\n@param authorizerResultTtlInSeconds The TTL of cached authorizer results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier under which the Authorizer will be created.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier under which the Authorizer will be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier under which the Authorizer will be created.

\n@param restApiId The RestApi identifier under which the Authorizer will be created.*/", "getterDocumentation" : "/**

The RestApi identifier under which the Authorizer will be created.

\n@return The RestApi identifier under which the Authorizer will be created.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier under which the Authorizer will be created.

\n@param restApiId The RestApi identifier under which the Authorizer will be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier under which the Authorizer will be created.

\n@param restApiId The RestApi identifier under which the Authorizer will be created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentitySource" : { "documentation" : "

[Required] The source of the identity in an incoming request.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request.

\n@param identitySource [Required] The source of the identity in an incoming request.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request.

\n@return [Required] The source of the identity in an incoming request.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request.

\n@param identitySource [Required] The source of the identity in an incoming request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request.

\n@param identitySource [Required] The source of the identity in an incoming request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthType" : { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetModelResult" : { "c2jName" : "Model", "documentation" : "

Represents the structure of a request or response payload for a method.

", "shapeName" : "GetModelResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the model resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the model resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.*/", "getterDocumentation" : "/**

The identifier for the model resource.

\n@return The identifier for the model resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getModelResult", "variableType" : "GetModelResult", "variableDeclarationType" : "GetModelResult", "documentation" : null, "simpleType" : "GetModelResult", "variableSetterType" : "GetModelResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentType" : { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Schema" : { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the model resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the model resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.*/", "getterDocumentation" : "/**

The identifier for the model resource.

\n@return The identifier for the model resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Method" : { "c2jName" : "Method", "documentation" : "

Represents a method.

", "shapeName" : "Method", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.*/", "getterDocumentation" : "/**

The HTTP method.

\n@return The HTTP method.*/", "fluentSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The method's authorization type.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method's authorization type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.*/", "getterDocumentation" : "/**

The method's authorization type.

\n@return The method's authorization type.*/", "fluentSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "getterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@return Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "name" : "MethodResponses", "c2jName" : "methodResponses", "c2jShape" : "MapOfMethodResponse", "variable" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodResponses", "marshallLocationName" : "methodResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodResponse", "variable" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "getterModel" : { "returnType" : "MethodResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "getterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@return Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "fluentSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The method's integration.

", "name" : "MethodIntegration", "c2jName" : "methodIntegration", "c2jShape" : "Integration", "variable" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "

The method's integration.

", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "setterModel" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "getterModel" : { "returnType" : "Integration", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodIntegration", "marshallLocationName" : "methodIntegration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.*/", "getterDocumentation" : "/**

The method's integration.

\n@return The method's integration.*/", "fluentSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "method", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : null, "simpleType" : "Method", "variableSetterType" : "Method" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MethodResponses" : { "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "name" : "MethodResponses", "c2jName" : "methodResponses", "c2jShape" : "MapOfMethodResponse", "variable" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodResponses", "marshallLocationName" : "methodResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodResponse", "variable" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "getterModel" : { "returnType" : "MethodResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "getterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@return Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "fluentSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerId" : { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestModels" : { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MethodIntegration" : { "documentation" : "

The method's integration.

", "name" : "MethodIntegration", "c2jName" : "methodIntegration", "c2jShape" : "Integration", "variable" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "

The method's integration.

", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "setterModel" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "getterModel" : { "returnType" : "Integration", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodIntegration", "marshallLocationName" : "methodIntegration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.*/", "getterDocumentation" : "/**

The method's integration.

\n@return The method's integration.*/", "fluentSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiKeyRequired" : { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizationType" : { "documentation" : "

The method's authorization type.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method's authorization type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.*/", "getterDocumentation" : "/**

The method's authorization type.

\n@return The method's authorization type.*/", "fluentSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.*/", "getterDocumentation" : "/**

The HTTP method.

\n@return The HTTP method.*/", "fluentSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "getterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@return Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateApiKeyResult" : { "c2jName" : "ApiKey", "documentation" : "

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.

", "shapeName" : "UpdateApiKeyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the API Key.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.*/", "getterDocumentation" : "/**

The identifier of the API Key.

\n@return The identifier of the API Key.*/", "fluentSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API Key.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.*/", "getterDocumentation" : "/**

The name of the API Key.

\n@return The name of the API Key.*/", "fluentSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the API Key.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.*/", "getterDocumentation" : "/**

The description of the API Key.

\n@return The description of the API Key.*/", "fluentSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the API Key can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the API Key can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@return Specifies whether the API Key can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfString", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@return The date when the API Key was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@return When the API Key was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateApiKeyResult", "variableType" : "UpdateApiKeyResult", "variableDeclarationType" : "UpdateApiKeyResult", "documentation" : null, "simpleType" : "UpdateApiKeyResult", "variableSetterType" : "UpdateApiKeyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastUpdatedDate" : { "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@return When the API Key was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the API Key.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.*/", "getterDocumentation" : "/**

The description of the API Key.

\n@return The description of the API Key.*/", "fluentSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageKeys" : { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfString", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@return The date when the API Key was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "

Specifies whether the API Key can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the API Key can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@return Specifies whether the API Key can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier of the API Key.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.*/", "getterDocumentation" : "/**

The identifier of the API Key.

\n@return The identifier of the API Key.*/", "fluentSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the API Key.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.*/", "getterDocumentation" : "/**

The name of the API Key.

\n@return The name of the API Key.*/", "fluentSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetIntegrationResult" : { "c2jName" : "Integration", "documentation" : "

Represents a HTTP, AWS, or Mock integration.

", "shapeName" : "GetIntegrationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@return Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, { "documentation" : "

Specifies the integration's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@return Specifies the integration's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "getterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@return Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "getterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@return Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.*/", "getterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@return Specifies the integration's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the integration's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.*/", "getterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@return Specifies the integration's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's responses.

", "name" : "IntegrationResponses", "c2jName" : "integrationResponses", "c2jShape" : "MapOfIntegrationResponse", "variable" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the integration's responses.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "integrationResponses", "marshallLocationName" : "integrationResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "IntegrationResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IntegrationResponse", "variable" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "getterModel" : { "returnType" : "IntegrationResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.*/", "getterDocumentation" : "/**

Specifies the integration's responses.

\n@return Specifies the integration's responses.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIntegrationResult", "variableType" : "GetIntegrationResult", "variableDeclarationType" : "GetIntegrationResult", "documentation" : null, "simpleType" : "GetIntegrationResult", "variableSetterType" : "GetIntegrationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@return Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, "CacheNamespace" : { "documentation" : "

Specifies the integration's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.*/", "getterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@return Specifies the integration's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheKeyParameters" : { "documentation" : "

Specifies the integration's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the integration's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.*/", "getterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@return Specifies the integration's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IntegrationResponses" : { "documentation" : "

Specifies the integration's responses.

", "name" : "IntegrationResponses", "c2jName" : "integrationResponses", "c2jShape" : "MapOfIntegrationResponse", "variable" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the integration's responses.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "integrationResponses", "marshallLocationName" : "integrationResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "IntegrationResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IntegrationResponse", "variable" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "getterModel" : { "returnType" : "IntegrationResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.*/", "getterDocumentation" : "/**

Specifies the integration's responses.

\n@return Specifies the integration's responses.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestTemplates" : { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Uri" : { "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "getterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@return Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies the integration's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@return Specifies the integration's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Credentials" : { "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "getterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@return Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PassthroughBehavior" : { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateResourceResult" : { "c2jName" : "Resource", "documentation" : "

Represents a resource.

", "shapeName" : "CreateResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The resource's identifier.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.*/", "getterDocumentation" : "/**

The resource's identifier.

\n@return The resource's identifier.*/", "fluentSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentId", "marshallLocationName" : "parentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The full path for this resource.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The full path for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.*/", "getterDocumentation" : "/**

The full path for this resource.

\n@return The full path for this resource.*/", "fluentSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "name" : "ResourceMethods", "c2jName" : "resourceMethods", "c2jShape" : "MapOfMethod", "variable" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceMethods", "marshallLocationName" : "resourceMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Method", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Method", "variable" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "setterModel" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "getterModel" : { "returnType" : "Method", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.*/", "getterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@return Map of methods for this resource, which is included only if the request uses the embed query option.*/", "fluentSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createResourceResult", "variableType" : "CreateResourceResult", "variableDeclarationType" : "CreateResourceResult", "documentation" : null, "simpleType" : "CreateResourceResult", "variableSetterType" : "CreateResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParentId" : { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentId", "marshallLocationName" : "parentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Path" : { "documentation" : "

The full path for this resource.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The full path for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.*/", "getterDocumentation" : "/**

The full path for this resource.

\n@return The full path for this resource.*/", "fluentSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PathPart" : { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The resource's identifier.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.*/", "getterDocumentation" : "/**

The resource's identifier.

\n@return The resource's identifier.*/", "fluentSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceMethods" : { "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "name" : "ResourceMethods", "c2jName" : "resourceMethods", "c2jShape" : "MapOfMethod", "variable" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceMethods", "marshallLocationName" : "resourceMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Method", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Method", "variable" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "setterModel" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "getterModel" : { "returnType" : "Method", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.*/", "getterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@return Map of methods for this resource, which is included only if the request uses the embed query option.*/", "fluentSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetApiKeysResult" : { "c2jName" : "ApiKeys", "documentation" : "

Represents a collection of ApiKey resources.

", "shapeName" : "GetApiKeysResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current page of any ApiKey resources in the collection of ApiKey resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfApiKey", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any ApiKey resources in the collection of ApiKey resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ApiKey", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ApiKey", "variable" : { "variableName" : "member", "variableType" : "ApiKey", "variableDeclarationType" : "ApiKey", "documentation" : "", "simpleType" : "ApiKey", "variableSetterType" : "ApiKey" }, "setterModel" : { "variableName" : "member", "variableType" : "ApiKey", "variableDeclarationType" : "ApiKey", "documentation" : "", "simpleType" : "ApiKey", "variableSetterType" : "ApiKey" }, "getterModel" : { "returnType" : "ApiKey", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ApiKey", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any ApiKey resources in the collection of ApiKey resources.

\n@param items The current page of any ApiKey resources in the collection of ApiKey resources.*/", "getterDocumentation" : "/**

The current page of any ApiKey resources in the collection of ApiKey resources.

\n@return The current page of any ApiKey resources in the collection of ApiKey resources.*/", "fluentSetterDocumentation" : "/**

The current page of any ApiKey resources in the collection of ApiKey resources.

\n@param items The current page of any ApiKey resources in the collection of ApiKey resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any ApiKey resources in the collection of ApiKey resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any ApiKey resources in the collection of ApiKey resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getApiKeysResult", "variableType" : "GetApiKeysResult", "variableDeclarationType" : "GetApiKeysResult", "documentation" : null, "simpleType" : "GetApiKeysResult", "variableSetterType" : "GetApiKeysResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Items" : { "documentation" : "

The current page of any ApiKey resources in the collection of ApiKey resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfApiKey", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any ApiKey resources in the collection of ApiKey resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ApiKey", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ApiKey", "variable" : { "variableName" : "member", "variableType" : "ApiKey", "variableDeclarationType" : "ApiKey", "documentation" : "", "simpleType" : "ApiKey", "variableSetterType" : "ApiKey" }, "setterModel" : { "variableName" : "member", "variableType" : "ApiKey", "variableDeclarationType" : "ApiKey", "documentation" : "", "simpleType" : "ApiKey", "variableSetterType" : "ApiKey" }, "getterModel" : { "returnType" : "ApiKey", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ApiKey", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any ApiKey resources in the collection of ApiKey resources.

\n@param items The current page of any ApiKey resources in the collection of ApiKey resources.*/", "getterDocumentation" : "/**

The current page of any ApiKey resources in the collection of ApiKey resources.

\n@return The current page of any ApiKey resources in the collection of ApiKey resources.*/", "fluentSetterDocumentation" : "/**

The current page of any ApiKey resources in the collection of ApiKey resources.

\n@param items The current page of any ApiKey resources in the collection of ApiKey resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any ApiKey resources in the collection of ApiKey resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any ApiKey resources in the collection of ApiKey resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateIntegrationRequest" : { "c2jName" : "UpdateIntegrationRequest", "documentation" : "

Represents an update integration request.

", "shapeName" : "UpdateIntegrationRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Represents an update integration request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Represents an update integration request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Represents an update integration request's API identifier.

\n@param restApiId Represents an update integration request's API identifier.*/", "getterDocumentation" : "/**

Represents an update integration request's API identifier.

\n@return Represents an update integration request's API identifier.*/", "fluentSetterDocumentation" : "/**

Represents an update integration request's API identifier.

\n@param restApiId Represents an update integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents an update integration request's API identifier.

\n@param restApiId Represents an update integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents an update integration request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Represents an update integration request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Represents an update integration request's resource identifier.

\n@param resourceId Represents an update integration request's resource identifier.*/", "getterDocumentation" : "/**

Represents an update integration request's resource identifier.

\n@return Represents an update integration request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Represents an update integration request's resource identifier.

\n@param resourceId Represents an update integration request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents an update integration request's resource identifier.

\n@param resourceId Represents an update integration request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents an update integration request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Represents an update integration request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Represents an update integration request's HTTP method.

\n@param httpMethod Represents an update integration request's HTTP method.*/", "getterDocumentation" : "/**

Represents an update integration request's HTTP method.

\n@return Represents an update integration request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Represents an update integration request's HTTP method.

\n@param httpMethod Represents an update integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents an update integration request's HTTP method.

\n@param httpMethod Represents an update integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateIntegrationRequest", "variableType" : "UpdateIntegrationRequest", "variableDeclarationType" : "UpdateIntegrationRequest", "documentation" : null, "simpleType" : "UpdateIntegrationRequest", "variableSetterType" : "UpdateIntegrationRequest" }, "marshaller" : { "action" : "UpdateIntegration", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

Represents an update integration request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Represents an update integration request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Represents an update integration request's resource identifier.

\n@param resourceId Represents an update integration request's resource identifier.*/", "getterDocumentation" : "/**

Represents an update integration request's resource identifier.

\n@return Represents an update integration request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Represents an update integration request's resource identifier.

\n@param resourceId Represents an update integration request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents an update integration request's resource identifier.

\n@param resourceId Represents an update integration request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Represents an update integration request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Represents an update integration request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Represents an update integration request's API identifier.

\n@param restApiId Represents an update integration request's API identifier.*/", "getterDocumentation" : "/**

Represents an update integration request's API identifier.

\n@return Represents an update integration request's API identifier.*/", "fluentSetterDocumentation" : "/**

Represents an update integration request's API identifier.

\n@param restApiId Represents an update integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents an update integration request's API identifier.

\n@param restApiId Represents an update integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Represents an update integration request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Represents an update integration request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Represents an update integration request's HTTP method.

\n@param httpMethod Represents an update integration request's HTTP method.*/", "getterDocumentation" : "/**

Represents an update integration request's HTTP method.

\n@return Represents an update integration request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Represents an update integration request's HTTP method.

\n@param httpMethod Represents an update integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents an update integration request's HTTP method.

\n@param httpMethod Represents an update integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateRestApiRequest" : { "c2jName" : "CreateRestApiRequest", "documentation" : "

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

", "shapeName" : "CreateRestApiRequest", "deprecated" : false, "required" : [ "name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the RestApi.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the RestApi.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the RestApi.

\n@param name The name of the RestApi.*/", "getterDocumentation" : "/**

The name of the RestApi.

\n@return The name of the RestApi.*/", "fluentSetterDocumentation" : "/**

The name of the RestApi.

\n@param name The name of the RestApi.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the RestApi.

\n@param name The name of the RestApi.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the RestApi.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the RestApi.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the RestApi.

\n@param description The description of the RestApi.*/", "getterDocumentation" : "/**

The description of the RestApi.

\n@return The description of the RestApi.*/", "fluentSetterDocumentation" : "/**

The description of the RestApi.

\n@param description The description of the RestApi.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the RestApi.

\n@param description The description of the RestApi.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Id of the RestApi that you want to clone from.

", "name" : "CloneFrom", "c2jName" : "cloneFrom", "c2jShape" : "String", "variable" : { "variableName" : "cloneFrom", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Id of the RestApi that you want to clone from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cloneFrom", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloneFrom", "marshallLocationName" : "cloneFrom", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Id of the RestApi that you want to clone from.

\n@param cloneFrom The Id of the RestApi that you want to clone from.*/", "getterDocumentation" : "/**

The Id of the RestApi that you want to clone from.

\n@return The Id of the RestApi that you want to clone from.*/", "fluentSetterDocumentation" : "/**

The Id of the RestApi that you want to clone from.

\n@param cloneFrom The Id of the RestApi that you want to clone from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Id of the RestApi that you want to clone from.

\n@param cloneFrom The Id of the RestApi that you want to clone from.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createRestApiRequest", "variableType" : "CreateRestApiRequest", "variableDeclarationType" : "CreateRestApiRequest", "documentation" : null, "simpleType" : "CreateRestApiRequest", "variableSetterType" : "CreateRestApiRequest" }, "marshaller" : { "action" : "CreateRestApi", "verb" : "POST", "target" : null, "requestUri" : "/restapis", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the RestApi.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the RestApi.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the RestApi.

\n@param description The description of the RestApi.*/", "getterDocumentation" : "/**

The description of the RestApi.

\n@return The description of the RestApi.*/", "fluentSetterDocumentation" : "/**

The description of the RestApi.

\n@param description The description of the RestApi.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the RestApi.

\n@param description The description of the RestApi.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloneFrom" : { "documentation" : "

The Id of the RestApi that you want to clone from.

", "name" : "CloneFrom", "c2jName" : "cloneFrom", "c2jShape" : "String", "variable" : { "variableName" : "cloneFrom", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Id of the RestApi that you want to clone from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cloneFrom", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloneFrom", "marshallLocationName" : "cloneFrom", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Id of the RestApi that you want to clone from.

\n@param cloneFrom The Id of the RestApi that you want to clone from.*/", "getterDocumentation" : "/**

The Id of the RestApi that you want to clone from.

\n@return The Id of the RestApi that you want to clone from.*/", "fluentSetterDocumentation" : "/**

The Id of the RestApi that you want to clone from.

\n@param cloneFrom The Id of the RestApi that you want to clone from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Id of the RestApi that you want to clone from.

\n@param cloneFrom The Id of the RestApi that you want to clone from.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the RestApi.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the RestApi.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the RestApi.

\n@param name The name of the RestApi.*/", "getterDocumentation" : "/**

The name of the RestApi.

\n@return The name of the RestApi.*/", "fluentSetterDocumentation" : "/**

The name of the RestApi.

\n@param name The name of the RestApi.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the RestApi.

\n@param name The name of the RestApi.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TestInvokeMethodResult" : { "c2jName" : "TestInvokeMethodResponse", "documentation" : "

Represents the response of the test invoke request in HTTP method.

", "shapeName" : "TestInvokeMethodResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The HTTP status code.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "Integer", "variable" : { "variableName" : "status", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The HTTP status code.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "status", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP status code.

\n@param status The HTTP status code.*/", "getterDocumentation" : "/**

The HTTP status code.

\n@return The HTTP status code.*/", "fluentSetterDocumentation" : "/**

The HTTP status code.

\n@param status The HTTP status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP status code.

\n@param status The HTTP status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The body of HTTP response.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "String", "variable" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The body of HTTP response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The body of HTTP response.

\n@param body The body of HTTP response.*/", "getterDocumentation" : "/**

The body of HTTP response.

\n@return The body of HTTP response.*/", "fluentSetterDocumentation" : "/**

The body of HTTP response.

\n@param body The body of HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The body of HTTP response.

\n@param body The body of HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The headers of HTTP response.

", "name" : "Headers", "c2jName" : "headers", "c2jShape" : "MapOfHeaderValues", "variable" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The headers of HTTP response.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "headers", "marshallLocationName" : "headers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The headers of HTTP response.

\n@param headers The headers of HTTP response.*/", "getterDocumentation" : "/**

The headers of HTTP response.

\n@return The headers of HTTP response.*/", "fluentSetterDocumentation" : "/**

The headers of HTTP response.

\n@param headers The headers of HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The headers of HTTP response.

\n@param headers The headers of HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon API Gateway execution log for the test invoke request.

", "name" : "Log", "c2jName" : "log", "c2jShape" : "String", "variable" : { "variableName" : "log", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon API Gateway execution log for the test invoke request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "log", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "log", "marshallLocationName" : "log", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon API Gateway execution log for the test invoke request.

\n@param log The Amazon API Gateway execution log for the test invoke request.*/", "getterDocumentation" : "/**

The Amazon API Gateway execution log for the test invoke request.

\n@return The Amazon API Gateway execution log for the test invoke request.*/", "fluentSetterDocumentation" : "/**

The Amazon API Gateway execution log for the test invoke request.

\n@param log The Amazon API Gateway execution log for the test invoke request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon API Gateway execution log for the test invoke request.

\n@param log The Amazon API Gateway execution log for the test invoke request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The execution latency of the test invoke request.

", "name" : "Latency", "c2jName" : "latency", "c2jShape" : "Long", "variable" : { "variableName" : "latency", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The execution latency of the test invoke request.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "latency", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "latency", "marshallLocationName" : "latency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The execution latency of the test invoke request.

\n@param latency The execution latency of the test invoke request.*/", "getterDocumentation" : "/**

The execution latency of the test invoke request.

\n@return The execution latency of the test invoke request.*/", "fluentSetterDocumentation" : "/**

The execution latency of the test invoke request.

\n@param latency The execution latency of the test invoke request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The execution latency of the test invoke request.

\n@param latency The execution latency of the test invoke request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "testInvokeMethodResult", "variableType" : "TestInvokeMethodResult", "variableDeclarationType" : "TestInvokeMethodResult", "documentation" : null, "simpleType" : "TestInvokeMethodResult", "variableSetterType" : "TestInvokeMethodResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The HTTP status code.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "Integer", "variable" : { "variableName" : "status", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The HTTP status code.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "status", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP status code.

\n@param status The HTTP status code.*/", "getterDocumentation" : "/**

The HTTP status code.

\n@return The HTTP status code.*/", "fluentSetterDocumentation" : "/**

The HTTP status code.

\n@param status The HTTP status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP status code.

\n@param status The HTTP status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Log" : { "documentation" : "

The Amazon API Gateway execution log for the test invoke request.

", "name" : "Log", "c2jName" : "log", "c2jShape" : "String", "variable" : { "variableName" : "log", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon API Gateway execution log for the test invoke request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "log", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "log", "marshallLocationName" : "log", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon API Gateway execution log for the test invoke request.

\n@param log The Amazon API Gateway execution log for the test invoke request.*/", "getterDocumentation" : "/**

The Amazon API Gateway execution log for the test invoke request.

\n@return The Amazon API Gateway execution log for the test invoke request.*/", "fluentSetterDocumentation" : "/**

The Amazon API Gateway execution log for the test invoke request.

\n@param log The Amazon API Gateway execution log for the test invoke request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon API Gateway execution log for the test invoke request.

\n@param log The Amazon API Gateway execution log for the test invoke request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Headers" : { "documentation" : "

The headers of HTTP response.

", "name" : "Headers", "c2jName" : "headers", "c2jShape" : "MapOfHeaderValues", "variable" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The headers of HTTP response.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "headers", "marshallLocationName" : "headers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The headers of HTTP response.

\n@param headers The headers of HTTP response.*/", "getterDocumentation" : "/**

The headers of HTTP response.

\n@return The headers of HTTP response.*/", "fluentSetterDocumentation" : "/**

The headers of HTTP response.

\n@param headers The headers of HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The headers of HTTP response.

\n@param headers The headers of HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

The body of HTTP response.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "String", "variable" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The body of HTTP response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The body of HTTP response.

\n@param body The body of HTTP response.*/", "getterDocumentation" : "/**

The body of HTTP response.

\n@return The body of HTTP response.*/", "fluentSetterDocumentation" : "/**

The body of HTTP response.

\n@param body The body of HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The body of HTTP response.

\n@param body The body of HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Latency" : { "documentation" : "

The execution latency of the test invoke request.

", "name" : "Latency", "c2jName" : "latency", "c2jShape" : "Long", "variable" : { "variableName" : "latency", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The execution latency of the test invoke request.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "latency", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "latency", "marshallLocationName" : "latency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The execution latency of the test invoke request.

\n@param latency The execution latency of the test invoke request.*/", "getterDocumentation" : "/**

The execution latency of the test invoke request.

\n@return The execution latency of the test invoke request.*/", "fluentSetterDocumentation" : "/**

The execution latency of the test invoke request.

\n@param latency The execution latency of the test invoke request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The execution latency of the test invoke request.

\n@param latency The execution latency of the test invoke request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetClientCertificateResult" : { "c2jName" : "ClientCertificate", "documentation" : "

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

", "shapeName" : "GetClientCertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the Client Certificate.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.*/", "getterDocumentation" : "/**

The identifier of the Client Certificate.

\n@return The identifier of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the Client Certificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.*/", "getterDocumentation" : "/**

The description of the Client Certificate.

\n@return The description of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "name" : "PemEncodedCertificate", "c2jName" : "pemEncodedCertificate", "c2jShape" : "String", "variable" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pemEncodedCertificate", "marshallLocationName" : "pemEncodedCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "getterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@return The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "fluentSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@return The date when the Client Certificate was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "name" : "ExpirationDate", "c2jName" : "expirationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "expirationDate", "marshallLocationName" : "expirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@return The date when the Client Certificate will expire, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getClientCertificateResult", "variableType" : "GetClientCertificateResult", "variableDeclarationType" : "GetClientCertificateResult", "documentation" : null, "simpleType" : "GetClientCertificateResult", "variableSetterType" : "GetClientCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "

The identifier of the Client Certificate.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.*/", "getterDocumentation" : "/**

The identifier of the Client Certificate.

\n@return The identifier of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the Client Certificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.*/", "getterDocumentation" : "/**

The description of the Client Certificate.

\n@return The description of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExpirationDate" : { "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "name" : "ExpirationDate", "c2jName" : "expirationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "expirationDate", "marshallLocationName" : "expirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@return The date when the Client Certificate will expire, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@return The date when the Client Certificate was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PemEncodedCertificate" : { "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "name" : "PemEncodedCertificate", "c2jName" : "pemEncodedCertificate", "c2jShape" : "String", "variable" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pemEncodedCertificate", "marshallLocationName" : "pemEncodedCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "getterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@return The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "fluentSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateAuthorizerResult" : { "c2jName" : "Authorizer", "documentation" : "

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

", "shapeName" : "CreateAuthorizerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the authorizer resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.*/", "getterDocumentation" : "/**

The identifier for the authorizer resource.

\n@return The identifier for the authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@return [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@return Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@return [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@return A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.*/", "getterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@return The TTL in seconds of cached authorizer results. If 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.*/", "fluentSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAuthorizerResult", "variableType" : "CreateAuthorizerResult", "variableDeclarationType" : "CreateAuthorizerResult", "documentation" : null, "simpleType" : "CreateAuthorizerResult", "variableSetterType" : "CreateAuthorizerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AuthorizerCredentials" : { "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@return Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityValidationExpression" : { "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@return A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@return [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, "AuthorizerUri" : { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerResultTtlInSeconds" : { "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.*/", "getterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@return The TTL in seconds of cached authorizer results. If 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.*/", "fluentSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentitySource" : { "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@return [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the authorizer resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.*/", "getterDocumentation" : "/**

The identifier for the authorizer resource.

\n@return The identifier for the authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthType" : { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDomainNamesResult" : { "c2jName" : "DomainNames", "documentation" : "

Represents a collection of DomainName resources.

", "shapeName" : "GetDomainNamesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current page of any DomainName resources in the collection of DomainName resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfDomainName", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any DomainName resources in the collection of DomainName resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DomainName", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DomainName", "variable" : { "variableName" : "member", "variableType" : "DomainName", "variableDeclarationType" : "DomainName", "documentation" : "", "simpleType" : "DomainName", "variableSetterType" : "DomainName" }, "setterModel" : { "variableName" : "member", "variableType" : "DomainName", "variableDeclarationType" : "DomainName", "documentation" : "", "simpleType" : "DomainName", "variableSetterType" : "DomainName" }, "getterModel" : { "returnType" : "DomainName", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DomainName", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any DomainName resources in the collection of DomainName resources.

\n@param items The current page of any DomainName resources in the collection of DomainName resources.*/", "getterDocumentation" : "/**

The current page of any DomainName resources in the collection of DomainName resources.

\n@return The current page of any DomainName resources in the collection of DomainName resources.*/", "fluentSetterDocumentation" : "/**

The current page of any DomainName resources in the collection of DomainName resources.

\n@param items The current page of any DomainName resources in the collection of DomainName resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any DomainName resources in the collection of DomainName resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any DomainName resources in the collection of DomainName resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDomainNamesResult", "variableType" : "GetDomainNamesResult", "variableDeclarationType" : "GetDomainNamesResult", "documentation" : null, "simpleType" : "GetDomainNamesResult", "variableSetterType" : "GetDomainNamesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Items" : { "documentation" : "

The current page of any DomainName resources in the collection of DomainName resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfDomainName", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any DomainName resources in the collection of DomainName resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DomainName", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DomainName", "variable" : { "variableName" : "member", "variableType" : "DomainName", "variableDeclarationType" : "DomainName", "documentation" : "", "simpleType" : "DomainName", "variableSetterType" : "DomainName" }, "setterModel" : { "variableName" : "member", "variableType" : "DomainName", "variableDeclarationType" : "DomainName", "documentation" : "", "simpleType" : "DomainName", "variableSetterType" : "DomainName" }, "getterModel" : { "returnType" : "DomainName", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DomainName", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any DomainName resources in the collection of DomainName resources.

\n@param items The current page of any DomainName resources in the collection of DomainName resources.*/", "getterDocumentation" : "/**

The current page of any DomainName resources in the collection of DomainName resources.

\n@return The current page of any DomainName resources in the collection of DomainName resources.*/", "fluentSetterDocumentation" : "/**

The current page of any DomainName resources in the collection of DomainName resources.

\n@param items The current page of any DomainName resources in the collection of DomainName resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any DomainName resources in the collection of DomainName resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any DomainName resources in the collection of DomainName resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateResourceRequest" : { "c2jName" : "CreateResourceRequest", "documentation" : "

Requests Amazon API Gateway to create a Resource resource.

", "shapeName" : "CreateResourceRequest", "deprecated" : false, "required" : [ "restApiId", "parentId", "pathPart" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi for the resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi for the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi for the resource.

\n@param restApiId The identifier of the RestApi for the resource.*/", "getterDocumentation" : "/**

The identifier of the RestApi for the resource.

\n@return The identifier of the RestApi for the resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi for the resource.

\n@param restApiId The identifier of the RestApi for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi for the resource.

\n@param restApiId The identifier of the RestApi for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parent_id", "marshallLocationName" : "parent_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createResourceRequest", "variableType" : "CreateResourceRequest", "variableDeclarationType" : "CreateResourceRequest", "documentation" : null, "simpleType" : "CreateResourceRequest", "variableSetterType" : "CreateResourceRequest" }, "marshaller" : { "action" : "CreateResource", "verb" : "POST", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{parent_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParentId" : { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parent_id", "marshallLocationName" : "parent_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PathPart" : { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi for the resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi for the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi for the resource.

\n@param restApiId The identifier of the RestApi for the resource.*/", "getterDocumentation" : "/**

The identifier of the RestApi for the resource.

\n@return The identifier of the RestApi for the resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi for the resource.

\n@param restApiId The identifier of the RestApi for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi for the resource.

\n@param restApiId The identifier of the RestApi for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetBasePathMappingRequest" : { "c2jName" : "GetBasePathMappingRequest", "documentation" : "

Request to describe a BasePathMapping resource.

", "shapeName" : "GetBasePathMappingRequest", "deprecated" : false, "required" : [ "domainName", "basePath" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The domain name of the BasePathMapping resource to be described.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the BasePathMapping resource to be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the BasePathMapping resource to be described.

\n@param domainName The domain name of the BasePathMapping resource to be described.*/", "getterDocumentation" : "/**

The domain name of the BasePathMapping resource to be described.

\n@return The domain name of the BasePathMapping resource to be described.*/", "fluentSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to be described.

\n@param domainName The domain name of the BasePathMapping resource to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to be described.

\n@param domainName The domain name of the BasePathMapping resource to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "base_path", "marshallLocationName" : "base_path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify any base path name after the domain name.*/", "getterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

\n@return 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. Leave this blank if you do not want callers to specify any base path name after the domain name.*/", "fluentSetterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify any base path name after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify any base path name after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getBasePathMappingRequest", "variableType" : "GetBasePathMappingRequest", "variableDeclarationType" : "GetBasePathMappingRequest", "documentation" : null, "simpleType" : "GetBasePathMappingRequest", "variableSetterType" : "GetBasePathMappingRequest" }, "marshaller" : { "action" : "GetBasePathMapping", "verb" : "GET", "target" : null, "requestUri" : "/domainnames/{domain_name}/basepathmappings/{base_path}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

The domain name of the BasePathMapping resource to be described.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the BasePathMapping resource to be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the BasePathMapping resource to be described.

\n@param domainName The domain name of the BasePathMapping resource to be described.*/", "getterDocumentation" : "/**

The domain name of the BasePathMapping resource to be described.

\n@return The domain name of the BasePathMapping resource to be described.*/", "fluentSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to be described.

\n@param domainName The domain name of the BasePathMapping resource to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to be described.

\n@param domainName The domain name of the BasePathMapping resource to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BasePath" : { "documentation" : "

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "base_path", "marshallLocationName" : "base_path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify any base path name after the domain name.*/", "getterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

\n@return 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. Leave this blank if you do not want callers to specify any base path name after the domain name.*/", "fluentSetterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify any base path name after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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. Leave this blank if you do not want callers to specify any base path name after the domain name.

\n@param 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. Leave this blank if you do not want callers to specify any base path name after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateStageRequest" : { "c2jName" : "UpdateStageRequest", "documentation" : "

Requests Amazon API Gateway to change information about a Stage resource.

", "shapeName" : "UpdateStageRequest", "deprecated" : false, "required" : [ "restApiId", "stageName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi resource for the Stage resource to change information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Stage resource to change information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to change information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to change information about.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to change information about.

\n@return The identifier of the RestApi resource for the Stage resource to change information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to change information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to change information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Stage resource to change information about.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage resource to change information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage resource to change information about.

\n@param stageName The name of the Stage resource to change information about.*/", "getterDocumentation" : "/**

The name of the Stage resource to change information about.

\n@return The name of the Stage resource to change information about.*/", "fluentSetterDocumentation" : "/**

The name of the Stage resource to change information about.

\n@param stageName The name of the Stage resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage resource to change information about.

\n@param stageName The name of the Stage resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateStageRequest", "variableType" : "UpdateStageRequest", "variableDeclarationType" : "UpdateStageRequest", "documentation" : null, "simpleType" : "UpdateStageRequest", "variableSetterType" : "UpdateStageRequest" }, "marshaller" : { "action" : "UpdateStage", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}/stages/{stage_name}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageName" : { "documentation" : "

The name of the Stage resource to change information about.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage resource to change information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage resource to change information about.

\n@param stageName The name of the Stage resource to change information about.*/", "getterDocumentation" : "/**

The name of the Stage resource to change information about.

\n@return The name of the Stage resource to change information about.*/", "fluentSetterDocumentation" : "/**

The name of the Stage resource to change information about.

\n@param stageName The name of the Stage resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage resource to change information about.

\n@param stageName The name of the Stage resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi resource for the Stage resource to change information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Stage resource to change information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to change information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to change information about.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to change information about.

\n@return The identifier of the RestApi resource for the Stage resource to change information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to change information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to change information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to change information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetModelTemplateRequest" : { "c2jName" : "GetModelTemplateRequest", "documentation" : "

Request to generate a sample mapping template used to transform the payload.

", "shapeName" : "GetModelTemplateRequest", "deprecated" : false, "required" : [ "restApiId", "modelName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the RestApi under which the model exists.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the RestApi under which the model exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the RestApi under which the model exists.

\n@param restApiId The ID of the RestApi under which the model exists.*/", "getterDocumentation" : "/**

The ID of the RestApi under which the model exists.

\n@return The ID of the RestApi under which the model exists.*/", "fluentSetterDocumentation" : "/**

The ID of the RestApi under which the model exists.

\n@param restApiId The ID of the RestApi under which the model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the RestApi under which the model exists.

\n@param restApiId The ID of the RestApi under which the model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the model for which to generate a template.

", "name" : "ModelName", "c2jName" : "modelName", "c2jShape" : "String", "variable" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model for which to generate a template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "model_name", "marshallLocationName" : "model_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model for which to generate a template.

\n@param modelName The name of the model for which to generate a template.*/", "getterDocumentation" : "/**

The name of the model for which to generate a template.

\n@return The name of the model for which to generate a template.*/", "fluentSetterDocumentation" : "/**

The name of the model for which to generate a template.

\n@param modelName The name of the model for which to generate a template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model for which to generate a template.

\n@param modelName The name of the model for which to generate a template.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getModelTemplateRequest", "variableType" : "GetModelTemplateRequest", "variableDeclarationType" : "GetModelTemplateRequest", "documentation" : null, "simpleType" : "GetModelTemplateRequest", "variableSetterType" : "GetModelTemplateRequest" }, "marshaller" : { "action" : "GetModelTemplate", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/models/{model_name}/default_template", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ModelName" : { "documentation" : "

The name of the model for which to generate a template.

", "name" : "ModelName", "c2jName" : "modelName", "c2jShape" : "String", "variable" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model for which to generate a template.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "model_name", "marshallLocationName" : "model_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model for which to generate a template.

\n@param modelName The name of the model for which to generate a template.*/", "getterDocumentation" : "/**

The name of the model for which to generate a template.

\n@return The name of the model for which to generate a template.*/", "fluentSetterDocumentation" : "/**

The name of the model for which to generate a template.

\n@param modelName The name of the model for which to generate a template.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model for which to generate a template.

\n@param modelName The name of the model for which to generate a template.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The ID of the RestApi under which the model exists.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the RestApi under which the model exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the RestApi under which the model exists.

\n@param restApiId The ID of the RestApi under which the model exists.*/", "getterDocumentation" : "/**

The ID of the RestApi under which the model exists.

\n@return The ID of the RestApi under which the model exists.*/", "fluentSetterDocumentation" : "/**

The ID of the RestApi under which the model exists.

\n@param restApiId The ID of the RestApi under which the model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the RestApi under which the model exists.

\n@param restApiId The ID of the RestApi under which the model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteIntegrationResponseRequest" : { "c2jName" : "DeleteIntegrationResponseRequest", "documentation" : "

Represents a delete integration response request.

", "shapeName" : "DeleteIntegrationResponseRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "statusCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies a delete integration response request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration response request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration response request's API identifier.

\n@param restApiId Specifies a delete integration response request's API identifier.*/", "getterDocumentation" : "/**

Specifies a delete integration response request's API identifier.

\n@return Specifies a delete integration response request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration response request's API identifier.

\n@param restApiId Specifies a delete integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration response request's API identifier.

\n@param restApiId Specifies a delete integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a delete integration response request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration response request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration response request's resource identifier.

\n@param resourceId Specifies a delete integration response request's resource identifier.*/", "getterDocumentation" : "/**

Specifies a delete integration response request's resource identifier.

\n@return Specifies a delete integration response request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration response request's resource identifier.

\n@param resourceId Specifies a delete integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration response request's resource identifier.

\n@param resourceId Specifies a delete integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a delete integration response request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration response request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration response request's HTTP method.

\n@param httpMethod Specifies a delete integration response request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a delete integration response request's HTTP method.

\n@return Specifies a delete integration response request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration response request's HTTP method.

\n@param httpMethod Specifies a delete integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration response request's HTTP method.

\n@param httpMethod Specifies a delete integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a delete integration response request's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration response request's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration response request's status code.

\n@param statusCode Specifies a delete integration response request's status code.*/", "getterDocumentation" : "/**

Specifies a delete integration response request's status code.

\n@return Specifies a delete integration response request's status code.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration response request's status code.

\n@param statusCode Specifies a delete integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration response request's status code.

\n@param statusCode Specifies a delete integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteIntegrationResponseRequest", "variableType" : "DeleteIntegrationResponseRequest", "variableDeclarationType" : "DeleteIntegrationResponseRequest", "documentation" : null, "simpleType" : "DeleteIntegrationResponseRequest", "variableSetterType" : "DeleteIntegrationResponseRequest" }, "marshaller" : { "action" : "DeleteIntegrationResponse", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

Specifies a delete integration response request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration response request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration response request's resource identifier.

\n@param resourceId Specifies a delete integration response request's resource identifier.*/", "getterDocumentation" : "/**

Specifies a delete integration response request's resource identifier.

\n@return Specifies a delete integration response request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration response request's resource identifier.

\n@param resourceId Specifies a delete integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration response request's resource identifier.

\n@param resourceId Specifies a delete integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Specifies a delete integration response request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration response request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration response request's API identifier.

\n@param restApiId Specifies a delete integration response request's API identifier.*/", "getterDocumentation" : "/**

Specifies a delete integration response request's API identifier.

\n@return Specifies a delete integration response request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration response request's API identifier.

\n@param restApiId Specifies a delete integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration response request's API identifier.

\n@param restApiId Specifies a delete integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

Specifies a delete integration response request's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration response request's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration response request's status code.

\n@param statusCode Specifies a delete integration response request's status code.*/", "getterDocumentation" : "/**

Specifies a delete integration response request's status code.

\n@return Specifies a delete integration response request's status code.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration response request's status code.

\n@param statusCode Specifies a delete integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration response request's status code.

\n@param statusCode Specifies a delete integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies a delete integration response request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration response request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration response request's HTTP method.

\n@param httpMethod Specifies a delete integration response request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a delete integration response request's HTTP method.

\n@return Specifies a delete integration response request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration response request's HTTP method.

\n@param httpMethod Specifies a delete integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration response request's HTTP method.

\n@param httpMethod Specifies a delete integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BasePathMapping" : { "c2jName" : "BasePathMapping", "documentation" : "

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

", "shapeName" : "BasePathMapping", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.*/", "getterDocumentation" : "/**

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

\n@return The base path name that callers of the API must provide as part of the URL after the domain name.*/", "fluentSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.*/", "getterDocumentation" : "/**

The name of the API.

\n@return The name of the API.*/", "fluentSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API's stage.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.*/", "getterDocumentation" : "/**

The name of the API's stage.

\n@return The name of the API's stage.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "basePathMapping", "variableType" : "BasePathMapping", "variableDeclarationType" : "BasePathMapping", "documentation" : null, "simpleType" : "BasePathMapping", "variableSetterType" : "BasePathMapping" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RestApiId" : { "documentation" : "

The name of the API.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.*/", "getterDocumentation" : "/**

The name of the API.

\n@return The name of the API.*/", "fluentSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Stage" : { "documentation" : "

The name of the API's stage.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.*/", "getterDocumentation" : "/**

The name of the API's stage.

\n@return The name of the API's stage.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BasePath" : { "documentation" : "

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

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.*/", "getterDocumentation" : "/**

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

\n@return The base path name that callers of the API must provide as part of the URL after the domain name.*/", "fluentSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateAccountRequest" : { "c2jName" : "UpdateAccountRequest", "documentation" : "

Requests Amazon API Gateway to change information about the current Account resource.

", "shapeName" : "UpdateAccountRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateAccountRequest", "variableType" : "UpdateAccountRequest", "variableDeclarationType" : "UpdateAccountRequest", "documentation" : null, "simpleType" : "UpdateAccountRequest", "variableSetterType" : "UpdateAccountRequest" }, "marshaller" : { "action" : "UpdateAccount", "verb" : "PATCH", "target" : null, "requestUri" : "/account", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ApiKey" : { "c2jName" : "ApiKey", "documentation" : "

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.

", "shapeName" : "ApiKey", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the API Key.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.*/", "getterDocumentation" : "/**

The identifier of the API Key.

\n@return The identifier of the API Key.*/", "fluentSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API Key.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.*/", "getterDocumentation" : "/**

The name of the API Key.

\n@return The name of the API Key.*/", "fluentSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the API Key.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.*/", "getterDocumentation" : "/**

The description of the API Key.

\n@return The description of the API Key.*/", "fluentSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the API Key can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the API Key can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@return Specifies whether the API Key can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfString", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@return The date when the API Key was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@return When the API Key was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "apiKey", "variableType" : "ApiKey", "variableDeclarationType" : "ApiKey", "documentation" : null, "simpleType" : "ApiKey", "variableSetterType" : "ApiKey" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastUpdatedDate" : { "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@return When the API Key was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the API Key.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.*/", "getterDocumentation" : "/**

The description of the API Key.

\n@return The description of the API Key.*/", "fluentSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageKeys" : { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfString", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@return The date when the API Key was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "

Specifies whether the API Key can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the API Key can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@return Specifies whether the API Key can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier of the API Key.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.*/", "getterDocumentation" : "/**

The identifier of the API Key.

\n@return The identifier of the API Key.*/", "fluentSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the API Key.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.*/", "getterDocumentation" : "/**

The name of the API Key.

\n@return The name of the API Key.*/", "fluentSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteMethodResponseRequest" : { "c2jName" : "DeleteMethodResponseRequest", "documentation" : "

A request to delete an existing MethodResponse resource.

", "shapeName" : "DeleteMethodResponseRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "statusCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@return The RestApi identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Resource identifier for the MethodResponse resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@return The Resource identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.*/", "getterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@return The HTTP verb identifier for the parent Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status code identifier for the MethodResponse resource.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@return The status code identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteMethodResponseRequest", "variableType" : "DeleteMethodResponseRequest", "variableDeclarationType" : "DeleteMethodResponseRequest", "documentation" : null, "simpleType" : "DeleteMethodResponseRequest", "variableSetterType" : "DeleteMethodResponseRequest" }, "marshaller" : { "action" : "DeleteMethodResponse", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

The Resource identifier for the MethodResponse resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@return The Resource identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@return The RestApi identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

The status code identifier for the MethodResponse resource.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@return The status code identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.*/", "getterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@return The HTTP verb identifier for the parent Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateStageRequest" : { "c2jName" : "CreateStageRequest", "documentation" : "

Requests Amazon API Gateway to create a Stage resource.

", "shapeName" : "CreateStageRequest", "deprecated" : false, "required" : [ "restApiId", "stageName", "deploymentId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi resource for the Stage resource to create.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Stage resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to create.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to create.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to create.

\n@return The identifier of the RestApi resource for the Stage resource to create.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to create.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to create.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name for the Stage resource.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name for the Stage resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name for the Stage resource.

\n@param stageName The name for the Stage resource.*/", "getterDocumentation" : "/**

The name for the Stage resource.

\n@return The name for the Stage resource.*/", "fluentSetterDocumentation" : "/**

The name for the Stage resource.

\n@param stageName The name for the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name for the Stage resource.

\n@param stageName The name for the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the Deployment resource for the Stage resource.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment resource for the Stage resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment resource for the Stage resource.

\n@param deploymentId The identifier of the Deployment resource for the Stage resource.*/", "getterDocumentation" : "/**

The identifier of the Deployment resource for the Stage resource.

\n@return The identifier of the Deployment resource for the Stage resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment resource for the Stage resource.

\n@param deploymentId The identifier of the Deployment resource for the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment resource for the Stage resource.

\n@param deploymentId The identifier of the Deployment resource for the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the Stage resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Stage resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Stage resource.

\n@param description The description of the Stage resource.*/", "getterDocumentation" : "/**

The description of the Stage resource.

\n@return The description of the Stage resource.*/", "fluentSetterDocumentation" : "/**

The description of the Stage resource.

\n@param description The description of the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Stage resource.

\n@param description The description of the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Whether cache clustering is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Whether cache clustering is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Whether cache clustering is enabled for the stage.

\n@param cacheClusterEnabled Whether cache clustering is enabled for the stage.*/", "getterDocumentation" : "/**

Whether cache clustering is enabled for the stage.

\n@return Whether cache clustering is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Whether cache clustering is enabled for the stage.

\n@param cacheClusterEnabled Whether cache clustering is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Whether cache clustering is enabled for the stage.

\n@param cacheClusterEnabled Whether cache clustering is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The stage's cache cluster size.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's cache cluster size.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's cache cluster size.

\n@param cacheClusterSize The stage's cache cluster size.*/", "getterDocumentation" : "/**

The stage's cache cluster size.

\n@return The stage's cache cluster size.*/", "fluentSetterDocumentation" : "/**

The stage's cache cluster size.

\n@param cacheClusterSize The stage's cache cluster size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's cache cluster size.

\n@param cacheClusterSize The stage's cache cluster size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createStageRequest", "variableType" : "CreateStageRequest", "variableDeclarationType" : "CreateStageRequest", "documentation" : null, "simpleType" : "CreateStageRequest", "variableSetterType" : "CreateStageRequest" }, "marshaller" : { "action" : "CreateStage", "verb" : "POST", "target" : null, "requestUri" : "/restapis/{restapi_id}/stages", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Variables" : { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for the new Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentId" : { "documentation" : "

The identifier of the Deployment resource for the Stage resource.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment resource for the Stage resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment resource for the Stage resource.

\n@param deploymentId The identifier of the Deployment resource for the Stage resource.*/", "getterDocumentation" : "/**

The identifier of the Deployment resource for the Stage resource.

\n@return The identifier of the Deployment resource for the Stage resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment resource for the Stage resource.

\n@param deploymentId The identifier of the Deployment resource for the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment resource for the Stage resource.

\n@param deploymentId The identifier of the Deployment resource for the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the Stage resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Stage resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Stage resource.

\n@param description The description of the Stage resource.*/", "getterDocumentation" : "/**

The description of the Stage resource.

\n@return The description of the Stage resource.*/", "fluentSetterDocumentation" : "/**

The description of the Stage resource.

\n@param description The description of the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Stage resource.

\n@param description The description of the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageName" : { "documentation" : "

The name for the Stage resource.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name for the Stage resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name for the Stage resource.

\n@param stageName The name for the Stage resource.*/", "getterDocumentation" : "/**

The name for the Stage resource.

\n@return The name for the Stage resource.*/", "fluentSetterDocumentation" : "/**

The name for the Stage resource.

\n@param stageName The name for the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name for the Stage resource.

\n@param stageName The name for the Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi resource for the Stage resource to create.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Stage resource to create.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to create.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to create.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to create.

\n@return The identifier of the RestApi resource for the Stage resource to create.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to create.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to create.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterSize" : { "documentation" : "

The stage's cache cluster size.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's cache cluster size.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's cache cluster size.

\n@param cacheClusterSize The stage's cache cluster size.*/", "getterDocumentation" : "/**

The stage's cache cluster size.

\n@return The stage's cache cluster size.*/", "fluentSetterDocumentation" : "/**

The stage's cache cluster size.

\n@param cacheClusterSize The stage's cache cluster size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's cache cluster size.

\n@param cacheClusterSize The stage's cache cluster size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterEnabled" : { "documentation" : "

Whether cache clustering is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Whether cache clustering is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Whether cache clustering is enabled for the stage.

\n@param cacheClusterEnabled Whether cache clustering is enabled for the stage.*/", "getterDocumentation" : "/**

Whether cache clustering is enabled for the stage.

\n@return Whether cache clustering is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Whether cache clustering is enabled for the stage.

\n@param cacheClusterEnabled Whether cache clustering is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Whether cache clustering is enabled for the stage.

\n@param cacheClusterEnabled Whether cache clustering is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetClientCertificatesResult" : { "c2jName" : "ClientCertificates", "documentation" : "

Represents a collection of ClientCertificate resources.

", "shapeName" : "GetClientCertificatesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfClientCertificate", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClientCertificate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClientCertificate", "variable" : { "variableName" : "member", "variableType" : "ClientCertificate", "variableDeclarationType" : "ClientCertificate", "documentation" : "", "simpleType" : "ClientCertificate", "variableSetterType" : "ClientCertificate" }, "setterModel" : { "variableName" : "member", "variableType" : "ClientCertificate", "variableDeclarationType" : "ClientCertificate", "documentation" : "", "simpleType" : "ClientCertificate", "variableSetterType" : "ClientCertificate" }, "getterModel" : { "returnType" : "ClientCertificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ClientCertificate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

\n@param items The current page of any ClientCertificate resources in the collection of ClientCertificate resources.*/", "getterDocumentation" : "/**

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

\n@return The current page of any ClientCertificate resources in the collection of ClientCertificate resources.*/", "fluentSetterDocumentation" : "/**

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

\n@param items The current page of any ClientCertificate resources in the collection of ClientCertificate resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any ClientCertificate resources in the collection of ClientCertificate resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getClientCertificatesResult", "variableType" : "GetClientCertificatesResult", "variableDeclarationType" : "GetClientCertificatesResult", "documentation" : null, "simpleType" : "GetClientCertificatesResult", "variableSetterType" : "GetClientCertificatesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Items" : { "documentation" : "

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfClientCertificate", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ClientCertificate", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ClientCertificate", "variable" : { "variableName" : "member", "variableType" : "ClientCertificate", "variableDeclarationType" : "ClientCertificate", "documentation" : "", "simpleType" : "ClientCertificate", "variableSetterType" : "ClientCertificate" }, "setterModel" : { "variableName" : "member", "variableType" : "ClientCertificate", "variableDeclarationType" : "ClientCertificate", "documentation" : "", "simpleType" : "ClientCertificate", "variableSetterType" : "ClientCertificate" }, "getterModel" : { "returnType" : "ClientCertificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ClientCertificate", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

\n@param items The current page of any ClientCertificate resources in the collection of ClientCertificate resources.*/", "getterDocumentation" : "/**

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

\n@return The current page of any ClientCertificate resources in the collection of ClientCertificate resources.*/", "fluentSetterDocumentation" : "/**

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

\n@param items The current page of any ClientCertificate resources in the collection of ClientCertificate resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any ClientCertificate resources in the collection of ClientCertificate resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any ClientCertificate resources in the collection of ClientCertificate resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NotFoundException" : { "c2jName" : "NotFoundException", "documentation" : "", "shapeName" : "NotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "notFoundException", "variableType" : "NotFoundException", "variableDeclarationType" : "NotFoundException", "documentation" : null, "simpleType" : "NotFoundException", "variableSetterType" : "NotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateDeploymentResult" : { "c2jName" : "Deployment", "documentation" : "

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.

", "shapeName" : "UpdateDeploymentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the deployment resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.*/", "getterDocumentation" : "/**

The identifier for the deployment resource.

\n@return The identifier for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description for the deployment resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.*/", "getterDocumentation" : "/**

The description for the deployment resource.

\n@return The description for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the deployment resource was created.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the deployment resource was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@return The date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "name" : "ApiSummary", "c2jName" : "apiSummary", "c2jShape" : "PathToMapOfMethodSnapshot", "variable" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiSummary", "marshallLocationName" : "apiSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.Map", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MapOfMethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSnapshot", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "getterModel" : { "returnType" : "MethodSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@return Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateDeploymentResult", "variableType" : "UpdateDeploymentResult", "variableDeclarationType" : "UpdateDeploymentResult", "documentation" : null, "simpleType" : "UpdateDeploymentResult", "variableSetterType" : "UpdateDeploymentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description for the deployment resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.*/", "getterDocumentation" : "/**

The description for the deployment resource.

\n@return The description for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date and time that the deployment resource was created.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the deployment resource was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@return The date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the deployment resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.*/", "getterDocumentation" : "/**

The identifier for the deployment resource.

\n@return The identifier for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiSummary" : { "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "name" : "ApiSummary", "c2jName" : "apiSummary", "c2jShape" : "PathToMapOfMethodSnapshot", "variable" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiSummary", "marshallLocationName" : "apiSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.Map", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MapOfMethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSnapshot", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "getterModel" : { "returnType" : "MethodSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@return Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetStagesResult" : { "c2jName" : "Stages", "documentation" : "

A list of Stage resource that are associated with the ApiKey resource.

", "shapeName" : "GetStagesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

An individual Stage resource.

", "name" : "Item", "c2jName" : "item", "c2jShape" : "ListOfStage", "variable" : { "variableName" : "item", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An individual Stage resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "item", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Stage", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Stage", "variable" : { "variableName" : "member", "variableType" : "Stage", "variableDeclarationType" : "Stage", "documentation" : "", "simpleType" : "Stage", "variableSetterType" : "Stage" }, "setterModel" : { "variableName" : "member", "variableType" : "Stage", "variableDeclarationType" : "Stage", "documentation" : "", "simpleType" : "Stage", "variableSetterType" : "Stage" }, "getterModel" : { "returnType" : "Stage", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Stage", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An individual Stage resource.

\n@param item An individual Stage resource.*/", "getterDocumentation" : "/**

An individual Stage resource.

\n@return An individual Stage resource.*/", "fluentSetterDocumentation" : "/**

An individual Stage resource.

\n@param item An individual Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An individual Stage resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItem(java.util.Collection)} or {@link #withItem(java.util.Collection)} if you want to override the existing values.

\n@param item An individual Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStagesResult", "variableType" : "GetStagesResult", "variableDeclarationType" : "GetStagesResult", "documentation" : null, "simpleType" : "GetStagesResult", "variableSetterType" : "GetStagesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Item" : { "documentation" : "

An individual Stage resource.

", "name" : "Item", "c2jName" : "item", "c2jShape" : "ListOfStage", "variable" : { "variableName" : "item", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An individual Stage resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "item", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Stage", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Stage", "variable" : { "variableName" : "member", "variableType" : "Stage", "variableDeclarationType" : "Stage", "documentation" : "", "simpleType" : "Stage", "variableSetterType" : "Stage" }, "setterModel" : { "variableName" : "member", "variableType" : "Stage", "variableDeclarationType" : "Stage", "documentation" : "", "simpleType" : "Stage", "variableSetterType" : "Stage" }, "getterModel" : { "returnType" : "Stage", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Stage", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An individual Stage resource.

\n@param item An individual Stage resource.*/", "getterDocumentation" : "/**

An individual Stage resource.

\n@return An individual Stage resource.*/", "fluentSetterDocumentation" : "/**

An individual Stage resource.

\n@param item An individual Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An individual Stage resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItem(java.util.Collection)} or {@link #withItem(java.util.Collection)} if you want to override the existing values.

\n@param item An individual Stage resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutIntegrationResult" : { "c2jName" : "Integration", "documentation" : "

Represents a HTTP, AWS, or Mock integration.

", "shapeName" : "PutIntegrationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@return Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, { "documentation" : "

Specifies the integration's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@return Specifies the integration's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "getterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@return Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "getterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@return Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.*/", "getterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@return Specifies the integration's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the integration's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.*/", "getterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@return Specifies the integration's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's responses.

", "name" : "IntegrationResponses", "c2jName" : "integrationResponses", "c2jShape" : "MapOfIntegrationResponse", "variable" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the integration's responses.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "integrationResponses", "marshallLocationName" : "integrationResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "IntegrationResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IntegrationResponse", "variable" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "getterModel" : { "returnType" : "IntegrationResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.*/", "getterDocumentation" : "/**

Specifies the integration's responses.

\n@return Specifies the integration's responses.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putIntegrationResult", "variableType" : "PutIntegrationResult", "variableDeclarationType" : "PutIntegrationResult", "documentation" : null, "simpleType" : "PutIntegrationResult", "variableSetterType" : "PutIntegrationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@return Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, "CacheNamespace" : { "documentation" : "

Specifies the integration's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.*/", "getterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@return Specifies the integration's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheKeyParameters" : { "documentation" : "

Specifies the integration's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the integration's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.*/", "getterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@return Specifies the integration's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IntegrationResponses" : { "documentation" : "

Specifies the integration's responses.

", "name" : "IntegrationResponses", "c2jName" : "integrationResponses", "c2jShape" : "MapOfIntegrationResponse", "variable" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the integration's responses.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "integrationResponses", "marshallLocationName" : "integrationResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "IntegrationResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IntegrationResponse", "variable" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "getterModel" : { "returnType" : "IntegrationResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.*/", "getterDocumentation" : "/**

Specifies the integration's responses.

\n@return Specifies the integration's responses.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestTemplates" : { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Uri" : { "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "getterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@return Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies the integration's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@return Specifies the integration's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Credentials" : { "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "getterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@return Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PassthroughBehavior" : { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteModelRequest" : { "c2jName" : "DeleteModelRequest", "documentation" : "

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

", "shapeName" : "DeleteModelRequest", "deprecated" : false, "required" : [ "restApiId", "modelName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi under which the model will be deleted.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi under which the model will be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi under which the model will be deleted.

\n@param restApiId The RestApi under which the model will be deleted.*/", "getterDocumentation" : "/**

The RestApi under which the model will be deleted.

\n@return The RestApi under which the model will be deleted.*/", "fluentSetterDocumentation" : "/**

The RestApi under which the model will be deleted.

\n@param restApiId The RestApi under which the model will be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi under which the model will be deleted.

\n@param restApiId The RestApi under which the model will be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the model to delete.

", "name" : "ModelName", "c2jName" : "modelName", "c2jShape" : "String", "variable" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "model_name", "marshallLocationName" : "model_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model to delete.

\n@param modelName The name of the model to delete.*/", "getterDocumentation" : "/**

The name of the model to delete.

\n@return The name of the model to delete.*/", "fluentSetterDocumentation" : "/**

The name of the model to delete.

\n@param modelName The name of the model to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model to delete.

\n@param modelName The name of the model to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteModelRequest", "variableType" : "DeleteModelRequest", "variableDeclarationType" : "DeleteModelRequest", "documentation" : null, "simpleType" : "DeleteModelRequest", "variableSetterType" : "DeleteModelRequest" }, "marshaller" : { "action" : "DeleteModel", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/models/{model_name}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ModelName" : { "documentation" : "

The name of the model to delete.

", "name" : "ModelName", "c2jName" : "modelName", "c2jShape" : "String", "variable" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "model_name", "marshallLocationName" : "model_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model to delete.

\n@param modelName The name of the model to delete.*/", "getterDocumentation" : "/**

The name of the model to delete.

\n@return The name of the model to delete.*/", "fluentSetterDocumentation" : "/**

The name of the model to delete.

\n@param modelName The name of the model to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model to delete.

\n@param modelName The name of the model to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi under which the model will be deleted.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi under which the model will be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi under which the model will be deleted.

\n@param restApiId The RestApi under which the model will be deleted.*/", "getterDocumentation" : "/**

The RestApi under which the model will be deleted.

\n@return The RestApi under which the model will be deleted.*/", "fluentSetterDocumentation" : "/**

The RestApi under which the model will be deleted.

\n@param restApiId The RestApi under which the model will be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi under which the model will be deleted.

\n@param restApiId The RestApi under which the model will be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteRestApiResult" : { "c2jName" : "DeleteRestApiResult", "documentation" : null, "shapeName" : "DeleteRestApiResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteRestApiResult", "variableType" : "DeleteRestApiResult", "variableDeclarationType" : "DeleteRestApiResult", "documentation" : null, "simpleType" : "DeleteRestApiResult", "variableSetterType" : "DeleteRestApiResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateMethodResponseRequest" : { "c2jName" : "UpdateMethodResponseRequest", "documentation" : "

A request to update an existing MethodResponse resource.

", "shapeName" : "UpdateMethodResponseRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "statusCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@return The RestApi identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Resource identifier for the MethodResponse resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@return The Resource identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.*/", "getterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@return The HTTP verb identifier for the parent Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status code identifier for the MethodResponse resource.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@return The status code identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateMethodResponseRequest", "variableType" : "UpdateMethodResponseRequest", "variableDeclarationType" : "UpdateMethodResponseRequest", "documentation" : null, "simpleType" : "UpdateMethodResponseRequest", "variableSetterType" : "UpdateMethodResponseRequest" }, "marshaller" : { "action" : "UpdateMethodResponse", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

The Resource identifier for the MethodResponse resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@return The Resource identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@return The RestApi identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

The status code identifier for the MethodResponse resource.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@return The status code identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.*/", "getterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@return The HTTP verb identifier for the parent Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDomainNameResult" : { "c2jName" : "DomainName", "documentation" : "

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

", "shapeName" : "GetDomainNameResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "name" : "CertificateUploadDate", "c2jName" : "certificateUploadDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateUploadDate", "marshallLocationName" : "certificateUploadDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@return The date when the certificate was uploaded, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "name" : "DistributionDomainName", "c2jName" : "distributionDomainName", "c2jShape" : "String", "variable" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "distributionDomainName", "marshallLocationName" : "distributionDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "getterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@return The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "fluentSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDomainNameResult", "variableType" : "GetDomainNameResult", "variableDeclarationType" : "GetDomainNameResult", "documentation" : null, "simpleType" : "GetDomainNameResult", "variableSetterType" : "GetDomainNameResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateUploadDate" : { "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "name" : "CertificateUploadDate", "c2jName" : "certificateUploadDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateUploadDate", "marshallLocationName" : "certificateUploadDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@return The date when the certificate was uploaded, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateName" : { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DistributionDomainName" : { "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "name" : "DistributionDomainName", "c2jName" : "distributionDomainName", "c2jShape" : "String", "variable" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "distributionDomainName", "marshallLocationName" : "distributionDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "getterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@return The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "fluentSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDeploymentsResult" : { "c2jName" : "Deployments", "documentation" : "

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

", "shapeName" : "GetDeploymentsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current page of any Deployment resources in the collection of deployment resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfDeployment", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any Deployment resources in the collection of deployment resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Deployment", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Deployment", "variable" : { "variableName" : "member", "variableType" : "Deployment", "variableDeclarationType" : "Deployment", "documentation" : "", "simpleType" : "Deployment", "variableSetterType" : "Deployment" }, "setterModel" : { "variableName" : "member", "variableType" : "Deployment", "variableDeclarationType" : "Deployment", "documentation" : "", "simpleType" : "Deployment", "variableSetterType" : "Deployment" }, "getterModel" : { "returnType" : "Deployment", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Deployment", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any Deployment resources in the collection of deployment resources.

\n@param items The current page of any Deployment resources in the collection of deployment resources.*/", "getterDocumentation" : "/**

The current page of any Deployment resources in the collection of deployment resources.

\n@return The current page of any Deployment resources in the collection of deployment resources.*/", "fluentSetterDocumentation" : "/**

The current page of any Deployment resources in the collection of deployment resources.

\n@param items The current page of any Deployment resources in the collection of deployment resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any Deployment resources in the collection of deployment resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any Deployment resources in the collection of deployment resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentsResult", "variableType" : "GetDeploymentsResult", "variableDeclarationType" : "GetDeploymentsResult", "documentation" : null, "simpleType" : "GetDeploymentsResult", "variableSetterType" : "GetDeploymentsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Items" : { "documentation" : "

The current page of any Deployment resources in the collection of deployment resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfDeployment", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any Deployment resources in the collection of deployment resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Deployment", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Deployment", "variable" : { "variableName" : "member", "variableType" : "Deployment", "variableDeclarationType" : "Deployment", "documentation" : "", "simpleType" : "Deployment", "variableSetterType" : "Deployment" }, "setterModel" : { "variableName" : "member", "variableType" : "Deployment", "variableDeclarationType" : "Deployment", "documentation" : "", "simpleType" : "Deployment", "variableSetterType" : "Deployment" }, "getterModel" : { "returnType" : "Deployment", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Deployment", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any Deployment resources in the collection of deployment resources.

\n@param items The current page of any Deployment resources in the collection of deployment resources.*/", "getterDocumentation" : "/**

The current page of any Deployment resources in the collection of deployment resources.

\n@return The current page of any Deployment resources in the collection of deployment resources.*/", "fluentSetterDocumentation" : "/**

The current page of any Deployment resources in the collection of deployment resources.

\n@param items The current page of any Deployment resources in the collection of deployment resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any Deployment resources in the collection of deployment resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any Deployment resources in the collection of deployment resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetRestApiResult" : { "c2jName" : "RestApi", "documentation" : "

Represents a REST API.

", "shapeName" : "GetRestApiResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getRestApiResult", "variableType" : "GetRestApiResult", "variableDeclarationType" : "GetRestApiResult", "documentation" : null, "simpleType" : "GetRestApiResult", "variableSetterType" : "GetRestApiResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Warnings" : { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateBasePathMappingResult" : { "c2jName" : "BasePathMapping", "documentation" : "

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

", "shapeName" : "UpdateBasePathMappingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.*/", "getterDocumentation" : "/**

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

\n@return The base path name that callers of the API must provide as part of the URL after the domain name.*/", "fluentSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.*/", "getterDocumentation" : "/**

The name of the API.

\n@return The name of the API.*/", "fluentSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API's stage.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.*/", "getterDocumentation" : "/**

The name of the API's stage.

\n@return The name of the API's stage.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateBasePathMappingResult", "variableType" : "UpdateBasePathMappingResult", "variableDeclarationType" : "UpdateBasePathMappingResult", "documentation" : null, "simpleType" : "UpdateBasePathMappingResult", "variableSetterType" : "UpdateBasePathMappingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RestApiId" : { "documentation" : "

The name of the API.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.*/", "getterDocumentation" : "/**

The name of the API.

\n@return The name of the API.*/", "fluentSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Stage" : { "documentation" : "

The name of the API's stage.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.*/", "getterDocumentation" : "/**

The name of the API's stage.

\n@return The name of the API's stage.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BasePath" : { "documentation" : "

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

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.*/", "getterDocumentation" : "/**

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

\n@return The base path name that callers of the API must provide as part of the URL after the domain name.*/", "fluentSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnauthorizedException" : { "c2jName" : "UnauthorizedException", "documentation" : "", "shapeName" : "UnauthorizedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "unauthorizedException", "variableType" : "UnauthorizedException", "variableDeclarationType" : "UnauthorizedException", "documentation" : null, "simpleType" : "UnauthorizedException", "variableSetterType" : "UnauthorizedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnauthorizedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PatchOperation" : { "c2jName" : "PatchOperation", "documentation" : "A single patch operation to apply to the specified resource. Please refer to http://tools.ietf.org/html/rfc6902#section-4 for an explanation of how each operation is used.", "shapeName" : "PatchOperation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

", "name" : "Op", "c2jName" : "op", "c2jShape" : "op", "variable" : { "variableName" : "op", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "op", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "op", "marshallLocationName" : "op", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Op", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

\n@param op A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.\n@see Op*/", "getterDocumentation" : "/**

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

\n@return A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.\n@see Op*/", "fluentSetterDocumentation" : "/**

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

\n@param op A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Op*/", "varargSetterDocumentation" : "/**

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

\n@param op A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Op*/" }, { "documentation" : "

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

\n@param path Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.*/", "getterDocumentation" : "/**

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

\n@return Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.*/", "fluentSetterDocumentation" : "/**

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

\n@param path Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

\n@param path Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The actual value content.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The actual value content.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The actual value content.

\n@param value The actual value content.*/", "getterDocumentation" : "/**

The actual value content.

\n@return The actual value content.*/", "fluentSetterDocumentation" : "/**

The actual value content.

\n@param value The actual value content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The actual value content.

\n@param value The actual value content.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

", "name" : "From", "c2jName" : "from", "c2jShape" : "String", "variable" : { "variableName" : "from", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "from", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "from", "marshallLocationName" : "from", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

\n@param from The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.*/", "getterDocumentation" : "/**

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

\n@return The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.*/", "fluentSetterDocumentation" : "/**

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

\n@param from The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

\n@param from The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "patchOperation", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : null, "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Path" : { "documentation" : "

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

\n@param path Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.*/", "getterDocumentation" : "/**

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

\n@return Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.*/", "fluentSetterDocumentation" : "/**

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

\n@param path Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.

\n@param path Operation objects MUST have exactly one \"path\" member. That member's value is a string containing a `JSON-Pointer` value that references a location within the target document (the \"target location\") where the operation is performed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Op" : { "documentation" : "

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

", "name" : "Op", "c2jName" : "op", "c2jShape" : "op", "variable" : { "variableName" : "op", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "op", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "op", "marshallLocationName" : "op", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Op", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

\n@param op A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.\n@see Op*/", "getterDocumentation" : "/**

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

\n@return A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.\n@see Op*/", "fluentSetterDocumentation" : "/**

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

\n@param op A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Op*/", "varargSetterDocumentation" : "/**

A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.

\n@param op A patch operation whose value indicates the operation to perform. Its value MUST be one of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\"; other values are errors.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Op*/" }, "Value" : { "documentation" : "

The actual value content.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The actual value content.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The actual value content.

\n@param value The actual value content.*/", "getterDocumentation" : "/**

The actual value content.

\n@return The actual value content.*/", "fluentSetterDocumentation" : "/**

The actual value content.

\n@param value The actual value content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The actual value content.

\n@param value The actual value content.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "From" : { "documentation" : "

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

", "name" : "From", "c2jName" : "from", "c2jShape" : "String", "variable" : { "variableName" : "from", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "from", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "from", "marshallLocationName" : "from", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

\n@param from The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.*/", "getterDocumentation" : "/**

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

\n@return The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.*/", "fluentSetterDocumentation" : "/**

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

\n@param from The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.

\n@param from The \"move\" and \"copy\" operation object MUST contain a \"from\" member, which is a string containing a JSON Pointer value that references the location in the target document to move the value from.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetIntegrationResponseRequest" : { "c2jName" : "GetIntegrationResponseRequest", "documentation" : "

Represents a get integration response request.

", "shapeName" : "GetIntegrationResponseRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "statusCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies a get integration response request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration response request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration response request's API identifier.

\n@param restApiId Specifies a get integration response request's API identifier.*/", "getterDocumentation" : "/**

Specifies a get integration response request's API identifier.

\n@return Specifies a get integration response request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration response request's API identifier.

\n@param restApiId Specifies a get integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration response request's API identifier.

\n@param restApiId Specifies a get integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a get integration response request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration response request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration response request's resource identifier.

\n@param resourceId Specifies a get integration response request's resource identifier.*/", "getterDocumentation" : "/**

Specifies a get integration response request's resource identifier.

\n@return Specifies a get integration response request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration response request's resource identifier.

\n@param resourceId Specifies a get integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration response request's resource identifier.

\n@param resourceId Specifies a get integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a get integration response request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration response request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration response request's HTTP method.

\n@param httpMethod Specifies a get integration response request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a get integration response request's HTTP method.

\n@return Specifies a get integration response request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration response request's HTTP method.

\n@param httpMethod Specifies a get integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration response request's HTTP method.

\n@param httpMethod Specifies a get integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a get integration response request's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration response request's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration response request's status code.

\n@param statusCode Specifies a get integration response request's status code.*/", "getterDocumentation" : "/**

Specifies a get integration response request's status code.

\n@return Specifies a get integration response request's status code.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration response request's status code.

\n@param statusCode Specifies a get integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration response request's status code.

\n@param statusCode Specifies a get integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIntegrationResponseRequest", "variableType" : "GetIntegrationResponseRequest", "variableDeclarationType" : "GetIntegrationResponseRequest", "documentation" : null, "simpleType" : "GetIntegrationResponseRequest", "variableSetterType" : "GetIntegrationResponseRequest" }, "marshaller" : { "action" : "GetIntegrationResponse", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

Specifies a get integration response request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration response request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration response request's resource identifier.

\n@param resourceId Specifies a get integration response request's resource identifier.*/", "getterDocumentation" : "/**

Specifies a get integration response request's resource identifier.

\n@return Specifies a get integration response request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration response request's resource identifier.

\n@param resourceId Specifies a get integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration response request's resource identifier.

\n@param resourceId Specifies a get integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Specifies a get integration response request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration response request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration response request's API identifier.

\n@param restApiId Specifies a get integration response request's API identifier.*/", "getterDocumentation" : "/**

Specifies a get integration response request's API identifier.

\n@return Specifies a get integration response request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration response request's API identifier.

\n@param restApiId Specifies a get integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration response request's API identifier.

\n@param restApiId Specifies a get integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

Specifies a get integration response request's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration response request's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration response request's status code.

\n@param statusCode Specifies a get integration response request's status code.*/", "getterDocumentation" : "/**

Specifies a get integration response request's status code.

\n@return Specifies a get integration response request's status code.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration response request's status code.

\n@param statusCode Specifies a get integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration response request's status code.

\n@param statusCode Specifies a get integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies a get integration response request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration response request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration response request's HTTP method.

\n@param httpMethod Specifies a get integration response request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a get integration response request's HTTP method.

\n@return Specifies a get integration response request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration response request's HTTP method.

\n@param httpMethod Specifies a get integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration response request's HTTP method.

\n@param httpMethod Specifies a get integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "FlushStageCacheResult" : { "c2jName" : "FlushStageCacheResult", "documentation" : null, "shapeName" : "FlushStageCacheResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "flushStageCacheResult", "variableType" : "FlushStageCacheResult", "variableDeclarationType" : "FlushStageCacheResult", "documentation" : null, "simpleType" : "FlushStageCacheResult", "variableSetterType" : "FlushStageCacheResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetModelsResult" : { "c2jName" : "Models", "documentation" : "

Represents a collection of Model resources.

", "shapeName" : "GetModelsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Gets the current Model resource in the collection.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfModel", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Gets the current Model resource in the collection.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Model", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Model", "variable" : { "variableName" : "member", "variableType" : "Model", "variableDeclarationType" : "Model", "documentation" : "", "simpleType" : "Model", "variableSetterType" : "Model" }, "setterModel" : { "variableName" : "member", "variableType" : "Model", "variableDeclarationType" : "Model", "documentation" : "", "simpleType" : "Model", "variableSetterType" : "Model" }, "getterModel" : { "returnType" : "Model", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Model", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Gets the current Model resource in the collection.

\n@param items Gets the current Model resource in the collection.*/", "getterDocumentation" : "/**

Gets the current Model resource in the collection.

\n@return Gets the current Model resource in the collection.*/", "fluentSetterDocumentation" : "/**

Gets the current Model resource in the collection.

\n@param items Gets the current Model resource in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets the current Model resource in the collection.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items Gets the current Model resource in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getModelsResult", "variableType" : "GetModelsResult", "variableDeclarationType" : "GetModelsResult", "documentation" : null, "simpleType" : "GetModelsResult", "variableSetterType" : "GetModelsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Items" : { "documentation" : "

Gets the current Model resource in the collection.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfModel", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Gets the current Model resource in the collection.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Model", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Model", "variable" : { "variableName" : "member", "variableType" : "Model", "variableDeclarationType" : "Model", "documentation" : "", "simpleType" : "Model", "variableSetterType" : "Model" }, "setterModel" : { "variableName" : "member", "variableType" : "Model", "variableDeclarationType" : "Model", "documentation" : "", "simpleType" : "Model", "variableSetterType" : "Model" }, "getterModel" : { "returnType" : "Model", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Model", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Gets the current Model resource in the collection.

\n@param items Gets the current Model resource in the collection.*/", "getterDocumentation" : "/**

Gets the current Model resource in the collection.

\n@return Gets the current Model resource in the collection.*/", "fluentSetterDocumentation" : "/**

Gets the current Model resource in the collection.

\n@param items Gets the current Model resource in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets the current Model resource in the collection.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items Gets the current Model resource in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteStageResult" : { "c2jName" : "DeleteStageResult", "documentation" : null, "shapeName" : "DeleteStageResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteStageResult", "variableType" : "DeleteStageResult", "variableDeclarationType" : "DeleteStageResult", "documentation" : null, "simpleType" : "DeleteStageResult", "variableSetterType" : "DeleteStageResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TestInvokeAuthorizerRequest" : { "c2jName" : "TestInvokeAuthorizerRequest", "documentation" : "

Make a request to simulate the execution of an Authorizer.

", "shapeName" : "TestInvokeAuthorizerRequest", "deprecated" : false, "required" : [ "restApiId", "authorizerId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies a test invoke authorizer request's RestApi identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke authorizer request's RestApi identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke authorizer request's RestApi identifier.

\n@param restApiId Specifies a test invoke authorizer request's RestApi identifier.*/", "getterDocumentation" : "/**

Specifies a test invoke authorizer request's RestApi identifier.

\n@return Specifies a test invoke authorizer request's RestApi identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke authorizer request's RestApi identifier.

\n@param restApiId Specifies a test invoke authorizer request's RestApi identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke authorizer request's RestApi identifier.

\n@param restApiId Specifies a test invoke authorizer request's RestApi identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a test invoke authorizer request's Authorizer ID.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke authorizer request's Authorizer ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizer_id", "marshallLocationName" : "authorizer_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke authorizer request's Authorizer ID.

\n@param authorizerId Specifies a test invoke authorizer request's Authorizer ID.*/", "getterDocumentation" : "/**

Specifies a test invoke authorizer request's Authorizer ID.

\n@return Specifies a test invoke authorizer request's Authorizer ID.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke authorizer request's Authorizer ID.

\n@param authorizerId Specifies a test invoke authorizer request's Authorizer ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke authorizer request's Authorizer ID.

\n@param authorizerId Specifies a test invoke authorizer request's Authorizer ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] 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.

", "name" : "Headers", "c2jName" : "headers", "c2jShape" : "MapOfHeaderValues", "variable" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

[Required] 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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "headers", "marshallLocationName" : "headers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

[Required] 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.

\n@param headers [Required] 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.*/", "getterDocumentation" : "/**

[Required] 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.

\n@return [Required] 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.*/", "fluentSetterDocumentation" : "/**

[Required] 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.

\n@param headers [Required] 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] 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.

\n@param headers [Required] 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

", "name" : "PathWithQueryString", "c2jName" : "pathWithQueryString", "c2jShape" : "String", "variable" : { "variableName" : "pathWithQueryString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathWithQueryString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathWithQueryString", "marshallLocationName" : "pathWithQueryString", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString [Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.*/", "getterDocumentation" : "/**

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@return [Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.*/", "fluentSetterDocumentation" : "/**

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString [Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString [Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Optional] The simulated request body of an incoming invocation request.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "String", "variable" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Optional] The simulated request body of an incoming invocation request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Optional] The simulated request body of an incoming invocation request.

\n@param body [Optional] The simulated request body of an incoming invocation request.*/", "getterDocumentation" : "/**

[Optional] The simulated request body of an incoming invocation request.

\n@return [Optional] The simulated request body of an incoming invocation request.*/", "fluentSetterDocumentation" : "/**

[Optional] The simulated request body of an incoming invocation request.

\n@param body [Optional] The simulated request body of an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Optional] The simulated request body of an incoming invocation request.

\n@param body [Optional] The simulated request body of an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A key-value map of stage variables to simulate an invocation on a deployed Stage.

", "name" : "StageVariables", "c2jName" : "stageVariables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "stageVariables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A key-value map of stage variables to simulate an invocation on a deployed Stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "stageVariables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageVariables", "marshallLocationName" : "stageVariables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.*/", "getterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@return A key-value map of stage variables to simulate an invocation on a deployed Stage.*/", "fluentSetterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Optional] A key-value map of additional context variables.

", "name" : "AdditionalContext", "c2jName" : "additionalContext", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "additionalContext", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

[Optional] A key-value map of additional context variables.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "additionalContext", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "additionalContext", "marshallLocationName" : "additionalContext", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

[Optional] A key-value map of additional context variables.

\n@param additionalContext [Optional] A key-value map of additional context variables.*/", "getterDocumentation" : "/**

[Optional] A key-value map of additional context variables.

\n@return [Optional] A key-value map of additional context variables.*/", "fluentSetterDocumentation" : "/**

[Optional] A key-value map of additional context variables.

\n@param additionalContext [Optional] A key-value map of additional context variables.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Optional] A key-value map of additional context variables.

\n@param additionalContext [Optional] A key-value map of additional context variables.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "testInvokeAuthorizerRequest", "variableType" : "TestInvokeAuthorizerRequest", "variableDeclarationType" : "TestInvokeAuthorizerRequest", "documentation" : null, "simpleType" : "TestInvokeAuthorizerRequest", "variableSetterType" : "TestInvokeAuthorizerRequest" }, "marshaller" : { "action" : "TestInvokeAuthorizer", "verb" : "POST", "target" : null, "requestUri" : "/restapis/{restapi_id}/authorizers/{authorizer_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AdditionalContext" : { "documentation" : "

[Optional] A key-value map of additional context variables.

", "name" : "AdditionalContext", "c2jName" : "additionalContext", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "additionalContext", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

[Optional] A key-value map of additional context variables.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "additionalContext", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "additionalContext", "marshallLocationName" : "additionalContext", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

[Optional] A key-value map of additional context variables.

\n@param additionalContext [Optional] A key-value map of additional context variables.*/", "getterDocumentation" : "/**

[Optional] A key-value map of additional context variables.

\n@return [Optional] A key-value map of additional context variables.*/", "fluentSetterDocumentation" : "/**

[Optional] A key-value map of additional context variables.

\n@param additionalContext [Optional] A key-value map of additional context variables.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Optional] A key-value map of additional context variables.

\n@param additionalContext [Optional] A key-value map of additional context variables.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerId" : { "documentation" : "

Specifies a test invoke authorizer request's Authorizer ID.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke authorizer request's Authorizer ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizer_id", "marshallLocationName" : "authorizer_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke authorizer request's Authorizer ID.

\n@param authorizerId Specifies a test invoke authorizer request's Authorizer ID.*/", "getterDocumentation" : "/**

Specifies a test invoke authorizer request's Authorizer ID.

\n@return Specifies a test invoke authorizer request's Authorizer ID.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke authorizer request's Authorizer ID.

\n@param authorizerId Specifies a test invoke authorizer request's Authorizer ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke authorizer request's Authorizer ID.

\n@param authorizerId Specifies a test invoke authorizer request's Authorizer ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageVariables" : { "documentation" : "

A key-value map of stage variables to simulate an invocation on a deployed Stage.

", "name" : "StageVariables", "c2jName" : "stageVariables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "stageVariables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A key-value map of stage variables to simulate an invocation on a deployed Stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "stageVariables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageVariables", "marshallLocationName" : "stageVariables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.*/", "getterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@return A key-value map of stage variables to simulate an invocation on a deployed Stage.*/", "fluentSetterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Headers" : { "documentation" : "

[Required] 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.

", "name" : "Headers", "c2jName" : "headers", "c2jShape" : "MapOfHeaderValues", "variable" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

[Required] 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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "headers", "marshallLocationName" : "headers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

[Required] 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.

\n@param headers [Required] 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.*/", "getterDocumentation" : "/**

[Required] 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.

\n@return [Required] 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.*/", "fluentSetterDocumentation" : "/**

[Required] 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.

\n@param headers [Required] 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] 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.

\n@param headers [Required] 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Specifies a test invoke authorizer request's RestApi identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke authorizer request's RestApi identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke authorizer request's RestApi identifier.

\n@param restApiId Specifies a test invoke authorizer request's RestApi identifier.*/", "getterDocumentation" : "/**

Specifies a test invoke authorizer request's RestApi identifier.

\n@return Specifies a test invoke authorizer request's RestApi identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke authorizer request's RestApi identifier.

\n@param restApiId Specifies a test invoke authorizer request's RestApi identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke authorizer request's RestApi identifier.

\n@param restApiId Specifies a test invoke authorizer request's RestApi identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PathWithQueryString" : { "documentation" : "

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

", "name" : "PathWithQueryString", "c2jName" : "pathWithQueryString", "c2jShape" : "String", "variable" : { "variableName" : "pathWithQueryString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathWithQueryString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathWithQueryString", "marshallLocationName" : "pathWithQueryString", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString [Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.*/", "getterDocumentation" : "/**

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@return [Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.*/", "fluentSetterDocumentation" : "/**

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString [Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString [Optional] The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

[Optional] The simulated request body of an incoming invocation request.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "String", "variable" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Optional] The simulated request body of an incoming invocation request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Optional] The simulated request body of an incoming invocation request.

\n@param body [Optional] The simulated request body of an incoming invocation request.*/", "getterDocumentation" : "/**

[Optional] The simulated request body of an incoming invocation request.

\n@return [Optional] The simulated request body of an incoming invocation request.*/", "fluentSetterDocumentation" : "/**

[Optional] The simulated request body of an incoming invocation request.

\n@param body [Optional] The simulated request body of an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Optional] The simulated request body of an incoming invocation request.

\n@param body [Optional] The simulated request body of an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteIntegrationResponseResult" : { "c2jName" : "DeleteIntegrationResponseResult", "documentation" : null, "shapeName" : "DeleteIntegrationResponseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteIntegrationResponseResult", "variableType" : "DeleteIntegrationResponseResult", "variableDeclarationType" : "DeleteIntegrationResponseResult", "documentation" : null, "simpleType" : "DeleteIntegrationResponseResult", "variableSetterType" : "DeleteIntegrationResponseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteIntegrationRequest" : { "c2jName" : "DeleteIntegrationRequest", "documentation" : "

Represents a delete integration request.

", "shapeName" : "DeleteIntegrationRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies a delete integration request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration request's API identifier.

\n@param restApiId Specifies a delete integration request's API identifier.*/", "getterDocumentation" : "/**

Specifies a delete integration request's API identifier.

\n@return Specifies a delete integration request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration request's API identifier.

\n@param restApiId Specifies a delete integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration request's API identifier.

\n@param restApiId Specifies a delete integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a delete integration request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration request's resource identifier.

\n@param resourceId Specifies a delete integration request's resource identifier.*/", "getterDocumentation" : "/**

Specifies a delete integration request's resource identifier.

\n@return Specifies a delete integration request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration request's resource identifier.

\n@param resourceId Specifies a delete integration request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration request's resource identifier.

\n@param resourceId Specifies a delete integration request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a delete integration request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration request's HTTP method.

\n@param httpMethod Specifies a delete integration request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a delete integration request's HTTP method.

\n@return Specifies a delete integration request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration request's HTTP method.

\n@param httpMethod Specifies a delete integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration request's HTTP method.

\n@param httpMethod Specifies a delete integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteIntegrationRequest", "variableType" : "DeleteIntegrationRequest", "variableDeclarationType" : "DeleteIntegrationRequest", "documentation" : null, "simpleType" : "DeleteIntegrationRequest", "variableSetterType" : "DeleteIntegrationRequest" }, "marshaller" : { "action" : "DeleteIntegration", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

Specifies a delete integration request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration request's resource identifier.

\n@param resourceId Specifies a delete integration request's resource identifier.*/", "getterDocumentation" : "/**

Specifies a delete integration request's resource identifier.

\n@return Specifies a delete integration request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration request's resource identifier.

\n@param resourceId Specifies a delete integration request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration request's resource identifier.

\n@param resourceId Specifies a delete integration request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Specifies a delete integration request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration request's API identifier.

\n@param restApiId Specifies a delete integration request's API identifier.*/", "getterDocumentation" : "/**

Specifies a delete integration request's API identifier.

\n@return Specifies a delete integration request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration request's API identifier.

\n@param restApiId Specifies a delete integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration request's API identifier.

\n@param restApiId Specifies a delete integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies a delete integration request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a delete integration request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a delete integration request's HTTP method.

\n@param httpMethod Specifies a delete integration request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a delete integration request's HTTP method.

\n@return Specifies a delete integration request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a delete integration request's HTTP method.

\n@param httpMethod Specifies a delete integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a delete integration request's HTTP method.

\n@param httpMethod Specifies a delete integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteClientCertificateResult" : { "c2jName" : "DeleteClientCertificateResult", "documentation" : null, "shapeName" : "DeleteClientCertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteClientCertificateResult", "variableType" : "DeleteClientCertificateResult", "variableDeclarationType" : "DeleteClientCertificateResult", "documentation" : null, "simpleType" : "DeleteClientCertificateResult", "variableSetterType" : "DeleteClientCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AuthorizerType" : { "c2jName" : "AuthorizerType", "documentation" : "

The authorizer type. Only current value is TOKEN.

", "shapeName" : "AuthorizerType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "TOKEN", "value" : "TOKEN" } ], "variable" : { "variableName" : "authorizerType", "variableType" : "AuthorizerType", "variableDeclarationType" : "AuthorizerType", "documentation" : null, "simpleType" : "AuthorizerType", "variableSetterType" : "AuthorizerType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetStagesRequest" : { "c2jName" : "GetStagesRequest", "documentation" : "

Requests Amazon API Gateway to get information about one or more Stage resources.

", "shapeName" : "GetStagesRequest", "deprecated" : false, "required" : [ "restApiId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The stages' API identifiers.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stages' API identifiers.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stages' API identifiers.

\n@param restApiId The stages' API identifiers.*/", "getterDocumentation" : "/**

The stages' API identifiers.

\n@return The stages' API identifiers.*/", "fluentSetterDocumentation" : "/**

The stages' API identifiers.

\n@param restApiId The stages' API identifiers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stages' API identifiers.

\n@param restApiId The stages' API identifiers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The stages' deployment identifiers.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stages' deployment identifiers.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stages' deployment identifiers.

\n@param deploymentId The stages' deployment identifiers.*/", "getterDocumentation" : "/**

The stages' deployment identifiers.

\n@return The stages' deployment identifiers.*/", "fluentSetterDocumentation" : "/**

The stages' deployment identifiers.

\n@param deploymentId The stages' deployment identifiers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stages' deployment identifiers.

\n@param deploymentId The stages' deployment identifiers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStagesRequest", "variableType" : "GetStagesRequest", "variableDeclarationType" : "GetStagesRequest", "documentation" : null, "simpleType" : "GetStagesRequest", "variableSetterType" : "GetStagesRequest" }, "marshaller" : { "action" : "GetStages", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/stages", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

The stages' deployment identifiers.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stages' deployment identifiers.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stages' deployment identifiers.

\n@param deploymentId The stages' deployment identifiers.*/", "getterDocumentation" : "/**

The stages' deployment identifiers.

\n@return The stages' deployment identifiers.*/", "fluentSetterDocumentation" : "/**

The stages' deployment identifiers.

\n@param deploymentId The stages' deployment identifiers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stages' deployment identifiers.

\n@param deploymentId The stages' deployment identifiers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The stages' API identifiers.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stages' API identifiers.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stages' API identifiers.

\n@param restApiId The stages' API identifiers.*/", "getterDocumentation" : "/**

The stages' API identifiers.

\n@return The stages' API identifiers.*/", "fluentSetterDocumentation" : "/**

The stages' API identifiers.

\n@param restApiId The stages' API identifiers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stages' API identifiers.

\n@param restApiId The stages' API identifiers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetRestApiRequest" : { "c2jName" : "GetRestApiRequest", "documentation" : "

The GET request to list an existing RestApi defined for your collection.

", "shapeName" : "GetRestApiRequest", "deprecated" : false, "required" : [ "restApiId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource.

\n@param restApiId The identifier of the RestApi resource.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource.

\n@return The identifier of the RestApi resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource.

\n@param restApiId The identifier of the RestApi resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource.

\n@param restApiId The identifier of the RestApi resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getRestApiRequest", "variableType" : "GetRestApiRequest", "variableDeclarationType" : "GetRestApiRequest", "documentation" : null, "simpleType" : "GetRestApiRequest", "variableSetterType" : "GetRestApiRequest" }, "marshaller" : { "action" : "GetRestApi", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RestApiId" : { "documentation" : "

The identifier of the RestApi resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource.

\n@param restApiId The identifier of the RestApi resource.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource.

\n@return The identifier of the RestApi resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource.

\n@param restApiId The identifier of the RestApi resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource.

\n@param restApiId The identifier of the RestApi resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDomainNameRequest" : { "c2jName" : "DeleteDomainNameRequest", "documentation" : "

A request to delete the DomainName resource.

", "shapeName" : "DeleteDomainNameRequest", "deprecated" : false, "required" : [ "domainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the DomainName resource to be deleted.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource to be deleted.

\n@param domainName The name of the DomainName resource to be deleted.*/", "getterDocumentation" : "/**

The name of the DomainName resource to be deleted.

\n@return The name of the DomainName resource to be deleted.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource to be deleted.

\n@param domainName The name of the DomainName resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource to be deleted.

\n@param domainName The name of the DomainName resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDomainNameRequest", "variableType" : "DeleteDomainNameRequest", "variableDeclarationType" : "DeleteDomainNameRequest", "documentation" : null, "simpleType" : "DeleteDomainNameRequest", "variableSetterType" : "DeleteDomainNameRequest" }, "marshaller" : { "action" : "DeleteDomainName", "verb" : "DELETE", "target" : null, "requestUri" : "/domainnames/{domain_name}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

The name of the DomainName resource to be deleted.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource to be deleted.

\n@param domainName The name of the DomainName resource to be deleted.*/", "getterDocumentation" : "/**

The name of the DomainName resource to be deleted.

\n@return The name of the DomainName resource to be deleted.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource to be deleted.

\n@param domainName The name of the DomainName resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource to be deleted.

\n@param domainName The name of the DomainName resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetResourcesResult" : { "c2jName" : "Resources", "documentation" : "

Represents a collection of Resource resources.

", "shapeName" : "GetResourcesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Gets the current Resource resource in the collection.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfResource", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Gets the current Resource resource in the collection.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Resource", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Resource", "variable" : { "variableName" : "member", "variableType" : "Resource", "variableDeclarationType" : "Resource", "documentation" : "", "simpleType" : "Resource", "variableSetterType" : "Resource" }, "setterModel" : { "variableName" : "member", "variableType" : "Resource", "variableDeclarationType" : "Resource", "documentation" : "", "simpleType" : "Resource", "variableSetterType" : "Resource" }, "getterModel" : { "returnType" : "Resource", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Resource", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Gets the current Resource resource in the collection.

\n@param items Gets the current Resource resource in the collection.*/", "getterDocumentation" : "/**

Gets the current Resource resource in the collection.

\n@return Gets the current Resource resource in the collection.*/", "fluentSetterDocumentation" : "/**

Gets the current Resource resource in the collection.

\n@param items Gets the current Resource resource in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets the current Resource resource in the collection.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items Gets the current Resource resource in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getResourcesResult", "variableType" : "GetResourcesResult", "variableDeclarationType" : "GetResourcesResult", "documentation" : null, "simpleType" : "GetResourcesResult", "variableSetterType" : "GetResourcesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Items" : { "documentation" : "

Gets the current Resource resource in the collection.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfResource", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Gets the current Resource resource in the collection.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Resource", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Resource", "variable" : { "variableName" : "member", "variableType" : "Resource", "variableDeclarationType" : "Resource", "documentation" : "", "simpleType" : "Resource", "variableSetterType" : "Resource" }, "setterModel" : { "variableName" : "member", "variableType" : "Resource", "variableDeclarationType" : "Resource", "documentation" : "", "simpleType" : "Resource", "variableSetterType" : "Resource" }, "getterModel" : { "returnType" : "Resource", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Resource", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Gets the current Resource resource in the collection.

\n@param items Gets the current Resource resource in the collection.*/", "getterDocumentation" : "/**

Gets the current Resource resource in the collection.

\n@return Gets the current Resource resource in the collection.*/", "fluentSetterDocumentation" : "/**

Gets the current Resource resource in the collection.

\n@param items Gets the current Resource resource in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets the current Resource resource in the collection.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items Gets the current Resource resource in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateModelResult" : { "c2jName" : "Model", "documentation" : "

Represents the structure of a request or response payload for a method.

", "shapeName" : "CreateModelResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the model resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the model resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.*/", "getterDocumentation" : "/**

The identifier for the model resource.

\n@return The identifier for the model resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createModelResult", "variableType" : "CreateModelResult", "variableDeclarationType" : "CreateModelResult", "documentation" : null, "simpleType" : "CreateModelResult", "variableSetterType" : "CreateModelResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentType" : { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Schema" : { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the model resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the model resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.*/", "getterDocumentation" : "/**

The identifier for the model resource.

\n@return The identifier for the model resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDeploymentResult" : { "c2jName" : "DeleteDeploymentResult", "documentation" : null, "shapeName" : "DeleteDeploymentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteDeploymentResult", "variableType" : "DeleteDeploymentResult", "variableDeclarationType" : "DeleteDeploymentResult", "documentation" : null, "simpleType" : "DeleteDeploymentResult", "variableSetterType" : "DeleteDeploymentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateBasePathMappingResult" : { "c2jName" : "BasePathMapping", "documentation" : "

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

", "shapeName" : "CreateBasePathMappingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.*/", "getterDocumentation" : "/**

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

\n@return The base path name that callers of the API must provide as part of the URL after the domain name.*/", "fluentSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.*/", "getterDocumentation" : "/**

The name of the API.

\n@return The name of the API.*/", "fluentSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API's stage.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.*/", "getterDocumentation" : "/**

The name of the API's stage.

\n@return The name of the API's stage.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createBasePathMappingResult", "variableType" : "CreateBasePathMappingResult", "variableDeclarationType" : "CreateBasePathMappingResult", "documentation" : null, "simpleType" : "CreateBasePathMappingResult", "variableSetterType" : "CreateBasePathMappingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RestApiId" : { "documentation" : "

The name of the API.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.*/", "getterDocumentation" : "/**

The name of the API.

\n@return The name of the API.*/", "fluentSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Stage" : { "documentation" : "

The name of the API's stage.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.*/", "getterDocumentation" : "/**

The name of the API's stage.

\n@return The name of the API's stage.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BasePath" : { "documentation" : "

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

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.*/", "getterDocumentation" : "/**

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

\n@return The base path name that callers of the API must provide as part of the URL after the domain name.*/", "fluentSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteMethodRequest" : { "c2jName" : "DeleteMethodRequest", "documentation" : "

Request to delete an existing Method resource.

", "shapeName" : "DeleteMethodRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@return The RestApi identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Resource identifier for the Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@return The Resource identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The HTTP verb that identifies the Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb that identifies the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.*/", "getterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@return The HTTP verb that identifies the Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteMethodRequest", "variableType" : "DeleteMethodRequest", "variableDeclarationType" : "DeleteMethodRequest", "documentation" : null, "simpleType" : "DeleteMethodRequest", "variableSetterType" : "DeleteMethodRequest" }, "marshaller" : { "action" : "DeleteMethod", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

The Resource identifier for the Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@return The Resource identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@return The RestApi identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP verb that identifies the Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb that identifies the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.*/", "getterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@return The HTTP verb that identifies the Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateModelRequest" : { "c2jName" : "UpdateModelRequest", "documentation" : "

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

", "shapeName" : "UpdateModelRequest", "deprecated" : false, "required" : [ "restApiId", "modelName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier under which the model exists.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier under which the model exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier under which the model exists.

\n@param restApiId The RestApi identifier under which the model exists.*/", "getterDocumentation" : "/**

The RestApi identifier under which the model exists.

\n@return The RestApi identifier under which the model exists.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier under which the model exists.

\n@param restApiId The RestApi identifier under which the model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier under which the model exists.

\n@param restApiId The RestApi identifier under which the model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the model to update.

", "name" : "ModelName", "c2jName" : "modelName", "c2jShape" : "String", "variable" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "model_name", "marshallLocationName" : "model_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model to update.

\n@param modelName The name of the model to update.*/", "getterDocumentation" : "/**

The name of the model to update.

\n@return The name of the model to update.*/", "fluentSetterDocumentation" : "/**

The name of the model to update.

\n@param modelName The name of the model to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model to update.

\n@param modelName The name of the model to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateModelRequest", "variableType" : "UpdateModelRequest", "variableDeclarationType" : "UpdateModelRequest", "documentation" : null, "simpleType" : "UpdateModelRequest", "variableSetterType" : "UpdateModelRequest" }, "marshaller" : { "action" : "UpdateModel", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}/models/{model_name}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ModelName" : { "documentation" : "

The name of the model to update.

", "name" : "ModelName", "c2jName" : "modelName", "c2jShape" : "String", "variable" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "model_name", "marshallLocationName" : "model_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model to update.

\n@param modelName The name of the model to update.*/", "getterDocumentation" : "/**

The name of the model to update.

\n@return The name of the model to update.*/", "fluentSetterDocumentation" : "/**

The name of the model to update.

\n@param modelName The name of the model to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model to update.

\n@param modelName The name of the model to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier under which the model exists.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier under which the model exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier under which the model exists.

\n@param restApiId The RestApi identifier under which the model exists.*/", "getterDocumentation" : "/**

The RestApi identifier under which the model exists.

\n@return The RestApi identifier under which the model exists.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier under which the model exists.

\n@param restApiId The RestApi identifier under which the model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier under which the model exists.

\n@param restApiId The RestApi identifier under which the model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateDomainNameResult" : { "c2jName" : "DomainName", "documentation" : "

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

", "shapeName" : "UpdateDomainNameResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "name" : "CertificateUploadDate", "c2jName" : "certificateUploadDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateUploadDate", "marshallLocationName" : "certificateUploadDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@return The date when the certificate was uploaded, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "name" : "DistributionDomainName", "c2jName" : "distributionDomainName", "c2jShape" : "String", "variable" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "distributionDomainName", "marshallLocationName" : "distributionDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "getterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@return The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "fluentSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateDomainNameResult", "variableType" : "UpdateDomainNameResult", "variableDeclarationType" : "UpdateDomainNameResult", "documentation" : null, "simpleType" : "UpdateDomainNameResult", "variableSetterType" : "UpdateDomainNameResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateUploadDate" : { "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "name" : "CertificateUploadDate", "c2jName" : "certificateUploadDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateUploadDate", "marshallLocationName" : "certificateUploadDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@return The date when the certificate was uploaded, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateName" : { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DistributionDomainName" : { "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "name" : "DistributionDomainName", "c2jName" : "distributionDomainName", "c2jShape" : "String", "variable" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "distributionDomainName", "marshallLocationName" : "distributionDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "getterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@return The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "fluentSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateIntegrationResponseRequest" : { "c2jName" : "UpdateIntegrationResponseRequest", "documentation" : "

Represents an update integration response request.

", "shapeName" : "UpdateIntegrationResponseRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "statusCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies an update integration response request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies an update integration response request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies an update integration response request's API identifier.

\n@param restApiId Specifies an update integration response request's API identifier.*/", "getterDocumentation" : "/**

Specifies an update integration response request's API identifier.

\n@return Specifies an update integration response request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies an update integration response request's API identifier.

\n@param restApiId Specifies an update integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an update integration response request's API identifier.

\n@param restApiId Specifies an update integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies an update integration response request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies an update integration response request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies an update integration response request's resource identifier.

\n@param resourceId Specifies an update integration response request's resource identifier.*/", "getterDocumentation" : "/**

Specifies an update integration response request's resource identifier.

\n@return Specifies an update integration response request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies an update integration response request's resource identifier.

\n@param resourceId Specifies an update integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an update integration response request's resource identifier.

\n@param resourceId Specifies an update integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies an update integration response request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies an update integration response request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies an update integration response request's HTTP method.

\n@param httpMethod Specifies an update integration response request's HTTP method.*/", "getterDocumentation" : "/**

Specifies an update integration response request's HTTP method.

\n@return Specifies an update integration response request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies an update integration response request's HTTP method.

\n@param httpMethod Specifies an update integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an update integration response request's HTTP method.

\n@param httpMethod Specifies an update integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies an update integration response request's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies an update integration response request's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies an update integration response request's status code.

\n@param statusCode Specifies an update integration response request's status code.*/", "getterDocumentation" : "/**

Specifies an update integration response request's status code.

\n@return Specifies an update integration response request's status code.*/", "fluentSetterDocumentation" : "/**

Specifies an update integration response request's status code.

\n@param statusCode Specifies an update integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an update integration response request's status code.

\n@param statusCode Specifies an update integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateIntegrationResponseRequest", "variableType" : "UpdateIntegrationResponseRequest", "variableDeclarationType" : "UpdateIntegrationResponseRequest", "documentation" : null, "simpleType" : "UpdateIntegrationResponseRequest", "variableSetterType" : "UpdateIntegrationResponseRequest" }, "marshaller" : { "action" : "UpdateIntegrationResponse", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

Specifies an update integration response request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies an update integration response request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies an update integration response request's resource identifier.

\n@param resourceId Specifies an update integration response request's resource identifier.*/", "getterDocumentation" : "/**

Specifies an update integration response request's resource identifier.

\n@return Specifies an update integration response request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies an update integration response request's resource identifier.

\n@param resourceId Specifies an update integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an update integration response request's resource identifier.

\n@param resourceId Specifies an update integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Specifies an update integration response request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies an update integration response request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies an update integration response request's API identifier.

\n@param restApiId Specifies an update integration response request's API identifier.*/", "getterDocumentation" : "/**

Specifies an update integration response request's API identifier.

\n@return Specifies an update integration response request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies an update integration response request's API identifier.

\n@param restApiId Specifies an update integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an update integration response request's API identifier.

\n@param restApiId Specifies an update integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

Specifies an update integration response request's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies an update integration response request's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies an update integration response request's status code.

\n@param statusCode Specifies an update integration response request's status code.*/", "getterDocumentation" : "/**

Specifies an update integration response request's status code.

\n@return Specifies an update integration response request's status code.*/", "fluentSetterDocumentation" : "/**

Specifies an update integration response request's status code.

\n@param statusCode Specifies an update integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an update integration response request's status code.

\n@param statusCode Specifies an update integration response request's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies an update integration response request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies an update integration response request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies an update integration response request's HTTP method.

\n@param httpMethod Specifies an update integration response request's HTTP method.*/", "getterDocumentation" : "/**

Specifies an update integration response request's HTTP method.

\n@return Specifies an update integration response request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies an update integration response request's HTTP method.

\n@param httpMethod Specifies an update integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an update integration response request's HTTP method.

\n@param httpMethod Specifies an update integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Model" : { "c2jName" : "Model", "documentation" : "

Represents the structure of a request or response payload for a method.

", "shapeName" : "Model", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the model resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the model resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.*/", "getterDocumentation" : "/**

The identifier for the model resource.

\n@return The identifier for the model resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "model", "variableType" : "Model", "variableDeclarationType" : "Model", "documentation" : null, "simpleType" : "Model", "variableSetterType" : "Model" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentType" : { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Schema" : { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the model resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the model resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.*/", "getterDocumentation" : "/**

The identifier for the model resource.

\n@return The identifier for the model resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "documentation" : "", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RetryAfterSeconds", "c2jName" : "retryAfterSeconds", "c2jShape" : "String", "variable" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Retry-After", "marshallLocationName" : "Retry-After", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param retryAfterSeconds */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "variableDeclarationType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RetryAfterSeconds" : { "documentation" : "", "name" : "RetryAfterSeconds", "c2jName" : "retryAfterSeconds", "c2jShape" : "String", "variable" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Retry-After", "marshallLocationName" : "Retry-After", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param retryAfterSeconds */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateRestApiResult" : { "c2jName" : "RestApi", "documentation" : "

Represents a REST API.

", "shapeName" : "CreateRestApiResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createRestApiResult", "variableType" : "CreateRestApiResult", "variableDeclarationType" : "CreateRestApiResult", "documentation" : null, "simpleType" : "CreateRestApiResult", "variableSetterType" : "CreateRestApiResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Warnings" : { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetMethodRequest" : { "c2jName" : "GetMethodRequest", "documentation" : "

Request to describe an existing Method resource.

", "shapeName" : "GetMethodRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@return The RestApi identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Resource identifier for the Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@return The Resource identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the put method request's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the put method request's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@return Specifies the put method request's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getMethodRequest", "variableType" : "GetMethodRequest", "variableDeclarationType" : "GetMethodRequest", "documentation" : null, "simpleType" : "GetMethodRequest", "variableSetterType" : "GetMethodRequest" }, "marshaller" : { "action" : "GetMethod", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

The Resource identifier for the Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@return The Resource identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@return The RestApi identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies the put method request's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the put method request's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@return Specifies the put method request's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteResourceRequest" : { "c2jName" : "DeleteResourceRequest", "documentation" : "

Request to delete a Resource.

", "shapeName" : "DeleteResourceRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Resource resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@return The RestApi identifier for the Resource resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the Resource resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.*/", "getterDocumentation" : "/**

The identifier of the Resource resource.

\n@return The identifier of the Resource resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteResourceRequest", "variableType" : "DeleteResourceRequest", "variableDeclarationType" : "DeleteResourceRequest", "documentation" : null, "simpleType" : "DeleteResourceRequest", "variableSetterType" : "DeleteResourceRequest" }, "marshaller" : { "action" : "DeleteResource", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

The identifier of the Resource resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.*/", "getterDocumentation" : "/**

The identifier of the Resource resource.

\n@return The identifier of the Resource resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Resource resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@return The RestApi identifier for the Resource resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ThrottleSettings" : { "c2jName" : "ThrottleSettings", "documentation" : "

Returns the throttle settings.

", "shapeName" : "ThrottleSettings", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Returns the burstLimit when ThrottleSettings is called.

", "name" : "BurstLimit", "c2jName" : "burstLimit", "c2jShape" : "Integer", "variable" : { "variableName" : "burstLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Returns the burstLimit when ThrottleSettings is called.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "burstLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "burstLimit", "marshallLocationName" : "burstLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Returns the burstLimit when ThrottleSettings is called.

\n@param burstLimit Returns the burstLimit when ThrottleSettings is called.*/", "getterDocumentation" : "/**

Returns the burstLimit when ThrottleSettings is called.

\n@return Returns the burstLimit when ThrottleSettings is called.*/", "fluentSetterDocumentation" : "/**

Returns the burstLimit when ThrottleSettings is called.

\n@param burstLimit Returns the burstLimit when ThrottleSettings is called.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Returns the burstLimit when ThrottleSettings is called.

\n@param burstLimit Returns the burstLimit when ThrottleSettings is called.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Returns the rateLimit when ThrottleSettings is called.

", "name" : "RateLimit", "c2jName" : "rateLimit", "c2jShape" : "Double", "variable" : { "variableName" : "rateLimit", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

Returns the rateLimit when ThrottleSettings is called.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "rateLimit", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "rateLimit", "marshallLocationName" : "rateLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Returns the rateLimit when ThrottleSettings is called.

\n@param rateLimit Returns the rateLimit when ThrottleSettings is called.*/", "getterDocumentation" : "/**

Returns the rateLimit when ThrottleSettings is called.

\n@return Returns the rateLimit when ThrottleSettings is called.*/", "fluentSetterDocumentation" : "/**

Returns the rateLimit when ThrottleSettings is called.

\n@param rateLimit Returns the rateLimit when ThrottleSettings is called.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Returns the rateLimit when ThrottleSettings is called.

\n@param rateLimit Returns the rateLimit when ThrottleSettings is called.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "throttleSettings", "variableType" : "ThrottleSettings", "variableDeclarationType" : "ThrottleSettings", "documentation" : null, "simpleType" : "ThrottleSettings", "variableSetterType" : "ThrottleSettings" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "BurstLimit" : { "documentation" : "

Returns the burstLimit when ThrottleSettings is called.

", "name" : "BurstLimit", "c2jName" : "burstLimit", "c2jShape" : "Integer", "variable" : { "variableName" : "burstLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Returns the burstLimit when ThrottleSettings is called.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "burstLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "burstLimit", "marshallLocationName" : "burstLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Returns the burstLimit when ThrottleSettings is called.

\n@param burstLimit Returns the burstLimit when ThrottleSettings is called.*/", "getterDocumentation" : "/**

Returns the burstLimit when ThrottleSettings is called.

\n@return Returns the burstLimit when ThrottleSettings is called.*/", "fluentSetterDocumentation" : "/**

Returns the burstLimit when ThrottleSettings is called.

\n@param burstLimit Returns the burstLimit when ThrottleSettings is called.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Returns the burstLimit when ThrottleSettings is called.

\n@param burstLimit Returns the burstLimit when ThrottleSettings is called.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RateLimit" : { "documentation" : "

Returns the rateLimit when ThrottleSettings is called.

", "name" : "RateLimit", "c2jName" : "rateLimit", "c2jShape" : "Double", "variable" : { "variableName" : "rateLimit", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "

Returns the rateLimit when ThrottleSettings is called.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "setterModel" : { "variableName" : "rateLimit", "variableType" : "Double", "variableDeclarationType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "unmarshallLocationName" : "rateLimit", "marshallLocationName" : "rateLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Returns the rateLimit when ThrottleSettings is called.

\n@param rateLimit Returns the rateLimit when ThrottleSettings is called.*/", "getterDocumentation" : "/**

Returns the rateLimit when ThrottleSettings is called.

\n@return Returns the rateLimit when ThrottleSettings is called.*/", "fluentSetterDocumentation" : "/**

Returns the rateLimit when ThrottleSettings is called.

\n@param rateLimit Returns the rateLimit when ThrottleSettings is called.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Returns the rateLimit when ThrottleSettings is called.

\n@param rateLimit Returns the rateLimit when ThrottleSettings is called.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TestInvokeAuthorizerResult" : { "c2jName" : "TestInvokeAuthorizerResponse", "documentation" : "

Represents the response of the test invoke request in for a custom Authorizer

", "shapeName" : "TestInvokeAuthorizerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

", "name" : "ClientStatus", "c2jName" : "clientStatus", "c2jShape" : "Integer", "variable" : { "variableName" : "clientStatus", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "clientStatus", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientStatus", "marshallLocationName" : "clientStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

\n@param clientStatus The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.*/", "getterDocumentation" : "/**

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

\n@return The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.*/", "fluentSetterDocumentation" : "/**

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

\n@param clientStatus The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

\n@param clientStatus The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon API Gateway execution log for the test authorizer request.

", "name" : "Log", "c2jName" : "log", "c2jShape" : "String", "variable" : { "variableName" : "log", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon API Gateway execution log for the test authorizer request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "log", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "log", "marshallLocationName" : "log", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon API Gateway execution log for the test authorizer request.

\n@param log The Amazon API Gateway execution log for the test authorizer request.*/", "getterDocumentation" : "/**

The Amazon API Gateway execution log for the test authorizer request.

\n@return The Amazon API Gateway execution log for the test authorizer request.*/", "fluentSetterDocumentation" : "/**

The Amazon API Gateway execution log for the test authorizer request.

\n@param log The Amazon API Gateway execution log for the test authorizer request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon API Gateway execution log for the test authorizer request.

\n@param log The Amazon API Gateway execution log for the test authorizer request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The execution latency of the test authorizer request

", "name" : "Latency", "c2jName" : "latency", "c2jShape" : "Long", "variable" : { "variableName" : "latency", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The execution latency of the test authorizer request

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "latency", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "latency", "marshallLocationName" : "latency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The execution latency of the test authorizer request

\n@param latency The execution latency of the test authorizer request*/", "getterDocumentation" : "/**

The execution latency of the test authorizer request

\n@return The execution latency of the test authorizer request*/", "fluentSetterDocumentation" : "/**

The execution latency of the test authorizer request

\n@param latency The execution latency of the test authorizer request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The execution latency of the test authorizer request

\n@param latency The execution latency of the test authorizer request\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The principal identity returned by the Authorizer

", "name" : "PrincipalId", "c2jName" : "principalId", "c2jShape" : "String", "variable" : { "variableName" : "principalId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal identity returned by the Authorizer

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principalId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "principalId", "marshallLocationName" : "principalId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The principal identity returned by the Authorizer

\n@param principalId The principal identity returned by the Authorizer*/", "getterDocumentation" : "/**

The principal identity returned by the Authorizer

\n@return The principal identity returned by the Authorizer*/", "fluentSetterDocumentation" : "/**

The principal identity returned by the Authorizer

\n@param principalId The principal identity returned by the Authorizer\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal identity returned by the Authorizer

\n@param principalId The principal identity returned by the Authorizer\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The policy JSON document returned by the Authorizer

", "name" : "Policy", "c2jName" : "policy", "c2jShape" : "String", "variable" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy JSON document returned by the Authorizer

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policy", "marshallLocationName" : "policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The policy JSON document returned by the Authorizer

\n@param policy The policy JSON document returned by the Authorizer*/", "getterDocumentation" : "/**

The policy JSON document returned by the Authorizer

\n@return The policy JSON document returned by the Authorizer*/", "fluentSetterDocumentation" : "/**

The policy JSON document returned by the Authorizer

\n@param policy The policy JSON document returned by the Authorizer\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy JSON document returned by the Authorizer

\n@param policy The policy JSON document returned by the Authorizer\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Authorization", "c2jName" : "authorization", "c2jShape" : "MapOfStringToList", "variable" : { "variableName" : "authorization", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "authorization", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorization", "marshallLocationName" : "authorization", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.List", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ListOfString", "variable" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param authorization */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param authorization \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param authorization \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "testInvokeAuthorizerResult", "variableType" : "TestInvokeAuthorizerResult", "variableDeclarationType" : "TestInvokeAuthorizerResult", "documentation" : null, "simpleType" : "TestInvokeAuthorizerResult", "variableSetterType" : "TestInvokeAuthorizerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Policy" : { "documentation" : "

The policy JSON document returned by the Authorizer

", "name" : "Policy", "c2jName" : "policy", "c2jShape" : "String", "variable" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The policy JSON document returned by the Authorizer

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "policy", "marshallLocationName" : "policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The policy JSON document returned by the Authorizer

\n@param policy The policy JSON document returned by the Authorizer*/", "getterDocumentation" : "/**

The policy JSON document returned by the Authorizer

\n@return The policy JSON document returned by the Authorizer*/", "fluentSetterDocumentation" : "/**

The policy JSON document returned by the Authorizer

\n@param policy The policy JSON document returned by the Authorizer\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy JSON document returned by the Authorizer

\n@param policy The policy JSON document returned by the Authorizer\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Authorization" : { "documentation" : "", "name" : "Authorization", "c2jName" : "authorization", "c2jShape" : "MapOfStringToList", "variable" : { "variableName" : "authorization", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "authorization", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "List>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorization", "marshallLocationName" : "authorization", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.List", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "ListOfString", "variable" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setValue(java.util.Collection)} or {@link #withValue(java.util.Collection)} if you want to override the existing values.

\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : true, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param authorization */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param authorization \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param authorization \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ClientStatus" : { "documentation" : "

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

", "name" : "ClientStatus", "c2jName" : "clientStatus", "c2jShape" : "Integer", "variable" : { "variableName" : "clientStatus", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "clientStatus", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientStatus", "marshallLocationName" : "clientStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

\n@param clientStatus The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.*/", "getterDocumentation" : "/**

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

\n@return The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.*/", "fluentSetterDocumentation" : "/**

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

\n@param clientStatus The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

\n@param clientStatus The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Log" : { "documentation" : "

The Amazon API Gateway execution log for the test authorizer request.

", "name" : "Log", "c2jName" : "log", "c2jShape" : "String", "variable" : { "variableName" : "log", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon API Gateway execution log for the test authorizer request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "log", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "log", "marshallLocationName" : "log", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon API Gateway execution log for the test authorizer request.

\n@param log The Amazon API Gateway execution log for the test authorizer request.*/", "getterDocumentation" : "/**

The Amazon API Gateway execution log for the test authorizer request.

\n@return The Amazon API Gateway execution log for the test authorizer request.*/", "fluentSetterDocumentation" : "/**

The Amazon API Gateway execution log for the test authorizer request.

\n@param log The Amazon API Gateway execution log for the test authorizer request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon API Gateway execution log for the test authorizer request.

\n@param log The Amazon API Gateway execution log for the test authorizer request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PrincipalId" : { "documentation" : "

The principal identity returned by the Authorizer

", "name" : "PrincipalId", "c2jName" : "principalId", "c2jShape" : "String", "variable" : { "variableName" : "principalId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The principal identity returned by the Authorizer

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "principalId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "principalId", "marshallLocationName" : "principalId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The principal identity returned by the Authorizer

\n@param principalId The principal identity returned by the Authorizer*/", "getterDocumentation" : "/**

The principal identity returned by the Authorizer

\n@return The principal identity returned by the Authorizer*/", "fluentSetterDocumentation" : "/**

The principal identity returned by the Authorizer

\n@param principalId The principal identity returned by the Authorizer\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The principal identity returned by the Authorizer

\n@param principalId The principal identity returned by the Authorizer\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Latency" : { "documentation" : "

The execution latency of the test authorizer request

", "name" : "Latency", "c2jName" : "latency", "c2jShape" : "Long", "variable" : { "variableName" : "latency", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The execution latency of the test authorizer request

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "latency", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "latency", "marshallLocationName" : "latency", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The execution latency of the test authorizer request

\n@param latency The execution latency of the test authorizer request*/", "getterDocumentation" : "/**

The execution latency of the test authorizer request

\n@return The execution latency of the test authorizer request*/", "fluentSetterDocumentation" : "/**

The execution latency of the test authorizer request

\n@param latency The execution latency of the test authorizer request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The execution latency of the test authorizer request

\n@param latency The execution latency of the test authorizer request\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDomainNameRequest" : { "c2jName" : "CreateDomainNameRequest", "documentation" : "

A request to create a new domain name.

", "shapeName" : "CreateDomainNameRequest", "deprecated" : false, "required" : [ "domainName", "certificateName", "certificateBody", "certificatePrivateKey", "certificateChain" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The body of the server certificate provided by your certificate authority.

", "name" : "CertificateBody", "c2jName" : "certificateBody", "c2jShape" : "String", "variable" : { "variableName" : "certificateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The body of the server certificate provided by your certificate authority.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateBody", "marshallLocationName" : "certificateBody", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The body of the server certificate provided by your certificate authority.

\n@param certificateBody The body of the server certificate provided by your certificate authority.*/", "getterDocumentation" : "/**

The body of the server certificate provided by your certificate authority.

\n@return The body of the server certificate provided by your certificate authority.*/", "fluentSetterDocumentation" : "/**

The body of the server certificate provided by your certificate authority.

\n@param certificateBody The body of the server certificate provided by your certificate authority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The body of the server certificate provided by your certificate authority.

\n@param certificateBody The body of the server certificate provided by your certificate authority.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Your certificate's private key.

", "name" : "CertificatePrivateKey", "c2jName" : "certificatePrivateKey", "c2jShape" : "String", "variable" : { "variableName" : "certificatePrivateKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Your certificate's private key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePrivateKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePrivateKey", "marshallLocationName" : "certificatePrivateKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Your certificate's private key.

\n@param certificatePrivateKey Your certificate's private key.*/", "getterDocumentation" : "/**

Your certificate's private key.

\n@return Your certificate's private key.*/", "fluentSetterDocumentation" : "/**

Your certificate's private key.

\n@param certificatePrivateKey Your certificate's private key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Your certificate's private key.

\n@param certificatePrivateKey Your certificate's private key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

", "name" : "CertificateChain", "c2jName" : "certificateChain", "c2jShape" : "String", "variable" : { "variableName" : "certificateChain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateChain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateChain", "marshallLocationName" : "certificateChain", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

\n@param certificateChain The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.*/", "getterDocumentation" : "/**

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

\n@return The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.*/", "fluentSetterDocumentation" : "/**

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

\n@param certificateChain The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

\n@param certificateChain The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDomainNameRequest", "variableType" : "CreateDomainNameRequest", "variableDeclarationType" : "CreateDomainNameRequest", "documentation" : null, "simpleType" : "CreateDomainNameRequest", "variableSetterType" : "CreateDomainNameRequest" }, "marshaller" : { "action" : "CreateDomainName", "verb" : "POST", "target" : null, "requestUri" : "/domainnames", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateBody" : { "documentation" : "

The body of the server certificate provided by your certificate authority.

", "name" : "CertificateBody", "c2jName" : "certificateBody", "c2jShape" : "String", "variable" : { "variableName" : "certificateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The body of the server certificate provided by your certificate authority.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateBody", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateBody", "marshallLocationName" : "certificateBody", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The body of the server certificate provided by your certificate authority.

\n@param certificateBody The body of the server certificate provided by your certificate authority.*/", "getterDocumentation" : "/**

The body of the server certificate provided by your certificate authority.

\n@return The body of the server certificate provided by your certificate authority.*/", "fluentSetterDocumentation" : "/**

The body of the server certificate provided by your certificate authority.

\n@param certificateBody The body of the server certificate provided by your certificate authority.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The body of the server certificate provided by your certificate authority.

\n@param certificateBody The body of the server certificate provided by your certificate authority.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateChain" : { "documentation" : "

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

", "name" : "CertificateChain", "c2jName" : "certificateChain", "c2jShape" : "String", "variable" : { "variableName" : "certificateChain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateChain", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateChain", "marshallLocationName" : "certificateChain", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

\n@param certificateChain The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.*/", "getterDocumentation" : "/**

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

\n@return The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.*/", "fluentSetterDocumentation" : "/**

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

\n@param certificateChain The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.

\n@param certificateChain The intermediate certificates and optionally the root certificate, one after the other without any blank lines. 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificatePrivateKey" : { "documentation" : "

Your certificate's private key.

", "name" : "CertificatePrivateKey", "c2jName" : "certificatePrivateKey", "c2jShape" : "String", "variable" : { "variableName" : "certificatePrivateKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Your certificate's private key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificatePrivateKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificatePrivateKey", "marshallLocationName" : "certificatePrivateKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Your certificate's private key.

\n@param certificatePrivateKey Your certificate's private key.*/", "getterDocumentation" : "/**

Your certificate's private key.

\n@return Your certificate's private key.*/", "fluentSetterDocumentation" : "/**

Your certificate's private key.

\n@param certificatePrivateKey Your certificate's private key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Your certificate's private key.

\n@param certificatePrivateKey Your certificate's private key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateName" : { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConflictException" : { "c2jName" : "ConflictException", "documentation" : "", "shapeName" : "ConflictException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "conflictException", "variableType" : "ConflictException", "variableDeclarationType" : "ConflictException", "documentation" : null, "simpleType" : "ConflictException", "variableSetterType" : "ConflictException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ConflictException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetRestApisRequest" : { "c2jName" : "GetRestApisRequest", "documentation" : "

The GET request to list existing RestApis defined for your collection.

", "shapeName" : "GetRestApisRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The position of the current RestApis resource in the collection to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current RestApis resource in the collection to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current RestApis resource in the collection to get information about.

\n@param position The position of the current RestApis resource in the collection to get information about.*/", "getterDocumentation" : "/**

The position of the current RestApis resource in the collection to get information about.

\n@return The position of the current RestApis resource in the collection to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current RestApis resource in the collection to get information about.

\n@param position The position of the current RestApis resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current RestApis resource in the collection to get information about.

\n@param position The position of the current RestApis resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getRestApisRequest", "variableType" : "GetRestApisRequest", "variableDeclarationType" : "GetRestApisRequest", "documentation" : null, "simpleType" : "GetRestApisRequest", "variableSetterType" : "GetRestApisRequest" }, "marshaller" : { "action" : "GetRestApis", "verb" : "GET", "target" : null, "requestUri" : "/restapis", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "

The position of the current RestApis resource in the collection to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current RestApis resource in the collection to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current RestApis resource in the collection to get information about.

\n@param position The position of the current RestApis resource in the collection to get information about.*/", "getterDocumentation" : "/**

The position of the current RestApis resource in the collection to get information about.

\n@return The position of the current RestApis resource in the collection to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current RestApis resource in the collection to get information about.

\n@param position The position of the current RestApis resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current RestApis resource in the collection to get information about.

\n@param position The position of the current RestApis resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of RestApi resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "FlushStageAuthorizersCacheRequest" : { "c2jName" : "FlushStageAuthorizersCacheRequest", "documentation" : "

Request to flush authorizer cache entries on a specified stage.

", "shapeName" : "FlushStageAuthorizersCacheRequest", "deprecated" : false, "required" : [ "restApiId", "stageName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The API identifier of the stage to flush.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API identifier of the stage to flush.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API identifier of the stage to flush.

\n@param restApiId The API identifier of the stage to flush.*/", "getterDocumentation" : "/**

The API identifier of the stage to flush.

\n@return The API identifier of the stage to flush.*/", "fluentSetterDocumentation" : "/**

The API identifier of the stage to flush.

\n@param restApiId The API identifier of the stage to flush.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API identifier of the stage to flush.

\n@param restApiId The API identifier of the stage to flush.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the stage to flush.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage to flush.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage to flush.

\n@param stageName The name of the stage to flush.*/", "getterDocumentation" : "/**

The name of the stage to flush.

\n@return The name of the stage to flush.*/", "fluentSetterDocumentation" : "/**

The name of the stage to flush.

\n@param stageName The name of the stage to flush.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage to flush.

\n@param stageName The name of the stage to flush.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "flushStageAuthorizersCacheRequest", "variableType" : "FlushStageAuthorizersCacheRequest", "variableDeclarationType" : "FlushStageAuthorizersCacheRequest", "documentation" : null, "simpleType" : "FlushStageAuthorizersCacheRequest", "variableSetterType" : "FlushStageAuthorizersCacheRequest" }, "marshaller" : { "action" : "FlushStageAuthorizersCache", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/stages/{stage_name}/cache/authorizers", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StageName" : { "documentation" : "

The name of the stage to flush.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage to flush.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage to flush.

\n@param stageName The name of the stage to flush.*/", "getterDocumentation" : "/**

The name of the stage to flush.

\n@return The name of the stage to flush.*/", "fluentSetterDocumentation" : "/**

The name of the stage to flush.

\n@param stageName The name of the stage to flush.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage to flush.

\n@param stageName The name of the stage to flush.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The API identifier of the stage to flush.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API identifier of the stage to flush.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API identifier of the stage to flush.

\n@param restApiId The API identifier of the stage to flush.*/", "getterDocumentation" : "/**

The API identifier of the stage to flush.

\n@return The API identifier of the stage to flush.*/", "fluentSetterDocumentation" : "/**

The API identifier of the stage to flush.

\n@param restApiId The API identifier of the stage to flush.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API identifier of the stage to flush.

\n@param restApiId The API identifier of the stage to flush.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetBasePathMappingsResult" : { "c2jName" : "BasePathMappings", "documentation" : "

Represents a collection of BasePathMapping resources.

", "shapeName" : "GetBasePathMappingsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current page of any BasePathMapping resources in the collection of base path mapping resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfBasePathMapping", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any BasePathMapping resources in the collection of base path mapping resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "BasePathMapping", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "BasePathMapping", "variable" : { "variableName" : "member", "variableType" : "BasePathMapping", "variableDeclarationType" : "BasePathMapping", "documentation" : "", "simpleType" : "BasePathMapping", "variableSetterType" : "BasePathMapping" }, "setterModel" : { "variableName" : "member", "variableType" : "BasePathMapping", "variableDeclarationType" : "BasePathMapping", "documentation" : "", "simpleType" : "BasePathMapping", "variableSetterType" : "BasePathMapping" }, "getterModel" : { "returnType" : "BasePathMapping", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "BasePathMapping", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any BasePathMapping resources in the collection of base path mapping resources.

\n@param items The current page of any BasePathMapping resources in the collection of base path mapping resources.*/", "getterDocumentation" : "/**

The current page of any BasePathMapping resources in the collection of base path mapping resources.

\n@return The current page of any BasePathMapping resources in the collection of base path mapping resources.*/", "fluentSetterDocumentation" : "/**

The current page of any BasePathMapping resources in the collection of base path mapping resources.

\n@param items The current page of any BasePathMapping resources in the collection of base path mapping resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any BasePathMapping resources in the collection of base path mapping resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any BasePathMapping resources in the collection of base path mapping resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getBasePathMappingsResult", "variableType" : "GetBasePathMappingsResult", "variableDeclarationType" : "GetBasePathMappingsResult", "documentation" : null, "simpleType" : "GetBasePathMappingsResult", "variableSetterType" : "GetBasePathMappingsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Items" : { "documentation" : "

The current page of any BasePathMapping resources in the collection of base path mapping resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfBasePathMapping", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The current page of any BasePathMapping resources in the collection of base path mapping resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "BasePathMapping", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "BasePathMapping", "variable" : { "variableName" : "member", "variableType" : "BasePathMapping", "variableDeclarationType" : "BasePathMapping", "documentation" : "", "simpleType" : "BasePathMapping", "variableSetterType" : "BasePathMapping" }, "setterModel" : { "variableName" : "member", "variableType" : "BasePathMapping", "variableDeclarationType" : "BasePathMapping", "documentation" : "", "simpleType" : "BasePathMapping", "variableSetterType" : "BasePathMapping" }, "getterModel" : { "returnType" : "BasePathMapping", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "BasePathMapping", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The current page of any BasePathMapping resources in the collection of base path mapping resources.

\n@param items The current page of any BasePathMapping resources in the collection of base path mapping resources.*/", "getterDocumentation" : "/**

The current page of any BasePathMapping resources in the collection of base path mapping resources.

\n@return The current page of any BasePathMapping resources in the collection of base path mapping resources.*/", "fluentSetterDocumentation" : "/**

The current page of any BasePathMapping resources in the collection of base path mapping resources.

\n@param items The current page of any BasePathMapping resources in the collection of base path mapping resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current page of any BasePathMapping resources in the collection of base path mapping resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items The current page of any BasePathMapping resources in the collection of base path mapping resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Deployment" : { "c2jName" : "Deployment", "documentation" : "

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.

", "shapeName" : "Deployment", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the deployment resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.*/", "getterDocumentation" : "/**

The identifier for the deployment resource.

\n@return The identifier for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description for the deployment resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.*/", "getterDocumentation" : "/**

The description for the deployment resource.

\n@return The description for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the deployment resource was created.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the deployment resource was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@return The date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "name" : "ApiSummary", "c2jName" : "apiSummary", "c2jShape" : "PathToMapOfMethodSnapshot", "variable" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiSummary", "marshallLocationName" : "apiSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.Map", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MapOfMethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSnapshot", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "getterModel" : { "returnType" : "MethodSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@return Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deployment", "variableType" : "Deployment", "variableDeclarationType" : "Deployment", "documentation" : null, "simpleType" : "Deployment", "variableSetterType" : "Deployment" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description for the deployment resource.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.*/", "getterDocumentation" : "/**

The description for the deployment resource.

\n@return The description for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description for the deployment resource.

\n@param description The description for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date and time that the deployment resource was created.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the deployment resource was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@return The date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the deployment resource was created.

\n@param createdDate The date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the deployment resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the deployment resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.*/", "getterDocumentation" : "/**

The identifier for the deployment resource.

\n@return The identifier for the deployment resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the deployment resource.

\n@param id The identifier for the deployment resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiSummary" : { "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "name" : "ApiSummary", "c2jName" : "apiSummary", "c2jShape" : "PathToMapOfMethodSnapshot", "variable" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "

Gets a summary of the RestApi at the date and time that the deployment resource was created.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "setterModel" : { "variableName" : "apiSummary", "variableType" : "java.util.Map>", "variableDeclarationType" : "java.util.Map>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Map>" }, "getterModel" : { "returnType" : "java.util.Map>", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiSummary", "marshallLocationName" : "apiSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "java.util.Map", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MapOfMethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "value", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSnapshot", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSnapshot", "variable" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : "", "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "getterModel" : { "returnType" : "MethodSnapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map>", "templateImplType" : "java.util.HashMap>", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry>", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "getterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@return Gets a summary of the RestApi at the date and time that the deployment resource was created.*/", "fluentSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets a summary of the RestApi at the date and time that the deployment resource was created.

\n@param apiSummary Gets a summary of the RestApi at the date and time that the deployment resource was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetStageResult" : { "c2jName" : "Stage", "documentation" : "

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

", "shapeName" : "GetStageResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the Deployment that the stage points to.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment that the stage points to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.*/", "getterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@return The identifier of the Deployment that the stage points to.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param clientCertificateId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "getterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@return The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The stage's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.*/", "getterDocumentation" : "/**

The stage's description.

\n@return The stage's description.*/", "fluentSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.*/", "getterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@return Specifies whether a cache cluster is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.*/", "getterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@return The size of the cache cluster for the stage, if enabled.*/", "fluentSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterStatus", "c2jName" : "cacheClusterStatus", "c2jShape" : "CacheClusterStatus", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterStatus", "marshallLocationName" : "cacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CacheClusterStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "getterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@return The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "fluentSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/", "varargSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/" }, { "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "name" : "MethodSettings", "c2jName" : "methodSettings", "c2jShape" : "MapOfMethodSettings", "variable" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodSettings", "marshallLocationName" : "methodSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSetting", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSetting", "variable" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "getterModel" : { "returnType" : "MethodSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "getterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@return A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "fluentSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@return The date and time that the stage was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@return The date and time that information about the stage was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStageResult", "variableType" : "GetStageResult", "variableDeclarationType" : "GetStageResult", "documentation" : null, "simpleType" : "GetStageResult", "variableSetterType" : "GetStageResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param clientCertificateId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Variables" : { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedDate" : { "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@return The date and time that information about the stage was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentId" : { "documentation" : "

The identifier of the Deployment that the stage points to.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment that the stage points to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.*/", "getterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@return The identifier of the Deployment that the stage points to.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The stage's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.*/", "getterDocumentation" : "/**

The stage's description.

\n@return The stage's description.*/", "fluentSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterStatus" : { "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterStatus", "c2jName" : "cacheClusterStatus", "c2jShape" : "CacheClusterStatus", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterStatus", "marshallLocationName" : "cacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CacheClusterStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "getterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@return The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "fluentSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/", "varargSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/" }, "StageName" : { "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "getterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@return The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@return The date and time that the stage was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MethodSettings" : { "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "name" : "MethodSettings", "c2jName" : "methodSettings", "c2jShape" : "MapOfMethodSettings", "variable" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodSettings", "marshallLocationName" : "methodSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSetting", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSetting", "variable" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "getterModel" : { "returnType" : "MethodSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "getterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@return A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "fluentSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterSize" : { "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.*/", "getterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@return The size of the cache cluster for the stage, if enabled.*/", "fluentSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterEnabled" : { "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.*/", "getterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@return Specifies whether a cache cluster is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "IntegrationResponse" : { "c2jName" : "IntegrationResponse", "documentation" : "

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the backend response.

", "shapeName" : "IntegrationResponse", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "getterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@return Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "fluentSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "integrationResponse", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : null, "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseTemplates" : { "documentation" : "

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.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SelectionPattern" : { "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "getterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@return Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "fluentSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseParameters" : { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateModelResult" : { "c2jName" : "Model", "documentation" : "

Represents the structure of a request or response payload for a method.

", "shapeName" : "UpdateModelResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the model resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the model resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.*/", "getterDocumentation" : "/**

The identifier for the model resource.

\n@return The identifier for the model resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateModelResult", "variableType" : "UpdateModelResult", "variableDeclarationType" : "UpdateModelResult", "documentation" : null, "simpleType" : "UpdateModelResult", "variableSetterType" : "UpdateModelResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentType" : { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Schema" : { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the model resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the model resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.*/", "getterDocumentation" : "/**

The identifier for the model resource.

\n@return The identifier for the model resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the model resource.

\n@param id The identifier for the model resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateDomainNameRequest" : { "c2jName" : "UpdateDomainNameRequest", "documentation" : "

A request to change information about the DomainName resource.

", "shapeName" : "UpdateDomainNameRequest", "deprecated" : false, "required" : [ "domainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the DomainName resource to be changed.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource to be changed.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource to be changed.

\n@param domainName The name of the DomainName resource to be changed.*/", "getterDocumentation" : "/**

The name of the DomainName resource to be changed.

\n@return The name of the DomainName resource to be changed.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource to be changed.

\n@param domainName The name of the DomainName resource to be changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource to be changed.

\n@param domainName The name of the DomainName resource to be changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateDomainNameRequest", "variableType" : "UpdateDomainNameRequest", "variableDeclarationType" : "UpdateDomainNameRequest", "documentation" : null, "simpleType" : "UpdateDomainNameRequest", "variableSetterType" : "UpdateDomainNameRequest" }, "marshaller" : { "action" : "UpdateDomainName", "verb" : "PATCH", "target" : null, "requestUri" : "/domainnames/{domain_name}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The name of the DomainName resource to be changed.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource to be changed.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource to be changed.

\n@param domainName The name of the DomainName resource to be changed.*/", "getterDocumentation" : "/**

The name of the DomainName resource to be changed.

\n@return The name of the DomainName resource to be changed.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource to be changed.

\n@param domainName The name of the DomainName resource to be changed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource to be changed.

\n@param domainName The name of the DomainName resource to be changed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MethodResponse" : { "c2jName" : "MethodResponse", "documentation" : "

Represents a method response. Amazon API Gateway sends back the status code to the caller as the HTTP status code. Parameters and models can be used to transform the response from the method's integration.

", "shapeName" : "MethodResponse", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "methodResponse", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : null, "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseParameters" : { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseModels" : { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteClientCertificateRequest" : { "c2jName" : "DeleteClientCertificateRequest", "documentation" : "

A request to delete the ClientCertificate resource.

", "shapeName" : "DeleteClientCertificateRequest", "deprecated" : false, "required" : [ "clientCertificateId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the ClientCertificate resource to be deleted.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ClientCertificate resource to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientcertificate_id", "marshallLocationName" : "clientcertificate_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ClientCertificate resource to be deleted.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be deleted.*/", "getterDocumentation" : "/**

The identifier of the ClientCertificate resource to be deleted.

\n@return The identifier of the ClientCertificate resource to be deleted.*/", "fluentSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be deleted.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be deleted.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteClientCertificateRequest", "variableType" : "DeleteClientCertificateRequest", "variableDeclarationType" : "DeleteClientCertificateRequest", "documentation" : null, "simpleType" : "DeleteClientCertificateRequest", "variableSetterType" : "DeleteClientCertificateRequest" }, "marshaller" : { "action" : "DeleteClientCertificate", "verb" : "DELETE", "target" : null, "requestUri" : "/clientcertificates/{clientcertificate_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "

The identifier of the ClientCertificate resource to be deleted.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ClientCertificate resource to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientcertificate_id", "marshallLocationName" : "clientcertificate_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ClientCertificate resource to be deleted.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be deleted.*/", "getterDocumentation" : "/**

The identifier of the ClientCertificate resource to be deleted.

\n@return The identifier of the ClientCertificate resource to be deleted.*/", "fluentSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be deleted.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be deleted.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDomainNameRequest" : { "c2jName" : "GetDomainNameRequest", "documentation" : "

Request to get the name of a DomainName resource.

", "shapeName" : "GetDomainNameRequest", "deprecated" : false, "required" : [ "domainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDomainNameRequest", "variableType" : "GetDomainNameRequest", "variableDeclarationType" : "GetDomainNameRequest", "documentation" : null, "simpleType" : "GetDomainNameRequest", "variableSetterType" : "GetDomainNameRequest" }, "marshaller" : { "action" : "GetDomainName", "verb" : "GET", "target" : null, "requestUri" : "/domainnames/{domain_name}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "FlushStageCacheRequest" : { "c2jName" : "FlushStageCacheRequest", "documentation" : "

Requests Amazon API Gateway to flush a stage's cache.

", "shapeName" : "FlushStageCacheRequest", "deprecated" : false, "required" : [ "restApiId", "stageName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The API identifier of the stage to flush its cache.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API identifier of the stage to flush its cache.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API identifier of the stage to flush its cache.

\n@param restApiId The API identifier of the stage to flush its cache.*/", "getterDocumentation" : "/**

The API identifier of the stage to flush its cache.

\n@return The API identifier of the stage to flush its cache.*/", "fluentSetterDocumentation" : "/**

The API identifier of the stage to flush its cache.

\n@param restApiId The API identifier of the stage to flush its cache.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API identifier of the stage to flush its cache.

\n@param restApiId The API identifier of the stage to flush its cache.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the stage to flush its cache.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage to flush its cache.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage to flush its cache.

\n@param stageName The name of the stage to flush its cache.*/", "getterDocumentation" : "/**

The name of the stage to flush its cache.

\n@return The name of the stage to flush its cache.*/", "fluentSetterDocumentation" : "/**

The name of the stage to flush its cache.

\n@param stageName The name of the stage to flush its cache.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage to flush its cache.

\n@param stageName The name of the stage to flush its cache.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "flushStageCacheRequest", "variableType" : "FlushStageCacheRequest", "variableDeclarationType" : "FlushStageCacheRequest", "documentation" : null, "simpleType" : "FlushStageCacheRequest", "variableSetterType" : "FlushStageCacheRequest" }, "marshaller" : { "action" : "FlushStageCache", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/stages/{stage_name}/cache/data", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StageName" : { "documentation" : "

The name of the stage to flush its cache.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage to flush its cache.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage to flush its cache.

\n@param stageName The name of the stage to flush its cache.*/", "getterDocumentation" : "/**

The name of the stage to flush its cache.

\n@return The name of the stage to flush its cache.*/", "fluentSetterDocumentation" : "/**

The name of the stage to flush its cache.

\n@param stageName The name of the stage to flush its cache.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage to flush its cache.

\n@param stageName The name of the stage to flush its cache.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The API identifier of the stage to flush its cache.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API identifier of the stage to flush its cache.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API identifier of the stage to flush its cache.

\n@param restApiId The API identifier of the stage to flush its cache.*/", "getterDocumentation" : "/**

The API identifier of the stage to flush its cache.

\n@return The API identifier of the stage to flush its cache.*/", "fluentSetterDocumentation" : "/**

The API identifier of the stage to flush its cache.

\n@param restApiId The API identifier of the stage to flush its cache.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API identifier of the stage to flush its cache.

\n@param restApiId The API identifier of the stage to flush its cache.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Authorizer" : { "c2jName" : "Authorizer", "documentation" : "

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

", "shapeName" : "Authorizer", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the authorizer resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.*/", "getterDocumentation" : "/**

The identifier for the authorizer resource.

\n@return The identifier for the authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@return [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@return Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@return [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@return A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.*/", "getterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@return The TTL in seconds of cached authorizer results. If 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.*/", "fluentSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "authorizer", "variableType" : "Authorizer", "variableDeclarationType" : "Authorizer", "documentation" : null, "simpleType" : "Authorizer", "variableSetterType" : "Authorizer" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AuthorizerCredentials" : { "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@return Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityValidationExpression" : { "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@return A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@return [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, "AuthorizerUri" : { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerResultTtlInSeconds" : { "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.*/", "getterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@return The TTL in seconds of cached authorizer results. If 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.*/", "fluentSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentitySource" : { "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@return [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the authorizer resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.*/", "getterDocumentation" : "/**

The identifier for the authorizer resource.

\n@return The identifier for the authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthType" : { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateClientCertificateRequest" : { "c2jName" : "UpdateClientCertificateRequest", "documentation" : "

A request to change information about an ClientCertificate resource.

", "shapeName" : "UpdateClientCertificateRequest", "deprecated" : false, "required" : [ "clientCertificateId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the ClientCertificate resource to be updated.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ClientCertificate resource to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientcertificate_id", "marshallLocationName" : "clientcertificate_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ClientCertificate resource to be updated.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be updated.*/", "getterDocumentation" : "/**

The identifier of the ClientCertificate resource to be updated.

\n@return The identifier of the ClientCertificate resource to be updated.*/", "fluentSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be updated.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be updated.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateClientCertificateRequest", "variableType" : "UpdateClientCertificateRequest", "variableDeclarationType" : "UpdateClientCertificateRequest", "documentation" : null, "simpleType" : "UpdateClientCertificateRequest", "variableSetterType" : "UpdateClientCertificateRequest" }, "marshaller" : { "action" : "UpdateClientCertificate", "verb" : "PATCH", "target" : null, "requestUri" : "/clientcertificates/{clientcertificate_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "

The identifier of the ClientCertificate resource to be updated.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ClientCertificate resource to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientcertificate_id", "marshallLocationName" : "clientcertificate_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ClientCertificate resource to be updated.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be updated.*/", "getterDocumentation" : "/**

The identifier of the ClientCertificate resource to be updated.

\n@return The identifier of the ClientCertificate resource to be updated.*/", "fluentSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be updated.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be updated.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GenerateClientCertificateResult" : { "c2jName" : "ClientCertificate", "documentation" : "

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

", "shapeName" : "GenerateClientCertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the Client Certificate.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.*/", "getterDocumentation" : "/**

The identifier of the Client Certificate.

\n@return The identifier of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the Client Certificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.*/", "getterDocumentation" : "/**

The description of the Client Certificate.

\n@return The description of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "name" : "PemEncodedCertificate", "c2jName" : "pemEncodedCertificate", "c2jShape" : "String", "variable" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pemEncodedCertificate", "marshallLocationName" : "pemEncodedCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "getterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@return The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "fluentSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@return The date when the Client Certificate was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "name" : "ExpirationDate", "c2jName" : "expirationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "expirationDate", "marshallLocationName" : "expirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@return The date when the Client Certificate will expire, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "generateClientCertificateResult", "variableType" : "GenerateClientCertificateResult", "variableDeclarationType" : "GenerateClientCertificateResult", "documentation" : null, "simpleType" : "GenerateClientCertificateResult", "variableSetterType" : "GenerateClientCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "

The identifier of the Client Certificate.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.*/", "getterDocumentation" : "/**

The identifier of the Client Certificate.

\n@return The identifier of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the Client Certificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.*/", "getterDocumentation" : "/**

The description of the Client Certificate.

\n@return The description of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExpirationDate" : { "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "name" : "ExpirationDate", "c2jName" : "expirationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "expirationDate", "marshallLocationName" : "expirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@return The date when the Client Certificate will expire, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@return The date when the Client Certificate was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PemEncodedCertificate" : { "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "name" : "PemEncodedCertificate", "c2jName" : "pemEncodedCertificate", "c2jShape" : "String", "variable" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pemEncodedCertificate", "marshallLocationName" : "pemEncodedCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "getterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@return The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "fluentSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetApiKeyRequest" : { "c2jName" : "GetApiKeyRequest", "documentation" : "

A request to get information about the current ApiKey resource.

", "shapeName" : "GetApiKeyRequest", "deprecated" : false, "required" : [ "apiKey" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the ApiKey resource.

", "name" : "ApiKey", "c2jName" : "apiKey", "c2jShape" : "String", "variable" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ApiKey resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "api_Key", "marshallLocationName" : "api_Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ApiKey resource.

\n@param apiKey The identifier of the ApiKey resource.*/", "getterDocumentation" : "/**

The identifier of the ApiKey resource.

\n@return The identifier of the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the ApiKey resource.

\n@param apiKey The identifier of the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ApiKey resource.

\n@param apiKey The identifier of the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getApiKeyRequest", "variableType" : "GetApiKeyRequest", "variableDeclarationType" : "GetApiKeyRequest", "documentation" : null, "simpleType" : "GetApiKeyRequest", "variableSetterType" : "GetApiKeyRequest" }, "marshaller" : { "action" : "GetApiKey", "verb" : "GET", "target" : null, "requestUri" : "/apikeys/{api_Key}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApiKey" : { "documentation" : "

The identifier of the ApiKey resource.

", "name" : "ApiKey", "c2jName" : "apiKey", "c2jShape" : "String", "variable" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ApiKey resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "api_Key", "marshallLocationName" : "api_Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ApiKey resource.

\n@param apiKey The identifier of the ApiKey resource.*/", "getterDocumentation" : "/**

The identifier of the ApiKey resource.

\n@return The identifier of the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the ApiKey resource.

\n@param apiKey The identifier of the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ApiKey resource.

\n@param apiKey The identifier of the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetBasePathMappingResult" : { "c2jName" : "BasePathMapping", "documentation" : "

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

", "shapeName" : "GetBasePathMappingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.*/", "getterDocumentation" : "/**

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

\n@return The base path name that callers of the API must provide as part of the URL after the domain name.*/", "fluentSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.*/", "getterDocumentation" : "/**

The name of the API.

\n@return The name of the API.*/", "fluentSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API's stage.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.*/", "getterDocumentation" : "/**

The name of the API's stage.

\n@return The name of the API's stage.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getBasePathMappingResult", "variableType" : "GetBasePathMappingResult", "variableDeclarationType" : "GetBasePathMappingResult", "documentation" : null, "simpleType" : "GetBasePathMappingResult", "variableSetterType" : "GetBasePathMappingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RestApiId" : { "documentation" : "

The name of the API.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restApiId", "marshallLocationName" : "restApiId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.*/", "getterDocumentation" : "/**

The name of the API.

\n@return The name of the API.*/", "fluentSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API.

\n@param restApiId The name of the API.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Stage" : { "documentation" : "

The name of the API's stage.

", "name" : "Stage", "c2jName" : "stage", "c2jShape" : "String", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API's stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage", "marshallLocationName" : "stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.*/", "getterDocumentation" : "/**

The name of the API's stage.

\n@return The name of the API's stage.*/", "fluentSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API's stage.

\n@param stage The name of the API's stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BasePath" : { "documentation" : "

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

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "basePath", "marshallLocationName" : "basePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.*/", "getterDocumentation" : "/**

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

\n@return The base path name that callers of the API must provide as part of the URL after the domain name.*/", "fluentSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param basePath The base path name that callers of the API must provide as part of the URL after the domain name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetResourcesRequest" : { "c2jName" : "GetResourcesRequest", "documentation" : "

Request to list information about a collection of resources.

", "shapeName" : "GetResourcesRequest", "deprecated" : false, "required" : [ "restApiId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Resource.

\n@param restApiId The RestApi identifier for the Resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Resource.

\n@return The RestApi identifier for the Resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Resource.

\n@param restApiId The RestApi identifier for the Resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Resource.

\n@param restApiId The RestApi identifier for the Resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The position of the next set of results in the current Resources resource to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the next set of results in the current Resources resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the next set of results in the current Resources resource to get information about.

\n@param position The position of the next set of results in the current Resources resource to get information about.*/", "getterDocumentation" : "/**

The position of the next set of results in the current Resources resource to get information about.

\n@return The position of the next set of results in the current Resources resource to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the next set of results in the current Resources resource to get information about.

\n@param position The position of the next set of results in the current Resources resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the next set of results in the current Resources resource to get information about.

\n@param position The position of the next set of results in the current Resources resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getResourcesRequest", "variableType" : "GetResourcesRequest", "variableDeclarationType" : "GetResourcesRequest", "documentation" : null, "simpleType" : "GetResourcesRequest", "variableSetterType" : "GetResourcesRequest" }, "marshaller" : { "action" : "GetResources", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "

The position of the next set of results in the current Resources resource to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the next set of results in the current Resources resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the next set of results in the current Resources resource to get information about.

\n@param position The position of the next set of results in the current Resources resource to get information about.*/", "getterDocumentation" : "/**

The position of the next set of results in the current Resources resource to get information about.

\n@return The position of the next set of results in the current Resources resource to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the next set of results in the current Resources resource to get information about.

\n@param position The position of the next set of results in the current Resources resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the next set of results in the current Resources resource to get information about.

\n@param position The position of the next set of results in the current Resources resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Resource.

\n@param restApiId The RestApi identifier for the Resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Resource.

\n@return The RestApi identifier for the Resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Resource.

\n@param restApiId The RestApi identifier for the Resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Resource.

\n@param restApiId The RestApi identifier for the Resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Resource resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutMethodResult" : { "c2jName" : "Method", "documentation" : "

Represents a method.

", "shapeName" : "PutMethodResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.*/", "getterDocumentation" : "/**

The HTTP method.

\n@return The HTTP method.*/", "fluentSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The method's authorization type.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method's authorization type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.*/", "getterDocumentation" : "/**

The method's authorization type.

\n@return The method's authorization type.*/", "fluentSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "getterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@return Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "name" : "MethodResponses", "c2jName" : "methodResponses", "c2jShape" : "MapOfMethodResponse", "variable" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodResponses", "marshallLocationName" : "methodResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodResponse", "variable" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "getterModel" : { "returnType" : "MethodResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "getterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@return Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "fluentSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The method's integration.

", "name" : "MethodIntegration", "c2jName" : "methodIntegration", "c2jShape" : "Integration", "variable" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "

The method's integration.

", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "setterModel" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "getterModel" : { "returnType" : "Integration", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodIntegration", "marshallLocationName" : "methodIntegration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.*/", "getterDocumentation" : "/**

The method's integration.

\n@return The method's integration.*/", "fluentSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putMethodResult", "variableType" : "PutMethodResult", "variableDeclarationType" : "PutMethodResult", "documentation" : null, "simpleType" : "PutMethodResult", "variableSetterType" : "PutMethodResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MethodResponses" : { "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "name" : "MethodResponses", "c2jName" : "methodResponses", "c2jShape" : "MapOfMethodResponse", "variable" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodResponses", "marshallLocationName" : "methodResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodResponse", "variable" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "getterModel" : { "returnType" : "MethodResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "getterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@return Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "fluentSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerId" : { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestModels" : { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MethodIntegration" : { "documentation" : "

The method's integration.

", "name" : "MethodIntegration", "c2jName" : "methodIntegration", "c2jShape" : "Integration", "variable" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "

The method's integration.

", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "setterModel" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "getterModel" : { "returnType" : "Integration", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodIntegration", "marshallLocationName" : "methodIntegration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.*/", "getterDocumentation" : "/**

The method's integration.

\n@return The method's integration.*/", "fluentSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiKeyRequired" : { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizationType" : { "documentation" : "

The method's authorization type.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method's authorization type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.*/", "getterDocumentation" : "/**

The method's authorization type.

\n@return The method's authorization type.*/", "fluentSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.*/", "getterDocumentation" : "/**

The HTTP method.

\n@return The HTTP method.*/", "fluentSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "getterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@return Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheClusterStatus" : { "c2jName" : "CacheClusterStatus", "documentation" : "

Returns the status of the CacheCluster.

", "shapeName" : "CacheClusterStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "CREATE_IN_PROGRESS", "value" : "CREATE_IN_PROGRESS" }, { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "DELETE_IN_PROGRESS", "value" : "DELETE_IN_PROGRESS" }, { "name" : "NOT_AVAILABLE", "value" : "NOT_AVAILABLE" }, { "name" : "FLUSH_IN_PROGRESS", "value" : "FLUSH_IN_PROGRESS" } ], "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "CacheClusterStatus", "variableDeclarationType" : "CacheClusterStatus", "documentation" : null, "simpleType" : "CacheClusterStatus", "variableSetterType" : "CacheClusterStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetIntegrationRequest" : { "c2jName" : "GetIntegrationRequest", "documentation" : "

Represents a get integration request.

", "shapeName" : "GetIntegrationRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies a get integration request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration request's API identifier.

\n@param restApiId Specifies a get integration request's API identifier.*/", "getterDocumentation" : "/**

Specifies a get integration request's API identifier.

\n@return Specifies a get integration request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration request's API identifier.

\n@param restApiId Specifies a get integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration request's API identifier.

\n@param restApiId Specifies a get integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a get integration request's resource identifier

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration request's resource identifier

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration request's resource identifier

\n@param resourceId Specifies a get integration request's resource identifier*/", "getterDocumentation" : "/**

Specifies a get integration request's resource identifier

\n@return Specifies a get integration request's resource identifier*/", "fluentSetterDocumentation" : "/**

Specifies a get integration request's resource identifier

\n@param resourceId Specifies a get integration request's resource identifier\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration request's resource identifier

\n@param resourceId Specifies a get integration request's resource identifier\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a get integration request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration request's HTTP method.

\n@param httpMethod Specifies a get integration request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a get integration request's HTTP method.

\n@return Specifies a get integration request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration request's HTTP method.

\n@param httpMethod Specifies a get integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration request's HTTP method.

\n@param httpMethod Specifies a get integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getIntegrationRequest", "variableType" : "GetIntegrationRequest", "variableDeclarationType" : "GetIntegrationRequest", "documentation" : null, "simpleType" : "GetIntegrationRequest", "variableSetterType" : "GetIntegrationRequest" }, "marshaller" : { "action" : "GetIntegration", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

Specifies a get integration request's resource identifier

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration request's resource identifier

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration request's resource identifier

\n@param resourceId Specifies a get integration request's resource identifier*/", "getterDocumentation" : "/**

Specifies a get integration request's resource identifier

\n@return Specifies a get integration request's resource identifier*/", "fluentSetterDocumentation" : "/**

Specifies a get integration request's resource identifier

\n@param resourceId Specifies a get integration request's resource identifier\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration request's resource identifier

\n@param resourceId Specifies a get integration request's resource identifier\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Specifies a get integration request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration request's API identifier.

\n@param restApiId Specifies a get integration request's API identifier.*/", "getterDocumentation" : "/**

Specifies a get integration request's API identifier.

\n@return Specifies a get integration request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration request's API identifier.

\n@param restApiId Specifies a get integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration request's API identifier.

\n@param restApiId Specifies a get integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies a get integration request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a get integration request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a get integration request's HTTP method.

\n@param httpMethod Specifies a get integration request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a get integration request's HTTP method.

\n@return Specifies a get integration request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a get integration request's HTTP method.

\n@param httpMethod Specifies a get integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a get integration request's HTTP method.

\n@param httpMethod Specifies a get integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteRestApiRequest" : { "c2jName" : "DeleteRestApiRequest", "documentation" : "

Request to delete the specified API from your collection.

", "shapeName" : "DeleteRestApiRequest", "deprecated" : false, "required" : [ "restApiId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the RestApi you want to delete.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the RestApi you want to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the RestApi you want to delete.

\n@param restApiId The ID of the RestApi you want to delete.*/", "getterDocumentation" : "/**

The ID of the RestApi you want to delete.

\n@return The ID of the RestApi you want to delete.*/", "fluentSetterDocumentation" : "/**

The ID of the RestApi you want to delete.

\n@param restApiId The ID of the RestApi you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the RestApi you want to delete.

\n@param restApiId The ID of the RestApi you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteRestApiRequest", "variableType" : "DeleteRestApiRequest", "variableDeclarationType" : "DeleteRestApiRequest", "documentation" : null, "simpleType" : "DeleteRestApiRequest", "variableSetterType" : "DeleteRestApiRequest" }, "marshaller" : { "action" : "DeleteRestApi", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RestApiId" : { "documentation" : "

The ID of the RestApi you want to delete.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the RestApi you want to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the RestApi you want to delete.

\n@param restApiId The ID of the RestApi you want to delete.*/", "getterDocumentation" : "/**

The ID of the RestApi you want to delete.

\n@return The ID of the RestApi you want to delete.*/", "fluentSetterDocumentation" : "/**

The ID of the RestApi you want to delete.

\n@param restApiId The ID of the RestApi you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the RestApi you want to delete.

\n@param restApiId The ID of the RestApi you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Resource" : { "c2jName" : "Resource", "documentation" : "

Represents a resource.

", "shapeName" : "Resource", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The resource's identifier.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.*/", "getterDocumentation" : "/**

The resource's identifier.

\n@return The resource's identifier.*/", "fluentSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentId", "marshallLocationName" : "parentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The full path for this resource.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The full path for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.*/", "getterDocumentation" : "/**

The full path for this resource.

\n@return The full path for this resource.*/", "fluentSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "name" : "ResourceMethods", "c2jName" : "resourceMethods", "c2jShape" : "MapOfMethod", "variable" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceMethods", "marshallLocationName" : "resourceMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Method", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Method", "variable" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "setterModel" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "getterModel" : { "returnType" : "Method", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.*/", "getterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@return Map of methods for this resource, which is included only if the request uses the embed query option.*/", "fluentSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resource", "variableType" : "Resource", "variableDeclarationType" : "Resource", "documentation" : null, "simpleType" : "Resource", "variableSetterType" : "Resource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParentId" : { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentId", "marshallLocationName" : "parentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Path" : { "documentation" : "

The full path for this resource.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The full path for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.*/", "getterDocumentation" : "/**

The full path for this resource.

\n@return The full path for this resource.*/", "fluentSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PathPart" : { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The resource's identifier.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.*/", "getterDocumentation" : "/**

The resource's identifier.

\n@return The resource's identifier.*/", "fluentSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceMethods" : { "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "name" : "ResourceMethods", "c2jName" : "resourceMethods", "c2jShape" : "MapOfMethod", "variable" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceMethods", "marshallLocationName" : "resourceMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Method", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Method", "variable" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "setterModel" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "getterModel" : { "returnType" : "Method", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.*/", "getterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@return Map of methods for this resource, which is included only if the request uses the embed query option.*/", "fluentSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateMethodResponseResult" : { "c2jName" : "MethodResponse", "documentation" : "

Represents a method response. Amazon API Gateway sends back the status code to the caller as the HTTP status code. Parameters and models can be used to transform the response from the method's integration.

", "shapeName" : "UpdateMethodResponseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateMethodResponseResult", "variableType" : "UpdateMethodResponseResult", "variableDeclarationType" : "UpdateMethodResponseResult", "documentation" : null, "simpleType" : "UpdateMethodResponseResult", "variableSetterType" : "UpdateMethodResponseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseParameters" : { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseModels" : { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetStageRequest" : { "c2jName" : "GetStageRequest", "documentation" : "

Requests Amazon API Gateway to get information about a Stage resource.

", "shapeName" : "GetStageRequest", "deprecated" : false, "required" : [ "restApiId", "stageName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi resource for the Stage resource to get information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Stage resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to get information about.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to get information about.

\n@return The identifier of the RestApi resource for the Stage resource to get information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Stage resource to get information about.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage resource to get information about.

\n@param stageName The name of the Stage resource to get information about.*/", "getterDocumentation" : "/**

The name of the Stage resource to get information about.

\n@return The name of the Stage resource to get information about.*/", "fluentSetterDocumentation" : "/**

The name of the Stage resource to get information about.

\n@param stageName The name of the Stage resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage resource to get information about.

\n@param stageName The name of the Stage resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStageRequest", "variableType" : "GetStageRequest", "variableDeclarationType" : "GetStageRequest", "documentation" : null, "simpleType" : "GetStageRequest", "variableSetterType" : "GetStageRequest" }, "marshaller" : { "action" : "GetStage", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/stages/{stage_name}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StageName" : { "documentation" : "

The name of the Stage resource to get information about.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage resource to get information about.

\n@param stageName The name of the Stage resource to get information about.*/", "getterDocumentation" : "/**

The name of the Stage resource to get information about.

\n@return The name of the Stage resource to get information about.*/", "fluentSetterDocumentation" : "/**

The name of the Stage resource to get information about.

\n@param stageName The name of the Stage resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage resource to get information about.

\n@param stageName The name of the Stage resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi resource for the Stage resource to get information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Stage resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to get information about.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to get information about.

\n@return The identifier of the RestApi resource for the Stage resource to get information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Stage resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Stage resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetBasePathMappingsRequest" : { "c2jName" : "GetBasePathMappingsRequest", "documentation" : "

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

", "shapeName" : "GetBasePathMappingsRequest", "deprecated" : false, "required" : [ "domainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The domain name of a BasePathMapping resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of a BasePathMapping resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of a BasePathMapping resource.

\n@param domainName The domain name of a BasePathMapping resource.*/", "getterDocumentation" : "/**

The domain name of a BasePathMapping resource.

\n@return The domain name of a BasePathMapping resource.*/", "fluentSetterDocumentation" : "/**

The domain name of a BasePathMapping resource.

\n@param domainName The domain name of a BasePathMapping resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of a BasePathMapping resource.

\n@param domainName The domain name of a BasePathMapping resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The position of the current BasePathMapping resource in the collection to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current BasePathMapping resource in the collection to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current BasePathMapping resource in the collection to get information about.

\n@param position The position of the current BasePathMapping resource in the collection to get information about.*/", "getterDocumentation" : "/**

The position of the current BasePathMapping resource in the collection to get information about.

\n@return The position of the current BasePathMapping resource in the collection to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current BasePathMapping resource in the collection to get information about.

\n@param position The position of the current BasePathMapping resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current BasePathMapping resource in the collection to get information about.

\n@param position The position of the current BasePathMapping resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getBasePathMappingsRequest", "variableType" : "GetBasePathMappingsRequest", "variableDeclarationType" : "GetBasePathMappingsRequest", "documentation" : null, "simpleType" : "GetBasePathMappingsRequest", "variableSetterType" : "GetBasePathMappingsRequest" }, "marshaller" : { "action" : "GetBasePathMappings", "verb" : "GET", "target" : null, "requestUri" : "/domainnames/{domain_name}/basepathmappings", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

The domain name of a BasePathMapping resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of a BasePathMapping resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of a BasePathMapping resource.

\n@param domainName The domain name of a BasePathMapping resource.*/", "getterDocumentation" : "/**

The domain name of a BasePathMapping resource.

\n@return The domain name of a BasePathMapping resource.*/", "fluentSetterDocumentation" : "/**

The domain name of a BasePathMapping resource.

\n@param domainName The domain name of a BasePathMapping resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of a BasePathMapping resource.

\n@param domainName The domain name of a BasePathMapping resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Position" : { "documentation" : "

The position of the current BasePathMapping resource in the collection to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current BasePathMapping resource in the collection to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current BasePathMapping resource in the collection to get information about.

\n@param position The position of the current BasePathMapping resource in the collection to get information about.*/", "getterDocumentation" : "/**

The position of the current BasePathMapping resource in the collection to get information about.

\n@return The position of the current BasePathMapping resource in the collection to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current BasePathMapping resource in the collection to get information about.

\n@param position The position of the current BasePathMapping resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current BasePathMapping resource in the collection to get information about.

\n@param position The position of the current BasePathMapping resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of BasePathMapping resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateIntegrationResponseResult" : { "c2jName" : "IntegrationResponse", "documentation" : "

Represents an integration response. The status code must map to an existing MethodResponse, and parameters and templates can be used to transform the backend response.

", "shapeName" : "UpdateIntegrationResponseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "getterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@return Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "fluentSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateIntegrationResponseResult", "variableType" : "UpdateIntegrationResponseResult", "variableDeclarationType" : "UpdateIntegrationResponseResult", "documentation" : null, "simpleType" : "UpdateIntegrationResponseResult", "variableSetterType" : "UpdateIntegrationResponseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseTemplates" : { "documentation" : "

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.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SelectionPattern" : { "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "getterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@return Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.*/", "fluentSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.

\n@param selectionPattern Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the backend. If the backend is an AWS Lambda function, the AWS Lambda function error header is matched. For all other HTTP and AWS backends, the HTTP status code is matched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseParameters" : { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the MethodResponse. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetExportRequest" : { "c2jName" : "GetExportRequest", "documentation" : "

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

", "shapeName" : "GetExportRequest", "deprecated" : false, "required" : [ "restApiId", "stageName", "exportType" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi to be exported.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi to be exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi to be exported.

\n@param restApiId The identifier of the RestApi to be exported.*/", "getterDocumentation" : "/**

The identifier of the RestApi to be exported.

\n@return The identifier of the RestApi to be exported.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi to be exported.

\n@param restApiId The identifier of the RestApi to be exported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi to be exported.

\n@param restApiId The identifier of the RestApi to be exported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Stage that will be exported.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage that will be exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage that will be exported.

\n@param stageName The name of the Stage that will be exported.*/", "getterDocumentation" : "/**

The name of the Stage that will be exported.

\n@return The name of the Stage that will be exported.*/", "fluentSetterDocumentation" : "/**

The name of the Stage that will be exported.

\n@param stageName The name of the Stage that will be exported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage that will be exported.

\n@param stageName The name of the Stage that will be exported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type of export. Currently only 'swagger' is supported.

", "name" : "ExportType", "c2jName" : "exportType", "c2jShape" : "String", "variable" : { "variableName" : "exportType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of export. Currently only 'swagger' is supported.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "exportType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "export_type", "marshallLocationName" : "export_type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of export. Currently only 'swagger' is supported.

\n@param exportType The type of export. Currently only 'swagger' is supported.*/", "getterDocumentation" : "/**

The type of export. Currently only 'swagger' is supported.

\n@return The type of export. Currently only 'swagger' is supported.*/", "fluentSetterDocumentation" : "/**

The type of export. Currently only 'swagger' is supported.

\n@param exportType The type of export. Currently only 'swagger' is supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of export. Currently only 'swagger' is supported.

\n@param exportType The type of export. Currently only 'swagger' is supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Parameters", "c2jName" : "parameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameters", "marshallLocationName" : "parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param parameters A key-value map of query string parameters that specify properties of the export, depending on the requested exportType. For exportType 'swagger', any combination of the following parameters are supported: 'integrations' will export x-amazon-apigateway-integration extensions 'authorizers' will export x-amazon-apigateway-authorizer extensions 'postman' will export with Postman extensions, allowing for import to the Postman tool*/", "getterDocumentation" : "/**

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

\n@return A key-value map of query string parameters that specify properties of the export, depending on the requested exportType. For exportType 'swagger', any combination of the following parameters are supported: 'integrations' will export x-amazon-apigateway-integration extensions 'authorizers' will export x-amazon-apigateway-authorizer extensions 'postman' will export with Postman extensions, allowing for import to the Postman tool*/", "fluentSetterDocumentation" : "/**

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

\n@param parameters A key-value map of query string parameters that specify properties of the export, depending on the requested exportType. For exportType 'swagger', any combination of the following parameters are supported: 'integrations' will export x-amazon-apigateway-integration extensions 'authorizers' will export x-amazon-apigateway-authorizer extensions 'postman' will export with Postman extensions, allowing for import to the Postman tool\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param parameters A key-value map of query string parameters that specify properties of the export, depending on the requested exportType. For exportType 'swagger', any combination of the following parameters are supported: 'integrations' will export x-amazon-apigateway-integration extensions 'authorizers' will export x-amazon-apigateway-authorizer extensions 'postman' will export with Postman extensions, allowing for import to the Postman tool\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

", "name" : "Accepts", "c2jName" : "accepts", "c2jShape" : "String", "variable" : { "variableName" : "accepts", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accepts", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Accept", "marshallLocationName" : "Accept", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

\n@param accepts The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.*/", "getterDocumentation" : "/**

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

\n@return The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.*/", "fluentSetterDocumentation" : "/**

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

\n@param accepts The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

\n@param accepts The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getExportRequest", "variableType" : "GetExportRequest", "variableDeclarationType" : "GetExportRequest", "documentation" : null, "simpleType" : "GetExportRequest", "variableSetterType" : "GetExportRequest" }, "marshaller" : { "action" : "GetExport", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/stages/{stage_name}/exports/{export_type}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parameters" : { "documentation" : "

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

", "name" : "Parameters", "c2jName" : "parameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameters", "marshallLocationName" : "parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param parameters A key-value map of query string parameters that specify properties of the export, depending on the requested exportType. For exportType 'swagger', any combination of the following parameters are supported: 'integrations' will export x-amazon-apigateway-integration extensions 'authorizers' will export x-amazon-apigateway-authorizer extensions 'postman' will export with Postman extensions, allowing for import to the Postman tool*/", "getterDocumentation" : "/**

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

\n@return A key-value map of query string parameters that specify properties of the export, depending on the requested exportType. For exportType 'swagger', any combination of the following parameters are supported: 'integrations' will export x-amazon-apigateway-integration extensions 'authorizers' will export x-amazon-apigateway-authorizer extensions 'postman' will export with Postman extensions, allowing for import to the Postman tool*/", "fluentSetterDocumentation" : "/**

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

\n@param parameters A key-value map of query string parameters that specify properties of the export, depending on the requested exportType. For exportType 'swagger', any combination of the following parameters are supported: 'integrations' will export x-amazon-apigateway-integration extensions 'authorizers' will export x-amazon-apigateway-authorizer extensions 'postman' will export with Postman extensions, allowing for import to the Postman tool\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param parameters A key-value map of query string parameters that specify properties of the export, depending on the requested exportType. For exportType 'swagger', any combination of the following parameters are supported: 'integrations' will export x-amazon-apigateway-integration extensions 'authorizers' will export x-amazon-apigateway-authorizer extensions 'postman' will export with Postman extensions, allowing for import to the Postman tool\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageName" : { "documentation" : "

The name of the Stage that will be exported.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage that will be exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage that will be exported.

\n@param stageName The name of the Stage that will be exported.*/", "getterDocumentation" : "/**

The name of the Stage that will be exported.

\n@return The name of the Stage that will be exported.*/", "fluentSetterDocumentation" : "/**

The name of the Stage that will be exported.

\n@param stageName The name of the Stage that will be exported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage that will be exported.

\n@param stageName The name of the Stage that will be exported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExportType" : { "documentation" : "

The type of export. Currently only 'swagger' is supported.

", "name" : "ExportType", "c2jName" : "exportType", "c2jShape" : "String", "variable" : { "variableName" : "exportType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of export. Currently only 'swagger' is supported.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "exportType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "export_type", "marshallLocationName" : "export_type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of export. Currently only 'swagger' is supported.

\n@param exportType The type of export. Currently only 'swagger' is supported.*/", "getterDocumentation" : "/**

The type of export. Currently only 'swagger' is supported.

\n@return The type of export. Currently only 'swagger' is supported.*/", "fluentSetterDocumentation" : "/**

The type of export. Currently only 'swagger' is supported.

\n@param exportType The type of export. Currently only 'swagger' is supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of export. Currently only 'swagger' is supported.

\n@param exportType The type of export. Currently only 'swagger' is supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi to be exported.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi to be exported.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi to be exported.

\n@param restApiId The identifier of the RestApi to be exported.*/", "getterDocumentation" : "/**

The identifier of the RestApi to be exported.

\n@return The identifier of the RestApi to be exported.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi to be exported.

\n@param restApiId The identifier of the RestApi to be exported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi to be exported.

\n@param restApiId The identifier of the RestApi to be exported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Accepts" : { "documentation" : "

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

", "name" : "Accepts", "c2jName" : "accepts", "c2jShape" : "String", "variable" : { "variableName" : "accepts", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accepts", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Accept", "marshallLocationName" : "Accept", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

\n@param accepts The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.*/", "getterDocumentation" : "/**

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

\n@return The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.*/", "fluentSetterDocumentation" : "/**

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

\n@param accepts The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.

\n@param accepts The content-type of the export, for example 'application/json'. Currently 'application/json' and 'application/yaml' are supported for exportType 'swagger'. Should be specifed in the 'Accept' header for direct API requests.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetExportResult" : { "c2jName" : "ExportResponse", "documentation" : "

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

", "shapeName" : "GetExportResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Type", "marshallLocationName" : "Content-Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param contentType The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.*/", "getterDocumentation" : "/**

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

\n@return The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.*/", "fluentSetterDocumentation" : "/**

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

\n@param contentType The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param contentType The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The content-disposition header value in the HTTP reseponse.

", "name" : "ContentDisposition", "c2jName" : "contentDisposition", "c2jShape" : "String", "variable" : { "variableName" : "contentDisposition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-disposition header value in the HTTP reseponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentDisposition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Disposition", "marshallLocationName" : "Content-Disposition", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.*/", "getterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@return The content-disposition header value in the HTTP reseponse.*/", "fluentSetterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The binary blob response to GetExport, which contains the export.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Blob", "variable" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

The binary blob response to GetExport, which contains the export.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The binary blob response to GetExport, which contains the export.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param body The binary blob response to GetExport, which contains the export.*/", "getterDocumentation" : "/**

The binary blob response to GetExport, which contains the export.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The binary blob response to GetExport, which contains the export.*/", "fluentSetterDocumentation" : "/**

The binary blob response to GetExport, which contains the export.

\n@param body The binary blob response to GetExport, which contains the export.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The binary blob response to GetExport, which contains the export.

\n@param body The binary blob response to GetExport, which contains the export.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getExportResult", "variableType" : "GetExportResult", "variableDeclarationType" : "GetExportResult", "documentation" : null, "simpleType" : "GetExportResult", "variableSetterType" : "GetExportResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ContentType" : { "documentation" : "

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

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Type", "marshallLocationName" : "Content-Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param contentType The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.*/", "getterDocumentation" : "/**

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

\n@return The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.*/", "fluentSetterDocumentation" : "/**

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

\n@param contentType The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param contentType The content-type header value in the HTTP response. This will correspond to a valid 'accept' type in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentDisposition" : { "documentation" : "

The content-disposition header value in the HTTP reseponse.

", "name" : "ContentDisposition", "c2jName" : "contentDisposition", "c2jShape" : "String", "variable" : { "variableName" : "contentDisposition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-disposition header value in the HTTP reseponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentDisposition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Disposition", "marshallLocationName" : "Content-Disposition", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.*/", "getterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@return The content-disposition header value in the HTTP reseponse.*/", "fluentSetterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

The binary blob response to GetExport, which contains the export.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Blob", "variable" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

The binary blob response to GetExport, which contains the export.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The binary blob response to GetExport, which contains the export.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param body The binary blob response to GetExport, which contains the export.*/", "getterDocumentation" : "/**

The binary blob response to GetExport, which contains the export.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The binary blob response to GetExport, which contains the export.*/", "fluentSetterDocumentation" : "/**

The binary blob response to GetExport, which contains the export.

\n@param body The binary blob response to GetExport, which contains the export.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The binary blob response to GetExport, which contains the export.

\n@param body The binary blob response to GetExport, which contains the export.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetRestApisResult" : { "c2jName" : "RestApis", "documentation" : "

Contains references to your APIs and links that guide you in ways to interact with your collection. A collection offers a paginated view of your APIs.

", "shapeName" : "GetRestApisResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of links to the current page of RestApi resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfRestApi", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of links to the current page of RestApi resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RestApi", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RestApi", "variable" : { "variableName" : "member", "variableType" : "RestApi", "variableDeclarationType" : "RestApi", "documentation" : "", "simpleType" : "RestApi", "variableSetterType" : "RestApi" }, "setterModel" : { "variableName" : "member", "variableType" : "RestApi", "variableDeclarationType" : "RestApi", "documentation" : "", "simpleType" : "RestApi", "variableSetterType" : "RestApi" }, "getterModel" : { "returnType" : "RestApi", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RestApi", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of links to the current page of RestApi resources.

\n@param items An array of links to the current page of RestApi resources.*/", "getterDocumentation" : "/**

An array of links to the current page of RestApi resources.

\n@return An array of links to the current page of RestApi resources.*/", "fluentSetterDocumentation" : "/**

An array of links to the current page of RestApi resources.

\n@param items An array of links to the current page of RestApi resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of links to the current page of RestApi resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items An array of links to the current page of RestApi resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getRestApisResult", "variableType" : "GetRestApisResult", "variableDeclarationType" : "GetRestApisResult", "documentation" : null, "simpleType" : "GetRestApisResult", "variableSetterType" : "GetRestApisResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Items" : { "documentation" : "

An array of links to the current page of RestApi resources.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfRestApi", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of links to the current page of RestApi resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "RestApi", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RestApi", "variable" : { "variableName" : "member", "variableType" : "RestApi", "variableDeclarationType" : "RestApi", "documentation" : "", "simpleType" : "RestApi", "variableSetterType" : "RestApi" }, "setterModel" : { "variableName" : "member", "variableType" : "RestApi", "variableDeclarationType" : "RestApi", "documentation" : "", "simpleType" : "RestApi", "variableSetterType" : "RestApi" }, "getterModel" : { "returnType" : "RestApi", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "RestApi", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of links to the current page of RestApi resources.

\n@param items An array of links to the current page of RestApi resources.*/", "getterDocumentation" : "/**

An array of links to the current page of RestApi resources.

\n@return An array of links to the current page of RestApi resources.*/", "fluentSetterDocumentation" : "/**

An array of links to the current page of RestApi resources.

\n@param items An array of links to the current page of RestApi resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of links to the current page of RestApi resources.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items An array of links to the current page of RestApi resources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetAuthorizersResult" : { "c2jName" : "Authorizers", "documentation" : "

Represents a collection of Authorizer resources.

", "shapeName" : "GetAuthorizersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Gets the current list of Authorizer resources in the collection.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfAuthorizer", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Gets the current list of Authorizer resources in the collection.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Authorizer", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Authorizer", "variable" : { "variableName" : "member", "variableType" : "Authorizer", "variableDeclarationType" : "Authorizer", "documentation" : "", "simpleType" : "Authorizer", "variableSetterType" : "Authorizer" }, "setterModel" : { "variableName" : "member", "variableType" : "Authorizer", "variableDeclarationType" : "Authorizer", "documentation" : "", "simpleType" : "Authorizer", "variableSetterType" : "Authorizer" }, "getterModel" : { "returnType" : "Authorizer", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Authorizer", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Gets the current list of Authorizer resources in the collection.

\n@param items Gets the current list of Authorizer resources in the collection.*/", "getterDocumentation" : "/**

Gets the current list of Authorizer resources in the collection.

\n@return Gets the current list of Authorizer resources in the collection.*/", "fluentSetterDocumentation" : "/**

Gets the current list of Authorizer resources in the collection.

\n@param items Gets the current list of Authorizer resources in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets the current list of Authorizer resources in the collection.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items Gets the current list of Authorizer resources in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getAuthorizersResult", "variableType" : "GetAuthorizersResult", "variableDeclarationType" : "GetAuthorizersResult", "documentation" : null, "simpleType" : "GetAuthorizersResult", "variableSetterType" : "GetAuthorizersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param position */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param position \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Items" : { "documentation" : "

Gets the current list of Authorizer resources in the collection.

", "name" : "Items", "c2jName" : "items", "c2jShape" : "ListOfAuthorizer", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Gets the current list of Authorizer resources in the collection.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "item", "marshallLocationName" : "item", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Authorizer", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Authorizer", "variable" : { "variableName" : "member", "variableType" : "Authorizer", "variableDeclarationType" : "Authorizer", "documentation" : "", "simpleType" : "Authorizer", "variableSetterType" : "Authorizer" }, "setterModel" : { "variableName" : "member", "variableType" : "Authorizer", "variableDeclarationType" : "Authorizer", "documentation" : "", "simpleType" : "Authorizer", "variableSetterType" : "Authorizer" }, "getterModel" : { "returnType" : "Authorizer", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Authorizer", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Gets the current list of Authorizer resources in the collection.

\n@param items Gets the current list of Authorizer resources in the collection.*/", "getterDocumentation" : "/**

Gets the current list of Authorizer resources in the collection.

\n@return Gets the current list of Authorizer resources in the collection.*/", "fluentSetterDocumentation" : "/**

Gets the current list of Authorizer resources in the collection.

\n@param items Gets the current list of Authorizer resources in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Gets the current list of Authorizer resources in the collection.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setItems(java.util.Collection)} or {@link #withItems(java.util.Collection)} if you want to override the existing values.

\n@param items Gets the current list of Authorizer resources in the collection.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateApiKeyRequest" : { "c2jName" : "UpdateApiKeyRequest", "documentation" : "

A request to change information about an ApiKey resource.

", "shapeName" : "UpdateApiKeyRequest", "deprecated" : false, "required" : [ "apiKey" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the ApiKey resource to be updated.

", "name" : "ApiKey", "c2jName" : "apiKey", "c2jShape" : "String", "variable" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ApiKey resource to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "api_Key", "marshallLocationName" : "api_Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ApiKey resource to be updated.

\n@param apiKey The identifier of the ApiKey resource to be updated.*/", "getterDocumentation" : "/**

The identifier of the ApiKey resource to be updated.

\n@return The identifier of the ApiKey resource to be updated.*/", "fluentSetterDocumentation" : "/**

The identifier of the ApiKey resource to be updated.

\n@param apiKey The identifier of the ApiKey resource to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ApiKey resource to be updated.

\n@param apiKey The identifier of the ApiKey resource to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateApiKeyRequest", "variableType" : "UpdateApiKeyRequest", "variableDeclarationType" : "UpdateApiKeyRequest", "documentation" : null, "simpleType" : "UpdateApiKeyRequest", "variableSetterType" : "UpdateApiKeyRequest" }, "marshaller" : { "action" : "UpdateApiKey", "verb" : "PATCH", "target" : null, "requestUri" : "/apikeys/{api_Key}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiKey" : { "documentation" : "

The identifier of the ApiKey resource to be updated.

", "name" : "ApiKey", "c2jName" : "apiKey", "c2jShape" : "String", "variable" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ApiKey resource to be updated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "api_Key", "marshallLocationName" : "api_Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ApiKey resource to be updated.

\n@param apiKey The identifier of the ApiKey resource to be updated.*/", "getterDocumentation" : "/**

The identifier of the ApiKey resource to be updated.

\n@return The identifier of the ApiKey resource to be updated.*/", "fluentSetterDocumentation" : "/**

The identifier of the ApiKey resource to be updated.

\n@param apiKey The identifier of the ApiKey resource to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ApiKey resource to be updated.

\n@param apiKey The identifier of the ApiKey resource to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteIntegrationResult" : { "c2jName" : "DeleteIntegrationResult", "documentation" : null, "shapeName" : "DeleteIntegrationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteIntegrationResult", "variableType" : "DeleteIntegrationResult", "variableDeclarationType" : "DeleteIntegrationResult", "documentation" : null, "simpleType" : "DeleteIntegrationResult", "variableSetterType" : "DeleteIntegrationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateResourceResult" : { "c2jName" : "Resource", "documentation" : "

Represents a resource.

", "shapeName" : "UpdateResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The resource's identifier.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.*/", "getterDocumentation" : "/**

The resource's identifier.

\n@return The resource's identifier.*/", "fluentSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentId", "marshallLocationName" : "parentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The full path for this resource.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The full path for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.*/", "getterDocumentation" : "/**

The full path for this resource.

\n@return The full path for this resource.*/", "fluentSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "name" : "ResourceMethods", "c2jName" : "resourceMethods", "c2jShape" : "MapOfMethod", "variable" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceMethods", "marshallLocationName" : "resourceMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Method", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Method", "variable" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "setterModel" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "getterModel" : { "returnType" : "Method", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.*/", "getterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@return Map of methods for this resource, which is included only if the request uses the embed query option.*/", "fluentSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateResourceResult", "variableType" : "UpdateResourceResult", "variableDeclarationType" : "UpdateResourceResult", "documentation" : null, "simpleType" : "UpdateResourceResult", "variableSetterType" : "UpdateResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParentId" : { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentId", "marshallLocationName" : "parentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Path" : { "documentation" : "

The full path for this resource.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The full path for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.*/", "getterDocumentation" : "/**

The full path for this resource.

\n@return The full path for this resource.*/", "fluentSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PathPart" : { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The resource's identifier.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.*/", "getterDocumentation" : "/**

The resource's identifier.

\n@return The resource's identifier.*/", "fluentSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceMethods" : { "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "name" : "ResourceMethods", "c2jName" : "resourceMethods", "c2jShape" : "MapOfMethod", "variable" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceMethods", "marshallLocationName" : "resourceMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Method", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Method", "variable" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "setterModel" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "getterModel" : { "returnType" : "Method", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.*/", "getterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@return Map of methods for this resource, which is included only if the request uses the embed query option.*/", "fluentSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetSdkResult" : { "c2jName" : "SdkResponse", "documentation" : "

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

", "shapeName" : "GetSdkResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The content-type header value in the HTTP response.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type header value in the HTTP response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Type", "marshallLocationName" : "Content-Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type header value in the HTTP response.

\n@param contentType The content-type header value in the HTTP response.*/", "getterDocumentation" : "/**

The content-type header value in the HTTP response.

\n@return The content-type header value in the HTTP response.*/", "fluentSetterDocumentation" : "/**

The content-type header value in the HTTP response.

\n@param contentType The content-type header value in the HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type header value in the HTTP response.

\n@param contentType The content-type header value in the HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The content-disposition header value in the HTTP reseponse.

", "name" : "ContentDisposition", "c2jName" : "contentDisposition", "c2jShape" : "String", "variable" : { "variableName" : "contentDisposition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-disposition header value in the HTTP reseponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentDisposition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Disposition", "marshallLocationName" : "Content-Disposition", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.*/", "getterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@return The content-disposition header value in the HTTP reseponse.*/", "fluentSetterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Blob", "variable" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

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

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param body The binary blob response to GetSdk, which contains the generated SDK.*/", "getterDocumentation" : "/**

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

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The binary blob response to GetSdk, which contains the generated SDK.*/", "fluentSetterDocumentation" : "/**

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

\n@param body The binary blob response to GetSdk, which contains the generated SDK.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param body The binary blob response to GetSdk, which contains the generated SDK.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getSdkResult", "variableType" : "GetSdkResult", "variableDeclarationType" : "GetSdkResult", "documentation" : null, "simpleType" : "GetSdkResult", "variableSetterType" : "GetSdkResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ContentType" : { "documentation" : "

The content-type header value in the HTTP response.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type header value in the HTTP response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Type", "marshallLocationName" : "Content-Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type header value in the HTTP response.

\n@param contentType The content-type header value in the HTTP response.*/", "getterDocumentation" : "/**

The content-type header value in the HTTP response.

\n@return The content-type header value in the HTTP response.*/", "fluentSetterDocumentation" : "/**

The content-type header value in the HTTP response.

\n@param contentType The content-type header value in the HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type header value in the HTTP response.

\n@param contentType The content-type header value in the HTTP response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentDisposition" : { "documentation" : "

The content-disposition header value in the HTTP reseponse.

", "name" : "ContentDisposition", "c2jName" : "contentDisposition", "c2jShape" : "String", "variable" : { "variableName" : "contentDisposition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-disposition header value in the HTTP reseponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentDisposition", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Disposition", "marshallLocationName" : "Content-Disposition", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.*/", "getterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@return The content-disposition header value in the HTTP reseponse.*/", "fluentSetterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-disposition header value in the HTTP reseponse.

\n@param contentDisposition The content-disposition header value in the HTTP reseponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

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

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Blob", "variable" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

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

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "setterModel" : { "variableName" : "body", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param body The binary blob response to GetSdk, which contains the generated SDK.*/", "getterDocumentation" : "/**

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

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The binary blob response to GetSdk, which contains the generated SDK.*/", "fluentSetterDocumentation" : "/**

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

\n@param body The binary blob response to GetSdk, which contains the generated SDK.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param body The binary blob response to GetSdk, which contains the generated SDK.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutIntegrationRequest" : { "c2jName" : "PutIntegrationRequest", "documentation" : "

Represents a put integration request.

", "shapeName" : "PutIntegrationRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "type" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies a put integration request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration request's API identifier.

\n@param restApiId Specifies a put integration request's API identifier.*/", "getterDocumentation" : "/**

Specifies a put integration request's API identifier.

\n@return Specifies a put integration request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration request's API identifier.

\n@param restApiId Specifies a put integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration request's API identifier.

\n@param restApiId Specifies a put integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a put integration request's resource ID.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration request's resource ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration request's resource ID.

\n@param resourceId Specifies a put integration request's resource ID.*/", "getterDocumentation" : "/**

Specifies a put integration request's resource ID.

\n@return Specifies a put integration request's resource ID.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration request's resource ID.

\n@param resourceId Specifies a put integration request's resource ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration request's resource ID.

\n@param resourceId Specifies a put integration request's resource ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a put integration request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration request's HTTP method.

\n@param httpMethod Specifies a put integration request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a put integration request's HTTP method.

\n@return Specifies a put integration request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration request's HTTP method.

\n@param httpMethod Specifies a put integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration request's HTTP method.

\n@param httpMethod Specifies a put integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a put integration input's type.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration input's type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration input's type.

\n@param type Specifies a put integration input's type.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies a put integration input's type.

\n@return Specifies a put integration input's type.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies a put integration input's type.

\n@param type Specifies a put integration input's type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies a put integration input's type.

\n@param type Specifies a put integration input's type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, { "documentation" : "

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

", "name" : "IntegrationHttpMethod", "c2jName" : "integrationHttpMethod", "c2jShape" : "String", "variable" : { "variableName" : "integrationHttpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "integrationHttpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

\n@param integrationHttpMethod Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.*/", "getterDocumentation" : "/**

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

\n@return Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

\n@param integrationHttpMethod Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

\n@param integrationHttpMethod Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

\n@param uri Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.*/", "getterDocumentation" : "/**

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

\n@return Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

\n@param uri Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

\n@param uri Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether credentials are required for a put integration.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies whether credentials are required for a put integration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether credentials are required for a put integration.

\n@param credentials Specifies whether credentials are required for a put integration.*/", "getterDocumentation" : "/**

Specifies whether credentials are required for a put integration.

\n@return Specifies whether credentials are required for a put integration.*/", "fluentSetterDocumentation" : "/**

Specifies whether credentials are required for a put integration.

\n@param credentials Specifies whether credentials are required for a put integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether credentials are required for a put integration.

\n@param credentials Specifies whether credentials are required for a put integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a put integration input's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration input's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration input's cache namespace.

\n@param cacheNamespace Specifies a put integration input's cache namespace.*/", "getterDocumentation" : "/**

Specifies a put integration input's cache namespace.

\n@return Specifies a put integration input's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration input's cache namespace.

\n@param cacheNamespace Specifies a put integration input's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration input's cache namespace.

\n@param cacheNamespace Specifies a put integration input's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a put integration input's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies a put integration input's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies a put integration input's cache key parameters.

\n@param cacheKeyParameters Specifies a put integration input's cache key parameters.*/", "getterDocumentation" : "/**

Specifies a put integration input's cache key parameters.

\n@return Specifies a put integration input's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration input's cache key parameters.

\n@param cacheKeyParameters Specifies a put integration input's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration input's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies a put integration input's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putIntegrationRequest", "variableType" : "PutIntegrationRequest", "variableDeclarationType" : "PutIntegrationRequest", "documentation" : null, "simpleType" : "PutIntegrationRequest", "variableSetterType" : "PutIntegrationRequest" }, "marshaller" : { "action" : "PutIntegration", "verb" : "PUT", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Specifies a put integration input's type.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration input's type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration input's type.

\n@param type Specifies a put integration input's type.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies a put integration input's type.

\n@return Specifies a put integration input's type.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies a put integration input's type.

\n@param type Specifies a put integration input's type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies a put integration input's type.

\n@param type Specifies a put integration input's type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, "CacheNamespace" : { "documentation" : "

Specifies a put integration input's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration input's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration input's cache namespace.

\n@param cacheNamespace Specifies a put integration input's cache namespace.*/", "getterDocumentation" : "/**

Specifies a put integration input's cache namespace.

\n@return Specifies a put integration input's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration input's cache namespace.

\n@param cacheNamespace Specifies a put integration input's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration input's cache namespace.

\n@param cacheNamespace Specifies a put integration input's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheKeyParameters" : { "documentation" : "

Specifies a put integration input's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies a put integration input's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies a put integration input's cache key parameters.

\n@param cacheKeyParameters Specifies a put integration input's cache key parameters.*/", "getterDocumentation" : "/**

Specifies a put integration input's cache key parameters.

\n@return Specifies a put integration input's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration input's cache key parameters.

\n@param cacheKeyParameters Specifies a put integration input's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration input's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies a put integration input's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

Specifies a put integration request's resource ID.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration request's resource ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration request's resource ID.

\n@param resourceId Specifies a put integration request's resource ID.*/", "getterDocumentation" : "/**

Specifies a put integration request's resource ID.

\n@return Specifies a put integration request's resource ID.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration request's resource ID.

\n@param resourceId Specifies a put integration request's resource ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration request's resource ID.

\n@param resourceId Specifies a put integration request's resource ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestTemplates" : { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IntegrationHttpMethod" : { "documentation" : "

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

", "name" : "IntegrationHttpMethod", "c2jName" : "integrationHttpMethod", "c2jShape" : "String", "variable" : { "variableName" : "integrationHttpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "integrationHttpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

\n@param integrationHttpMethod Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.*/", "getterDocumentation" : "/**

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

\n@return Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

\n@param integrationHttpMethod Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.

\n@param integrationHttpMethod Specifies a put integration HTTP method. When the integration type is HTTP or AWS, this field is required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Specifies a put integration request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration request's API identifier.

\n@param restApiId Specifies a put integration request's API identifier.*/", "getterDocumentation" : "/**

Specifies a put integration request's API identifier.

\n@return Specifies a put integration request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration request's API identifier.

\n@param restApiId Specifies a put integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration request's API identifier.

\n@param restApiId Specifies a put integration request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Uri" : { "documentation" : "

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

\n@param uri Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.*/", "getterDocumentation" : "/**

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

\n@return Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

\n@param uri Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.

\n@param uri Specifies a put integration input's Uniform Resource Identifier (URI). When the integration type is HTTP or AWS, this field is required. For integration with Lambda as an AWS service proxy, this value is of the 'arn:aws:apigateway:<region>:lambda:path/2015-03-31/functions/<functionArn>/invocations' format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies a put integration request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration request's HTTP method.

\n@param httpMethod Specifies a put integration request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a put integration request's HTTP method.

\n@return Specifies a put integration request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration request's HTTP method.

\n@param httpMethod Specifies a put integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration request's HTTP method.

\n@param httpMethod Specifies a put integration request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Credentials" : { "documentation" : "

Specifies whether credentials are required for a put integration.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies whether credentials are required for a put integration.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether credentials are required for a put integration.

\n@param credentials Specifies whether credentials are required for a put integration.*/", "getterDocumentation" : "/**

Specifies whether credentials are required for a put integration.

\n@return Specifies whether credentials are required for a put integration.*/", "fluentSetterDocumentation" : "/**

Specifies whether credentials are required for a put integration.

\n@param credentials Specifies whether credentials are required for a put integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether credentials are required for a put integration.

\n@param credentials Specifies whether credentials are required for a put integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PassthroughBehavior" : { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents request parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteResourceResult" : { "c2jName" : "DeleteResourceResult", "documentation" : null, "shapeName" : "DeleteResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteResourceResult", "variableType" : "DeleteResourceResult", "variableDeclarationType" : "DeleteResourceResult", "documentation" : null, "simpleType" : "DeleteResourceResult", "variableSetterType" : "DeleteResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClientCertificate" : { "c2jName" : "ClientCertificate", "documentation" : "

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

", "shapeName" : "ClientCertificate", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the Client Certificate.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.*/", "getterDocumentation" : "/**

The identifier of the Client Certificate.

\n@return The identifier of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the Client Certificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.*/", "getterDocumentation" : "/**

The description of the Client Certificate.

\n@return The description of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "name" : "PemEncodedCertificate", "c2jName" : "pemEncodedCertificate", "c2jShape" : "String", "variable" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pemEncodedCertificate", "marshallLocationName" : "pemEncodedCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "getterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@return The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "fluentSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@return The date when the Client Certificate was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "name" : "ExpirationDate", "c2jName" : "expirationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "expirationDate", "marshallLocationName" : "expirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@return The date when the Client Certificate will expire, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "clientCertificate", "variableType" : "ClientCertificate", "variableDeclarationType" : "ClientCertificate", "documentation" : null, "simpleType" : "ClientCertificate", "variableSetterType" : "ClientCertificate" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "

The identifier of the Client Certificate.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.*/", "getterDocumentation" : "/**

The identifier of the Client Certificate.

\n@return The identifier of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the Client Certificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.*/", "getterDocumentation" : "/**

The description of the Client Certificate.

\n@return The description of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExpirationDate" : { "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "name" : "ExpirationDate", "c2jName" : "expirationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "expirationDate", "marshallLocationName" : "expirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@return The date when the Client Certificate will expire, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@return The date when the Client Certificate was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PemEncodedCertificate" : { "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "name" : "PemEncodedCertificate", "c2jName" : "pemEncodedCertificate", "c2jShape" : "String", "variable" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pemEncodedCertificate", "marshallLocationName" : "pemEncodedCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "getterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@return The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "fluentSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateRestApiRequest" : { "c2jName" : "UpdateRestApiRequest", "documentation" : "

Request to update an existing RestApi resource in your collection.

", "shapeName" : "UpdateRestApiRequest", "deprecated" : false, "required" : [ "restApiId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the RestApi you want to update.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the RestApi you want to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the RestApi you want to update.

\n@param restApiId The ID of the RestApi you want to update.*/", "getterDocumentation" : "/**

The ID of the RestApi you want to update.

\n@return The ID of the RestApi you want to update.*/", "fluentSetterDocumentation" : "/**

The ID of the RestApi you want to update.

\n@param restApiId The ID of the RestApi you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the RestApi you want to update.

\n@param restApiId The ID of the RestApi you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateRestApiRequest", "variableType" : "UpdateRestApiRequest", "variableDeclarationType" : "UpdateRestApiRequest", "documentation" : null, "simpleType" : "UpdateRestApiRequest", "variableSetterType" : "UpdateRestApiRequest" }, "marshaller" : { "action" : "UpdateRestApi", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The ID of the RestApi you want to update.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the RestApi you want to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the RestApi you want to update.

\n@param restApiId The ID of the RestApi you want to update.*/", "getterDocumentation" : "/**

The ID of the RestApi you want to update.

\n@return The ID of the RestApi you want to update.*/", "fluentSetterDocumentation" : "/**

The ID of the RestApi you want to update.

\n@param restApiId The ID of the RestApi you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the RestApi you want to update.

\n@param restApiId The ID of the RestApi you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetApiKeysRequest" : { "c2jName" : "GetApiKeysRequest", "documentation" : "

A request to get information about the current ApiKeys resource.

", "shapeName" : "GetApiKeysRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The position of the current ApiKeys resource to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current ApiKeys resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current ApiKeys resource to get information about.

\n@param position The position of the current ApiKeys resource to get information about.*/", "getterDocumentation" : "/**

The position of the current ApiKeys resource to get information about.

\n@return The position of the current ApiKeys resource to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current ApiKeys resource to get information about.

\n@param position The position of the current ApiKeys resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current ApiKeys resource to get information about.

\n@param position The position of the current ApiKeys resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of ApiKeys to get information about.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of ApiKeys to get information about.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of ApiKeys to get information about.

\n@param limit The maximum number of ApiKeys to get information about.*/", "getterDocumentation" : "/**

The maximum number of ApiKeys to get information about.

\n@return The maximum number of ApiKeys to get information about.*/", "fluentSetterDocumentation" : "/**

The maximum number of ApiKeys to get information about.

\n@param limit The maximum number of ApiKeys to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of ApiKeys to get information about.

\n@param limit The maximum number of ApiKeys to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getApiKeysRequest", "variableType" : "GetApiKeysRequest", "variableDeclarationType" : "GetApiKeysRequest", "documentation" : null, "simpleType" : "GetApiKeysRequest", "variableSetterType" : "GetApiKeysRequest" }, "marshaller" : { "action" : "GetApiKeys", "verb" : "GET", "target" : null, "requestUri" : "/apikeys", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "

The position of the current ApiKeys resource to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current ApiKeys resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current ApiKeys resource to get information about.

\n@param position The position of the current ApiKeys resource to get information about.*/", "getterDocumentation" : "/**

The position of the current ApiKeys resource to get information about.

\n@return The position of the current ApiKeys resource to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current ApiKeys resource to get information about.

\n@param position The position of the current ApiKeys resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current ApiKeys resource to get information about.

\n@param position The position of the current ApiKeys resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of ApiKeys to get information about.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of ApiKeys to get information about.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of ApiKeys to get information about.

\n@param limit The maximum number of ApiKeys to get information about.*/", "getterDocumentation" : "/**

The maximum number of ApiKeys to get information about.

\n@return The maximum number of ApiKeys to get information about.*/", "fluentSetterDocumentation" : "/**

The maximum number of ApiKeys to get information about.

\n@param limit The maximum number of ApiKeys to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of ApiKeys to get information about.

\n@param limit The maximum number of ApiKeys to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDomainNamesRequest" : { "c2jName" : "GetDomainNamesRequest", "documentation" : "

Request to describe a collection of DomainName resources.

", "shapeName" : "GetDomainNamesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The position of the current domain names to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current domain names to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current domain names to get information about.

\n@param position The position of the current domain names to get information about.*/", "getterDocumentation" : "/**

The position of the current domain names to get information about.

\n@return The position of the current domain names to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current domain names to get information about.

\n@param position The position of the current domain names to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current domain names to get information about.

\n@param position The position of the current domain names to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDomainNamesRequest", "variableType" : "GetDomainNamesRequest", "variableDeclarationType" : "GetDomainNamesRequest", "documentation" : null, "simpleType" : "GetDomainNamesRequest", "variableSetterType" : "GetDomainNamesRequest" }, "marshaller" : { "action" : "GetDomainNames", "verb" : "GET", "target" : null, "requestUri" : "/domainnames", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "

The position of the current domain names to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current domain names to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current domain names to get information about.

\n@param position The position of the current domain names to get information about.*/", "getterDocumentation" : "/**

The position of the current domain names to get information about.

\n@return The position of the current domain names to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current domain names to get information about.

\n@param position The position of the current domain names to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current domain names to get information about.

\n@param position The position of the current domain names to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of DomainName resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateAuthorizerResult" : { "c2jName" : "Authorizer", "documentation" : "

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

", "shapeName" : "UpdateAuthorizerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier for the authorizer resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.*/", "getterDocumentation" : "/**

The identifier for the authorizer resource.

\n@return The identifier for the authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@return [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@return Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@return [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@return A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.*/", "getterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@return The TTL in seconds of cached authorizer results. If 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.*/", "fluentSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateAuthorizerResult", "variableType" : "UpdateAuthorizerResult", "variableDeclarationType" : "UpdateAuthorizerResult", "documentation" : null, "simpleType" : "UpdateAuthorizerResult", "variableSetterType" : "UpdateAuthorizerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AuthorizerCredentials" : { "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "name" : "AuthorizerCredentials", "c2jName" : "authorizerCredentials", "c2jShape" : "String", "variable" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerCredentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerCredentials", "marshallLocationName" : "authorizerCredentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "getterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@return Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.

\n@param authorizerCredentials Specifies the credentials required for the authorizer, if any. Two options are available. To specify an IAM Role for Amazon API Gateway to assume, use the role's Amazon Resource Name (ARN). To use resource-based permissions on the Lambda function, specify null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentityValidationExpression" : { "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "name" : "IdentityValidationExpression", "c2jName" : "identityValidationExpression", "c2jShape" : "String", "variable" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identityValidationExpression", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identityValidationExpression", "marshallLocationName" : "identityValidationExpression", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "getterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@return A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.*/", "fluentSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.

\n@param identityValidationExpression A validation expression for the incoming identity. For TOKEN authorizers, this value should be a regular expression. The incoming token from the client is matched against this expression, and will proceed if the token matches. If the token doesn't match, the client receives a 401 Unauthorized response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "AuthorizerType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "AuthorizerType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "getterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@return [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@see AuthorizerType*/", "fluentSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/", "varargSetterDocumentation" : "/**

[Required] The type of the authorizer. Currently, the only valid type is TOKEN.

\n@param type [Required] The type of the authorizer. Currently, the only valid type is TOKEN.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AuthorizerType*/" }, "AuthorizerUri" : { "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "name" : "AuthorizerUri", "c2jName" : "authorizerUri", "c2jShape" : "String", "variable" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerUri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerUri", "marshallLocationName" : "authorizerUri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "getterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@return [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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*/", "fluentSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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

\n@param authorizerUri [Required] Specifies the authorizer's Uniform Resource Identifier (URI). For TOKEN authorizers, this must be a well-formed Lambda function URI. The URI should be of the form arn:aws:apigateway:{region}:lambda:path/{service_api}. Region is used to determine the right endpoint. In this case, path is used to indicate 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\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerResultTtlInSeconds" : { "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "name" : "AuthorizerResultTtlInSeconds", "c2jName" : "authorizerResultTtlInSeconds", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The TTL in seconds of cached authorizer results. If 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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "authorizerResultTtlInSeconds", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerResultTtlInSeconds", "marshallLocationName" : "authorizerResultTtlInSeconds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.*/", "getterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@return The TTL in seconds of cached authorizer results. If 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.*/", "fluentSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The TTL in seconds of cached authorizer results. If 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.

\n@param authorizerResultTtlInSeconds The TTL in seconds of cached authorizer results. If 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IdentitySource" : { "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "name" : "IdentitySource", "c2jName" : "identitySource", "c2jShape" : "String", "variable" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "identitySource", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "identitySource", "marshallLocationName" : "identitySource", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "getterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@return [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.*/", "fluentSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.

\n@param identitySource [Required] The source of the identity in an incoming request. For TOKEN authorizers, this value is a mapping expression with the same syntax as integration parameter mappings. The only valid source for tokens is 'header', so the expression should match 'method.request.header.[headerName]'. The value of the header '[headerName]' will be interpreted as the incoming token.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier for the authorizer resource.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.*/", "getterDocumentation" : "/**

The identifier for the authorizer resource.

\n@return The identifier for the authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the authorizer resource.

\n@param id The identifier for the authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthType" : { "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "name" : "AuthType", "c2jName" : "authType", "c2jShape" : "String", "variable" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authType", "marshallLocationName" : "authType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "getterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@return Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.*/", "fluentSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.

\n@param authType Optional customer-defined field, used in Swagger imports/exports. Has no functional impact.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

[Required] The name of the authorizer.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

[Required] The name of the authorizer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.*/", "getterDocumentation" : "/**

[Required] The name of the authorizer.

\n@return [Required] The name of the authorizer.*/", "fluentSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

[Required] The name of the authorizer.

\n@param name [Required] The name of the authorizer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteBasePathMappingResult" : { "c2jName" : "DeleteBasePathMappingResult", "documentation" : null, "shapeName" : "DeleteBasePathMappingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteBasePathMappingResult", "variableType" : "DeleteBasePathMappingResult", "variableDeclarationType" : "DeleteBasePathMappingResult", "documentation" : null, "simpleType" : "DeleteBasePathMappingResult", "variableSetterType" : "DeleteBasePathMappingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PutMethodRequest" : { "c2jName" : "PutMethodRequest", "documentation" : "

Request to add a method to an existing Resource resource.

", "shapeName" : "PutMethodRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "authorizationType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the new Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the new Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the new Method resource.

\n@param restApiId The RestApi identifier for the new Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the new Method resource.

\n@return The RestApi identifier for the new Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the new Method resource.

\n@param restApiId The RestApi identifier for the new Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the new Method resource.

\n@param restApiId The RestApi identifier for the new Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Resource identifier for the new Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the new Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the new Method resource.

\n@param resourceId The Resource identifier for the new Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the new Method resource.

\n@return The Resource identifier for the new Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the new Method resource.

\n@param resourceId The Resource identifier for the new Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the new Method resource.

\n@param resourceId The Resource identifier for the new Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the put method request's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the put method request's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@return Specifies the put method request's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the type of authorization used for the method.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the type of authorization used for the method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.*/", "getterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@return Specifies the type of authorization used for the method.*/", "fluentSetterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the method required a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "Boolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method required a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method required a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method required a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method required a valid ApiKey.

\n@return Specifies whether the method required a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method required a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method required a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method required a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method required a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putMethodRequest", "variableType" : "PutMethodRequest", "variableDeclarationType" : "PutMethodRequest", "documentation" : null, "simpleType" : "PutMethodRequest", "variableSetterType" : "PutMethodRequest" }, "marshaller" : { "action" : "PutMethod", "verb" : "PUT", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

The Resource identifier for the new Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the new Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the new Method resource.

\n@param resourceId The Resource identifier for the new Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the new Method resource.

\n@return The Resource identifier for the new Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the new Method resource.

\n@param resourceId The Resource identifier for the new Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the new Method resource.

\n@param resourceId The Resource identifier for the new Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerId" : { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method, if the type is CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestModels" : { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the new Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the new Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the new Method resource.

\n@param restApiId The RestApi identifier for the new Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the new Method resource.

\n@return The RestApi identifier for the new Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the new Method resource.

\n@param restApiId The RestApi identifier for the new Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the new Method resource.

\n@param restApiId The RestApi identifier for the new Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiKeyRequired" : { "documentation" : "

Specifies whether the method required a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "Boolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method required a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method required a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method required a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method required a valid ApiKey.

\n@return Specifies whether the method required a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method required a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method required a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method required a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method required a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizationType" : { "documentation" : "

Specifies the type of authorization used for the method.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the type of authorization used for the method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.*/", "getterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@return Specifies the type of authorization used for the method.*/", "fluentSetterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies the put method request's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the put method request's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@return Specifies the put method request's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the put method request's HTTP method type.

\n@param httpMethod Specifies the put method request's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetResourceRequest" : { "c2jName" : "GetResourceRequest", "documentation" : "

Request to list information about a resource.

", "shapeName" : "GetResourceRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the resource.

\n@param restApiId The RestApi identifier for the resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the resource.

\n@return The RestApi identifier for the resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the resource.

\n@param restApiId The RestApi identifier for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the resource.

\n@param restApiId The RestApi identifier for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier for the Resource resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the Resource resource.

\n@param resourceId The identifier for the Resource resource.*/", "getterDocumentation" : "/**

The identifier for the Resource resource.

\n@return The identifier for the Resource resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the Resource resource.

\n@param resourceId The identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the Resource resource.

\n@param resourceId The identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getResourceRequest", "variableType" : "GetResourceRequest", "variableDeclarationType" : "GetResourceRequest", "documentation" : null, "simpleType" : "GetResourceRequest", "variableSetterType" : "GetResourceRequest" }, "marshaller" : { "action" : "GetResource", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

The identifier for the Resource resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier for the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier for the Resource resource.

\n@param resourceId The identifier for the Resource resource.*/", "getterDocumentation" : "/**

The identifier for the Resource resource.

\n@return The identifier for the Resource resource.*/", "fluentSetterDocumentation" : "/**

The identifier for the Resource resource.

\n@param resourceId The identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier for the Resource resource.

\n@param resourceId The identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the resource.

\n@param restApiId The RestApi identifier for the resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the resource.

\n@return The RestApi identifier for the resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the resource.

\n@param restApiId The RestApi identifier for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the resource.

\n@param restApiId The RestApi identifier for the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutRestApiResult" : { "c2jName" : "RestApi", "documentation" : "

Represents a REST API.

", "shapeName" : "PutRestApiResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putRestApiResult", "variableType" : "PutRestApiResult", "variableDeclarationType" : "PutRestApiResult", "documentation" : null, "simpleType" : "PutRestApiResult", "variableSetterType" : "PutRestApiResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Warnings" : { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateIntegrationResult" : { "c2jName" : "Integration", "documentation" : "

Represents a HTTP, AWS, or Mock integration.

", "shapeName" : "UpdateIntegrationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@return Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, { "documentation" : "

Specifies the integration's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@return Specifies the integration's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "getterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@return Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "getterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@return Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.*/", "getterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@return Specifies the integration's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the integration's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.*/", "getterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@return Specifies the integration's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's responses.

", "name" : "IntegrationResponses", "c2jName" : "integrationResponses", "c2jShape" : "MapOfIntegrationResponse", "variable" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the integration's responses.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "integrationResponses", "marshallLocationName" : "integrationResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "IntegrationResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IntegrationResponse", "variable" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "getterModel" : { "returnType" : "IntegrationResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.*/", "getterDocumentation" : "/**

Specifies the integration's responses.

\n@return Specifies the integration's responses.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateIntegrationResult", "variableType" : "UpdateIntegrationResult", "variableDeclarationType" : "UpdateIntegrationResult", "documentation" : null, "simpleType" : "UpdateIntegrationResult", "variableSetterType" : "UpdateIntegrationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@return Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, "CacheNamespace" : { "documentation" : "

Specifies the integration's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.*/", "getterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@return Specifies the integration's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheKeyParameters" : { "documentation" : "

Specifies the integration's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the integration's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.*/", "getterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@return Specifies the integration's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IntegrationResponses" : { "documentation" : "

Specifies the integration's responses.

", "name" : "IntegrationResponses", "c2jName" : "integrationResponses", "c2jShape" : "MapOfIntegrationResponse", "variable" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the integration's responses.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "integrationResponses", "marshallLocationName" : "integrationResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "IntegrationResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IntegrationResponse", "variable" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "getterModel" : { "returnType" : "IntegrationResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.*/", "getterDocumentation" : "/**

Specifies the integration's responses.

\n@return Specifies the integration's responses.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestTemplates" : { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Uri" : { "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "getterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@return Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies the integration's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@return Specifies the integration's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Credentials" : { "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "getterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@return Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PassthroughBehavior" : { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetAccountResult" : { "c2jName" : "Account", "documentation" : "

Represents an AWS account that is associated with Amazon API Gateway.

", "shapeName" : "GetAccountResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

", "name" : "CloudwatchRoleArn", "c2jName" : "cloudwatchRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "cloudwatchRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cloudwatchRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloudwatchRoleArn", "marshallLocationName" : "cloudwatchRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.*/", "getterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@return Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the application programming interface (API) throttle settings for the current Account resource.

", "name" : "ThrottleSettings", "c2jName" : "throttleSettings", "c2jShape" : "ThrottleSettings", "variable" : { "variableName" : "throttleSettings", "variableType" : "ThrottleSettings", "variableDeclarationType" : "ThrottleSettings", "documentation" : "

Specifies the application programming interface (API) throttle settings for the current Account resource.

", "simpleType" : "ThrottleSettings", "variableSetterType" : "ThrottleSettings" }, "setterModel" : { "variableName" : "throttleSettings", "variableType" : "ThrottleSettings", "variableDeclarationType" : "ThrottleSettings", "documentation" : "", "simpleType" : "ThrottleSettings", "variableSetterType" : "ThrottleSettings" }, "getterModel" : { "returnType" : "ThrottleSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "throttleSettings", "marshallLocationName" : "throttleSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.*/", "getterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@return Specifies the application programming interface (API) throttle settings for the current Account resource.*/", "fluentSetterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getAccountResult", "variableType" : "GetAccountResult", "variableDeclarationType" : "GetAccountResult", "documentation" : null, "simpleType" : "GetAccountResult", "variableSetterType" : "GetAccountResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ThrottleSettings" : { "documentation" : "

Specifies the application programming interface (API) throttle settings for the current Account resource.

", "name" : "ThrottleSettings", "c2jName" : "throttleSettings", "c2jShape" : "ThrottleSettings", "variable" : { "variableName" : "throttleSettings", "variableType" : "ThrottleSettings", "variableDeclarationType" : "ThrottleSettings", "documentation" : "

Specifies the application programming interface (API) throttle settings for the current Account resource.

", "simpleType" : "ThrottleSettings", "variableSetterType" : "ThrottleSettings" }, "setterModel" : { "variableName" : "throttleSettings", "variableType" : "ThrottleSettings", "variableDeclarationType" : "ThrottleSettings", "documentation" : "", "simpleType" : "ThrottleSettings", "variableSetterType" : "ThrottleSettings" }, "getterModel" : { "returnType" : "ThrottleSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "throttleSettings", "marshallLocationName" : "throttleSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.*/", "getterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@return Specifies the application programming interface (API) throttle settings for the current Account resource.*/", "fluentSetterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the application programming interface (API) throttle settings for the current Account resource.

\n@param throttleSettings Specifies the application programming interface (API) throttle settings for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudwatchRoleArn" : { "documentation" : "

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

", "name" : "CloudwatchRoleArn", "c2jName" : "cloudwatchRoleArn", "c2jShape" : "String", "variable" : { "variableName" : "cloudwatchRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cloudwatchRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cloudwatchRoleArn", "marshallLocationName" : "cloudwatchRoleArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.*/", "getterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@return Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.

\n@param cloudwatchRoleArn Specifies the Amazon resource name (ARN) of an Amazon CloudWatch role for the current Account resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetModelTemplateResult" : { "c2jName" : "Template", "documentation" : "

Represents a mapping template used to transform a payload.

", "shapeName" : "GetModelTemplateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Apache Velocity Template Language (VTL) template content used for the template resource.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Apache Velocity Template Language (VTL) template content used for the template resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Apache Velocity Template Language (VTL) template content used for the template resource.

\n@param value The Apache Velocity Template Language (VTL) template content used for the template resource.*/", "getterDocumentation" : "/**

The Apache Velocity Template Language (VTL) template content used for the template resource.

\n@return The Apache Velocity Template Language (VTL) template content used for the template resource.*/", "fluentSetterDocumentation" : "/**

The Apache Velocity Template Language (VTL) template content used for the template resource.

\n@param value The Apache Velocity Template Language (VTL) template content used for the template resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Apache Velocity Template Language (VTL) template content used for the template resource.

\n@param value The Apache Velocity Template Language (VTL) template content used for the template resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getModelTemplateResult", "variableType" : "GetModelTemplateResult", "variableDeclarationType" : "GetModelTemplateResult", "documentation" : null, "simpleType" : "GetModelTemplateResult", "variableSetterType" : "GetModelTemplateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The Apache Velocity Template Language (VTL) template content used for the template resource.

", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Apache Velocity Template Language (VTL) template content used for the template resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Apache Velocity Template Language (VTL) template content used for the template resource.

\n@param value The Apache Velocity Template Language (VTL) template content used for the template resource.*/", "getterDocumentation" : "/**

The Apache Velocity Template Language (VTL) template content used for the template resource.

\n@return The Apache Velocity Template Language (VTL) template content used for the template resource.*/", "fluentSetterDocumentation" : "/**

The Apache Velocity Template Language (VTL) template content used for the template resource.

\n@param value The Apache Velocity Template Language (VTL) template content used for the template resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Apache Velocity Template Language (VTL) template content used for the template resource.

\n@param value The Apache Velocity Template Language (VTL) template content used for the template resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateBasePathMappingRequest" : { "c2jName" : "UpdateBasePathMappingRequest", "documentation" : "

A request to change information about the BasePathMapping resource.

", "shapeName" : "UpdateBasePathMappingRequest", "deprecated" : false, "required" : [ "domainName", "basePath" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The domain name of the BasePathMapping resource to change.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the BasePathMapping resource to change.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the BasePathMapping resource to change.

\n@param domainName The domain name of the BasePathMapping resource to change.*/", "getterDocumentation" : "/**

The domain name of the BasePathMapping resource to change.

\n@return The domain name of the BasePathMapping resource to change.*/", "fluentSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to change.

\n@param domainName The domain name of the BasePathMapping resource to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to change.

\n@param domainName The domain name of the BasePathMapping resource to change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The base path of the BasePathMapping resource to change.

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The base path of the BasePathMapping resource to change.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "base_path", "marshallLocationName" : "base_path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The base path of the BasePathMapping resource to change.

\n@param basePath The base path of the BasePathMapping resource to change.*/", "getterDocumentation" : "/**

The base path of the BasePathMapping resource to change.

\n@return The base path of the BasePathMapping resource to change.*/", "fluentSetterDocumentation" : "/**

The base path of the BasePathMapping resource to change.

\n@param basePath The base path of the BasePathMapping resource to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The base path of the BasePathMapping resource to change.

\n@param basePath The base path of the BasePathMapping resource to change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateBasePathMappingRequest", "variableType" : "UpdateBasePathMappingRequest", "variableDeclarationType" : "UpdateBasePathMappingRequest", "documentation" : null, "simpleType" : "UpdateBasePathMappingRequest", "variableSetterType" : "UpdateBasePathMappingRequest" }, "marshaller" : { "action" : "UpdateBasePathMapping", "verb" : "PATCH", "target" : null, "requestUri" : "/domainnames/{domain_name}/basepathmappings/{base_path}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The domain name of the BasePathMapping resource to change.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the BasePathMapping resource to change.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domain_name", "marshallLocationName" : "domain_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the BasePathMapping resource to change.

\n@param domainName The domain name of the BasePathMapping resource to change.*/", "getterDocumentation" : "/**

The domain name of the BasePathMapping resource to change.

\n@return The domain name of the BasePathMapping resource to change.*/", "fluentSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to change.

\n@param domainName The domain name of the BasePathMapping resource to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the BasePathMapping resource to change.

\n@param domainName The domain name of the BasePathMapping resource to change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BasePath" : { "documentation" : "

The base path of the BasePathMapping resource to change.

", "name" : "BasePath", "c2jName" : "basePath", "c2jShape" : "String", "variable" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The base path of the BasePathMapping resource to change.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "basePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "base_path", "marshallLocationName" : "base_path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The base path of the BasePathMapping resource to change.

\n@param basePath The base path of the BasePathMapping resource to change.*/", "getterDocumentation" : "/**

The base path of the BasePathMapping resource to change.

\n@return The base path of the BasePathMapping resource to change.*/", "fluentSetterDocumentation" : "/**

The base path of the BasePathMapping resource to change.

\n@param basePath The base path of the BasePathMapping resource to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The base path of the BasePathMapping resource to change.

\n@param basePath The base path of the BasePathMapping resource to change.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ServiceUnavailableException" : { "c2jName" : "ServiceUnavailableException", "documentation" : "", "shapeName" : "ServiceUnavailableException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RetryAfterSeconds", "c2jName" : "retryAfterSeconds", "c2jShape" : "String", "variable" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Retry-After", "marshallLocationName" : "Retry-After", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param retryAfterSeconds */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "serviceUnavailableException", "variableType" : "ServiceUnavailableException", "variableDeclarationType" : "ServiceUnavailableException", "documentation" : null, "simpleType" : "ServiceUnavailableException", "variableSetterType" : "ServiceUnavailableException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ServiceUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RetryAfterSeconds" : { "documentation" : "", "name" : "RetryAfterSeconds", "c2jName" : "retryAfterSeconds", "c2jShape" : "String", "variable" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Retry-After", "marshallLocationName" : "Retry-After", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param retryAfterSeconds */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetResourceResult" : { "c2jName" : "Resource", "documentation" : "

Represents a resource.

", "shapeName" : "GetResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The resource's identifier.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.*/", "getterDocumentation" : "/**

The resource's identifier.

\n@return The resource's identifier.*/", "fluentSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentId", "marshallLocationName" : "parentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The full path for this resource.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The full path for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.*/", "getterDocumentation" : "/**

The full path for this resource.

\n@return The full path for this resource.*/", "fluentSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "name" : "ResourceMethods", "c2jName" : "resourceMethods", "c2jShape" : "MapOfMethod", "variable" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceMethods", "marshallLocationName" : "resourceMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Method", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Method", "variable" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "setterModel" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "getterModel" : { "returnType" : "Method", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.*/", "getterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@return Map of methods for this resource, which is included only if the request uses the embed query option.*/", "fluentSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getResourceResult", "variableType" : "GetResourceResult", "variableDeclarationType" : "GetResourceResult", "documentation" : null, "simpleType" : "GetResourceResult", "variableSetterType" : "GetResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ParentId" : { "documentation" : "

The parent resource's identifier.

", "name" : "ParentId", "c2jName" : "parentId", "c2jShape" : "String", "variable" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The parent resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "parentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "parentId", "marshallLocationName" : "parentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.*/", "getterDocumentation" : "/**

The parent resource's identifier.

\n@return The parent resource's identifier.*/", "fluentSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The parent resource's identifier.

\n@param parentId The parent resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Path" : { "documentation" : "

The full path for this resource.

", "name" : "Path", "c2jName" : "path", "c2jShape" : "String", "variable" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The full path for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "path", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "path", "marshallLocationName" : "path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.*/", "getterDocumentation" : "/**

The full path for this resource.

\n@return The full path for this resource.*/", "fluentSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The full path for this resource.

\n@param path The full path for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PathPart" : { "documentation" : "

The last path segment for this resource.

", "name" : "PathPart", "c2jName" : "pathPart", "c2jShape" : "String", "variable" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The last path segment for this resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathPart", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathPart", "marshallLocationName" : "pathPart", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.*/", "getterDocumentation" : "/**

The last path segment for this resource.

\n@return The last path segment for this resource.*/", "fluentSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The last path segment for this resource.

\n@param pathPart The last path segment for this resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The resource's identifier.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The resource's identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.*/", "getterDocumentation" : "/**

The resource's identifier.

\n@return The resource's identifier.*/", "fluentSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The resource's identifier.

\n@param id The resource's identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceMethods" : { "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "name" : "ResourceMethods", "c2jName" : "resourceMethods", "c2jShape" : "MapOfMethod", "variable" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Map of methods for this resource, which is included only if the request uses the embed query option.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "resourceMethods", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "resourceMethods", "marshallLocationName" : "resourceMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Method", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "Method", "variable" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "setterModel" : { "variableName" : "value", "variableType" : "Method", "variableDeclarationType" : "Method", "documentation" : "", "simpleType" : "Method", "variableSetterType" : "Method" }, "getterModel" : { "returnType" : "Method", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.*/", "getterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@return Map of methods for this resource, which is included only if the request uses the embed query option.*/", "fluentSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Map of methods for this resource, which is included only if the request uses the embed query option.

\n@param resourceMethods Map of methods for this resource, which is included only if the request uses the embed query option.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MethodSnapshot" : { "c2jName" : "MethodSnapshot", "documentation" : "

Represents a summary of a Method resource, given a particular date and time.

", "shapeName" : "MethodSnapshot", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the type of authorization used for the method.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the type of authorization used for the method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.*/", "getterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@return Specifies the type of authorization used for the method.*/", "fluentSetterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "Boolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "methodSnapshot", "variableType" : "MethodSnapshot", "variableDeclarationType" : "MethodSnapshot", "documentation" : null, "simpleType" : "MethodSnapshot", "variableSetterType" : "MethodSnapshot" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApiKeyRequired" : { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "Boolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizationType" : { "documentation" : "

Specifies the type of authorization used for the method.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the type of authorization used for the method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.*/", "getterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@return Specifies the type of authorization used for the method.*/", "fluentSetterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the type of authorization used for the method.

\n@param authorizationType Specifies the type of authorization used for the method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetApiKeyResult" : { "c2jName" : "ApiKey", "documentation" : "

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.

", "shapeName" : "GetApiKeyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the API Key.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.*/", "getterDocumentation" : "/**

The identifier of the API Key.

\n@return The identifier of the API Key.*/", "fluentSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API Key.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.*/", "getterDocumentation" : "/**

The name of the API Key.

\n@return The name of the API Key.*/", "fluentSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the API Key.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.*/", "getterDocumentation" : "/**

The description of the API Key.

\n@return The description of the API Key.*/", "fluentSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the API Key can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the API Key can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@return Specifies whether the API Key can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfString", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@return The date when the API Key was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@return When the API Key was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getApiKeyResult", "variableType" : "GetApiKeyResult", "variableDeclarationType" : "GetApiKeyResult", "documentation" : null, "simpleType" : "GetApiKeyResult", "variableSetterType" : "GetApiKeyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastUpdatedDate" : { "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@return When the API Key was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the API Key.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.*/", "getterDocumentation" : "/**

The description of the API Key.

\n@return The description of the API Key.*/", "fluentSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageKeys" : { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfString", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@return The date when the API Key was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "

Specifies whether the API Key can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the API Key can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@return Specifies whether the API Key can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier of the API Key.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.*/", "getterDocumentation" : "/**

The identifier of the API Key.

\n@return The identifier of the API Key.*/", "fluentSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the API Key.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.*/", "getterDocumentation" : "/**

The name of the API Key.

\n@return The name of the API Key.*/", "fluentSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateResourceRequest" : { "c2jName" : "UpdateResourceRequest", "documentation" : "

Request to change information about a Resource resource.

", "shapeName" : "UpdateResourceRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Resource resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@return The RestApi identifier for the Resource resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the Resource resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.*/", "getterDocumentation" : "/**

The identifier of the Resource resource.

\n@return The identifier of the Resource resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateResourceRequest", "variableType" : "UpdateResourceRequest", "variableDeclarationType" : "UpdateResourceRequest", "documentation" : null, "simpleType" : "UpdateResourceRequest", "variableSetterType" : "UpdateResourceRequest" }, "marshaller" : { "action" : "UpdateResource", "verb" : "PATCH", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PatchOperations" : { "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "name" : "PatchOperations", "c2jName" : "patchOperations", "c2jShape" : "ListOfPatchOperation", "variable" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "patchOperations", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "patchOperations", "marshallLocationName" : "patchOperations", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "PatchOperation", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PatchOperation", "variable" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "setterModel" : { "variableName" : "member", "variableType" : "PatchOperation", "variableDeclarationType" : "PatchOperation", "documentation" : "", "simpleType" : "PatchOperation", "variableSetterType" : "PatchOperation" }, "getterModel" : { "returnType" : "PatchOperation", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PatchOperation", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "getterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@return A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.*/", "fluentSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setPatchOperations(java.util.Collection)} or {@link #withPatchOperations(java.util.Collection)} if you want to override the existing values.

\n@param patchOperations A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

The identifier of the Resource resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.*/", "getterDocumentation" : "/**

The identifier of the Resource resource.

\n@return The identifier of the Resource resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Resource resource.

\n@param resourceId The identifier of the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Resource resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Resource resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@return The RestApi identifier for the Resource resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Resource resource.

\n@param restApiId The RestApi identifier for the Resource resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutMethodResponseRequest" : { "c2jName" : "PutMethodResponseRequest", "documentation" : "

Request to add a MethodResponse to an existing Method resource.

", "shapeName" : "PutMethodResponseRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "statusCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@return The RestApi identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Resource identifier for the Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@return The Resource identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The HTTP verb that identifies the Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb that identifies the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.*/", "getterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@return The HTTP verb that identifies the Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putMethodResponseRequest", "variableType" : "PutMethodResponseRequest", "variableDeclarationType" : "PutMethodResponseRequest", "documentation" : null, "simpleType" : "PutMethodResponseRequest", "variableSetterType" : "PutMethodResponseRequest" }, "marshaller" : { "action" : "PutMethodResponse", "verb" : "PUT", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

The Resource identifier for the Method resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.*/", "getterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@return The Resource identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the Method resource.

\n@param resourceId The Resource identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseParameters" : { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Method resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@return The RestApi identifier for the Method resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Method resource.

\n@param restApiId The RestApi identifier for the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP verb that identifies the Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb that identifies the Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.*/", "getterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@return The HTTP verb that identifies the Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb that identifies the Method resource.

\n@param httpMethod The HTTP verb that identifies the Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseModels" : { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateClientCertificateResult" : { "c2jName" : "ClientCertificate", "documentation" : "

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

", "shapeName" : "UpdateClientCertificateResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the Client Certificate.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.*/", "getterDocumentation" : "/**

The identifier of the Client Certificate.

\n@return The identifier of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the Client Certificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.*/", "getterDocumentation" : "/**

The description of the Client Certificate.

\n@return The description of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "name" : "PemEncodedCertificate", "c2jName" : "pemEncodedCertificate", "c2jShape" : "String", "variable" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pemEncodedCertificate", "marshallLocationName" : "pemEncodedCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "getterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@return The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "fluentSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@return The date when the Client Certificate was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "name" : "ExpirationDate", "c2jName" : "expirationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "expirationDate", "marshallLocationName" : "expirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@return The date when the Client Certificate will expire, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateClientCertificateResult", "variableType" : "UpdateClientCertificateResult", "variableDeclarationType" : "UpdateClientCertificateResult", "documentation" : null, "simpleType" : "UpdateClientCertificateResult", "variableSetterType" : "UpdateClientCertificateResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "

The identifier of the Client Certificate.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.*/", "getterDocumentation" : "/**

The identifier of the Client Certificate.

\n@return The identifier of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Client Certificate.

\n@param clientCertificateId The identifier of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the Client Certificate.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the Client Certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.*/", "getterDocumentation" : "/**

The description of the Client Certificate.

\n@return The description of the Client Certificate.*/", "fluentSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the Client Certificate.

\n@param description The description of the Client Certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExpirationDate" : { "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "name" : "ExpirationDate", "c2jName" : "expirationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate will expire, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "expirationDate", "marshallLocationName" : "expirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@return The date when the Client Certificate will expire, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate will expire, in ISO 8601 format.

\n@param expirationDate The date when the Client Certificate will expire, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the Client Certificate was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@return The date when the Client Certificate was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the Client Certificate was created, in ISO 8601 format.

\n@param createdDate The date when the Client Certificate was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PemEncodedCertificate" : { "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "name" : "PemEncodedCertificate", "c2jName" : "pemEncodedCertificate", "c2jShape" : "String", "variable" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pemEncodedCertificate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pemEncodedCertificate", "marshallLocationName" : "pemEncodedCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "getterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@return The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .*/", "fluentSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .

\n@param pemEncodedCertificate The PEM-encoded public key of the Client Certificate, that can be used to configure certificate authentication in the integration endpoint .\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDomainNameResult" : { "c2jName" : "DomainName", "documentation" : "

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

", "shapeName" : "CreateDomainNameResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "name" : "CertificateUploadDate", "c2jName" : "certificateUploadDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateUploadDate", "marshallLocationName" : "certificateUploadDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@return The date when the certificate was uploaded, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "name" : "DistributionDomainName", "c2jName" : "distributionDomainName", "c2jShape" : "String", "variable" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "distributionDomainName", "marshallLocationName" : "distributionDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "getterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@return The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "fluentSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDomainNameResult", "variableType" : "CreateDomainNameResult", "variableDeclarationType" : "CreateDomainNameResult", "documentation" : null, "simpleType" : "CreateDomainNameResult", "variableSetterType" : "CreateDomainNameResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CertificateUploadDate" : { "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "name" : "CertificateUploadDate", "c2jName" : "certificateUploadDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the certificate was uploaded, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "certificateUploadDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateUploadDate", "marshallLocationName" : "certificateUploadDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@return The date when the certificate was uploaded, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the certificate was uploaded, in ISO 8601 format.

\n@param certificateUploadDate The date when the certificate was uploaded, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The name of the DomainName resource.

", "name" : "DomainName", "c2jName" : "domainName", "c2jShape" : "String", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the DomainName resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "domainName", "marshallLocationName" : "domainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.*/", "getterDocumentation" : "/**

The name of the DomainName resource.

\n@return The name of the DomainName resource.*/", "fluentSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the DomainName resource.

\n@param domainName The name of the DomainName resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CertificateName" : { "documentation" : "

The name of the certificate.

", "name" : "CertificateName", "c2jName" : "certificateName", "c2jShape" : "String", "variable" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "certificateName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "certificateName", "marshallLocationName" : "certificateName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.*/", "getterDocumentation" : "/**

The name of the certificate.

\n@return The name of the certificate.*/", "fluentSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the certificate.

\n@param certificateName The name of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DistributionDomainName" : { "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "name" : "DistributionDomainName", "c2jName" : "distributionDomainName", "c2jShape" : "String", "variable" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "distributionDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "distributionDomainName", "marshallLocationName" : "distributionDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "getterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@return The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.*/", "fluentSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.

\n@param distributionDomainName The domain name of the Amazon CloudFront distribution. For more information, see the Amazon CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnauthorizedCacheControlHeaderStrategy" : { "c2jName" : "UnauthorizedCacheControlHeaderStrategy", "documentation" : "", "shapeName" : "UnauthorizedCacheControlHeaderStrategy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "FAIL_WITH_403", "value" : "FAIL_WITH_403" }, { "name" : "SUCCEED_WITH_RESPONSE_HEADER", "value" : "SUCCEED_WITH_RESPONSE_HEADER" }, { "name" : "SUCCEED_WITHOUT_RESPONSE_HEADER", "value" : "SUCCEED_WITHOUT_RESPONSE_HEADER" } ], "variable" : { "variableName" : "unauthorizedCacheControlHeaderStrategy", "variableType" : "UnauthorizedCacheControlHeaderStrategy", "variableDeclarationType" : "UnauthorizedCacheControlHeaderStrategy", "documentation" : null, "simpleType" : "UnauthorizedCacheControlHeaderStrategy", "variableSetterType" : "UnauthorizedCacheControlHeaderStrategy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteMethodResult" : { "c2jName" : "DeleteMethodResult", "documentation" : null, "shapeName" : "DeleteMethodResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteMethodResult", "variableType" : "DeleteMethodResult", "variableDeclarationType" : "DeleteMethodResult", "documentation" : null, "simpleType" : "DeleteMethodResult", "variableSetterType" : "DeleteMethodResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetClientCertificateRequest" : { "c2jName" : "GetClientCertificateRequest", "documentation" : "

A request to get information about the current ClientCertificate resource.

", "shapeName" : "GetClientCertificateRequest", "deprecated" : false, "required" : [ "clientCertificateId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the ClientCertificate resource to be described.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ClientCertificate resource to be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientcertificate_id", "marshallLocationName" : "clientcertificate_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ClientCertificate resource to be described.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be described.*/", "getterDocumentation" : "/**

The identifier of the ClientCertificate resource to be described.

\n@return The identifier of the ClientCertificate resource to be described.*/", "fluentSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be described.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be described.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getClientCertificateRequest", "variableType" : "GetClientCertificateRequest", "variableDeclarationType" : "GetClientCertificateRequest", "documentation" : null, "simpleType" : "GetClientCertificateRequest", "variableSetterType" : "GetClientCertificateRequest" }, "marshaller" : { "action" : "GetClientCertificate", "verb" : "GET", "target" : null, "requestUri" : "/clientcertificates/{clientcertificate_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "

The identifier of the ClientCertificate resource to be described.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ClientCertificate resource to be described.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientcertificate_id", "marshallLocationName" : "clientcertificate_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ClientCertificate resource to be described.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be described.*/", "getterDocumentation" : "/**

The identifier of the ClientCertificate resource to be described.

\n@return The identifier of the ClientCertificate resource to be described.*/", "fluentSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be described.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ClientCertificate resource to be described.

\n@param clientCertificateId The identifier of the ClientCertificate resource to be described.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateModelRequest" : { "c2jName" : "CreateModelRequest", "documentation" : "

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

", "shapeName" : "CreateModelRequest", "deprecated" : false, "required" : [ "restApiId", "name", "contentType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier under which the Model will be created.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier under which the Model will be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier under which the Model will be created.

\n@param restApiId The RestApi identifier under which the Model will be created.*/", "getterDocumentation" : "/**

The RestApi identifier under which the Model will be created.

\n@return The RestApi identifier under which the Model will be created.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier under which the Model will be created.

\n@param restApiId The RestApi identifier under which the Model will be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier under which the Model will be created.

\n@param restApiId The RestApi identifier under which the Model will be created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createModelRequest", "variableType" : "CreateModelRequest", "variableDeclarationType" : "CreateModelRequest", "documentation" : null, "simpleType" : "CreateModelRequest", "variableSetterType" : "CreateModelRequest" }, "marshaller" : { "action" : "CreateModel", "verb" : "POST", "target" : null, "requestUri" : "/restapis/{restapi_id}/models", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The description of the model.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.*/", "getterDocumentation" : "/**

The description of the model.

\n@return The description of the model.*/", "fluentSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the model.

\n@param description The description of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentType" : { "documentation" : "

The content-type for the model.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "String", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The content-type for the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "contentType", "marshallLocationName" : "contentType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.*/", "getterDocumentation" : "/**

The content-type for the model.

\n@return The content-type for the model.*/", "fluentSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The content-type for the model.

\n@param contentType The content-type for the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Schema" : { "documentation" : "

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

", "name" : "Schema", "c2jName" : "schema", "c2jShape" : "String", "variable" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "schema", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "schema", "marshallLocationName" : "schema", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "getterDocumentation" : "/**

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

\n@return The schema for the model. For application/json models, this should be JSON-schema draft v4 model.*/", "fluentSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param schema The schema for the model. For application/json models, this should be JSON-schema draft v4 model.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier under which the Model will be created.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier under which the Model will be created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier under which the Model will be created.

\n@param restApiId The RestApi identifier under which the Model will be created.*/", "getterDocumentation" : "/**

The RestApi identifier under which the Model will be created.

\n@return The RestApi identifier under which the Model will be created.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier under which the Model will be created.

\n@param restApiId The RestApi identifier under which the Model will be created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier under which the Model will be created.

\n@param restApiId The RestApi identifier under which the Model will be created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the model.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.*/", "getterDocumentation" : "/**

The name of the model.

\n@return The name of the model.*/", "fluentSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model.

\n@param name The name of the model.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetClientCertificatesRequest" : { "c2jName" : "GetClientCertificatesRequest", "documentation" : "

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

", "shapeName" : "GetClientCertificatesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The position of the current ClientCertificate resource in the collection to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current ClientCertificate resource in the collection to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current ClientCertificate resource in the collection to get information about.

\n@param position The position of the current ClientCertificate resource in the collection to get information about.*/", "getterDocumentation" : "/**

The position of the current ClientCertificate resource in the collection to get information about.

\n@return The position of the current ClientCertificate resource in the collection to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current ClientCertificate resource in the collection to get information about.

\n@param position The position of the current ClientCertificate resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current ClientCertificate resource in the collection to get information about.

\n@param position The position of the current ClientCertificate resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getClientCertificatesRequest", "variableType" : "GetClientCertificatesRequest", "variableDeclarationType" : "GetClientCertificatesRequest", "documentation" : null, "simpleType" : "GetClientCertificatesRequest", "variableSetterType" : "GetClientCertificatesRequest" }, "marshaller" : { "action" : "GetClientCertificates", "verb" : "GET", "target" : null, "requestUri" : "/clientcertificates", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "

The position of the current ClientCertificate resource in the collection to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current ClientCertificate resource in the collection to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current ClientCertificate resource in the collection to get information about.

\n@param position The position of the current ClientCertificate resource in the collection to get information about.*/", "getterDocumentation" : "/**

The position of the current ClientCertificate resource in the collection to get information about.

\n@return The position of the current ClientCertificate resource in the collection to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current ClientCertificate resource in the collection to get information about.

\n@param position The position of the current ClientCertificate resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current ClientCertificate resource in the collection to get information about.

\n@param position The position of the current ClientCertificate resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of ClientCertificate resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDeploymentsRequest" : { "c2jName" : "GetDeploymentsRequest", "documentation" : "

Requests Amazon API Gateway to get information about a Deployments collection.

", "shapeName" : "GetDeploymentsRequest", "deprecated" : false, "required" : [ "restApiId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

\n@param restApiId The identifier of the RestApi resource for the collection of Deployment resources to get information about.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

\n@return The identifier of the RestApi resource for the collection of Deployment resources to get information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

\n@param restApiId The identifier of the RestApi resource for the collection of Deployment resources to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

\n@param restApiId The identifier of the RestApi resource for the collection of Deployment resources to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The position of the current Deployment resource in the collection to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current Deployment resource in the collection to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current Deployment resource in the collection to get information about.

\n@param position The position of the current Deployment resource in the collection to get information about.*/", "getterDocumentation" : "/**

The position of the current Deployment resource in the collection to get information about.

\n@return The position of the current Deployment resource in the collection to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current Deployment resource in the collection to get information about.

\n@param position The position of the current Deployment resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current Deployment resource in the collection to get information about.

\n@param position The position of the current Deployment resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentsRequest", "variableType" : "GetDeploymentsRequest", "variableDeclarationType" : "GetDeploymentsRequest", "documentation" : null, "simpleType" : "GetDeploymentsRequest", "variableSetterType" : "GetDeploymentsRequest" }, "marshaller" : { "action" : "GetDeployments", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/deployments", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "

The position of the current Deployment resource in the collection to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the current Deployment resource in the collection to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the current Deployment resource in the collection to get information about.

\n@param position The position of the current Deployment resource in the collection to get information about.*/", "getterDocumentation" : "/**

The position of the current Deployment resource in the collection to get information about.

\n@return The position of the current Deployment resource in the collection to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the current Deployment resource in the collection to get information about.

\n@param position The position of the current Deployment resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the current Deployment resource in the collection to get information about.

\n@param position The position of the current Deployment resource in the collection to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

\n@param restApiId The identifier of the RestApi resource for the collection of Deployment resources to get information about.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

\n@return The identifier of the RestApi resource for the collection of Deployment resources to get information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

\n@param restApiId The identifier of the RestApi resource for the collection of Deployment resources to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the collection of Deployment resources to get information about.

\n@param restApiId The identifier of the RestApi resource for the collection of Deployment resources to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of Deployment resources in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PutIntegrationResponseRequest" : { "c2jName" : "PutIntegrationResponseRequest", "documentation" : "

Represents a put integration response request.

", "shapeName" : "PutIntegrationResponseRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "statusCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies a put integration response request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration response request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration response request's API identifier.

\n@param restApiId Specifies a put integration response request's API identifier.*/", "getterDocumentation" : "/**

Specifies a put integration response request's API identifier.

\n@return Specifies a put integration response request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration response request's API identifier.

\n@param restApiId Specifies a put integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration response request's API identifier.

\n@param restApiId Specifies a put integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a put integration response request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration response request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration response request's resource identifier.

\n@param resourceId Specifies a put integration response request's resource identifier.*/", "getterDocumentation" : "/**

Specifies a put integration response request's resource identifier.

\n@return Specifies a put integration response request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration response request's resource identifier.

\n@param resourceId Specifies a put integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration response request's resource identifier.

\n@param resourceId Specifies a put integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a put integration response request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration response request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration response request's HTTP method.

\n@param httpMethod Specifies a put integration response request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a put integration response request's HTTP method.

\n@return Specifies a put integration response request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration response request's HTTP method.

\n@param httpMethod Specifies a put integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration response request's HTTP method.

\n@param httpMethod Specifies a put integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the selection pattern of a put integration response.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the selection pattern of a put integration response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the selection pattern of a put integration response.

\n@param selectionPattern Specifies the selection pattern of a put integration response.*/", "getterDocumentation" : "/**

Specifies the selection pattern of a put integration response.

\n@return Specifies the selection pattern of a put integration response.*/", "fluentSetterDocumentation" : "/**

Specifies the selection pattern of a put integration response.

\n@param selectionPattern Specifies the selection pattern of a put integration response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the selection pattern of a put integration response.

\n@param selectionPattern Specifies the selection pattern of a put integration response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a put integration response's templates.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies a put integration response's templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies a put integration response's templates.

\n@param responseTemplates Specifies a put integration response's templates.*/", "getterDocumentation" : "/**

Specifies a put integration response's templates.

\n@return Specifies a put integration response's templates.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration response's templates.

\n@param responseTemplates Specifies a put integration response's templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration response's templates.

\n@param responseTemplates Specifies a put integration response's templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putIntegrationResponseRequest", "variableType" : "PutIntegrationResponseRequest", "variableDeclarationType" : "PutIntegrationResponseRequest", "documentation" : null, "simpleType" : "PutIntegrationResponseRequest", "variableSetterType" : "PutIntegrationResponseRequest" }, "marshaller" : { "action" : "PutIntegrationResponse", "verb" : "PUT", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseTemplates" : { "documentation" : "

Specifies a put integration response's templates.

", "name" : "ResponseTemplates", "c2jName" : "responseTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies a put integration response's templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseTemplates", "marshallLocationName" : "responseTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies a put integration response's templates.

\n@param responseTemplates Specifies a put integration response's templates.*/", "getterDocumentation" : "/**

Specifies a put integration response's templates.

\n@return Specifies a put integration response's templates.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration response's templates.

\n@param responseTemplates Specifies a put integration response's templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration response's templates.

\n@param responseTemplates Specifies a put integration response's templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SelectionPattern" : { "documentation" : "

Specifies the selection pattern of a put integration response.

", "name" : "SelectionPattern", "c2jName" : "selectionPattern", "c2jShape" : "String", "variable" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the selection pattern of a put integration response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "selectionPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "selectionPattern", "marshallLocationName" : "selectionPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the selection pattern of a put integration response.

\n@param selectionPattern Specifies the selection pattern of a put integration response.*/", "getterDocumentation" : "/**

Specifies the selection pattern of a put integration response.

\n@return Specifies the selection pattern of a put integration response.*/", "fluentSetterDocumentation" : "/**

Specifies the selection pattern of a put integration response.

\n@param selectionPattern Specifies the selection pattern of a put integration response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the selection pattern of a put integration response.

\n@param selectionPattern Specifies the selection pattern of a put integration response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

Specifies a put integration response request's resource identifier.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration response request's resource identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration response request's resource identifier.

\n@param resourceId Specifies a put integration response request's resource identifier.*/", "getterDocumentation" : "/**

Specifies a put integration response request's resource identifier.

\n@return Specifies a put integration response request's resource identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration response request's resource identifier.

\n@param resourceId Specifies a put integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration response request's resource identifier.

\n@param resourceId Specifies a put integration response request's resource identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseParameters" : { "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "getterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@return Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.

\n@param responseParameters Represents response parameters that can be read from the backend response. Response parameters are represented as a key/value map, with a destination as the key and a source as the value. A destination must match an existing response parameter in the Method. The source can be a header from the backend response, or a static value. Static values are specified using enclosing single quotes, and backend response headers can be read using the pattern integration.response.header.{name}.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Specifies a put integration response request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration response request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration response request's API identifier.

\n@param restApiId Specifies a put integration response request's API identifier.*/", "getterDocumentation" : "/**

Specifies a put integration response request's API identifier.

\n@return Specifies a put integration response request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration response request's API identifier.

\n@param restApiId Specifies a put integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration response request's API identifier.

\n@param restApiId Specifies a put integration response request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the status code that is used to map the integration response to an existing MethodResponse.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "getterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@return Specifies the status code that is used to map the integration response to an existing MethodResponse.*/", "fluentSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status code that is used to map the integration response to an existing MethodResponse.

\n@param statusCode Specifies the status code that is used to map the integration response to an existing MethodResponse.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies a put integration response request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a put integration response request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a put integration response request's HTTP method.

\n@param httpMethod Specifies a put integration response request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a put integration response request's HTTP method.

\n@return Specifies a put integration response request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a put integration response request's HTTP method.

\n@param httpMethod Specifies a put integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a put integration response request's HTTP method.

\n@param httpMethod Specifies a put integration response request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Integration" : { "c2jName" : "Integration", "documentation" : "

Represents a HTTP, AWS, or Mock integration.

", "shapeName" : "Integration", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@return Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, { "documentation" : "

Specifies the integration's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@return Specifies the integration's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "getterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@return Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "getterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@return Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.*/", "getterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@return Specifies the integration's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the integration's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.*/", "getterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@return Specifies the integration's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the integration's responses.

", "name" : "IntegrationResponses", "c2jName" : "integrationResponses", "c2jShape" : "MapOfIntegrationResponse", "variable" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the integration's responses.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "integrationResponses", "marshallLocationName" : "integrationResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "IntegrationResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IntegrationResponse", "variable" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "getterModel" : { "returnType" : "IntegrationResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.*/", "getterDocumentation" : "/**

Specifies the integration's responses.

\n@return Specifies the integration's responses.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "integration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : null, "simpleType" : "Integration", "variableSetterType" : "Integration" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "IntegrationType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "IntegrationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "getterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@return Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@see IntegrationType*/", "fluentSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/", "varargSetterDocumentation" : "/**

Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.

\n@param type Specifies the integration's type. The valid value is HTTP, AWS, or MOCK.\n@return Returns a reference to this object so that method calls can be chained together.\n@see IntegrationType*/" }, "CacheNamespace" : { "documentation" : "

Specifies the integration's cache namespace.

", "name" : "CacheNamespace", "c2jName" : "cacheNamespace", "c2jShape" : "String", "variable" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's cache namespace.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheNamespace", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheNamespace", "marshallLocationName" : "cacheNamespace", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.*/", "getterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@return Specifies the integration's cache namespace.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache namespace.

\n@param cacheNamespace Specifies the integration's cache namespace.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheKeyParameters" : { "documentation" : "

Specifies the integration's cache key parameters.

", "name" : "CacheKeyParameters", "c2jName" : "cacheKeyParameters", "c2jShape" : "ListOfString", "variable" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the integration's cache key parameters.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "cacheKeyParameters", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheKeyParameters", "marshallLocationName" : "cacheKeyParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.*/", "getterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@return Specifies the integration's cache key parameters.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's cache key parameters.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCacheKeyParameters(java.util.Collection)} or {@link #withCacheKeyParameters(java.util.Collection)} if you want to override the existing values.

\n@param cacheKeyParameters Specifies the integration's cache key parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IntegrationResponses" : { "documentation" : "

Specifies the integration's responses.

", "name" : "IntegrationResponses", "c2jName" : "integrationResponses", "c2jShape" : "MapOfIntegrationResponse", "variable" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the integration's responses.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "integrationResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "integrationResponses", "marshallLocationName" : "integrationResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "IntegrationResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "IntegrationResponse", "variable" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "IntegrationResponse", "variableDeclarationType" : "IntegrationResponse", "documentation" : "", "simpleType" : "IntegrationResponse", "variableSetterType" : "IntegrationResponse" }, "getterModel" : { "returnType" : "IntegrationResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.*/", "getterDocumentation" : "/**

Specifies the integration's responses.

\n@return Specifies the integration's responses.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's responses.

\n@param integrationResponses Specifies the integration's responses.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestTemplates" : { "documentation" : "

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.

", "name" : "RequestTemplates", "c2jName" : "requestTemplates", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestTemplates", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestTemplates", "marshallLocationName" : "requestTemplates", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Uri" : { "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "name" : "Uri", "c2jName" : "uri", "c2jShape" : "String", "variable" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uri", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uri", "marshallLocationName" : "uri", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "getterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@return Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.

\n@param uri Specifies the integration's Uniform Resource Identifier (URI). For HTTP integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification. For AWS integrations, the URI should be of the form arn:aws:apigateway:{region}:{subdomain.service|service}:{path|action}/{service_api}. Region, subdomain and service are used to determine the right endpoint. For AWS services that use the Action= query string parameter, service_api should be a valid action for the desired service. For RESTful AWS service APIs, path is used to indicate that the remaining substring in the URI should be treated as the path to the resource, including the initial /.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies the integration's HTTP method type.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the integration's HTTP method type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.*/", "getterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@return Specifies the integration's HTTP method type.*/", "fluentSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the integration's HTTP method type.

\n@param httpMethod Specifies the integration's HTTP method type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Credentials" : { "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "name" : "Credentials", "c2jName" : "credentials", "c2jShape" : "String", "variable" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "credentials", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "credentials", "marshallLocationName" : "credentials", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "getterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@return Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.*/", "fluentSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.

\n@param credentials Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for Amazon 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PassthroughBehavior" : { "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "name" : "PassthroughBehavior", "c2jName" : "passthroughBehavior", "c2jShape" : "String", "variable" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "passthroughBehavior", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "passthroughBehavior", "marshallLocationName" : "passthroughBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "getterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@return Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.*/", "fluentSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.

\n@param passthroughBehavior Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available requestTemplates defined on the Integration. There are three valid values: WHEN_NO_MATCH, WHEN_NO_TEMPLATES, and NEVER.

WHEN_NO_MATCH passes the request body for unmapped content types through to the Integration backend without transformation.

NEVER rejects unmapped content types with an HTTP 415 'Unsupported Media Type' response.

WHEN_NO_TEMPLATES will allow pass-through when the Integration has NO content types mapped to templates. However if there is at least one content type defined, unmapped content types will be rejected with the same 415 response.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "getterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@return Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.*/", "fluentSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.

\n@param requestParameters Represents requests parameters that are sent with the backend request. Request parameters are represented as a key/value map, with a destination as the key and a source as the value. A source must match an existing method request parameter, or a static value. Static values must be enclosed with single quotes, and be pre-encoded based on their destination in the request. The destination must match the pattern integration.request.{location}.{name}, where location is either querystring, path, or header. name must be a valid, unique parameter name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteModelResult" : { "c2jName" : "DeleteModelResult", "documentation" : null, "shapeName" : "DeleteModelResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteModelResult", "variableType" : "DeleteModelResult", "variableDeclarationType" : "DeleteModelResult", "documentation" : null, "simpleType" : "DeleteModelResult", "variableSetterType" : "DeleteModelResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PutMethodResponseResult" : { "c2jName" : "MethodResponse", "documentation" : "

Represents a method response. Amazon API Gateway sends back the status code to the caller as the HTTP status code. Parameters and models can be used to transform the response from the method's integration.

", "shapeName" : "PutMethodResponseResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "putMethodResponseResult", "variableType" : "PutMethodResponseResult", "variableDeclarationType" : "PutMethodResponseResult", "documentation" : null, "simpleType" : "PutMethodResponseResult", "variableSetterType" : "PutMethodResponseResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseParameters" : { "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "name" : "ResponseParameters", "c2jName" : "responseParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseParameters", "marshallLocationName" : "responseParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "getterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@return Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.*/", "fluentSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.

\n@param responseParameters Represents response parameters that can be sent back to the caller by Amazon API Gateway. Response parameters are represented as a key/value map, with a destination as the key and a boolean flag as the value, which is used to specify whether the parameter is required. A destination must match the pattern method.response.header.{name}, where name is a valid, unique header name. Destinations specified here are available to the integration for mapping from integration response parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

The method response's status code.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method response's status code.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusCode", "marshallLocationName" : "statusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.*/", "getterDocumentation" : "/**

The method response's status code.

\n@return The method response's status code.*/", "fluentSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method response's status code.

\n@param statusCode The method response's status code.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponseModels" : { "documentation" : "

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.

", "name" : "ResponseModels", "c2jName" : "responseModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "responseModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "responseModels", "marshallLocationName" : "responseModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteApiKeyRequest" : { "c2jName" : "DeleteApiKeyRequest", "documentation" : "

A request to delete the ApiKey resource.

", "shapeName" : "DeleteApiKeyRequest", "deprecated" : false, "required" : [ "apiKey" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the ApiKey resource to be deleted.

", "name" : "ApiKey", "c2jName" : "apiKey", "c2jShape" : "String", "variable" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ApiKey resource to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "api_Key", "marshallLocationName" : "api_Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ApiKey resource to be deleted.

\n@param apiKey The identifier of the ApiKey resource to be deleted.*/", "getterDocumentation" : "/**

The identifier of the ApiKey resource to be deleted.

\n@return The identifier of the ApiKey resource to be deleted.*/", "fluentSetterDocumentation" : "/**

The identifier of the ApiKey resource to be deleted.

\n@param apiKey The identifier of the ApiKey resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ApiKey resource to be deleted.

\n@param apiKey The identifier of the ApiKey resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteApiKeyRequest", "variableType" : "DeleteApiKeyRequest", "variableDeclarationType" : "DeleteApiKeyRequest", "documentation" : null, "simpleType" : "DeleteApiKeyRequest", "variableSetterType" : "DeleteApiKeyRequest" }, "marshaller" : { "action" : "DeleteApiKey", "verb" : "DELETE", "target" : null, "requestUri" : "/apikeys/{api_Key}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApiKey" : { "documentation" : "

The identifier of the ApiKey resource to be deleted.

", "name" : "ApiKey", "c2jName" : "apiKey", "c2jShape" : "String", "variable" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the ApiKey resource to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "apiKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "api_Key", "marshallLocationName" : "api_Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the ApiKey resource to be deleted.

\n@param apiKey The identifier of the ApiKey resource to be deleted.*/", "getterDocumentation" : "/**

The identifier of the ApiKey resource to be deleted.

\n@return The identifier of the ApiKey resource to be deleted.*/", "fluentSetterDocumentation" : "/**

The identifier of the ApiKey resource to be deleted.

\n@param apiKey The identifier of the ApiKey resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the ApiKey resource to be deleted.

\n@param apiKey The identifier of the ApiKey resource to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetMethodResponseRequest" : { "c2jName" : "GetMethodResponseRequest", "documentation" : "

Request to describe a MethodResponse resource.

", "shapeName" : "GetMethodResponseRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod", "statusCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@return The RestApi identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Resource identifier for the MethodResponse resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@return The Resource identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.*/", "getterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@return The HTTP verb identifier for the parent Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status code identifier for the MethodResponse resource.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@return The status code identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getMethodResponseRequest", "variableType" : "GetMethodResponseRequest", "variableDeclarationType" : "GetMethodResponseRequest", "documentation" : null, "simpleType" : "GetMethodResponseRequest", "variableSetterType" : "GetMethodResponseRequest" }, "marshaller" : { "action" : "GetMethodResponse", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

The Resource identifier for the MethodResponse resource.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Resource identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@return The Resource identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Resource identifier for the MethodResponse resource.

\n@param resourceId The Resource identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@return The RestApi identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the MethodResponse resource.

\n@param restApiId The RestApi identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusCode" : { "documentation" : "

The status code identifier for the MethodResponse resource.

", "name" : "StatusCode", "c2jName" : "statusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code identifier for the MethodResponse resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status_code", "marshallLocationName" : "status_code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.*/", "getterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@return The status code identifier for the MethodResponse resource.*/", "fluentSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status code identifier for the MethodResponse resource.

\n@param statusCode The status code identifier for the MethodResponse resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP verb identifier for the parent Method resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.*/", "getterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@return The HTTP verb identifier for the parent Method resource.*/", "fluentSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP verb identifier for the parent Method resource.

\n@param httpMethod The HTTP verb identifier for the parent Method resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "FlushStageAuthorizersCacheResult" : { "c2jName" : "FlushStageAuthorizersCacheResult", "documentation" : null, "shapeName" : "FlushStageAuthorizersCacheResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "flushStageAuthorizersCacheResult", "variableType" : "FlushStageAuthorizersCacheResult", "variableDeclarationType" : "FlushStageAuthorizersCacheResult", "documentation" : null, "simpleType" : "FlushStageAuthorizersCacheResult", "variableSetterType" : "FlushStageAuthorizersCacheResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteAuthorizerRequest" : { "c2jName" : "DeleteAuthorizerRequest", "documentation" : "

Request to delete an existing Authorizer resource.

", "shapeName" : "DeleteAuthorizerRequest", "deprecated" : false, "required" : [ "restApiId", "authorizerId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Authorizer resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@return The RestApi identifier for the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the Authorizer resource.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizer_id", "marshallLocationName" : "authorizer_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.*/", "getterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@return The identifier of the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteAuthorizerRequest", "variableType" : "DeleteAuthorizerRequest", "variableDeclarationType" : "DeleteAuthorizerRequest", "documentation" : null, "simpleType" : "DeleteAuthorizerRequest", "variableSetterType" : "DeleteAuthorizerRequest" }, "marshaller" : { "action" : "DeleteAuthorizer", "verb" : "DELETE", "target" : null, "requestUri" : "/restapis/{restapi_id}/authorizers/{authorizer_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AuthorizerId" : { "documentation" : "

The identifier of the Authorizer resource.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizer_id", "marshallLocationName" : "authorizer_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.*/", "getterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@return The identifier of the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Authorizer resource.

\n@param authorizerId The identifier of the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Authorizer resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Authorizer resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@return The RestApi identifier for the Authorizer resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Authorizer resource.

\n@param restApiId The RestApi identifier for the Authorizer resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyRequestsException" : { "c2jName" : "TooManyRequestsException", "documentation" : "", "shapeName" : "TooManyRequestsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RetryAfterSeconds", "c2jName" : "retryAfterSeconds", "c2jShape" : "String", "variable" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Retry-After", "marshallLocationName" : "Retry-After", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param retryAfterSeconds */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tooManyRequestsException", "variableType" : "TooManyRequestsException", "variableDeclarationType" : "TooManyRequestsException", "documentation" : null, "simpleType" : "TooManyRequestsException", "variableSetterType" : "TooManyRequestsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyRequestsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RetryAfterSeconds" : { "documentation" : "", "name" : "RetryAfterSeconds", "c2jName" : "retryAfterSeconds", "c2jShape" : "String", "variable" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retryAfterSeconds", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Retry-After", "marshallLocationName" : "Retry-After", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param retryAfterSeconds */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param retryAfterSeconds \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateRestApiResult" : { "c2jName" : "RestApi", "documentation" : "

Represents a REST API.

", "shapeName" : "UpdateRestApiResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateRestApiResult", "variableType" : "UpdateRestApiResult", "variableDeclarationType" : "UpdateRestApiResult", "documentation" : null, "simpleType" : "UpdateRestApiResult", "variableSetterType" : "UpdateRestApiResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Description" : { "documentation" : "

The API's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's description.

\n@param description The API's description.*/", "getterDocumentation" : "/**

The API's description.

\n@return The API's description.*/", "fluentSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's description.

\n@param description The API's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@return The date when the API was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API was created, in ISO 8601 format.

\n@param createdDate The date when the API was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "getterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@return The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.

\n@param id The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Warnings" : { "documentation" : "", "name" : "Warnings", "c2jName" : "warnings", "c2jShape" : "ListOfString", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "warnings", "marshallLocationName" : "warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**\n@param warnings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.

\n@param warnings \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The API's name.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The API's name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The API's name.

\n@param name The API's name.*/", "getterDocumentation" : "/**

The API's name.

\n@return The API's name.*/", "fluentSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The API's name.

\n@param name The API's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetModelRequest" : { "c2jName" : "GetModelRequest", "documentation" : "

Request to list information about a model in an existing RestApi resource.

", "shapeName" : "GetModelRequest", "deprecated" : false, "required" : [ "restApiId", "modelName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier under which the Model exists.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier under which the Model exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier under which the Model exists.

\n@param restApiId The RestApi identifier under which the Model exists.*/", "getterDocumentation" : "/**

The RestApi identifier under which the Model exists.

\n@return The RestApi identifier under which the Model exists.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier under which the Model exists.

\n@param restApiId The RestApi identifier under which the Model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier under which the Model exists.

\n@param restApiId The RestApi identifier under which the Model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the model as an identifier.

", "name" : "ModelName", "c2jName" : "modelName", "c2jShape" : "String", "variable" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model as an identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "model_name", "marshallLocationName" : "model_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model as an identifier.

\n@param modelName The name of the model as an identifier.*/", "getterDocumentation" : "/**

The name of the model as an identifier.

\n@return The name of the model as an identifier.*/", "fluentSetterDocumentation" : "/**

The name of the model as an identifier.

\n@param modelName The name of the model as an identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model as an identifier.

\n@param modelName The name of the model as an identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Resolves all external model references and returns a flattened model schema.

", "name" : "Flatten", "c2jName" : "flatten", "c2jShape" : "Boolean", "variable" : { "variableName" : "flatten", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Resolves all external model references and returns a flattened model schema.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "flatten", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "flatten", "marshallLocationName" : "flatten", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Resolves all external model references and returns a flattened model schema.

\n@param flatten Resolves all external model references and returns a flattened model schema.*/", "getterDocumentation" : "/**

Resolves all external model references and returns a flattened model schema.

\n@return Resolves all external model references and returns a flattened model schema.*/", "fluentSetterDocumentation" : "/**

Resolves all external model references and returns a flattened model schema.

\n@param flatten Resolves all external model references and returns a flattened model schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Resolves all external model references and returns a flattened model schema.

\n@param flatten Resolves all external model references and returns a flattened model schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getModelRequest", "variableType" : "GetModelRequest", "variableDeclarationType" : "GetModelRequest", "documentation" : null, "simpleType" : "GetModelRequest", "variableSetterType" : "GetModelRequest" }, "marshaller" : { "action" : "GetModel", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/models/{model_name}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ModelName" : { "documentation" : "

The name of the model as an identifier.

", "name" : "ModelName", "c2jName" : "modelName", "c2jShape" : "String", "variable" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the model as an identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "modelName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "model_name", "marshallLocationName" : "model_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the model as an identifier.

\n@param modelName The name of the model as an identifier.*/", "getterDocumentation" : "/**

The name of the model as an identifier.

\n@return The name of the model as an identifier.*/", "fluentSetterDocumentation" : "/**

The name of the model as an identifier.

\n@param modelName The name of the model as an identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the model as an identifier.

\n@param modelName The name of the model as an identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier under which the Model exists.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier under which the Model exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier under which the Model exists.

\n@param restApiId The RestApi identifier under which the Model exists.*/", "getterDocumentation" : "/**

The RestApi identifier under which the Model exists.

\n@return The RestApi identifier under which the Model exists.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier under which the Model exists.

\n@param restApiId The RestApi identifier under which the Model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier under which the Model exists.

\n@param restApiId The RestApi identifier under which the Model exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Flatten" : { "documentation" : "

Resolves all external model references and returns a flattened model schema.

", "name" : "Flatten", "c2jName" : "flatten", "c2jShape" : "Boolean", "variable" : { "variableName" : "flatten", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Resolves all external model references and returns a flattened model schema.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "flatten", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "flatten", "marshallLocationName" : "flatten", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Resolves all external model references and returns a flattened model schema.

\n@param flatten Resolves all external model references and returns a flattened model schema.*/", "getterDocumentation" : "/**

Resolves all external model references and returns a flattened model schema.

\n@return Resolves all external model references and returns a flattened model schema.*/", "fluentSetterDocumentation" : "/**

Resolves all external model references and returns a flattened model schema.

\n@param flatten Resolves all external model references and returns a flattened model schema.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Resolves all external model references and returns a flattened model schema.

\n@param flatten Resolves all external model references and returns a flattened model schema.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetSdkRequest" : { "c2jName" : "GetSdkRequest", "documentation" : "

Request a new generated client SDK for a RestApi and Stage.

", "shapeName" : "GetSdkRequest", "deprecated" : false, "required" : [ "restApiId", "stageName", "sdkType" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi that the SDK will use.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi that the SDK will use.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi that the SDK will use.

\n@param restApiId The identifier of the RestApi that the SDK will use.*/", "getterDocumentation" : "/**

The identifier of the RestApi that the SDK will use.

\n@return The identifier of the RestApi that the SDK will use.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi that the SDK will use.

\n@param restApiId The identifier of the RestApi that the SDK will use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi that the SDK will use.

\n@param restApiId The identifier of the RestApi that the SDK will use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Stage that the SDK will use.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage that the SDK will use.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage that the SDK will use.

\n@param stageName The name of the Stage that the SDK will use.*/", "getterDocumentation" : "/**

The name of the Stage that the SDK will use.

\n@return The name of the Stage that the SDK will use.*/", "fluentSetterDocumentation" : "/**

The name of the Stage that the SDK will use.

\n@param stageName The name of the Stage that the SDK will use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage that the SDK will use.

\n@param stageName The name of the Stage that the SDK will use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

", "name" : "SdkType", "c2jName" : "sdkType", "c2jShape" : "String", "variable" : { "variableName" : "sdkType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sdkType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sdk_type", "marshallLocationName" : "sdk_type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

\n@param sdkType The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.*/", "getterDocumentation" : "/**

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

\n@return The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.*/", "fluentSetterDocumentation" : "/**

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

\n@param sdkType The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

\n@param sdkType The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

", "name" : "Parameters", "c2jName" : "parameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameters", "marshallLocationName" : "parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

\n@param parameters A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.*/", "getterDocumentation" : "/**

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

\n@return A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.*/", "fluentSetterDocumentation" : "/**

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

\n@param parameters A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

\n@param parameters A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getSdkRequest", "variableType" : "GetSdkRequest", "variableDeclarationType" : "GetSdkRequest", "documentation" : null, "simpleType" : "GetSdkRequest", "variableSetterType" : "GetSdkRequest" }, "marshaller" : { "action" : "GetSdk", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/stages/{stage_name}/sdks/{sdk_type}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SdkType" : { "documentation" : "

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

", "name" : "SdkType", "c2jName" : "sdkType", "c2jShape" : "String", "variable" : { "variableName" : "sdkType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sdkType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sdk_type", "marshallLocationName" : "sdk_type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

\n@param sdkType The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.*/", "getterDocumentation" : "/**

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

\n@return The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.*/", "fluentSetterDocumentation" : "/**

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

\n@param sdkType The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.

\n@param sdkType The language for the generated SDK. Currently javascript, android, and objectivec (for iOS) are supported.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Parameters" : { "documentation" : "

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

", "name" : "Parameters", "c2jName" : "parameters", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "parameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "parameters", "marshallLocationName" : "parameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

\n@param parameters A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.*/", "getterDocumentation" : "/**

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

\n@return A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.*/", "fluentSetterDocumentation" : "/**

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

\n@param parameters A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.

\n@param parameters A key-value map of query string parameters that specify properties of the SDK, depending on the requested sdkType. For sdkType 'objectivec', a parameter named \"classPrefix\" is required. For sdkType 'android', parameters named \"groupId\", \"artifactId\", \"artifactVersion\", and \"invokerPackage\" are required.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageName" : { "documentation" : "

The name of the Stage that the SDK will use.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Stage that the SDK will use.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stage_name", "marshallLocationName" : "stage_name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Stage that the SDK will use.

\n@param stageName The name of the Stage that the SDK will use.*/", "getterDocumentation" : "/**

The name of the Stage that the SDK will use.

\n@return The name of the Stage that the SDK will use.*/", "fluentSetterDocumentation" : "/**

The name of the Stage that the SDK will use.

\n@param stageName The name of the Stage that the SDK will use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Stage that the SDK will use.

\n@param stageName The name of the Stage that the SDK will use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi that the SDK will use.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi that the SDK will use.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi that the SDK will use.

\n@param restApiId The identifier of the RestApi that the SDK will use.*/", "getterDocumentation" : "/**

The identifier of the RestApi that the SDK will use.

\n@return The identifier of the RestApi that the SDK will use.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi that the SDK will use.

\n@param restApiId The identifier of the RestApi that the SDK will use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi that the SDK will use.

\n@param restApiId The identifier of the RestApi that the SDK will use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateMethodResult" : { "c2jName" : "Method", "documentation" : "

Represents a method.

", "shapeName" : "UpdateMethodResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.*/", "getterDocumentation" : "/**

The HTTP method.

\n@return The HTTP method.*/", "fluentSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The method's authorization type.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method's authorization type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.*/", "getterDocumentation" : "/**

The method's authorization type.

\n@return The method's authorization type.*/", "fluentSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "getterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@return Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "name" : "MethodResponses", "c2jName" : "methodResponses", "c2jShape" : "MapOfMethodResponse", "variable" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodResponses", "marshallLocationName" : "methodResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodResponse", "variable" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "getterModel" : { "returnType" : "MethodResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "getterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@return Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "fluentSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The method's integration.

", "name" : "MethodIntegration", "c2jName" : "methodIntegration", "c2jShape" : "Integration", "variable" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "

The method's integration.

", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "setterModel" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "getterModel" : { "returnType" : "Integration", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodIntegration", "marshallLocationName" : "methodIntegration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.*/", "getterDocumentation" : "/**

The method's integration.

\n@return The method's integration.*/", "fluentSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateMethodResult", "variableType" : "UpdateMethodResult", "variableDeclarationType" : "UpdateMethodResult", "documentation" : null, "simpleType" : "UpdateMethodResult", "variableSetterType" : "UpdateMethodResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MethodResponses" : { "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "name" : "MethodResponses", "c2jName" : "methodResponses", "c2jShape" : "MapOfMethodResponse", "variable" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodResponses", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodResponses", "marshallLocationName" : "methodResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodResponse", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodResponse", "variable" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodResponse", "variableDeclarationType" : "MethodResponse", "documentation" : "", "simpleType" : "MethodResponse", "variableSetterType" : "MethodResponse" }, "getterModel" : { "returnType" : "MethodResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "getterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@return Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.*/", "fluentSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.

\n@param methodResponses Represents available responses that can be sent to the caller. Method responses are represented as a key/value map, with an HTTP status code as the key and a MethodResponse as the value. The status codes are available for the Integration responses to map to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizerId" : { "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "name" : "AuthorizerId", "c2jName" : "authorizerId", "c2jShape" : "String", "variable" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizerId", "marshallLocationName" : "authorizerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "getterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@return Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.*/", "fluentSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.

\n@param authorizerId Specifies the identifier of an Authorizer to use on this Method. The authorizationType must be CUSTOM.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestModels" : { "documentation" : "

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.

", "name" : "RequestModels", "c2jName" : "requestModels", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestModels", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestModels", "marshallLocationName" : "requestModels", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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.

\n@param 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MethodIntegration" : { "documentation" : "

The method's integration.

", "name" : "MethodIntegration", "c2jName" : "methodIntegration", "c2jShape" : "Integration", "variable" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "

The method's integration.

", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "setterModel" : { "variableName" : "methodIntegration", "variableType" : "Integration", "variableDeclarationType" : "Integration", "documentation" : "", "simpleType" : "Integration", "variableSetterType" : "Integration" }, "getterModel" : { "returnType" : "Integration", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodIntegration", "marshallLocationName" : "methodIntegration", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.*/", "getterDocumentation" : "/**

The method's integration.

\n@return The method's integration.*/", "fluentSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's integration.

\n@param methodIntegration The method's integration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApiKeyRequired" : { "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "name" : "ApiKeyRequired", "c2jName" : "apiKeyRequired", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the method requires a valid ApiKey.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "apiKeyRequired", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "apiKeyRequired", "marshallLocationName" : "apiKeyRequired", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.*/", "getterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@return Specifies whether the method requires a valid ApiKey.*/", "fluentSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the method requires a valid ApiKey.

\n@param apiKeyRequired Specifies whether the method requires a valid ApiKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AuthorizationType" : { "documentation" : "

The method's authorization type.

", "name" : "AuthorizationType", "c2jName" : "authorizationType", "c2jShape" : "String", "variable" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The method's authorization type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authorizationType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "authorizationType", "marshallLocationName" : "authorizationType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.*/", "getterDocumentation" : "/**

The method's authorization type.

\n@return The method's authorization type.*/", "fluentSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The method's authorization type.

\n@param authorizationType The method's authorization type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

The HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "httpMethod", "marshallLocationName" : "httpMethod", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.*/", "getterDocumentation" : "/**

The HTTP method.

\n@return The HTTP method.*/", "fluentSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP method.

\n@param httpMethod The HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RequestParameters" : { "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "name" : "RequestParameters", "c2jName" : "requestParameters", "c2jShape" : "MapOfStringToBoolean", "variable" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "requestParameters", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "requestParameters", "marshallLocationName" : "requestParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "Boolean", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "NullableBoolean", "variable" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "value", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "getterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@return Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.*/", "fluentSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.

\n@param requestParameters Represents request parameters that can be accepted by Amazon API Gateway. Request parameters are represented as a key/value map, with a source as the key and a Boolean flag as the value. The Boolean flag is used to specify whether the parameter is required. A source must match the pattern method.request.{location}.{name}, where location is either querystring, path, or header. name is a valid, unique parameter name. Sources specified here are available to the integration for mapping to integration request parameters or templates.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BadRequestException" : { "c2jName" : "BadRequestException", "documentation" : "", "shapeName" : "BadRequestException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "badRequestException", "variableType" : "BadRequestException", "variableDeclarationType" : "BadRequestException", "documentation" : null, "simpleType" : "BadRequestException", "variableSetterType" : "BadRequestException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "BadRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateApiKeyResult" : { "c2jName" : "ApiKey", "documentation" : "

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.

", "shapeName" : "CreateApiKeyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the API Key.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.*/", "getterDocumentation" : "/**

The identifier of the API Key.

\n@return The identifier of the API Key.*/", "fluentSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the API Key.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.*/", "getterDocumentation" : "/**

The name of the API Key.

\n@return The name of the API Key.*/", "fluentSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the API Key.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.*/", "getterDocumentation" : "/**

The description of the API Key.

\n@return The description of the API Key.*/", "fluentSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the API Key can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the API Key can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@return Specifies whether the API Key can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfString", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@return The date when the API Key was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@return When the API Key was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createApiKeyResult", "variableType" : "CreateApiKeyResult", "variableDeclarationType" : "CreateApiKeyResult", "documentation" : null, "simpleType" : "CreateApiKeyResult", "variableSetterType" : "CreateApiKeyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastUpdatedDate" : { "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

When the API Key was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@return When the API Key was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When the API Key was last updated, in ISO 8601 format.

\n@param lastUpdatedDate When the API Key was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the API Key.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.*/", "getterDocumentation" : "/**

The description of the API Key.

\n@return The description of the API Key.*/", "fluentSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the API Key.

\n@param description The description of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageKeys" : { "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "name" : "StageKeys", "c2jName" : "stageKeys", "c2jShape" : "ListOfString", "variable" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of Stage resources that are associated with the ApiKey resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "stageKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageKeys", "marshallLocationName" : "stageKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.*/", "getterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@return A list of Stage resources that are associated with the ApiKey resource.*/", "fluentSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of Stage resources that are associated with the ApiKey resource.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setStageKeys(java.util.Collection)} or {@link #withStageKeys(java.util.Collection)} if you want to override the existing values.

\n@param stageKeys A list of Stage resources that are associated with the ApiKey resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date when the API Key was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@return The date when the API Key was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date when the API Key was created, in ISO 8601 format.

\n@param createdDate The date when the API Key was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "

Specifies whether the API Key can be used by callers.

", "name" : "Enabled", "c2jName" : "enabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the API Key can be used by callers.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "enabled", "marshallLocationName" : "enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.*/", "getterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@return Specifies whether the API Key can be used by callers.*/", "fluentSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the API Key can be used by callers.

\n@param enabled Specifies whether the API Key can be used by callers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "

The identifier of the API Key.

", "name" : "Id", "c2jName" : "id", "c2jShape" : "String", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "id", "marshallLocationName" : "id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.*/", "getterDocumentation" : "/**

The identifier of the API Key.

\n@return The identifier of the API Key.*/", "fluentSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the API Key.

\n@param id The identifier of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of the API Key.

", "name" : "Name", "c2jName" : "name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the API Key.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.*/", "getterDocumentation" : "/**

The name of the API Key.

\n@return The name of the API Key.*/", "fluentSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the API Key.

\n@param name The name of the API Key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetAuthorizersRequest" : { "c2jName" : "GetAuthorizersRequest", "documentation" : "

Request to describe an existing Authorizers resource.

", "shapeName" : "GetAuthorizersRequest", "deprecated" : false, "required" : [ "restApiId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier for the Authorizers resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Authorizers resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Authorizers resource.

\n@param restApiId The RestApi identifier for the Authorizers resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Authorizers resource.

\n@return The RestApi identifier for the Authorizers resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Authorizers resource.

\n@param restApiId The RestApi identifier for the Authorizers resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Authorizers resource.

\n@param restApiId The RestApi identifier for the Authorizers resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

\n@param position If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.*/", "getterDocumentation" : "/**

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

\n@return If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.*/", "fluentSetterDocumentation" : "/**

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

\n@param position If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

\n@param position If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Limit the number of Authorizer resources in the response.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Limit the number of Authorizer resources in the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Limit the number of Authorizer resources in the response.

\n@param limit Limit the number of Authorizer resources in the response.*/", "getterDocumentation" : "/**

Limit the number of Authorizer resources in the response.

\n@return Limit the number of Authorizer resources in the response.*/", "fluentSetterDocumentation" : "/**

Limit the number of Authorizer resources in the response.

\n@param limit Limit the number of Authorizer resources in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Limit the number of Authorizer resources in the response.

\n@param limit Limit the number of Authorizer resources in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getAuthorizersRequest", "variableType" : "GetAuthorizersRequest", "variableDeclarationType" : "GetAuthorizersRequest", "documentation" : null, "simpleType" : "GetAuthorizersRequest", "variableSetterType" : "GetAuthorizersRequest" }, "marshaller" : { "action" : "GetAuthorizers", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/authorizers", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

\n@param position If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.*/", "getterDocumentation" : "/**

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

\n@return If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.*/", "fluentSetterDocumentation" : "/**

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

\n@param position If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.

\n@param position If not all Authorizer resources in the response were present, the position will specificy where to start the next page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier for the Authorizers resource.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier for the Authorizers resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier for the Authorizers resource.

\n@param restApiId The RestApi identifier for the Authorizers resource.*/", "getterDocumentation" : "/**

The RestApi identifier for the Authorizers resource.

\n@return The RestApi identifier for the Authorizers resource.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier for the Authorizers resource.

\n@param restApiId The RestApi identifier for the Authorizers resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier for the Authorizers resource.

\n@param restApiId The RestApi identifier for the Authorizers resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

Limit the number of Authorizer resources in the response.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Limit the number of Authorizer resources in the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Limit the number of Authorizer resources in the response.

\n@param limit Limit the number of Authorizer resources in the response.*/", "getterDocumentation" : "/**

Limit the number of Authorizer resources in the response.

\n@return Limit the number of Authorizer resources in the response.*/", "fluentSetterDocumentation" : "/**

Limit the number of Authorizer resources in the response.

\n@param limit Limit the number of Authorizer resources in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Limit the number of Authorizer resources in the response.

\n@param limit Limit the number of Authorizer resources in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateStageResult" : { "c2jName" : "Stage", "documentation" : "

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

", "shapeName" : "UpdateStageResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the Deployment that the stage points to.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment that the stage points to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.*/", "getterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@return The identifier of the Deployment that the stage points to.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param clientCertificateId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "getterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@return The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The stage's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.*/", "getterDocumentation" : "/**

The stage's description.

\n@return The stage's description.*/", "fluentSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.*/", "getterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@return Specifies whether a cache cluster is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.*/", "getterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@return The size of the cache cluster for the stage, if enabled.*/", "fluentSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterStatus", "c2jName" : "cacheClusterStatus", "c2jShape" : "CacheClusterStatus", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterStatus", "marshallLocationName" : "cacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CacheClusterStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "getterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@return The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "fluentSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/", "varargSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/" }, { "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "name" : "MethodSettings", "c2jName" : "methodSettings", "c2jShape" : "MapOfMethodSettings", "variable" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodSettings", "marshallLocationName" : "methodSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSetting", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSetting", "variable" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "getterModel" : { "returnType" : "MethodSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "getterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@return A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "fluentSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@return The date and time that the stage was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@return The date and time that information about the stage was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateStageResult", "variableType" : "UpdateStageResult", "variableDeclarationType" : "UpdateStageResult", "documentation" : null, "simpleType" : "UpdateStageResult", "variableSetterType" : "UpdateStageResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param clientCertificateId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param clientCertificateId \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Variables" : { "documentation" : "

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

", "name" : "Variables", "c2jName" : "variables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "variables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "variables", "marshallLocationName" : "variables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "getterDocumentation" : "/**

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

\n@return A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.*/", "fluentSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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

\n@param variables A map that defines the stage variables for a Stage resource. Variable names can have alphanumeric characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedDate" : { "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "name" : "LastUpdatedDate", "c2jName" : "lastUpdatedDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that information about the stage was last updated, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedDate", "marshallLocationName" : "lastUpdatedDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@return The date and time that information about the stage was last updated, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that information about the stage was last updated, in ISO 8601 format.

\n@param lastUpdatedDate The date and time that information about the stage was last updated, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentId" : { "documentation" : "

The identifier of the Deployment that the stage points to.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment that the stage points to.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.*/", "getterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@return The identifier of the Deployment that the stage points to.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment that the stage points to.

\n@param deploymentId The identifier of the Deployment that the stage points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The stage's description.

", "name" : "Description", "c2jName" : "description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The stage's description.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.*/", "getterDocumentation" : "/**

The stage's description.

\n@return The stage's description.*/", "fluentSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The stage's description.

\n@param description The stage's description.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterStatus" : { "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterStatus", "c2jName" : "cacheClusterStatus", "c2jShape" : "CacheClusterStatus", "variable" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterStatus", "marshallLocationName" : "cacheClusterStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "CacheClusterStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "getterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@return The status of the cache cluster for the stage, if enabled.\n@see CacheClusterStatus*/", "fluentSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/", "varargSetterDocumentation" : "/**

The status of the cache cluster for the stage, if enabled.

\n@param cacheClusterStatus The status of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CacheClusterStatus*/" }, "StageName" : { "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "name" : "StageName", "c2jName" : "stageName", "c2jShape" : "String", "variable" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageName", "marshallLocationName" : "stageName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "getterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@return The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.*/", "fluentSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.

\n@param stageName The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to Amazon API Gateway.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDate" : { "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "name" : "CreatedDate", "c2jName" : "createdDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was created, in ISO 8601 format.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createdDate", "marshallLocationName" : "createdDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.*/", "getterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@return The date and time that the stage was created, in ISO 8601 format.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was created, in ISO 8601 format.

\n@param createdDate The date and time that the stage was created, in ISO 8601 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MethodSettings" : { "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "name" : "MethodSettings", "c2jName" : "methodSettings", "c2jShape" : "MapOfMethodSettings", "variable" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "methodSettings", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "methodSettings", "marshallLocationName" : "methodSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "MethodSetting", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "MethodSetting", "variable" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "setterModel" : { "variableName" : "value", "variableType" : "MethodSetting", "variableDeclarationType" : "MethodSetting", "documentation" : "", "simpleType" : "MethodSetting", "variableSetterType" : "MethodSetting" }, "getterModel" : { "returnType" : "MethodSetting", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : false, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "getterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@return A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.*/", "fluentSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.

\n@param methodSettings A map that defines the method settings for a Stage resource. Keys are defined as {resource_path}/{http_method} for an individual method override, or \\*/\\* for the settings applied to all methods in the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterSize" : { "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "name" : "CacheClusterSize", "c2jName" : "cacheClusterSize", "c2jShape" : "String", "variable" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the cache cluster for the stage, if enabled.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "cacheClusterSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterSize", "marshallLocationName" : "cacheClusterSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.*/", "getterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@return The size of the cache cluster for the stage, if enabled.*/", "fluentSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of the cache cluster for the stage, if enabled.

\n@param cacheClusterSize The size of the cache cluster for the stage, if enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheClusterEnabled" : { "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "name" : "CacheClusterEnabled", "c2jName" : "cacheClusterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether a cache cluster is enabled for the stage.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cacheClusterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "cacheClusterEnabled", "marshallLocationName" : "cacheClusterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.*/", "getterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@return Specifies whether a cache cluster is enabled for the stage.*/", "fluentSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether a cache cluster is enabled for the stage.

\n@param cacheClusterEnabled Specifies whether a cache cluster is enabled for the stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDeploymentRequest" : { "c2jName" : "GetDeploymentRequest", "documentation" : "

Requests Amazon API Gateway to get information about a Deployment resource.

", "shapeName" : "GetDeploymentRequest", "deprecated" : false, "required" : [ "restApiId", "deploymentId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the RestApi resource for the Deployment resource to get information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Deployment resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to get information about.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to get information about.

\n@return The identifier of the RestApi resource for the Deployment resource to get information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifier of the Deployment resource to get information about.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deployment_id", "marshallLocationName" : "deployment_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment resource to get information about.

\n@param deploymentId The identifier of the Deployment resource to get information about.*/", "getterDocumentation" : "/**

The identifier of the Deployment resource to get information about.

\n@return The identifier of the Deployment resource to get information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment resource to get information about.

\n@param deploymentId The identifier of the Deployment resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment resource to get information about.

\n@param deploymentId The identifier of the Deployment resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentRequest", "variableType" : "GetDeploymentRequest", "variableDeclarationType" : "GetDeploymentRequest", "documentation" : null, "simpleType" : "GetDeploymentRequest", "variableSetterType" : "GetDeploymentRequest" }, "marshaller" : { "action" : "GetDeployment", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/deployments/{deployment_id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

The identifier of the Deployment resource to get information about.

", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "String", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the Deployment resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deployment_id", "marshallLocationName" : "deployment_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the Deployment resource to get information about.

\n@param deploymentId The identifier of the Deployment resource to get information about.*/", "getterDocumentation" : "/**

The identifier of the Deployment resource to get information about.

\n@return The identifier of the Deployment resource to get information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the Deployment resource to get information about.

\n@param deploymentId The identifier of the Deployment resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the Deployment resource to get information about.

\n@param deploymentId The identifier of the Deployment resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The identifier of the RestApi resource for the Deployment resource to get information about.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the RestApi resource for the Deployment resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to get information about.*/", "getterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to get information about.

\n@return The identifier of the RestApi resource for the Deployment resource to get information about.*/", "fluentSetterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the RestApi resource for the Deployment resource to get information about.

\n@param restApiId The identifier of the RestApi resource for the Deployment resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetModelsRequest" : { "c2jName" : "GetModelsRequest", "documentation" : "

Request to list existing Models defined for a RestApi resource.

", "shapeName" : "GetModelsRequest", "deprecated" : false, "required" : [ "restApiId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The RestApi identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier.

\n@param restApiId The RestApi identifier.*/", "getterDocumentation" : "/**

The RestApi identifier.

\n@return The RestApi identifier.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier.

\n@param restApiId The RestApi identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier.

\n@param restApiId The RestApi identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The position of the next set of results in the Models resource to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the next set of results in the Models resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the next set of results in the Models resource to get information about.

\n@param position The position of the next set of results in the Models resource to get information about.*/", "getterDocumentation" : "/**

The position of the next set of results in the Models resource to get information about.

\n@return The position of the next set of results in the Models resource to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the next set of results in the Models resource to get information about.

\n@param position The position of the next set of results in the Models resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the next set of results in the Models resource to get information about.

\n@param position The position of the next set of results in the Models resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getModelsRequest", "variableType" : "GetModelsRequest", "variableDeclarationType" : "GetModelsRequest", "documentation" : null, "simpleType" : "GetModelsRequest", "variableSetterType" : "GetModelsRequest" }, "marshaller" : { "action" : "GetModels", "verb" : "GET", "target" : null, "requestUri" : "/restapis/{restapi_id}/models", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Position" : { "documentation" : "

The position of the next set of results in the Models resource to get information about.

", "name" : "Position", "c2jName" : "position", "c2jShape" : "String", "variable" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The position of the next set of results in the Models resource to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "position", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "position", "marshallLocationName" : "position", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The position of the next set of results in the Models resource to get information about.

\n@param position The position of the next set of results in the Models resource to get information about.*/", "getterDocumentation" : "/**

The position of the next set of results in the Models resource to get information about.

\n@return The position of the next set of results in the Models resource to get information about.*/", "fluentSetterDocumentation" : "/**

The position of the next set of results in the Models resource to get information about.

\n@param position The position of the next set of results in the Models resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The position of the next set of results in the Models resource to get information about.

\n@param position The position of the next set of results in the Models resource to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

The RestApi identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The RestApi identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The RestApi identifier.

\n@param restApiId The RestApi identifier.*/", "getterDocumentation" : "/**

The RestApi identifier.

\n@return The RestApi identifier.*/", "fluentSetterDocumentation" : "/**

The RestApi identifier.

\n@param restApiId The RestApi identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The RestApi identifier.

\n@param restApiId The RestApi identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "NullableInteger", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "getterDocumentation" : "/**

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@return The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.*/", "fluentSetterDocumentation" : "/**

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.

\n@param limit The maximum number of models in the collection to get information about. The default limit is 25. It should be an integer between 1 - 500.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TestInvokeMethodRequest" : { "c2jName" : "TestInvokeMethodRequest", "documentation" : "

Make a request to simulate the execution of a Method.

", "shapeName" : "TestInvokeMethodRequest", "deprecated" : false, "required" : [ "restApiId", "resourceId", "httpMethod" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies a test invoke method request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke method request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke method request's API identifier.

\n@param restApiId Specifies a test invoke method request's API identifier.*/", "getterDocumentation" : "/**

Specifies a test invoke method request's API identifier.

\n@return Specifies a test invoke method request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke method request's API identifier.

\n@param restApiId Specifies a test invoke method request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke method request's API identifier.

\n@param restApiId Specifies a test invoke method request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a test invoke method request's resource ID.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke method request's resource ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke method request's resource ID.

\n@param resourceId Specifies a test invoke method request's resource ID.*/", "getterDocumentation" : "/**

Specifies a test invoke method request's resource ID.

\n@return Specifies a test invoke method request's resource ID.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke method request's resource ID.

\n@param resourceId Specifies a test invoke method request's resource ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke method request's resource ID.

\n@param resourceId Specifies a test invoke method request's resource ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies a test invoke method request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke method request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke method request's HTTP method.

\n@param httpMethod Specifies a test invoke method request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a test invoke method request's HTTP method.

\n@return Specifies a test invoke method request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke method request's HTTP method.

\n@param httpMethod Specifies a test invoke method request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke method request's HTTP method.

\n@param httpMethod Specifies a test invoke method request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

", "name" : "PathWithQueryString", "c2jName" : "pathWithQueryString", "c2jShape" : "String", "variable" : { "variableName" : "pathWithQueryString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathWithQueryString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathWithQueryString", "marshallLocationName" : "pathWithQueryString", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.*/", "getterDocumentation" : "/**

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@return The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.*/", "fluentSetterDocumentation" : "/**

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The simulated request body of an incoming invocation request.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "String", "variable" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The simulated request body of an incoming invocation request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The simulated request body of an incoming invocation request.

\n@param body The simulated request body of an incoming invocation request.*/", "getterDocumentation" : "/**

The simulated request body of an incoming invocation request.

\n@return The simulated request body of an incoming invocation request.*/", "fluentSetterDocumentation" : "/**

The simulated request body of an incoming invocation request.

\n@param body The simulated request body of an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The simulated request body of an incoming invocation request.

\n@param body The simulated request body of an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A key-value map of headers to simulate an incoming invocation request.

", "name" : "Headers", "c2jName" : "headers", "c2jShape" : "MapOfHeaderValues", "variable" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A key-value map of headers to simulate an incoming invocation request.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "headers", "marshallLocationName" : "headers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A key-value map of headers to simulate an incoming invocation request.

\n@param headers A key-value map of headers to simulate an incoming invocation request.*/", "getterDocumentation" : "/**

A key-value map of headers to simulate an incoming invocation request.

\n@return A key-value map of headers to simulate an incoming invocation request.*/", "fluentSetterDocumentation" : "/**

A key-value map of headers to simulate an incoming invocation request.

\n@param headers A key-value map of headers to simulate an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key-value map of headers to simulate an incoming invocation request.

\n@param headers A key-value map of headers to simulate an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

\n@param clientCertificateId A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.*/", "getterDocumentation" : "/**

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

\n@return A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.*/", "fluentSetterDocumentation" : "/**

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

\n@param clientCertificateId A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

\n@param clientCertificateId A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A key-value map of stage variables to simulate an invocation on a deployed Stage.

", "name" : "StageVariables", "c2jName" : "stageVariables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "stageVariables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A key-value map of stage variables to simulate an invocation on a deployed Stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "stageVariables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageVariables", "marshallLocationName" : "stageVariables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.*/", "getterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@return A key-value map of stage variables to simulate an invocation on a deployed Stage.*/", "fluentSetterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "testInvokeMethodRequest", "variableType" : "TestInvokeMethodRequest", "variableDeclarationType" : "TestInvokeMethodRequest", "documentation" : null, "simpleType" : "TestInvokeMethodRequest", "variableSetterType" : "TestInvokeMethodRequest" }, "marshaller" : { "action" : "TestInvokeMethod", "verb" : "POST", "target" : null, "requestUri" : "/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ClientCertificateId" : { "documentation" : "

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

", "name" : "ClientCertificateId", "c2jName" : "clientCertificateId", "c2jShape" : "String", "variable" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "clientCertificateId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "clientCertificateId", "marshallLocationName" : "clientCertificateId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

\n@param clientCertificateId A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.*/", "getterDocumentation" : "/**

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

\n@return A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.*/", "fluentSetterDocumentation" : "/**

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

\n@param clientCertificateId A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.

\n@param clientCertificateId A ClientCertificate identifier to use in the test invocation. API Gateway will use use the certificate when making the HTTPS request to the defined backend endpoint.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

Specifies a test invoke method request's resource ID.

", "name" : "ResourceId", "c2jName" : "resourceId", "c2jShape" : "String", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke method request's resource ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "resource_id", "marshallLocationName" : "resource_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke method request's resource ID.

\n@param resourceId Specifies a test invoke method request's resource ID.*/", "getterDocumentation" : "/**

Specifies a test invoke method request's resource ID.

\n@return Specifies a test invoke method request's resource ID.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke method request's resource ID.

\n@param resourceId Specifies a test invoke method request's resource ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke method request's resource ID.

\n@param resourceId Specifies a test invoke method request's resource ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageVariables" : { "documentation" : "

A key-value map of stage variables to simulate an invocation on a deployed Stage.

", "name" : "StageVariables", "c2jName" : "stageVariables", "c2jShape" : "MapOfStringToString", "variable" : { "variableName" : "stageVariables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A key-value map of stage variables to simulate an invocation on a deployed Stage.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "stageVariables", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "stageVariables", "marshallLocationName" : "stageVariables", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.*/", "getterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@return A key-value map of stage variables to simulate an invocation on a deployed Stage.*/", "fluentSetterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key-value map of stage variables to simulate an invocation on a deployed Stage.

\n@param stageVariables A key-value map of stage variables to simulate an invocation on a deployed Stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Headers" : { "documentation" : "

A key-value map of headers to simulate an incoming invocation request.

", "name" : "Headers", "c2jName" : "headers", "c2jShape" : "MapOfHeaderValues", "variable" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

A key-value map of headers to simulate an incoming invocation request.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "headers", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "headers", "marshallLocationName" : "headers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry", "keySimple" : true }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

A key-value map of headers to simulate an incoming invocation request.

\n@param headers A key-value map of headers to simulate an incoming invocation request.*/", "getterDocumentation" : "/**

A key-value map of headers to simulate an incoming invocation request.

\n@return A key-value map of headers to simulate an incoming invocation request.*/", "fluentSetterDocumentation" : "/**

A key-value map of headers to simulate an incoming invocation request.

\n@param headers A key-value map of headers to simulate an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key-value map of headers to simulate an incoming invocation request.

\n@param headers A key-value map of headers to simulate an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestApiId" : { "documentation" : "

Specifies a test invoke method request's API identifier.

", "name" : "RestApiId", "c2jName" : "restApiId", "c2jShape" : "String", "variable" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke method request's API identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "restApiId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "restapi_id", "marshallLocationName" : "restapi_id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke method request's API identifier.

\n@param restApiId Specifies a test invoke method request's API identifier.*/", "getterDocumentation" : "/**

Specifies a test invoke method request's API identifier.

\n@return Specifies a test invoke method request's API identifier.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke method request's API identifier.

\n@param restApiId Specifies a test invoke method request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke method request's API identifier.

\n@param restApiId Specifies a test invoke method request's API identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PathWithQueryString" : { "documentation" : "

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

", "name" : "PathWithQueryString", "c2jName" : "pathWithQueryString", "c2jShape" : "String", "variable" : { "variableName" : "pathWithQueryString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "pathWithQueryString", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "pathWithQueryString", "marshallLocationName" : "pathWithQueryString", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.*/", "getterDocumentation" : "/**

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@return The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.*/", "fluentSetterDocumentation" : "/**

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.

\n@param pathWithQueryString The URI path, including query string, of the simulated invocation request. Use this to specify path parameters and query string parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

The simulated request body of an incoming invocation request.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "String", "variable" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The simulated request body of an incoming invocation request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "body", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The simulated request body of an incoming invocation request.

\n@param body The simulated request body of an incoming invocation request.*/", "getterDocumentation" : "/**

The simulated request body of an incoming invocation request.

\n@return The simulated request body of an incoming invocation request.*/", "fluentSetterDocumentation" : "/**

The simulated request body of an incoming invocation request.

\n@param body The simulated request body of an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The simulated request body of an incoming invocation request.

\n@param body The simulated request body of an incoming invocation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HttpMethod" : { "documentation" : "

Specifies a test invoke method request's HTTP method.

", "name" : "HttpMethod", "c2jName" : "httpMethod", "c2jShape" : "String", "variable" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies a test invoke method request's HTTP method.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "httpMethod", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "http_method", "marshallLocationName" : "http_method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies a test invoke method request's HTTP method.

\n@param httpMethod Specifies a test invoke method request's HTTP method.*/", "getterDocumentation" : "/**

Specifies a test invoke method request's HTTP method.

\n@return Specifies a test invoke method request's HTTP method.*/", "fluentSetterDocumentation" : "/**

Specifies a test invoke method request's HTTP method.

\n@param httpMethod Specifies a test invoke method request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies a test invoke method request's HTTP method.

\n@param httpMethod Specifies a test invoke method request's HTTP method.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : false, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : { "CacheClusterSize" : { "emitAsShape" : "String", "emitFromMember" : null, "skipMarshallPathForShapes" : null } }, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "calculateCRC32FromCompressedData" : false, "customFileHeader" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "sdkModeledExceptionBaseClassName" : "AmazonApiGatewayException", "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "clientConfigFactory" : "ClientConfigurationFactory", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.apigateway.model.AmazonApiGatewayException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy