
models.apigateway-2015-07-09-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"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.
\nNOTE: 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