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

models.lambda-2015-03-31-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Lambda module holds the client classes that are used for communicating with AWS Lambda Service

There is a newer version: 1.12.753
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : null,
      "skip" : true
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ {
      "convenienceType" : "String",
      "memberName" : "InvokeArgs",
      "shapeName" : "InvokeAsyncRequest",
      "typeAdapterFqcn" : "com.amazonaws.adapters.types.StringToInputStreamAdapter"
    }, {
      "convenienceType" : "String",
      "memberName" : "Payload",
      "shapeName" : "InvocationRequest",
      "typeAdapterFqcn" : "com.amazonaws.adapters.types.StringToByteBufferAdapter"
    } ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "ListEventSourceMappings" : {
        "methodForms" : [ [ ] ]
      },
      "ListFunctions" : {
        "methodForms" : [ [ ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true
  },
  "metadata" : {
    "apiVersion" : "2015-03-31",
    "asyncClient" : "AWSLambdaAsyncClient",
    "asyncClientBuilderClassName" : "AWSLambdaAsyncClientBuilder",
    "asyncInterface" : "AWSLambdaAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : "",
    "cucumberModuleInjectorClassName" : "AWSLambdaModuleInjector",
    "defaultEndpoint" : "lambda.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "lambda.us-east-1.amazonaws.com",
    "documentation" : "AWS Lambda 

Overview

This is the AWS Lambda API Reference. The AWS Lambda Developer Guide provides additional information. For the service overview, go to What is AWS Lambda, and for information about how the service works, go to AWS Lambda: How it Works in the AWS Lambda Developer Guide.

", "endpointPrefix" : "lambda", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.lambda", "packagePath" : "com/amazonaws/services/lambda", "protocol" : "rest-json", "protocolDefaultExceptionUmarshallerImpl" : null, "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "serviceAbbreviation" : null, "serviceFullName" : "AWS Lambda", "serviceName" : "AWS Lambda", "signingName" : "lambda", "smokeTestsPackageName" : "com.amazonaws.services.lambda.smoketests", "syncClient" : "AWSLambdaClient", "syncClientBuilderClassName" : "AWSLambdaClientBuilder", "syncInterface" : "AWSLambda", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "AddPermission" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AddPermissionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Adds a permission to the resource policy associated with the specified AWS Lambda function. You use resource policies to grant permissions to event sources that use push model. In a push model, event sources (such as Amazon S3 and custom applications) invoke your Lambda function. Each permission you add to the resource policy allows an event source, permission to invoke the Lambda function.

For information about the push model, see AWS Lambda: How it Works.

If you are using versioning, the permissions you add are specific to the Lambda function version or alias you specify in the AddPermission request via the Qualifier parameter. For more information about versioning, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:AddPermission action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "ResourceConflictException", "documentation" : "

The resource already exists.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "PolicyLengthExceededException", "documentation" : "

Lambda function access policy is limited to 20 KB.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddPermissionRequest", "variableName" : "addPermissionRequest", "variableType" : "AddPermissionRequest", "documentation" : "

", "simpleType" : "AddPermissionRequest", "variableSetterType" : "AddPermissionRequest" }, "inputStreamPropertyName" : null, "methodName" : "addPermission", "operationName" : "AddPermission", "returnType" : { "returnType" : "AddPermissionResult", "documentation" : "

" }, "syncReturnType" : "AddPermissionResult" }, "CreateAlias" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateAliasResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an alias that points to the specified Lambda function version. For more information, see Introduction to AWS Lambda Aliases.

Alias names are unique for a given function. This requires permission for the lambda:CreateAlias action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "ResourceConflictException", "documentation" : "

The resource already exists.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateAliasRequest", "variableName" : "createAliasRequest", "variableType" : "CreateAliasRequest", "documentation" : "", "simpleType" : "CreateAliasRequest", "variableSetterType" : "CreateAliasRequest" }, "inputStreamPropertyName" : null, "methodName" : "createAlias", "operationName" : "CreateAlias", "returnType" : { "returnType" : "CreateAliasResult", "documentation" : "

Provides configuration information about a Lambda function version alias.

" }, "syncReturnType" : "CreateAliasResult" }, "CreateEventSourceMapping" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateEventSourceMappingResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Identifies a stream as an event source for a Lambda function. It can be either an Amazon Kinesis stream or an Amazon DynamoDB stream. AWS Lambda invokes the specified function when records are posted to the stream.

This association between a stream source and a Lambda function is called the event source mapping.

This event source mapping is relevant only in the AWS Lambda pull model, where AWS Lambda invokes the function. For more information, go to AWS Lambda: How it Works in the AWS Lambda Developer Guide.

You provide mapping information (for example, which stream to read from and which Lambda function to invoke) in the request body.

Each event source, such as an Amazon Kinesis or a DynamoDB stream, can be associated with multiple AWS Lambda function. A given Lambda function can be associated with multiple AWS event sources.

If you are using versioning, you can specify a specific function version or an alias via the function name parameter. For more information about versioning, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:CreateEventSourceMapping action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "ResourceConflictException", "documentation" : "

The resource already exists.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateEventSourceMappingRequest", "variableName" : "createEventSourceMappingRequest", "variableType" : "CreateEventSourceMappingRequest", "documentation" : "

", "simpleType" : "CreateEventSourceMappingRequest", "variableSetterType" : "CreateEventSourceMappingRequest" }, "inputStreamPropertyName" : null, "methodName" : "createEventSourceMapping", "operationName" : "CreateEventSourceMapping", "returnType" : { "returnType" : "CreateEventSourceMappingResult", "documentation" : "

Describes mapping between an Amazon Kinesis stream and a Lambda function.

" }, "syncReturnType" : "CreateEventSourceMappingResult" }, "CreateFunction" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateFunctionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new Lambda function. The function metadata is created from the request parameters, and the code for the function is provided by a .zip file in the request body. If the function name already exists, the operation will fail. Note that the function name is case-sensitive.

If you are using versioning, you can also publish a version of the Lambda function you are creating using the Publish parameter. For more information about versioning, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:CreateFunction action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "ResourceConflictException", "documentation" : "

The resource already exists.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "CodeStorageExceededException", "documentation" : "

You have exceeded your maximum total code size per account. Limits

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateFunctionRequest", "variableName" : "createFunctionRequest", "variableType" : "CreateFunctionRequest", "documentation" : "

", "simpleType" : "CreateFunctionRequest", "variableSetterType" : "CreateFunctionRequest" }, "inputStreamPropertyName" : null, "methodName" : "createFunction", "operationName" : "CreateFunction", "returnType" : { "returnType" : "CreateFunctionResult", "documentation" : "

A complex type that describes function metadata.

" }, "syncReturnType" : "CreateFunctionResult" }, "DeleteAlias" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteAliasResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified Lambda function alias. For more information, see Introduction to AWS Lambda Aliases.

This requires permission for the lambda:DeleteAlias action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteAliasRequest", "variableName" : "deleteAliasRequest", "variableType" : "DeleteAliasRequest", "documentation" : "", "simpleType" : "DeleteAliasRequest", "variableSetterType" : "DeleteAliasRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteAlias", "operationName" : "DeleteAlias", "returnType" : { "returnType" : "DeleteAliasResult", "documentation" : null }, "syncReturnType" : "DeleteAliasResult" }, "DeleteEventSourceMapping" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteEventSourceMappingResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes an event source mapping. This means AWS Lambda will no longer invoke the function for events in the associated source.

This operation requires permission for the lambda:DeleteEventSourceMapping action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteEventSourceMappingRequest", "variableName" : "deleteEventSourceMappingRequest", "variableType" : "DeleteEventSourceMappingRequest", "documentation" : "

", "simpleType" : "DeleteEventSourceMappingRequest", "variableSetterType" : "DeleteEventSourceMappingRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteEventSourceMapping", "operationName" : "DeleteEventSourceMapping", "returnType" : { "returnType" : "DeleteEventSourceMappingResult", "documentation" : "

Describes mapping between an Amazon Kinesis stream and a Lambda function.

" }, "syncReturnType" : "DeleteEventSourceMappingResult" }, "DeleteFunction" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteFunctionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified Lambda function code and configuration.

If you are using the versioning feature and you don't specify a function version in your DeleteFunction request, AWS Lambda will delete the function, including all its versions, and any aliases pointing to the function versions. To delete a specific function version, you must provide the function version via the Qualifier parameter. For information about function versioning, see AWS Lambda Function Versioning and Aliases.

When you delete a function the associated resource policy is also deleted. You will need to delete the event source mappings explicitly.

This operation requires permission for the lambda:DeleteFunction action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "ResourceConflictException", "documentation" : "

The resource already exists.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteFunctionRequest", "variableName" : "deleteFunctionRequest", "variableType" : "DeleteFunctionRequest", "documentation" : "", "simpleType" : "DeleteFunctionRequest", "variableSetterType" : "DeleteFunctionRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteFunction", "operationName" : "DeleteFunction", "returnType" : { "returnType" : "DeleteFunctionResult", "documentation" : null }, "syncReturnType" : "DeleteFunctionResult" }, "GetAccountSettings" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetAccountSettingsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a customer's account settings.

You can use this operation to retrieve Lambda limit information such as code size and concurrency limits. For more information on limits, see AWS Lambda Limits. You can also retrieve resource usage statistics such as code storage usage and function count.

", "exceptions" : [ { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAccountSettingsRequest", "variableName" : "getAccountSettingsRequest", "variableType" : "GetAccountSettingsRequest", "documentation" : "", "simpleType" : "GetAccountSettingsRequest", "variableSetterType" : "GetAccountSettingsRequest" }, "inputStreamPropertyName" : null, "methodName" : "getAccountSettings", "operationName" : "GetAccountSettings", "returnType" : { "returnType" : "GetAccountSettingsResult", "documentation" : null }, "syncReturnType" : "GetAccountSettingsResult" }, "GetAlias" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetAliasResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the specified alias information such as the alias ARN, description, and function version it is pointing to. For more information, see Introduction to AWS Lambda Aliases.

This requires permission for the lambda:GetAlias action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAliasRequest", "variableName" : "getAliasRequest", "variableType" : "GetAliasRequest", "documentation" : "", "simpleType" : "GetAliasRequest", "variableSetterType" : "GetAliasRequest" }, "inputStreamPropertyName" : null, "methodName" : "getAlias", "operationName" : "GetAlias", "returnType" : { "returnType" : "GetAliasResult", "documentation" : "

Provides configuration information about a Lambda function version alias.

" }, "syncReturnType" : "GetAliasResult" }, "GetEventSourceMapping" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetEventSourceMappingResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns configuration information for the specified event source mapping (see CreateEventSourceMapping).

This operation requires permission for the lambda:GetEventSourceMapping action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetEventSourceMappingRequest", "variableName" : "getEventSourceMappingRequest", "variableType" : "GetEventSourceMappingRequest", "documentation" : "

", "simpleType" : "GetEventSourceMappingRequest", "variableSetterType" : "GetEventSourceMappingRequest" }, "inputStreamPropertyName" : null, "methodName" : "getEventSourceMapping", "operationName" : "GetEventSourceMapping", "returnType" : { "returnType" : "GetEventSourceMappingResult", "documentation" : "

Describes mapping between an Amazon Kinesis stream and a Lambda function.

" }, "syncReturnType" : "GetEventSourceMappingResult" }, "GetFunction" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetFunctionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with CreateFunction so you can download the .zip file. Note that the URL is valid for up to 10 minutes. The configuration information is the same information you provided as parameters when uploading the function.

Using the optional Qualifier parameter, you can specify a specific function version for which you want this information. If you don't specify this parameter, the API uses unqualified function ARN which return information about the $LATEST version of the Lambda function. For more information, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:GetFunction action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetFunctionRequest", "variableName" : "getFunctionRequest", "variableType" : "GetFunctionRequest", "documentation" : "

", "simpleType" : "GetFunctionRequest", "variableSetterType" : "GetFunctionRequest" }, "inputStreamPropertyName" : null, "methodName" : "getFunction", "operationName" : "GetFunction", "returnType" : { "returnType" : "GetFunctionResult", "documentation" : "

This response contains the object for the Lambda function location (see FunctionCodeLocation.

" }, "syncReturnType" : "GetFunctionResult" }, "GetFunctionConfiguration" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetFunctionConfigurationResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the configuration information of the Lambda function. This the same information you provided as parameters when uploading the function by using CreateFunction.

If you are using the versioning feature, you can retrieve this information for a specific function version by using the optional Qualifier parameter and specifying the function version or alias that points to it. If you don't provide it, the API returns information about the $LATEST version of the function. For more information about versioning, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:GetFunctionConfiguration operation.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetFunctionConfigurationRequest", "variableName" : "getFunctionConfigurationRequest", "variableType" : "GetFunctionConfigurationRequest", "documentation" : "

", "simpleType" : "GetFunctionConfigurationRequest", "variableSetterType" : "GetFunctionConfigurationRequest" }, "inputStreamPropertyName" : null, "methodName" : "getFunctionConfiguration", "operationName" : "GetFunctionConfiguration", "returnType" : { "returnType" : "GetFunctionConfigurationResult", "documentation" : "

A complex type that describes function metadata.

" }, "syncReturnType" : "GetFunctionConfigurationResult" }, "GetPolicy" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetPolicyResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the resource policy associated with the specified Lambda function.

If you are using the versioning feature, you can get the resource policy associated with the specific Lambda function version or alias by specifying the version or alias name using the Qualifier parameter. For more information about versioning, see AWS Lambda Function Versioning and Aliases.

For information about adding permissions, see AddPermission.

You need permission for the lambda:GetPolicy action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetPolicyRequest", "variableName" : "getPolicyRequest", "variableType" : "GetPolicyRequest", "documentation" : "

", "simpleType" : "GetPolicyRequest", "variableSetterType" : "GetPolicyRequest" }, "inputStreamPropertyName" : null, "methodName" : "getPolicy", "operationName" : "GetPolicy", "returnType" : { "returnType" : "GetPolicyResult", "documentation" : "

" }, "syncReturnType" : "GetPolicyResult" }, "Invoke" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "InvokeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Invokes a specific Lambda function. For an example, see Create the Lambda Function and Test It Manually.

If you are using the versioning feature, you can invoke the specific function version by providing function version or alias name that is pointing to the function version using the Qualifier parameter in the request. If you don't provide the Qualifier parameter, the $LATEST version of the Lambda function is invoked. Invocations occur at least once in response to an event and functions must be idempotent to handle this. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:InvokeFunction action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidRequestContentException", "documentation" : "

The request body could not be parsed as JSON.

" }, { "exceptionName" : "RequestTooLargeException", "documentation" : "

The request payload exceeded the Invoke request body JSON input limit. For more information, see Limits.

" }, { "exceptionName" : "UnsupportedMediaTypeException", "documentation" : "

The content type of the Invoke request body is not JSON.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "EC2UnexpectedException", "documentation" : "

AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.

" }, { "exceptionName" : "SubnetIPAddressLimitReachedException", "documentation" : "

AWS Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.

" }, { "exceptionName" : "ENILimitReachedException", "documentation" : "

AWS Lambda was not able to create an Elastic Network Interface (ENI) in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.

" }, { "exceptionName" : "EC2ThrottledException", "documentation" : "

AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for the Lambda function.

" }, { "exceptionName" : "EC2AccessDeniedException", "documentation" : "

" }, { "exceptionName" : "InvalidSubnetIDException", "documentation" : "

The Subnet ID provided in the Lambda function VPC configuration is invalid.

" }, { "exceptionName" : "InvalidSecurityGroupIDException", "documentation" : "

The Security Group ID provided in the Lambda function VPC configuration is invalid.

" }, { "exceptionName" : "InvalidZipFileException", "documentation" : "

AWS Lambda could not unzip the function zip file.

" }, { "exceptionName" : "KMSDisabledException", "documentation" : "

Lambda was unable to decrypt the environment variables because the KMS key used is disabled. Please check the Lambda function's KMS key settings.

" }, { "exceptionName" : "KMSInvalidStateException", "documentation" : "

Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for Decrypt. Please check the function's KMS key settings.

" }, { "exceptionName" : "KMSAccessDeniedException", "documentation" : "

Lambda was unable to decrypt the environment variables because KMS access was denied. Please check the Lambda function's KMS permissions.

" }, { "exceptionName" : "KMSNotFoundException", "documentation" : "

Lambda was unable to decrypt the environment variables because the KMS key was not found. Please check the function's KMS key settings.

" } ], "hasBlobMemberAsPayload" : true, "input" : { "variableDeclarationType" : "InvokeRequest", "variableName" : "invokeRequest", "variableType" : "InvokeRequest", "documentation" : "

", "simpleType" : "InvokeRequest", "variableSetterType" : "InvokeRequest" }, "inputStreamPropertyName" : null, "methodName" : "invoke", "operationName" : "Invoke", "returnType" : { "returnType" : "InvokeResult", "documentation" : "

Upon success, returns an empty response. Otherwise, throws an exception.

" }, "syncReturnType" : "InvokeResult" }, "InvokeAsync" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "InvokeAsyncResult", "authenticated" : true, "deprecated" : true, "documentation" : "

This API is deprecated. We recommend you use Invoke API (see Invoke).

Submits an invocation request to AWS Lambda. Upon receiving the request, Lambda executes the specified function asynchronously. To see the logs generated by the Lambda function execution, see the CloudWatch Logs console.

This operation requires permission for the lambda:InvokeFunction action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidRequestContentException", "documentation" : "

The request body could not be parsed as JSON.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "InvokeAsyncRequest", "variableName" : "invokeAsyncRequest", "variableType" : "InvokeAsyncRequest", "documentation" : "

", "simpleType" : "InvokeAsyncRequest", "variableSetterType" : "InvokeAsyncRequest" }, "inputStreamPropertyName" : null, "methodName" : "invokeAsync", "operationName" : "InvokeAsync", "returnType" : { "returnType" : "InvokeAsyncResult", "documentation" : "

Upon success, it returns empty response. Otherwise, throws an exception.

" }, "syncReturnType" : "InvokeAsyncResult" }, "ListAliases" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListAliasesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns list of aliases created for a Lambda function. For each alias, the response includes information such as the alias ARN, description, alias name, and the function version to which it points. For more information, see Introduction to AWS Lambda Aliases.

This requires permission for the lambda:ListAliases action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAliasesRequest", "variableName" : "listAliasesRequest", "variableType" : "ListAliasesRequest", "documentation" : "", "simpleType" : "ListAliasesRequest", "variableSetterType" : "ListAliasesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listAliases", "operationName" : "ListAliases", "returnType" : { "returnType" : "ListAliasesResult", "documentation" : null }, "syncReturnType" : "ListAliasesResult" }, "ListEventSourceMappings" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListEventSourceMappingsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of event source mappings you created using the CreateEventSourceMapping (see CreateEventSourceMapping).

For each mapping, the API returns configuration information. You can optionally specify filters to retrieve specific event source mappings.

If you are using the versioning feature, you can get list of event source mappings for a specific Lambda function version or an alias as described in the FunctionName parameter. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:ListEventSourceMappings action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListEventSourceMappingsRequest", "variableName" : "listEventSourceMappingsRequest", "variableType" : "ListEventSourceMappingsRequest", "documentation" : "

", "simpleType" : "ListEventSourceMappingsRequest", "variableSetterType" : "ListEventSourceMappingsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listEventSourceMappings", "operationName" : "ListEventSourceMappings", "returnType" : { "returnType" : "ListEventSourceMappingsResult", "documentation" : "

Contains a list of event sources (see EventSourceMappingConfiguration)

" }, "syncReturnType" : "ListEventSourceMappingsResult" }, "ListFunctions" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListFunctionsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of your Lambda functions. For each function, the response includes the function configuration information. You must use GetFunction to retrieve the code for your function.

This operation requires permission for the lambda:ListFunctions action.

If you are using versioning feature, the response returns list of $LATEST versions of your functions. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListFunctionsRequest", "variableName" : "listFunctionsRequest", "variableType" : "ListFunctionsRequest", "documentation" : "

", "simpleType" : "ListFunctionsRequest", "variableSetterType" : "ListFunctionsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listFunctions", "operationName" : "ListFunctions", "returnType" : { "returnType" : "ListFunctionsResult", "documentation" : "

Contains a list of AWS Lambda function configurations (see FunctionConfiguration.

" }, "syncReturnType" : "ListFunctionsResult" }, "ListVersionsByFunction" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListVersionsByFunctionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

List all versions of a function. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListVersionsByFunctionRequest", "variableName" : "listVersionsByFunctionRequest", "variableType" : "ListVersionsByFunctionRequest", "documentation" : "

", "simpleType" : "ListVersionsByFunctionRequest", "variableSetterType" : "ListVersionsByFunctionRequest" }, "inputStreamPropertyName" : null, "methodName" : "listVersionsByFunction", "operationName" : "ListVersionsByFunction", "returnType" : { "returnType" : "ListVersionsByFunctionResult", "documentation" : "

" }, "syncReturnType" : "ListVersionsByFunctionResult" }, "PublishVersion" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PublishVersionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Publishes a version of your function from the current snapshot of $LATEST. That is, AWS Lambda takes a snapshot of the function code and configuration information from $LATEST and publishes a new version. The code and configuration cannot be modified after publication. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "CodeStorageExceededException", "documentation" : "

You have exceeded your maximum total code size per account. Limits

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PublishVersionRequest", "variableName" : "publishVersionRequest", "variableType" : "PublishVersionRequest", "documentation" : "

", "simpleType" : "PublishVersionRequest", "variableSetterType" : "PublishVersionRequest" }, "inputStreamPropertyName" : null, "methodName" : "publishVersion", "operationName" : "PublishVersion", "returnType" : { "returnType" : "PublishVersionResult", "documentation" : "

A complex type that describes function metadata.

" }, "syncReturnType" : "PublishVersionResult" }, "RemovePermission" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "RemovePermissionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission.

If you are using versioning, the permissions you remove are specific to the Lambda function version or alias you specify in the AddPermission request via the Qualifier parameter. For more information about versioning, see AWS Lambda Function Versioning and Aliases.

Note that removal of a permission will cause an active event source to lose permission to the function.

You need permission for the lambda:RemovePermission action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemovePermissionRequest", "variableName" : "removePermissionRequest", "variableType" : "RemovePermissionRequest", "documentation" : "

", "simpleType" : "RemovePermissionRequest", "variableSetterType" : "RemovePermissionRequest" }, "inputStreamPropertyName" : null, "methodName" : "removePermission", "operationName" : "RemovePermission", "returnType" : { "returnType" : "RemovePermissionResult", "documentation" : null }, "syncReturnType" : "RemovePermissionResult" }, "UpdateAlias" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateAliasResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Using this API you can update the function version to which the alias points and the alias description. For more information, see Introduction to AWS Lambda Aliases.

This requires permission for the lambda:UpdateAlias action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateAliasRequest", "variableName" : "updateAliasRequest", "variableType" : "UpdateAliasRequest", "documentation" : "", "simpleType" : "UpdateAliasRequest", "variableSetterType" : "UpdateAliasRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateAlias", "operationName" : "UpdateAlias", "returnType" : { "returnType" : "UpdateAliasResult", "documentation" : "

Provides configuration information about a Lambda function version alias.

" }, "syncReturnType" : "UpdateAliasResult" }, "UpdateEventSourceMapping" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateEventSourceMappingResult", "authenticated" : true, "deprecated" : false, "documentation" : "

You can update an event source mapping. This is useful if you want to change the parameters of the existing mapping without losing your position in the stream. You can change which function will receive the stream records, but to change the stream itself, you must create a new mapping.

If you are using the versioning feature, you can update the event source mapping to map to a specific Lambda function version or alias as described in the FunctionName parameter. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

If you disable the event source mapping, AWS Lambda stops polling. If you enable again, it will resume polling from the time it had stopped polling, so you don't lose processing of any records. However, if you delete event source mapping and create it again, it will reset.

This operation requires permission for the lambda:UpdateEventSourceMapping action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "ResourceConflictException", "documentation" : "

The resource already exists.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateEventSourceMappingRequest", "variableName" : "updateEventSourceMappingRequest", "variableType" : "UpdateEventSourceMappingRequest", "documentation" : "

", "simpleType" : "UpdateEventSourceMappingRequest", "variableSetterType" : "UpdateEventSourceMappingRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateEventSourceMapping", "operationName" : "UpdateEventSourceMapping", "returnType" : { "returnType" : "UpdateEventSourceMappingResult", "documentation" : "

Describes mapping between an Amazon Kinesis stream and a Lambda function.

" }, "syncReturnType" : "UpdateEventSourceMappingResult" }, "UpdateFunctionCode" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateFunctionCodeResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the code for the specified Lambda function. This operation must only be used on an existing Lambda function and cannot be used to update the function configuration.

If you are using the versioning feature, note this API will always update the $LATEST version of your Lambda function. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:UpdateFunctionCode action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" }, { "exceptionName" : "CodeStorageExceededException", "documentation" : "

You have exceeded your maximum total code size per account. Limits

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateFunctionCodeRequest", "variableName" : "updateFunctionCodeRequest", "variableType" : "UpdateFunctionCodeRequest", "documentation" : "

", "simpleType" : "UpdateFunctionCodeRequest", "variableSetterType" : "UpdateFunctionCodeRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateFunctionCode", "operationName" : "UpdateFunctionCode", "returnType" : { "returnType" : "UpdateFunctionCodeResult", "documentation" : "

A complex type that describes function metadata.

" }, "syncReturnType" : "UpdateFunctionCodeResult" }, "UpdateFunctionConfiguration" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateFunctionConfigurationResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the configuration parameters for the specified Lambda function by using the values provided in the request. You provide only the parameters you want to change. This operation must only be used on an existing Lambda function and cannot be used to update the function's code.

If you are using the versioning feature, note this API will always update the $LATEST version of your Lambda function. For information about the versioning feature, see AWS Lambda Function Versioning and Aliases.

This operation requires permission for the lambda:UpdateFunctionConfiguration action.

", "exceptions" : [ { "exceptionName" : "ServiceException", "documentation" : "

The AWS Lambda service encountered an internal error.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

" }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateFunctionConfigurationRequest", "variableName" : "updateFunctionConfigurationRequest", "variableType" : "UpdateFunctionConfigurationRequest", "documentation" : "

", "simpleType" : "UpdateFunctionConfigurationRequest", "variableSetterType" : "UpdateFunctionConfigurationRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateFunctionConfiguration", "operationName" : "UpdateFunctionConfiguration", "returnType" : { "returnType" : "UpdateFunctionConfigurationResult", "documentation" : "

A complex type that describes function metadata.

" }, "syncReturnType" : "UpdateFunctionConfigurationResult" } }, "shapes" : { "AccountLimit" : { "c2jName" : "AccountLimit", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Provides limits of code size and concurrency associated with the current account and region.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TotalCodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

\n@param totalCodeSize Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

\n@return Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TotalCodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TotalCodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TotalCodeSize", "setterDocumentation" : "/**

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

\n@param totalCodeSize Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "totalCodeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

\n@param totalCodeSize Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "totalCodeSize", "variableType" : "Long", "documentation" : "

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSizeUnzipped", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

\n@param codeSizeUnzipped Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

\n@return Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSizeUnzipped", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSizeUnzipped", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSizeUnzipped", "setterDocumentation" : "/**

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

\n@param codeSizeUnzipped Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSizeUnzipped", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

\n@param codeSizeUnzipped Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSizeUnzipped", "variableType" : "Long", "documentation" : "

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSizeZipped", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

\n@param codeSizeZipped Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

\n@return Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSizeZipped", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSizeZipped", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSizeZipped", "setterDocumentation" : "/**

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

\n@param codeSizeZipped Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSizeZipped", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

\n@param codeSizeZipped Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSizeZipped", "variableType" : "Long", "documentation" : "

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ConcurrentExecutions", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

\n@param concurrentExecutions Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

\n@return Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConcurrentExecutions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConcurrentExecutions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConcurrentExecutions", "setterDocumentation" : "/**

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

\n@param concurrentExecutions Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "concurrentExecutions", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

\n@param concurrentExecutions Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "concurrentExecutions", "variableType" : "Integer", "documentation" : "

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CodeSizeUnzipped" : { "c2jName" : "CodeSizeUnzipped", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

\n@param codeSizeUnzipped Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

\n@return Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSizeUnzipped", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSizeUnzipped", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSizeUnzipped", "setterDocumentation" : "/**

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

\n@param codeSizeUnzipped Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSizeUnzipped", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

\n@param codeSizeUnzipped Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSizeUnzipped", "variableType" : "Long", "documentation" : "

Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "CodeSizeZipped" : { "c2jName" : "CodeSizeZipped", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

\n@param codeSizeZipped Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

\n@return Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSizeZipped", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSizeZipped", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSizeZipped", "setterDocumentation" : "/**

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

\n@param codeSizeZipped Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSizeZipped", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

\n@param codeSizeZipped Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSizeZipped", "variableType" : "Long", "documentation" : "

Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using AWS S3 for uploading larger files. Default limit is 50 MB.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "ConcurrentExecutions" : { "c2jName" : "ConcurrentExecutions", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

\n@param concurrentExecutions Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

\n@return Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ConcurrentExecutions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ConcurrentExecutions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConcurrentExecutions", "setterDocumentation" : "/**

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

\n@param concurrentExecutions Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "concurrentExecutions", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

\n@param concurrentExecutions Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "concurrentExecutions", "variableType" : "Integer", "documentation" : "

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions. The default limit is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "TotalCodeSize" : { "c2jName" : "TotalCodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

\n@param totalCodeSize Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

\n@return Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TotalCodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TotalCodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TotalCodeSize", "setterDocumentation" : "/**

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

\n@param totalCodeSize Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "totalCodeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

\n@param totalCodeSize Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "totalCodeSize", "variableType" : "Long", "documentation" : "

Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AccountLimit", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccountLimit", "variableName" : "accountLimit", "variableType" : "AccountLimit", "documentation" : null, "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "wrapper" : false }, "AccountUsage" : { "c2jName" : "AccountUsage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Provides code size usage and function count associated with the current account and region.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TotalCodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

Total size, in megabytes, of the account's deployment packages per region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Total size, in megabytes, of the account's deployment packages per region.

\n@param totalCodeSize Total size, in megabytes, of the account's deployment packages per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Total size, in megabytes, of the account's deployment packages per region.

\n@return Total size, in megabytes, of the account's deployment packages per region.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TotalCodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TotalCodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TotalCodeSize", "setterDocumentation" : "/**

Total size, in megabytes, of the account's deployment packages per region.

\n@param totalCodeSize Total size, in megabytes, of the account's deployment packages per region.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "totalCodeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

Total size, in megabytes, of the account's deployment packages per region.

\n@param totalCodeSize Total size, in megabytes, of the account's deployment packages per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "totalCodeSize", "variableType" : "Long", "documentation" : "

Total size, in megabytes, of the account's deployment packages per region.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionCount", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The number of your account's existing functions per region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of your account's existing functions per region.

\n@param functionCount The number of your account's existing functions per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of your account's existing functions per region.

\n@return The number of your account's existing functions per region.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionCount", "setterDocumentation" : "/**

The number of your account's existing functions per region.

\n@param functionCount The number of your account's existing functions per region.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "functionCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of your account's existing functions per region.

\n@param functionCount The number of your account's existing functions per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "functionCount", "variableType" : "Long", "documentation" : "

The number of your account's existing functions per region.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionCount" : { "c2jName" : "FunctionCount", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The number of your account's existing functions per region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of your account's existing functions per region.

\n@param functionCount The number of your account's existing functions per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of your account's existing functions per region.

\n@return The number of your account's existing functions per region.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionCount", "setterDocumentation" : "/**

The number of your account's existing functions per region.

\n@param functionCount The number of your account's existing functions per region.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "functionCount", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of your account's existing functions per region.

\n@param functionCount The number of your account's existing functions per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "functionCount", "variableType" : "Long", "documentation" : "

The number of your account's existing functions per region.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "TotalCodeSize" : { "c2jName" : "TotalCodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

Total size, in megabytes, of the account's deployment packages per region.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Total size, in megabytes, of the account's deployment packages per region.

\n@param totalCodeSize Total size, in megabytes, of the account's deployment packages per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Total size, in megabytes, of the account's deployment packages per region.

\n@return Total size, in megabytes, of the account's deployment packages per region.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TotalCodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TotalCodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TotalCodeSize", "setterDocumentation" : "/**

Total size, in megabytes, of the account's deployment packages per region.

\n@param totalCodeSize Total size, in megabytes, of the account's deployment packages per region.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "totalCodeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

Total size, in megabytes, of the account's deployment packages per region.

\n@param totalCodeSize Total size, in megabytes, of the account's deployment packages per region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "totalCodeSize", "variableType" : "Long", "documentation" : "

Total size, in megabytes, of the account's deployment packages per region.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AccountUsage", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccountUsage", "variableName" : "accountUsage", "variableType" : "AccountUsage", "documentation" : null, "simpleType" : "AccountUsage", "variableSetterType" : "AccountUsage" }, "wrapper" : false }, "AddPermissionRequest" : { "c2jName" : "AddPermissionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddPermission", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/policy", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StatementId", "c2jShape" : "StatementId", "deprecated" : false, "documentation" : "

A unique statement identifier.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique statement identifier.

\n@param statementId A unique statement identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique statement identifier.

\n@return A unique statement identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatementId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatementId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatementId", "setterDocumentation" : "/**

A unique statement identifier.

\n@param statementId A unique statement identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statementId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique statement identifier.

\n@param statementId A unique statement identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statementId", "variableType" : "String", "documentation" : "

A unique statement identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Action", "c2jShape" : "Action", "deprecated" : false, "documentation" : "

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

\n@param action The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

\n@return The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Action", "setterDocumentation" : "/**

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

\n@param action The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

\n@param action The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Principal", "c2jShape" : "Principal", "deprecated" : false, "documentation" : "

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

\n@param principal The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

\n@return The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Principal", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Principal", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Principal", "setterDocumentation" : "/**

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

\n@param principal The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "principal", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

\n@param principal The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "principal", "variableType" : "String", "documentation" : "

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@param sourceArn This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@return This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceArn", "setterDocumentation" : "/**

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@param sourceArn This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@param sourceArn This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceAccount", "c2jShape" : "SourceOwner", "deprecated" : false, "documentation" : "

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

\n@param sourceAccount This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

\n@return This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceAccount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceAccount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceAccount", "setterDocumentation" : "/**

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

\n@param sourceAccount This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceAccount", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

\n@param sourceAccount This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceAccount", "variableType" : "String", "documentation" : "

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventSourceToken", "c2jShape" : "EventSourceToken", "deprecated" : false, "documentation" : "

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

\n@param eventSourceToken A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

\n@return A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceToken", "setterDocumentation" : "/**

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

\n@param eventSourceToken A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

\n@param eventSourceToken A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceToken", "variableType" : "String", "documentation" : "

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

\n@param qualifier You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

\n@return You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

\n@param qualifier You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

\n@param qualifier You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "c2jName" : "Action", "c2jShape" : "Action", "deprecated" : false, "documentation" : "

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

\n@param action The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

\n@return The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Action", "setterDocumentation" : "/**

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

\n@param action The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

\n@param action The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

The AWS Lambda action you want to allow in this statement. Each Lambda action is a string starting with lambda: followed by the API name . For example, lambda:CreateFunction. You can use wildcard (lambda:*) to grant permission for all AWS Lambda actions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EventSourceToken" : { "c2jName" : "EventSourceToken", "c2jShape" : "EventSourceToken", "deprecated" : false, "documentation" : "

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

\n@param eventSourceToken A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

\n@return A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceToken", "setterDocumentation" : "/**

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

\n@param eventSourceToken A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

\n@param eventSourceToken A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceToken", "variableType" : "String", "documentation" : "

A unique token that must be supplied by the principal invoking the function. This is currently only used for Alexa Smart Home functions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Name of the Lambda function whose resource policy you are updating by adding a new permission.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Principal" : { "c2jName" : "Principal", "c2jShape" : "Principal", "deprecated" : false, "documentation" : "

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

\n@param principal The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

\n@return The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Principal", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Principal", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Principal", "setterDocumentation" : "/**

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

\n@param principal The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "principal", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

\n@param principal The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "principal", "variableType" : "String", "documentation" : "

The principal who is getting this permission. It can be Amazon S3 service Principal (s3.amazonaws.com) if you want Amazon S3 to invoke the function, an AWS account ID if you are granting cross-account permission, or any valid AWS service principal such as sns.amazonaws.com. For example, you might want to allow a custom application in another AWS account to push events to AWS Lambda by invoking your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Qualifier" : { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

\n@param qualifier You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

\n@return You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

\n@param qualifier You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

\n@param qualifier You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

You can use this optional query parameter to describe a qualified ARN using a function version or an alias name. The permission will then apply to the specific qualified ARN. For example, if you specify function version 2 as the qualifier, then permission applies only when request is made using qualified function ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:2

If you specify an alias name, for example PROD, then the permission is valid only for requests made using the alias ARN:

arn:aws:lambda:aws-region:acct-id:function:function-name:PROD

If the qualifier is not specified, the permission is valid only when requests is made using unqualified function ARN.

arn:aws:lambda:aws-region:acct-id:function:function-name

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceAccount" : { "c2jName" : "SourceAccount", "c2jShape" : "SourceOwner", "deprecated" : false, "documentation" : "

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

\n@param sourceAccount This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

\n@return This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceAccount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceAccount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceAccount", "setterDocumentation" : "/**

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

\n@param sourceAccount This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceAccount", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

\n@param sourceAccount This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceAccount", "variableType" : "String", "documentation" : "

This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the SourceArn identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the SourceArn) owned by a specific account.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceArn" : { "c2jName" : "SourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@param sourceArn This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@return This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceArn", "setterDocumentation" : "/**

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@param sourceArn This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@param sourceArn This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceArn", "variableType" : "String", "documentation" : "

This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.

If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatementId" : { "c2jName" : "StatementId", "c2jShape" : "StatementId", "deprecated" : false, "documentation" : "

A unique statement identifier.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique statement identifier.

\n@param statementId A unique statement identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique statement identifier.

\n@return A unique statement identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StatementId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatementId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatementId", "setterDocumentation" : "/**

A unique statement identifier.

\n@param statementId A unique statement identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statementId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique statement identifier.

\n@param statementId A unique statement identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statementId", "variableType" : "String", "documentation" : "

A unique statement identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName", "StatementId", "Action", "Principal" ], "shapeName" : "AddPermissionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddPermissionRequest", "variableName" : "addPermissionRequest", "variableType" : "AddPermissionRequest", "documentation" : null, "simpleType" : "AddPermissionRequest", "variableSetterType" : "AddPermissionRequest" }, "wrapper" : false }, "AddPermissionResult" : { "c2jName" : "AddPermissionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Statement", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param statement The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@return The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Statement", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Statement", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Statement", "setterDocumentation" : "/**

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param statement The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statement", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param statement The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statement", "variableType" : "String", "documentation" : "

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Statement" : { "c2jName" : "Statement", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param statement The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@return The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Statement", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Statement", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Statement", "setterDocumentation" : "/**

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param statement The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statement", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param statement The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statement", "variableType" : "String", "documentation" : "

The permission statement you specified in the request. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AddPermissionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddPermissionResult", "variableName" : "addPermissionResult", "variableType" : "AddPermissionResult", "documentation" : null, "simpleType" : "AddPermissionResult", "variableSetterType" : "AddPermissionResult" }, "wrapper" : false }, "AliasConfiguration" : { "c2jName" : "AliasConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Provides configuration information about a Lambda function version alias.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AliasArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@return Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasArn", "setterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias name.

\n@return Alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Alias name.

\n@param name Alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function version to which the alias points.

\n@return Function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Alias description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias description.

\n@return Alias description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Alias description.

\n@param description Alias description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Alias description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AliasArn" : { "c2jName" : "AliasArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@return Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasArn", "setterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Alias description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias description.

\n@return Alias description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Alias description.

\n@param description Alias description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Alias description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionVersion" : { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function version to which the alias points.

\n@return Function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias name.

\n@return Alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Alias name.

\n@param name Alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AliasConfiguration", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AliasConfiguration", "variableName" : "aliasConfiguration", "variableType" : "AliasConfiguration", "documentation" : null, "simpleType" : "AliasConfiguration", "variableSetterType" : "AliasConfiguration" }, "wrapper" : false }, "CodeStorageExceededException" : { "c2jName" : "CodeStorageExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

You have exceeded your maximum total code size per account. Limits

", "enums" : null, "errorCode" : "CodeStorageExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CodeStorageExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CodeStorageExceededException", "variableName" : "codeStorageExceededException", "variableType" : "CodeStorageExceededException", "documentation" : null, "simpleType" : "CodeStorageExceededException", "variableSetterType" : "CodeStorageExceededException" }, "wrapper" : false }, "CreateAliasRequest" : { "c2jName" : "CreateAliasRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateAlias", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/aliases", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Name of the Lambda function for which you want to create an alias.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name of the Lambda function for which you want to create an alias.

\n@param functionName Name of the Lambda function for which you want to create an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the Lambda function for which you want to create an alias.

\n@return Name of the Lambda function for which you want to create an alias.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Name of the Lambda function for which you want to create an alias.

\n@param functionName Name of the Lambda function for which you want to create an alias.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the Lambda function for which you want to create an alias.

\n@param functionName Name of the Lambda function for which you want to create an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Name of the Lambda function for which you want to create an alias.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Name for the alias you are creating.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name for the alias you are creating.

\n@param name Name for the alias you are creating.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name for the alias you are creating.

\n@return Name for the alias you are creating.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name for the alias you are creating.

\n@param name Name for the alias you are creating.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name for the alias you are creating.

\n@param name Name for the alias you are creating.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name for the alias you are creating.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Lambda function version for which you are creating the alias.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function version for which you are creating the alias.

\n@param functionVersion Lambda function version for which you are creating the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function version for which you are creating the alias.

\n@return Lambda function version for which you are creating the alias.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Lambda function version for which you are creating the alias.

\n@param functionVersion Lambda function version for which you are creating the alias.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function version for which you are creating the alias.

\n@param functionVersion Lambda function version for which you are creating the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Lambda function version for which you are creating the alias.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Description of the alias.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Description of the alias.

\n@param description Description of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Description of the alias.

\n@return Description of the alias.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Description of the alias.

\n@param description Description of the alias.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Description of the alias.

\n@param description Description of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description of the alias.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Description of the alias.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Description of the alias.

\n@param description Description of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Description of the alias.

\n@return Description of the alias.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Description of the alias.

\n@param description Description of the alias.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Description of the alias.

\n@param description Description of the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description of the alias.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Name of the Lambda function for which you want to create an alias.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name of the Lambda function for which you want to create an alias.

\n@param functionName Name of the Lambda function for which you want to create an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the Lambda function for which you want to create an alias.

\n@return Name of the Lambda function for which you want to create an alias.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Name of the Lambda function for which you want to create an alias.

\n@param functionName Name of the Lambda function for which you want to create an alias.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the Lambda function for which you want to create an alias.

\n@param functionName Name of the Lambda function for which you want to create an alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Name of the Lambda function for which you want to create an alias.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionVersion" : { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Lambda function version for which you are creating the alias.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function version for which you are creating the alias.

\n@param functionVersion Lambda function version for which you are creating the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function version for which you are creating the alias.

\n@return Lambda function version for which you are creating the alias.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Lambda function version for which you are creating the alias.

\n@param functionVersion Lambda function version for which you are creating the alias.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function version for which you are creating the alias.

\n@param functionVersion Lambda function version for which you are creating the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Lambda function version for which you are creating the alias.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Name for the alias you are creating.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name for the alias you are creating.

\n@param name Name for the alias you are creating.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name for the alias you are creating.

\n@return Name for the alias you are creating.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name for the alias you are creating.

\n@param name Name for the alias you are creating.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name for the alias you are creating.

\n@param name Name for the alias you are creating.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name for the alias you are creating.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName", "Name", "FunctionVersion" ], "shapeName" : "CreateAliasRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAliasRequest", "variableName" : "createAliasRequest", "variableType" : "CreateAliasRequest", "documentation" : null, "simpleType" : "CreateAliasRequest", "variableSetterType" : "CreateAliasRequest" }, "wrapper" : false }, "CreateAliasResult" : { "c2jName" : "AliasConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Provides configuration information about a Lambda function version alias.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AliasArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@return Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasArn", "setterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias name.

\n@return Alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Alias name.

\n@param name Alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function version to which the alias points.

\n@return Function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Alias description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias description.

\n@return Alias description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Alias description.

\n@param description Alias description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Alias description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AliasArn" : { "c2jName" : "AliasArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@return Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasArn", "setterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Alias description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias description.

\n@return Alias description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Alias description.

\n@param description Alias description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Alias description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionVersion" : { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function version to which the alias points.

\n@return Function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias name.

\n@return Alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Alias name.

\n@param name Alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateAliasResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAliasResult", "variableName" : "createAliasResult", "variableType" : "CreateAliasResult", "documentation" : null, "simpleType" : "CreateAliasResult", "variableSetterType" : "CreateAliasResult" }, "wrapper" : false }, "CreateEventSourceMappingRequest" : { "c2jName" : "CreateEventSourceMappingRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateEventSourceMapping", "locationName" : null, "requestUri" : "/2015-03-31/event-source-mappings/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

\n@param enabled Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

\n@return Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

\n@param enabled Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

\n@param enabled Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartingPosition", "c2jShape" : "EventSourcePosition", "deprecated" : false, "documentation" : "

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

", "enumType" : "EventSourcePosition", "fluentSetterDocumentation" : "/**

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

\n@param startingPosition The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventSourcePosition*/", "getterDocumentation" : "/**

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

\n@return The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.\n@see EventSourcePosition*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartingPosition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingPosition", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartingPosition", "setterDocumentation" : "/**

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

\n@param startingPosition The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.\n@see EventSourcePosition*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingPosition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

\n@param startingPosition The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventSourcePosition*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startingPosition", "variableType" : "String", "documentation" : "

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StartingPositionTimestamp", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

\n@param startingPositionTimestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

\n@return The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartingPositionTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingPositionTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartingPositionTimestamp", "setterDocumentation" : "/**

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

\n@param startingPositionTimestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startingPositionTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

\n@param startingPositionTimestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startingPositionTimestamp", "variableType" : "java.util.Date", "documentation" : "

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchSize" : { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records. The default is 100 records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Enabled" : { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

\n@param enabled Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

\n@return Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

\n@param enabled Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

\n@param enabled Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Indicates whether AWS Lambda should begin polling the event source. By default, Enabled is true.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "EventSourceArn" : { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the BatchSize. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail).

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartingPosition" : { "c2jName" : "StartingPosition", "c2jShape" : "EventSourcePosition", "deprecated" : false, "documentation" : "

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

", "enumType" : "EventSourcePosition", "fluentSetterDocumentation" : "/**

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

\n@param startingPosition The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventSourcePosition*/", "getterDocumentation" : "/**

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

\n@return The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.\n@see EventSourcePosition*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartingPosition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingPosition", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartingPosition", "setterDocumentation" : "/**

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

\n@param startingPosition The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.\n@see EventSourcePosition*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startingPosition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

\n@param startingPosition The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.\n@return Returns a reference to this object so that method calls can be chained together.\n@see EventSourcePosition*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "startingPosition", "variableType" : "String", "documentation" : "

The position in the stream where AWS Lambda should start reading. Valid only for Kinesis streams. For more information, go to ShardIteratorType in the Amazon Kinesis API Reference.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartingPositionTimestamp" : { "c2jName" : "StartingPositionTimestamp", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

\n@param startingPositionTimestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

\n@return The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StartingPositionTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartingPositionTimestamp", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StartingPositionTimestamp", "setterDocumentation" : "/**

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

\n@param startingPositionTimestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startingPositionTimestamp", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

\n@param startingPositionTimestamp The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "startingPositionTimestamp", "variableType" : "java.util.Date", "documentation" : "

The timestamp of the data record from which to start reading. Used with shard iterator type AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator returned is for the next (later) record. If the timestamp is older than the current trim horizon, the iterator returned is for the oldest untrimmed data record (TRIM_HORIZON). Valid only for Kinesis streams.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } }, "required" : [ "EventSourceArn", "FunctionName", "StartingPosition" ], "shapeName" : "CreateEventSourceMappingRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateEventSourceMappingRequest", "variableName" : "createEventSourceMappingRequest", "variableType" : "CreateEventSourceMappingRequest", "documentation" : null, "simpleType" : "CreateEventSourceMappingRequest", "variableSetterType" : "CreateEventSourceMappingRequest" }, "wrapper" : false }, "CreateEventSourceMappingResult" : { "c2jName" : "EventSourceMappingConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes mapping between an Amazon Kinesis stream and a Lambda function.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchSize" : { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EventSourceArn" : { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LastProcessingResult" : { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateTransitionReason" : { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UUID" : { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateEventSourceMappingResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateEventSourceMappingResult", "variableName" : "createEventSourceMappingResult", "variableType" : "CreateEventSourceMappingResult", "documentation" : null, "simpleType" : "CreateEventSourceMappingResult", "variableSetterType" : "CreateEventSourceMappingResult" }, "wrapper" : false }, "CreateFunctionRequest" : { "c2jName" : "CreateFunctionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateFunction", "locationName" : null, "requestUri" : "/2015-03-31/functions", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

\n@param functionName The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

\n@return The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

\n@param functionName The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

\n@param functionName The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@param runtime The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@return The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@param runtime The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@param runtime The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

\n@param handler The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

\n@return The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

\n@param handler The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

\n@param handler The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Code", "c2jShape" : "FunctionCode", "deprecated" : false, "documentation" : "

The code for the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The code for the Lambda function.

\n@param code The code for the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The code for the Lambda function.

\n@return The code for the Lambda function.*/", "getterModel" : { "returnType" : "FunctionCode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**

The code for the Lambda function.

\n@param code The code for the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "FunctionCode", "variableName" : "code", "variableType" : "FunctionCode", "documentation" : "", "simpleType" : "FunctionCode", "variableSetterType" : "FunctionCode" }, "simple" : false, "varargSetterDocumentation" : "/**

The code for the Lambda function.

\n@param code The code for the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FunctionCode", "variableName" : "code", "variableType" : "FunctionCode", "documentation" : "

The code for the Lambda function.

", "simpleType" : "FunctionCode", "variableSetterType" : "FunctionCode" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

\n@return A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@return The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Publish", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

\n@return This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Publish", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Publish", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Publish", "setterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publish", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publish", "variableType" : "Boolean", "documentation" : "

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

\n@param vpcConfig If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

\n@return If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.*/", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

\n@param vpcConfig If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.*/", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

\n@param vpcConfig If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Environment", "c2jShape" : "Environment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param environment \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Environment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**\n@param environment */", "setterModel" : { "variableDeclarationType" : "Environment", "variableName" : "environment", "variableType" : "Environment", "documentation" : "", "simpleType" : "Environment", "variableSetterType" : "Environment" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param environment \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Environment", "variableName" : "environment", "variableType" : "Environment", "documentation" : "", "simpleType" : "Environment", "variableSetterType" : "Environment" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "c2jName" : "Code", "c2jShape" : "FunctionCode", "deprecated" : false, "documentation" : "

The code for the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The code for the Lambda function.

\n@param code The code for the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The code for the Lambda function.

\n@return The code for the Lambda function.*/", "getterModel" : { "returnType" : "FunctionCode", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**

The code for the Lambda function.

\n@param code The code for the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "FunctionCode", "variableName" : "code", "variableType" : "FunctionCode", "documentation" : "", "simpleType" : "FunctionCode", "variableSetterType" : "FunctionCode" }, "simple" : false, "varargSetterDocumentation" : "/**

The code for the Lambda function.

\n@param code The code for the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FunctionCode", "variableName" : "code", "variableType" : "FunctionCode", "documentation" : "

The code for the Lambda function.

", "simpleType" : "FunctionCode", "variableSetterType" : "FunctionCode" }, "xmlNameSpaceUri" : null }, "DeadLetterConfig" : { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

\n@return A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A short, user-defined function description. Lambda does not use this value. Assign a meaningful description as you see fit.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Environment" : { "c2jName" : "Environment", "c2jShape" : "Environment", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param environment \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "Environment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**\n@param environment */", "setterModel" : { "variableDeclarationType" : "Environment", "variableName" : "environment", "variableType" : "Environment", "documentation" : "", "simpleType" : "Environment", "variableSetterType" : "Environment" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param environment \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Environment", "variableName" : "environment", "variableType" : "Environment", "documentation" : "", "simpleType" : "Environment", "variableSetterType" : "Environment" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

\n@param functionName The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

\n@return The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

\n@param functionName The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

\n@param functionName The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the ListFunctions API. Function names are used to specify functions to other AWS Lambda APIs, such as Invoke.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Handler" : { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

\n@param handler The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

\n@return The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

\n@param handler The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

\n@param handler The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function within your code that Lambda calls to begin execution. For Node.js, it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KMSKeyArn" : { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If not provided, AWS Lambda will use a default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MemorySize" : { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@return The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The amount of memory, in MB, your Lambda function is given. Lambda uses this memory size to infer the amount of CPU and memory allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Publish" : { "c2jName" : "Publish", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

\n@return This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Publish", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Publish", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Publish", "setterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publish", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publish", "variableType" : "Boolean", "documentation" : "

This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Role" : { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources. For more information, see AWS Lambda: How it Works.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Runtime" : { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@param runtime The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@return The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@param runtime The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@param runtime The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function you are uploading.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017 but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

\n@param vpcConfig If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

\n@return If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.*/", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

\n@param vpcConfig If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.*/", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

\n@param vpcConfig If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName", "Runtime", "Role", "Handler", "Code" ], "shapeName" : "CreateFunctionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateFunctionRequest", "variableName" : "createFunctionRequest", "variableType" : "CreateFunctionRequest", "documentation" : null, "simpleType" : "CreateFunctionRequest", "variableSetterType" : "CreateFunctionRequest" }, "wrapper" : false }, "CreateFunctionResult" : { "c2jName" : "FunctionConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A complex type that describes function metadata.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CodeSha256" : { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CodeSize" : { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "DeadLetterConfig" : { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Environment" : { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Handler" : { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KMSKeyArn" : { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MemorySize" : { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Role" : { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Runtime" : { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateFunctionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateFunctionResult", "variableName" : "createFunctionResult", "variableType" : "CreateFunctionResult", "documentation" : null, "simpleType" : "CreateFunctionResult", "variableSetterType" : "CreateFunctionResult" }, "wrapper" : false }, "DeadLetterConfig" : { "c2jName" : "DeadLetterConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TargetArn", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

\n@param targetArn The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

\n@return The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetArn", "setterDocumentation" : "/**

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

\n@param targetArn The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

\n@param targetArn The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TargetArn" : { "c2jName" : "TargetArn", "c2jShape" : "ResourceArn", "deprecated" : false, "documentation" : "

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

\n@param targetArn The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

\n@return The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TargetArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TargetArn", "setterDocumentation" : "/**

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

\n@param targetArn The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

\n@param targetArn The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "targetArn", "variableType" : "String", "documentation" : "

The ARN (Amazon Resource Value) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ).

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeadLetterConfig", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : null, "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "wrapper" : false }, "DeleteAliasRequest" : { "c2jName" : "DeleteAliasRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteAlias", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/aliases/{Name}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

\n@param functionName The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

\n@return The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

\n@param functionName The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

\n@param functionName The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Name of the alias to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name of the alias to delete.

\n@param name Name of the alias to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the alias to delete.

\n@return Name of the alias to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name of the alias to delete.

\n@param name Name of the alias to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the alias to delete.

\n@param name Name of the alias to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the alias to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

\n@param functionName The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

\n@return The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

\n@param functionName The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

\n@param functionName The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Name of the alias to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name of the alias to delete.

\n@param name Name of the alias to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the alias to delete.

\n@return Name of the alias to delete.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name of the alias to delete.

\n@param name Name of the alias to delete.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the alias to delete.

\n@param name Name of the alias to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the alias to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName", "Name" ], "shapeName" : "DeleteAliasRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteAliasRequest", "variableName" : "deleteAliasRequest", "variableType" : "DeleteAliasRequest", "documentation" : null, "simpleType" : "DeleteAliasRequest", "variableSetterType" : "DeleteAliasRequest" }, "wrapper" : false }, "DeleteAliasResult" : { "c2jName" : "DeleteAliasResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteAliasResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteAliasResult", "variableName" : "deleteAliasResult", "variableType" : "DeleteAliasResult", "documentation" : null, "simpleType" : "DeleteAliasResult", "variableSetterType" : "DeleteAliasResult" }, "wrapper" : false }, "DeleteEventSourceMappingRequest" : { "c2jName" : "DeleteEventSourceMappingRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteEventSourceMapping", "locationName" : null, "requestUri" : "/2015-03-31/event-source-mappings/{UUID}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The event source mapping ID.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The event source mapping ID.

\n@param uUID The event source mapping ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The event source mapping ID.

\n@return The event source mapping ID.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The event source mapping ID.

\n@param uUID The event source mapping ID.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The event source mapping ID.

\n@param uUID The event source mapping ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The event source mapping ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "UUID" : { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The event source mapping ID.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The event source mapping ID.

\n@param uUID The event source mapping ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The event source mapping ID.

\n@return The event source mapping ID.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The event source mapping ID.

\n@param uUID The event source mapping ID.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The event source mapping ID.

\n@param uUID The event source mapping ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The event source mapping ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "UUID" ], "shapeName" : "DeleteEventSourceMappingRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteEventSourceMappingRequest", "variableName" : "deleteEventSourceMappingRequest", "variableType" : "DeleteEventSourceMappingRequest", "documentation" : null, "simpleType" : "DeleteEventSourceMappingRequest", "variableSetterType" : "DeleteEventSourceMappingRequest" }, "wrapper" : false }, "DeleteEventSourceMappingResult" : { "c2jName" : "EventSourceMappingConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes mapping between an Amazon Kinesis stream and a Lambda function.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchSize" : { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EventSourceArn" : { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LastProcessingResult" : { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateTransitionReason" : { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UUID" : { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteEventSourceMappingResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteEventSourceMappingResult", "variableName" : "deleteEventSourceMappingResult", "variableType" : "DeleteEventSourceMappingResult", "documentation" : null, "simpleType" : "DeleteEventSourceMappingResult", "variableSetterType" : "DeleteEventSourceMappingResult" }, "wrapper" : false }, "DeleteFunctionRequest" : { "c2jName" : "DeleteFunctionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteFunction", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

\n@param qualifier Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

\n@return Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

\n@param qualifier Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

\n@param qualifier Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function to delete.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Qualifier" : { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

\n@param qualifier Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

\n@return Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

\n@param qualifier Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

\n@param qualifier Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

Using this optional parameter you can specify a function version (but not the $LATEST version) to direct AWS Lambda to delete a specific function version. If the function version has one or more aliases pointing to it, you will get an error because you cannot have aliases pointing to it. You can delete any function version but not the $LATEST, that is, you cannot specify $LATEST as the value of this parameter. The $LATEST version can be deleted only when you want to delete all the function versions and aliases.

You can only specify a function version, not an alias name, using this parameter. You cannot delete a function version using its alias.

If you don't specify this parameter, AWS Lambda will delete the function, including all of its versions and aliases.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "DeleteFunctionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteFunctionRequest", "variableName" : "deleteFunctionRequest", "variableType" : "DeleteFunctionRequest", "documentation" : null, "simpleType" : "DeleteFunctionRequest", "variableSetterType" : "DeleteFunctionRequest" }, "wrapper" : false }, "DeleteFunctionResult" : { "c2jName" : "DeleteFunctionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteFunctionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteFunctionResult", "variableName" : "deleteFunctionResult", "variableType" : "DeleteFunctionResult", "documentation" : null, "simpleType" : "DeleteFunctionResult", "variableSetterType" : "DeleteFunctionResult" }, "wrapper" : false }, "EC2AccessDeniedException" : { "c2jName" : "EC2AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : "EC2AccessDeniedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "EC2AccessDeniedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EC2AccessDeniedException", "variableName" : "eC2AccessDeniedException", "variableType" : "EC2AccessDeniedException", "documentation" : null, "simpleType" : "EC2AccessDeniedException", "variableSetterType" : "EC2AccessDeniedException" }, "wrapper" : false }, "EC2ThrottledException" : { "c2jName" : "EC2ThrottledException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for the Lambda function.

", "enums" : null, "errorCode" : "EC2ThrottledException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "EC2ThrottledException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EC2ThrottledException", "variableName" : "eC2ThrottledException", "variableType" : "EC2ThrottledException", "documentation" : null, "simpleType" : "EC2ThrottledException", "variableSetterType" : "EC2ThrottledException" }, "wrapper" : false }, "EC2UnexpectedException" : { "c2jName" : "EC2UnexpectedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.

", "enums" : null, "errorCode" : "EC2UnexpectedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EC2ErrorCode", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eC2ErrorCode \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EC2ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EC2ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EC2ErrorCode", "setterDocumentation" : "/**\n@param eC2ErrorCode */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eC2ErrorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eC2ErrorCode \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eC2ErrorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EC2ErrorCode" : { "c2jName" : "EC2ErrorCode", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param eC2ErrorCode \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EC2ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EC2ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EC2ErrorCode", "setterDocumentation" : "/**\n@param eC2ErrorCode */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eC2ErrorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param eC2ErrorCode \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eC2ErrorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "EC2UnexpectedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EC2UnexpectedException", "variableName" : "eC2UnexpectedException", "variableType" : "EC2UnexpectedException", "documentation" : null, "simpleType" : "EC2UnexpectedException", "variableSetterType" : "EC2UnexpectedException" }, "wrapper" : false }, "ENILimitReachedException" : { "c2jName" : "ENILimitReachedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

AWS Lambda was not able to create an Elastic Network Interface (ENI) in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.

", "enums" : null, "errorCode" : "ENILimitReachedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ENILimitReachedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ENILimitReachedException", "variableName" : "eNILimitReachedException", "variableType" : "ENILimitReachedException", "documentation" : null, "simpleType" : "ENILimitReachedException", "variableSetterType" : "ENILimitReachedException" }, "wrapper" : false }, "Environment" : { "c2jName" : "Environment", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Variables", "c2jShape" : "EnvironmentVariables", "deprecated" : false, "documentation" : "

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

", "enumType" : null, "fluentSetterDocumentation" : "/**

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

\n@param variables The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

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

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

\n@param variables The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "variables", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

\n@param variables The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "variables", "variableType" : "java.util.Map", "documentation" : "

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Variables" : { "c2jName" : "Variables", "c2jShape" : "EnvironmentVariables", "deprecated" : false, "documentation" : "

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

", "enumType" : null, "fluentSetterDocumentation" : "/**

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

\n@param variables The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

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

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

\n@param variables The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "variables", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

\n@param variables The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "variables", "variableType" : "java.util.Map", "documentation" : "

The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Environment", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Environment", "variableName" : "environment", "variableType" : "Environment", "documentation" : null, "simpleType" : "Environment", "variableSetterType" : "Environment" }, "wrapper" : false }, "EnvironmentError" : { "c2jName" : "EnvironmentError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The parent object that contains error information associated with your configuration settings.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ErrorCode", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The error code returned by the environment error object.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The error code returned by the environment error object.

\n@param errorCode The error code returned by the environment error object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The error code returned by the environment error object.

\n@return The error code returned by the environment error object.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

The error code returned by the environment error object.

\n@param errorCode The error code returned by the environment error object.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The error code returned by the environment error object.

\n@param errorCode The error code returned by the environment error object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

The error code returned by the environment error object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Message", "c2jShape" : "SensitiveString", "deprecated" : false, "documentation" : "

The message returned by the environment error object.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The message returned by the environment error object.

\n@param message The message returned by the environment error object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The message returned by the environment error object.

\n@return The message returned by the environment error object.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Message", "setterDocumentation" : "/**

The message returned by the environment error object.

\n@param message The message returned by the environment error object.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The message returned by the environment error object.

\n@param message The message returned by the environment error object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The message returned by the environment error object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorCode" : { "c2jName" : "ErrorCode", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The error code returned by the environment error object.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The error code returned by the environment error object.

\n@param errorCode The error code returned by the environment error object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The error code returned by the environment error object.

\n@return The error code returned by the environment error object.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ErrorCode", "setterDocumentation" : "/**

The error code returned by the environment error object.

\n@param errorCode The error code returned by the environment error object.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The error code returned by the environment error object.

\n@param errorCode The error code returned by the environment error object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

The error code returned by the environment error object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Message" : { "c2jName" : "Message", "c2jShape" : "SensitiveString", "deprecated" : false, "documentation" : "

The message returned by the environment error object.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The message returned by the environment error object.

\n@param message The message returned by the environment error object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The message returned by the environment error object.

\n@return The message returned by the environment error object.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Message", "setterDocumentation" : "/**

The message returned by the environment error object.

\n@param message The message returned by the environment error object.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The message returned by the environment error object.

\n@param message The message returned by the environment error object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The message returned by the environment error object.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "EnvironmentError", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnvironmentError", "variableName" : "environmentError", "variableType" : "EnvironmentError", "documentation" : null, "simpleType" : "EnvironmentError", "variableSetterType" : "EnvironmentError" }, "wrapper" : false }, "EnvironmentResponse" : { "c2jName" : "EnvironmentResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The parent object returned that contains your environment's configuration settings or any error information associated with your configuration settings.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Variables", "c2jShape" : "EnvironmentVariables", "deprecated" : false, "documentation" : "

The key-value pairs returned that represent your environment's configuration settings or error information.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The key-value pairs returned that represent your environment's configuration settings or error information.

\n@param variables The key-value pairs returned that represent your environment's configuration settings or error information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The key-value pairs returned that represent your environment's configuration settings or error information.

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

The key-value pairs returned that represent your environment's configuration settings or error information.

\n@param variables The key-value pairs returned that represent your environment's configuration settings or error information.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "variables", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

The key-value pairs returned that represent your environment's configuration settings or error information.

\n@param variables The key-value pairs returned that represent your environment's configuration settings or error information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "variables", "variableType" : "java.util.Map", "documentation" : "

The key-value pairs returned that represent your environment's configuration settings or error information.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Error", "c2jShape" : "EnvironmentError", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param error \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "EnvironmentError", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Error", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Error", "setterDocumentation" : "/**\n@param error */", "setterModel" : { "variableDeclarationType" : "EnvironmentError", "variableName" : "error", "variableType" : "EnvironmentError", "documentation" : "", "simpleType" : "EnvironmentError", "variableSetterType" : "EnvironmentError" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param error \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentError", "variableName" : "error", "variableType" : "EnvironmentError", "documentation" : "", "simpleType" : "EnvironmentError", "variableSetterType" : "EnvironmentError" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Error" : { "c2jName" : "Error", "c2jShape" : "EnvironmentError", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param error \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "EnvironmentError", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Error", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Error", "setterDocumentation" : "/**\n@param error */", "setterModel" : { "variableDeclarationType" : "EnvironmentError", "variableName" : "error", "variableType" : "EnvironmentError", "documentation" : "", "simpleType" : "EnvironmentError", "variableSetterType" : "EnvironmentError" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param error \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentError", "variableName" : "error", "variableType" : "EnvironmentError", "documentation" : "", "simpleType" : "EnvironmentError", "variableSetterType" : "EnvironmentError" }, "xmlNameSpaceUri" : null }, "Variables" : { "c2jName" : "Variables", "c2jShape" : "EnvironmentVariables", "deprecated" : false, "documentation" : "

The key-value pairs returned that represent your environment's configuration settings or error information.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The key-value pairs returned that represent your environment's configuration settings or error information.

\n@param variables The key-value pairs returned that represent your environment's configuration settings or error information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The key-value pairs returned that represent your environment's configuration settings or error information.

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

The key-value pairs returned that represent your environment's configuration settings or error information.

\n@param variables The key-value pairs returned that represent your environment's configuration settings or error information.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "variables", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

The key-value pairs returned that represent your environment's configuration settings or error information.

\n@param variables The key-value pairs returned that represent your environment's configuration settings or error information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "variables", "variableType" : "java.util.Map", "documentation" : "

The key-value pairs returned that represent your environment's configuration settings or error information.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "EnvironmentResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environmentResponse", "variableType" : "EnvironmentResponse", "documentation" : null, "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "wrapper" : false }, "EventSourceMappingConfiguration" : { "c2jName" : "EventSourceMappingConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes mapping between an Amazon Kinesis stream and a Lambda function.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchSize" : { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EventSourceArn" : { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LastProcessingResult" : { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateTransitionReason" : { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UUID" : { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "EventSourceMappingConfiguration", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EventSourceMappingConfiguration", "variableName" : "eventSourceMappingConfiguration", "variableType" : "EventSourceMappingConfiguration", "documentation" : null, "simpleType" : "EventSourceMappingConfiguration", "variableSetterType" : "EventSourceMappingConfiguration" }, "wrapper" : false }, "EventSourcePosition" : { "c2jName" : "EventSourcePosition", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "TRIM_HORIZON", "value" : "TRIM_HORIZON" }, { "name" : "LATEST", "value" : "LATEST" }, { "name" : "AT_TIMESTAMP", "value" : "AT_TIMESTAMP" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "EventSourcePosition", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EventSourcePosition", "variableName" : "eventSourcePosition", "variableType" : "EventSourcePosition", "documentation" : null, "simpleType" : "EventSourcePosition", "variableSetterType" : "EventSourcePosition" }, "wrapper" : false }, "FunctionCode" : { "c2jName" : "FunctionCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The code for the Lambda function.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ZipFile", "c2jShape" : "Blob", "deprecated" : false, "documentation" : "

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ZipFile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ZipFile", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ZipFile", "setterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "zipFile", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "zipFile", "variableType" : "java.nio.ByteBuffer", "documentation" : "

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "S3Bucket", "c2jShape" : "S3Bucket", "deprecated" : false, "documentation" : "

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@return Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Bucket", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3Bucket", "setterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Bucket", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Bucket", "variableType" : "String", "documentation" : "

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "S3Key", "c2jShape" : "S3Key", "deprecated" : false, "documentation" : "

The Amazon S3 object (the deployment package) key name you want to upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@return The Amazon S3 object (the deployment package) key name you want to upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3Key", "setterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Key", "variableType" : "String", "documentation" : "

The Amazon S3 object (the deployment package) key name you want to upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "S3ObjectVersion", "c2jShape" : "S3ObjectVersion", "deprecated" : false, "documentation" : "

The Amazon S3 object (the deployment package) version you want to upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@return The Amazon S3 object (the deployment package) version you want to upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3ObjectVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3ObjectVersion", "setterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectVersion", "variableType" : "String", "documentation" : "

The Amazon S3 object (the deployment package) version you want to upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "S3Bucket" : { "c2jName" : "S3Bucket", "c2jShape" : "S3Bucket", "deprecated" : false, "documentation" : "

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@return Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Bucket", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3Bucket", "setterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Bucket", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Bucket", "variableType" : "String", "documentation" : "

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "S3Key" : { "c2jName" : "S3Key", "c2jShape" : "S3Key", "deprecated" : false, "documentation" : "

The Amazon S3 object (the deployment package) key name you want to upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@return The Amazon S3 object (the deployment package) key name you want to upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3Key", "setterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Key", "variableType" : "String", "documentation" : "

The Amazon S3 object (the deployment package) key name you want to upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "S3ObjectVersion" : { "c2jName" : "S3ObjectVersion", "c2jShape" : "S3ObjectVersion", "deprecated" : false, "documentation" : "

The Amazon S3 object (the deployment package) version you want to upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@return The Amazon S3 object (the deployment package) version you want to upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3ObjectVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3ObjectVersion", "setterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectVersion", "variableType" : "String", "documentation" : "

The Amazon S3 object (the deployment package) version you want to upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ZipFile" : { "c2jName" : "ZipFile", "c2jShape" : "Blob", "deprecated" : false, "documentation" : "

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ZipFile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ZipFile", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ZipFile", "setterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "zipFile", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "zipFile", "variableType" : "java.nio.ByteBuffer", "documentation" : "

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "FunctionCode", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FunctionCode", "variableName" : "functionCode", "variableType" : "FunctionCode", "documentation" : null, "simpleType" : "FunctionCode", "variableSetterType" : "FunctionCode" }, "wrapper" : false }, "FunctionCodeLocation" : { "c2jName" : "FunctionCodeLocation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The object for the Lambda function location.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "RepositoryType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The repository from which you can download the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository from which you can download the function.

\n@param repositoryType The repository from which you can download the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository from which you can download the function.

\n@return The repository from which you can download the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RepositoryType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RepositoryType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryType", "setterDocumentation" : "/**

The repository from which you can download the function.

\n@param repositoryType The repository from which you can download the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository from which you can download the function.

\n@param repositoryType The repository from which you can download the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : "

The repository from which you can download the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Location", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

\n@param location The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

\n@return The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

\n@param location The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

\n@param location The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Location" : { "c2jName" : "Location", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

\n@param location The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

\n@return The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Location", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Location", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Location", "setterDocumentation" : "/**

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

\n@param location The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

\n@param location The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "location", "variableType" : "String", "documentation" : "

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RepositoryType" : { "c2jName" : "RepositoryType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The repository from which you can download the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The repository from which you can download the function.

\n@param repositoryType The repository from which you can download the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The repository from which you can download the function.

\n@return The repository from which you can download the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RepositoryType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RepositoryType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RepositoryType", "setterDocumentation" : "/**

The repository from which you can download the function.

\n@param repositoryType The repository from which you can download the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The repository from which you can download the function.

\n@param repositoryType The repository from which you can download the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "repositoryType", "variableType" : "String", "documentation" : "

The repository from which you can download the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "FunctionCodeLocation", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FunctionCodeLocation", "variableName" : "functionCodeLocation", "variableType" : "FunctionCodeLocation", "documentation" : null, "simpleType" : "FunctionCodeLocation", "variableSetterType" : "FunctionCodeLocation" }, "wrapper" : false }, "FunctionConfiguration" : { "c2jName" : "FunctionConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A complex type that describes function metadata.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CodeSha256" : { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CodeSize" : { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "DeadLetterConfig" : { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Environment" : { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Handler" : { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KMSKeyArn" : { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MemorySize" : { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Role" : { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Runtime" : { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "FunctionConfiguration", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FunctionConfiguration", "variableName" : "functionConfiguration", "variableType" : "FunctionConfiguration", "documentation" : null, "simpleType" : "FunctionConfiguration", "variableSetterType" : "FunctionConfiguration" }, "wrapper" : false }, "GetAccountSettingsRequest" : { "c2jName" : "GetAccountSettingsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetAccountSettings", "locationName" : null, "requestUri" : "/2016-08-19/account-settings/", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "GetAccountSettingsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAccountSettingsRequest", "variableName" : "getAccountSettingsRequest", "variableType" : "GetAccountSettingsRequest", "documentation" : null, "simpleType" : "GetAccountSettingsRequest", "variableSetterType" : "GetAccountSettingsRequest" }, "wrapper" : false }, "GetAccountSettingsResult" : { "c2jName" : "GetAccountSettingsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AccountLimit", "c2jShape" : "AccountLimit", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param accountLimit \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AccountLimit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountLimit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountLimit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccountLimit", "setterDocumentation" : "/**\n@param accountLimit */", "setterModel" : { "variableDeclarationType" : "AccountLimit", "variableName" : "accountLimit", "variableType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param accountLimit \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccountLimit", "variableName" : "accountLimit", "variableType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AccountUsage", "c2jShape" : "AccountUsage", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param accountUsage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AccountUsage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountUsage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccountUsage", "setterDocumentation" : "/**\n@param accountUsage */", "setterModel" : { "variableDeclarationType" : "AccountUsage", "variableName" : "accountUsage", "variableType" : "AccountUsage", "documentation" : "", "simpleType" : "AccountUsage", "variableSetterType" : "AccountUsage" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param accountUsage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccountUsage", "variableName" : "accountUsage", "variableType" : "AccountUsage", "documentation" : "", "simpleType" : "AccountUsage", "variableSetterType" : "AccountUsage" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountLimit" : { "c2jName" : "AccountLimit", "c2jShape" : "AccountLimit", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param accountLimit \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AccountLimit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountLimit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountLimit", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccountLimit", "setterDocumentation" : "/**\n@param accountLimit */", "setterModel" : { "variableDeclarationType" : "AccountLimit", "variableName" : "accountLimit", "variableType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param accountLimit \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccountLimit", "variableName" : "accountLimit", "variableType" : "AccountLimit", "documentation" : "", "simpleType" : "AccountLimit", "variableSetterType" : "AccountLimit" }, "xmlNameSpaceUri" : null }, "AccountUsage" : { "c2jName" : "AccountUsage", "c2jShape" : "AccountUsage", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param accountUsage \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AccountUsage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccountUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountUsage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccountUsage", "setterDocumentation" : "/**\n@param accountUsage */", "setterModel" : { "variableDeclarationType" : "AccountUsage", "variableName" : "accountUsage", "variableType" : "AccountUsage", "documentation" : "", "simpleType" : "AccountUsage", "variableSetterType" : "AccountUsage" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param accountUsage \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccountUsage", "variableName" : "accountUsage", "variableType" : "AccountUsage", "documentation" : "", "simpleType" : "AccountUsage", "variableSetterType" : "AccountUsage" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetAccountSettingsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetAccountSettingsResult", "variableName" : "getAccountSettingsResult", "variableType" : "GetAccountSettingsResult", "documentation" : null, "simpleType" : "GetAccountSettingsResult", "variableSetterType" : "GetAccountSettingsResult" }, "wrapper" : false }, "GetAliasRequest" : { "c2jName" : "GetAliasRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetAlias", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/aliases/{Name}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

\n@param functionName Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

\n@return Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

\n@param functionName Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

\n@param functionName Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Name of the alias for which you want to retrieve information.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name of the alias for which you want to retrieve information.

\n@param name Name of the alias for which you want to retrieve information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the alias for which you want to retrieve information.

\n@return Name of the alias for which you want to retrieve information.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name of the alias for which you want to retrieve information.

\n@param name Name of the alias for which you want to retrieve information.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the alias for which you want to retrieve information.

\n@param name Name of the alias for which you want to retrieve information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the alias for which you want to retrieve information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

\n@param functionName Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

\n@return Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

\n@param functionName Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

\n@param functionName Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Name of the alias for which you want to retrieve information.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Name of the alias for which you want to retrieve information.

\n@param name Name of the alias for which you want to retrieve information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the alias for which you want to retrieve information.

\n@return Name of the alias for which you want to retrieve information.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name of the alias for which you want to retrieve information.

\n@param name Name of the alias for which you want to retrieve information.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the alias for which you want to retrieve information.

\n@param name Name of the alias for which you want to retrieve information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the alias for which you want to retrieve information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName", "Name" ], "shapeName" : "GetAliasRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAliasRequest", "variableName" : "getAliasRequest", "variableType" : "GetAliasRequest", "documentation" : null, "simpleType" : "GetAliasRequest", "variableSetterType" : "GetAliasRequest" }, "wrapper" : false }, "GetAliasResult" : { "c2jName" : "AliasConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Provides configuration information about a Lambda function version alias.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AliasArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@return Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasArn", "setterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias name.

\n@return Alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Alias name.

\n@param name Alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function version to which the alias points.

\n@return Function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Alias description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias description.

\n@return Alias description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Alias description.

\n@param description Alias description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Alias description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AliasArn" : { "c2jName" : "AliasArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@return Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasArn", "setterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Alias description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias description.

\n@return Alias description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Alias description.

\n@param description Alias description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Alias description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionVersion" : { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function version to which the alias points.

\n@return Function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias name.

\n@return Alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Alias name.

\n@param name Alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetAliasResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetAliasResult", "variableName" : "getAliasResult", "variableType" : "GetAliasResult", "documentation" : null, "simpleType" : "GetAliasResult", "variableSetterType" : "GetAliasResult" }, "wrapper" : false }, "GetEventSourceMappingRequest" : { "c2jName" : "GetEventSourceMappingRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetEventSourceMapping", "locationName" : null, "requestUri" : "/2015-03-31/event-source-mappings/{UUID}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned ID of the event source mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned ID of the event source mapping.

\n@param uUID The AWS Lambda assigned ID of the event source mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned ID of the event source mapping.

\n@return The AWS Lambda assigned ID of the event source mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned ID of the event source mapping.

\n@param uUID The AWS Lambda assigned ID of the event source mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned ID of the event source mapping.

\n@param uUID The AWS Lambda assigned ID of the event source mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned ID of the event source mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "UUID" : { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned ID of the event source mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned ID of the event source mapping.

\n@param uUID The AWS Lambda assigned ID of the event source mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned ID of the event source mapping.

\n@return The AWS Lambda assigned ID of the event source mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned ID of the event source mapping.

\n@param uUID The AWS Lambda assigned ID of the event source mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned ID of the event source mapping.

\n@param uUID The AWS Lambda assigned ID of the event source mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned ID of the event source mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "UUID" ], "shapeName" : "GetEventSourceMappingRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetEventSourceMappingRequest", "variableName" : "getEventSourceMappingRequest", "variableType" : "GetEventSourceMappingRequest", "documentation" : null, "simpleType" : "GetEventSourceMappingRequest", "variableSetterType" : "GetEventSourceMappingRequest" }, "wrapper" : false }, "GetEventSourceMappingResult" : { "c2jName" : "EventSourceMappingConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes mapping between an Amazon Kinesis stream and a Lambda function.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchSize" : { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EventSourceArn" : { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LastProcessingResult" : { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateTransitionReason" : { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UUID" : { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetEventSourceMappingResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetEventSourceMappingResult", "variableName" : "getEventSourceMappingResult", "variableType" : "GetEventSourceMappingResult", "documentation" : null, "simpleType" : "GetEventSourceMappingResult", "variableSetterType" : "GetEventSourceMappingResult" }, "wrapper" : false }, "GetFunctionConfigurationRequest" : { "c2jName" : "GetFunctionConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetFunctionConfiguration", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/configuration", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

\n@param qualifier Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

\n@return Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

\n@param qualifier Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

\n@param qualifier Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the Lambda function for which you want to retrieve the configuration information.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Qualifier" : { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

\n@param qualifier Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

\n@return Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

\n@param qualifier Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

\n@param qualifier Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

Using this optional parameter you can specify a function version or an alias name. If you specify function version, the API uses qualified function ARN and returns information about the specific function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points.

If you don't specify this parameter, the API uses unqualified function ARN, and returns information about the $LATEST function version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "GetFunctionConfigurationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetFunctionConfigurationRequest", "variableName" : "getFunctionConfigurationRequest", "variableType" : "GetFunctionConfigurationRequest", "documentation" : null, "simpleType" : "GetFunctionConfigurationRequest", "variableSetterType" : "GetFunctionConfigurationRequest" }, "wrapper" : false }, "GetFunctionConfigurationResult" : { "c2jName" : "FunctionConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A complex type that describes function metadata.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CodeSha256" : { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CodeSize" : { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "DeadLetterConfig" : { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Environment" : { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Handler" : { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KMSKeyArn" : { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MemorySize" : { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Role" : { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Runtime" : { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetFunctionConfigurationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetFunctionConfigurationResult", "variableName" : "getFunctionConfigurationResult", "variableType" : "GetFunctionConfigurationResult", "documentation" : null, "simpleType" : "GetFunctionConfigurationResult", "variableSetterType" : "GetFunctionConfigurationResult" }, "wrapper" : false }, "GetFunctionRequest" : { "c2jName" : "GetFunctionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetFunction", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

\n@param qualifier Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

\n@return Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

\n@param qualifier Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

\n@param qualifier Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Qualifier" : { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

\n@param qualifier Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

\n@return Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

\n@param qualifier Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

\n@param qualifier Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

Using this optional parameter to specify a function version or an alias name. If you specify function version, the API uses qualified function ARN for the request and returns information about the specific Lambda function version. If you specify an alias name, the API uses the alias ARN and returns information about the function version to which the alias points. If you don't provide this parameter, the API uses unqualified function ARN and returns information about the $LATEST version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "GetFunctionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetFunctionRequest", "variableName" : "getFunctionRequest", "variableType" : "GetFunctionRequest", "documentation" : null, "simpleType" : "GetFunctionRequest", "variableSetterType" : "GetFunctionRequest" }, "wrapper" : false }, "GetFunctionResult" : { "c2jName" : "GetFunctionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

This response contains the object for the Lambda function location (see FunctionCodeLocation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Configuration", "c2jShape" : "FunctionConfiguration", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configuration \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FunctionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Configuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Configuration", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Configuration", "setterDocumentation" : "/**\n@param configuration */", "setterModel" : { "variableDeclarationType" : "FunctionConfiguration", "variableName" : "configuration", "variableType" : "FunctionConfiguration", "documentation" : "", "simpleType" : "FunctionConfiguration", "variableSetterType" : "FunctionConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param configuration \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FunctionConfiguration", "variableName" : "configuration", "variableType" : "FunctionConfiguration", "documentation" : "", "simpleType" : "FunctionConfiguration", "variableSetterType" : "FunctionConfiguration" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Code", "c2jShape" : "FunctionCodeLocation", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FunctionCodeLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**\n@param code */", "setterModel" : { "variableDeclarationType" : "FunctionCodeLocation", "variableName" : "code", "variableType" : "FunctionCodeLocation", "documentation" : "", "simpleType" : "FunctionCodeLocation", "variableSetterType" : "FunctionCodeLocation" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FunctionCodeLocation", "variableName" : "code", "variableType" : "FunctionCodeLocation", "documentation" : "", "simpleType" : "FunctionCodeLocation", "variableSetterType" : "FunctionCodeLocation" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "c2jName" : "Code", "c2jShape" : "FunctionCodeLocation", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FunctionCodeLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**\n@param code */", "setterModel" : { "variableDeclarationType" : "FunctionCodeLocation", "variableName" : "code", "variableType" : "FunctionCodeLocation", "documentation" : "", "simpleType" : "FunctionCodeLocation", "variableSetterType" : "FunctionCodeLocation" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FunctionCodeLocation", "variableName" : "code", "variableType" : "FunctionCodeLocation", "documentation" : "", "simpleType" : "FunctionCodeLocation", "variableSetterType" : "FunctionCodeLocation" }, "xmlNameSpaceUri" : null }, "Configuration" : { "c2jName" : "Configuration", "c2jShape" : "FunctionConfiguration", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param configuration \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "FunctionConfiguration", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Configuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Configuration", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Configuration", "setterDocumentation" : "/**\n@param configuration */", "setterModel" : { "variableDeclarationType" : "FunctionConfiguration", "variableName" : "configuration", "variableType" : "FunctionConfiguration", "documentation" : "", "simpleType" : "FunctionConfiguration", "variableSetterType" : "FunctionConfiguration" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param configuration \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FunctionConfiguration", "variableName" : "configuration", "variableType" : "FunctionConfiguration", "documentation" : "", "simpleType" : "FunctionConfiguration", "variableSetterType" : "FunctionConfiguration" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetFunctionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetFunctionResult", "variableName" : "getFunctionResult", "variableType" : "GetFunctionResult", "documentation" : null, "simpleType" : "GetFunctionResult", "variableSetterType" : "GetFunctionResult" }, "wrapper" : false }, "GetPolicyRequest" : { "c2jName" : "GetPolicyRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "GetPolicy", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/policy", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

\n@param qualifier You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

\n@return You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

\n@param qualifier You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

\n@param qualifier You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Function name whose resource policy you want to retrieve.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Qualifier" : { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

\n@param qualifier You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

\n@return You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

\n@param qualifier You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

\n@param qualifier You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "GetPolicyRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetPolicyRequest", "variableName" : "getPolicyRequest", "variableType" : "GetPolicyRequest", "documentation" : null, "simpleType" : "GetPolicyRequest", "variableSetterType" : "GetPolicyRequest" }, "wrapper" : false }, "GetPolicyResult" : { "c2jName" : "GetPolicyResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Policy", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param policy The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@return The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Policy", "setterDocumentation" : "/**

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param policy The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param policy The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Policy" : { "c2jName" : "Policy", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param policy The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@return The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Policy", "setterDocumentation" : "/**

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param policy The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

\n@param policy The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "policy", "variableType" : "String", "documentation" : "

The resource policy associated with the specified function. The response returns the same as a string using a backslash (\"\\\") as an escape character in the JSON.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetPolicyResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetPolicyResult", "variableName" : "getPolicyResult", "variableType" : "GetPolicyResult", "documentation" : null, "simpleType" : "GetPolicyResult", "variableSetterType" : "GetPolicyResult" }, "wrapper" : false }, "InvalidParameterValueException" : { "c2jName" : "InvalidParameterValueException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

", "enums" : null, "errorCode" : "InvalidParameterValueException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InvalidParameterValueException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterValueException", "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "wrapper" : false }, "InvalidRequestContentException" : { "c2jName" : "InvalidRequestContentException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The request body could not be parsed as JSON.

", "enums" : null, "errorCode" : "InvalidRequestContentException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InvalidRequestContentException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidRequestContentException", "variableName" : "invalidRequestContentException", "variableType" : "InvalidRequestContentException", "documentation" : null, "simpleType" : "InvalidRequestContentException", "variableSetterType" : "InvalidRequestContentException" }, "wrapper" : false }, "InvalidSecurityGroupIDException" : { "c2jName" : "InvalidSecurityGroupIDException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The Security Group ID provided in the Lambda function VPC configuration is invalid.

", "enums" : null, "errorCode" : "InvalidSecurityGroupIDException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InvalidSecurityGroupIDException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSecurityGroupIDException", "variableName" : "invalidSecurityGroupIDException", "variableType" : "InvalidSecurityGroupIDException", "documentation" : null, "simpleType" : "InvalidSecurityGroupIDException", "variableSetterType" : "InvalidSecurityGroupIDException" }, "wrapper" : false }, "InvalidSubnetIDException" : { "c2jName" : "InvalidSubnetIDException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The Subnet ID provided in the Lambda function VPC configuration is invalid.

", "enums" : null, "errorCode" : "InvalidSubnetIDException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InvalidSubnetIDException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSubnetIDException", "variableName" : "invalidSubnetIDException", "variableType" : "InvalidSubnetIDException", "documentation" : null, "simpleType" : "InvalidSubnetIDException", "variableSetterType" : "InvalidSubnetIDException" }, "wrapper" : false }, "InvalidZipFileException" : { "c2jName" : "InvalidZipFileException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

AWS Lambda could not unzip the function zip file.

", "enums" : null, "errorCode" : "InvalidZipFileException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InvalidZipFileException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidZipFileException", "variableName" : "invalidZipFileException", "variableType" : "InvalidZipFileException", "documentation" : null, "simpleType" : "InvalidZipFileException", "variableSetterType" : "InvalidZipFileException" }, "wrapper" : false }, "InvocationType" : { "c2jName" : "InvocationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Event", "value" : "Event" }, { "name" : "RequestResponse", "value" : "RequestResponse" }, { "name" : "DryRun", "value" : "DryRun" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "InvocationType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvocationType", "variableName" : "invocationType", "variableType" : "InvocationType", "documentation" : null, "simpleType" : "InvocationType", "variableSetterType" : "InvocationType" }, "wrapper" : false }, "InvokeAsyncRequest" : { "c2jName" : "InvokeAsyncRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : true, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : true, "marshaller" : { "action" : "InvokeAsync", "locationName" : null, "requestUri" : "/2014-11-13/functions/{FunctionName}/invoke-async/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name.

\n@param functionName The Lambda function name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name.

\n@return The Lambda function name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name.

\n@param functionName The Lambda function name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name.

\n@param functionName The Lambda function name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InvokeArgs", "c2jShape" : "BlobStream", "deprecated" : false, "documentation" : "

JSON that you want to provide to your Lambda function as input.

", "enumType" : null, "fluentSetterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param invokeArgs JSON that you want to provide to your Lambda function as input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@return JSON that you want to provide to your Lambda function as input.*/", "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : true, "isStreaming" : true, "location" : null, "marshallLocationName" : "InvokeArgs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InvokeArgs", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InvokeArgs", "setterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param invokeArgs JSON that you want to provide to your Lambda function as input.*/", "setterModel" : { "variableDeclarationType" : "java.io.InputStream", "variableName" : "invokeArgs", "variableType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "simple" : true, "varargSetterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param invokeArgs JSON that you want to provide to your Lambda function as input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.io.InputStream", "variableName" : "invokeArgs", "variableType" : "java.io.InputStream", "documentation" : "

JSON that you want to provide to your Lambda function as input.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name.

\n@param functionName The Lambda function name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name.

\n@return The Lambda function name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name.

\n@param functionName The Lambda function name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name.

\n@param functionName The Lambda function name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InvokeArgs" : { "c2jName" : "InvokeArgs", "c2jShape" : "BlobStream", "deprecated" : false, "documentation" : "

JSON that you want to provide to your Lambda function as input.

", "enumType" : null, "fluentSetterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param invokeArgs JSON that you want to provide to your Lambda function as input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@return JSON that you want to provide to your Lambda function as input.*/", "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : true, "isStreaming" : true, "location" : null, "marshallLocationName" : "InvokeArgs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InvokeArgs", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InvokeArgs", "setterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param invokeArgs JSON that you want to provide to your Lambda function as input.*/", "setterModel" : { "variableDeclarationType" : "java.io.InputStream", "variableName" : "invokeArgs", "variableType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "simple" : true, "varargSetterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param invokeArgs JSON that you want to provide to your Lambda function as input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.io.InputStream", "variableName" : "invokeArgs", "variableType" : "java.io.InputStream", "documentation" : "

JSON that you want to provide to your Lambda function as input.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName", "InvokeArgs" ], "shapeName" : "InvokeAsyncRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvokeAsyncRequest", "variableName" : "invokeAsyncRequest", "variableType" : "InvokeAsyncRequest", "documentation" : null, "simpleType" : "InvokeAsyncRequest", "variableSetterType" : "InvokeAsyncRequest" }, "wrapper" : false }, "InvokeAsyncResult" : { "c2jName" : "InvokeAsyncResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : true, "documentation" : "

Upon success, it returns empty response. Otherwise, throws an exception.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : true, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Status", "c2jShape" : "HttpStatus", "deprecated" : false, "documentation" : "

It will be 202 upon success.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It will be 202 upon success.

\n@param status It will be 202 upon success.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It will be 202 upon success.

\n@return It will be 202 upon success.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "statusCode", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : true, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

It will be 202 upon success.

\n@param status It will be 202 upon success.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "status", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

It will be 202 upon success.

\n@param status It will be 202 upon success.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "status", "variableType" : "Integer", "documentation" : "

It will be 202 upon success.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Status" : { "c2jName" : "Status", "c2jShape" : "HttpStatus", "deprecated" : false, "documentation" : "

It will be 202 upon success.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It will be 202 upon success.

\n@param status It will be 202 upon success.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It will be 202 upon success.

\n@return It will be 202 upon success.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "statusCode", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : true, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

It will be 202 upon success.

\n@param status It will be 202 upon success.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "status", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

It will be 202 upon success.

\n@param status It will be 202 upon success.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "status", "variableType" : "Integer", "documentation" : "

It will be 202 upon success.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InvokeAsyncResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvokeAsyncResult", "variableName" : "invokeAsyncResult", "variableType" : "InvokeAsyncResult", "documentation" : null, "simpleType" : "InvokeAsyncResult", "variableSetterType" : "InvokeAsyncResult" }, "wrapper" : false }, "InvokeRequest" : { "c2jName" : "InvocationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "Invoke", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/invocations", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InvocationType", "c2jShape" : "InvocationType", "deprecated" : false, "documentation" : "

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

", "enumType" : "InvocationType", "fluentSetterDocumentation" : "/**

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

\n@param invocationType By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType*/", "getterDocumentation" : "/**

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

\n@return By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.\n@see InvocationType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Invocation-Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Invocation-Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InvocationType", "setterDocumentation" : "/**

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

\n@param invocationType By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.\n@see InvocationType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

\n@param invocationType By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LogType", "c2jShape" : "LogType", "deprecated" : false, "documentation" : "

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

", "enumType" : "LogType", "fluentSetterDocumentation" : "/**

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

\n@param logType You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogType*/", "getterDocumentation" : "/**

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

\n@return You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.\n@see LogType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Log-Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Log-Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogType", "setterDocumentation" : "/**

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

\n@param logType You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.\n@see LogType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

\n@param logType You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logType", "variableType" : "String", "documentation" : "

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ClientContext", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

\n@param clientContext Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

\n@return Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Client-Context", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Client-Context", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClientContext", "setterDocumentation" : "/**

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

\n@param clientContext Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientContext", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

\n@param clientContext Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "clientContext", "variableType" : "String", "documentation" : "

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Payload", "c2jShape" : "Blob", "deprecated" : false, "documentation" : "

JSON that you want to provide to your Lambda function as input.

", "enumType" : null, "fluentSetterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param payload JSON that you want to provide to your Lambda function as input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return JSON that you want to provide to your Lambda function as input.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocationName" : "Payload", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Payload", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Payload", "setterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param payload JSON that you want to provide to your Lambda function as input.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "payload", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param payload JSON that you want to provide to your Lambda function as input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "payload", "variableType" : "java.nio.ByteBuffer", "documentation" : "

JSON that you want to provide to your Lambda function as input.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

\n@param qualifier You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

\n@return You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

\n@param qualifier You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

\n@param qualifier You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientContext" : { "c2jName" : "ClientContext", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

\n@param clientContext Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

\n@return Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Client-Context", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Client-Context", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ClientContext", "setterDocumentation" : "/**

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

\n@param clientContext Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientContext", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

\n@param clientContext Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "clientContext", "variableType" : "String", "documentation" : "

Using the ClientContext you can pass client-specific information to the Lambda function you are invoking. You can then process the client information in your Lambda function as you choose through the context variable. For an example of a ClientContext JSON, see PutEvents in the Amazon Mobile Analytics API Reference and User Guide.

The ClientContext JSON must be base64-encoded.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InvocationType" : { "c2jName" : "InvocationType", "c2jShape" : "InvocationType", "deprecated" : false, "documentation" : "

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

", "enumType" : "InvocationType", "fluentSetterDocumentation" : "/**

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

\n@param invocationType By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType*/", "getterDocumentation" : "/**

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

\n@return By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.\n@see InvocationType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Invocation-Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Invocation-Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InvocationType", "setterDocumentation" : "/**

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

\n@param invocationType By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.\n@see InvocationType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

\n@param invocationType By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvocationType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "invocationType", "variableType" : "String", "documentation" : "

By default, the Invoke API assumes RequestResponse invocation type. You can optionally request asynchronous execution by specifying Event as the InvocationType. You can also use this parameter to request AWS Lambda to not execute the function but do some verification, such as if the caller is authorized to invoke the function and if the inputs are valid. You request this by specifying DryRun as the InvocationType. This is useful in a cross-account scenario when you want to verify access to a function without running it.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LogType" : { "c2jName" : "LogType", "c2jShape" : "LogType", "deprecated" : false, "documentation" : "

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

", "enumType" : "LogType", "fluentSetterDocumentation" : "/**

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

\n@param logType You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogType*/", "getterDocumentation" : "/**

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

\n@return You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.\n@see LogType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Log-Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Log-Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogType", "setterDocumentation" : "/**

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

\n@param logType You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.\n@see LogType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

\n@param logType You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LogType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logType", "variableType" : "String", "documentation" : "

You can set this optional parameter to Tail in the request only if you specify the InvocationType parameter with value RequestResponse. In this case, AWS Lambda returns the base64-encoded last 4 KB of log data produced by your Lambda function in the x-amz-log-result header.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Payload" : { "c2jName" : "Payload", "c2jShape" : "Blob", "deprecated" : false, "documentation" : "

JSON that you want to provide to your Lambda function as input.

", "enumType" : null, "fluentSetterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param payload JSON that you want to provide to your Lambda function as input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return JSON that you want to provide to your Lambda function as input.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocationName" : "Payload", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Payload", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Payload", "setterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param payload JSON that you want to provide to your Lambda function as input.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "payload", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

JSON that you want to provide to your Lambda function as input.

\n@param payload JSON that you want to provide to your Lambda function as input.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "payload", "variableType" : "java.nio.ByteBuffer", "documentation" : "

JSON that you want to provide to your Lambda function as input.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "Qualifier" : { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

\n@param qualifier You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

\n@return You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

\n@param qualifier You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

\n@param qualifier You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

You can use this optional parameter to specify a Lambda function version or alias name. If you specify a function version, the API uses the qualified function ARN to invoke a specific Lambda function. If you specify an alias name, the API uses the alias ARN to invoke the Lambda function version to which the alias points.

If you don't provide this parameter, then the API uses unqualified function ARN which results in invocation of the $LATEST version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "InvokeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvokeRequest", "variableName" : "invokeRequest", "variableType" : "InvokeRequest", "documentation" : null, "simpleType" : "InvokeRequest", "variableSetterType" : "InvokeRequest" }, "wrapper" : false }, "InvokeResult" : { "c2jName" : "InvocationResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Upon success, returns an empty response. Otherwise, throws an exception.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasStatusCodeMember" : true, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StatusCode", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

\n@param statusCode The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

\n@return The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "statusCode", "marshallLocationName" : "StatusCode", "queryString" : false, "statusCode" : true, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusCode", "setterDocumentation" : "/**

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

\n@param statusCode The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "statusCode", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

\n@param statusCode The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "statusCode", "variableType" : "Integer", "documentation" : "

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionError", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

\n@param functionError Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

\n@return Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Function-Error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Function-Error", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionError", "setterDocumentation" : "/**

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

\n@param functionError Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionError", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

\n@param functionError Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionError", "variableType" : "String", "documentation" : "

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LogResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

\n@param logResult It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

\n@return It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Log-Result", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Log-Result", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogResult", "setterDocumentation" : "/**

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

\n@param logResult It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

\n@param logResult It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : "

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Payload", "c2jShape" : "Blob", "deprecated" : false, "documentation" : "

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

\n@param payload It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocationName" : "Payload", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Payload", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Payload", "setterDocumentation" : "/**

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param payload It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "payload", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

\n@param payload It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "payload", "variableType" : "java.nio.ByteBuffer", "documentation" : "

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionError" : { "c2jName" : "FunctionError", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

\n@param functionError Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

\n@return Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Function-Error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Function-Error", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionError", "setterDocumentation" : "/**

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

\n@param functionError Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionError", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

\n@param functionError Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionError", "variableType" : "String", "documentation" : "

Indicates whether an error occurred while executing the Lambda function. If an error occurred this field will have one of two values; Handled or Unhandled. Handled errors are errors that are reported by the function while the Unhandled errors are those detected and reported by AWS Lambda. Unhandled errors include out of memory errors and function timeouts. For information about how to report an Handled error, see Programming Model.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LogResult" : { "c2jName" : "LogResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

\n@param logResult It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

\n@return It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "X-Amz-Log-Result", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amz-Log-Result", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LogResult", "setterDocumentation" : "/**

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

\n@param logResult It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

\n@param logResult It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "logResult", "variableType" : "String", "documentation" : "

It is the base64-encoded logs for the Lambda function invocation. This is present only if the invocation type is RequestResponse and the logs were requested.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Payload" : { "c2jName" : "Payload", "c2jShape" : "Blob", "deprecated" : false, "documentation" : "

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

\n@param payload It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocationName" : "Payload", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Payload", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Payload", "setterDocumentation" : "/**

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param payload It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "payload", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

\n@param payload It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "payload", "variableType" : "java.nio.ByteBuffer", "documentation" : "

It is the JSON representation of the object returned by the Lambda function. This is present only if the invocation type is RequestResponse.

In the event of a function error this field contains a message describing the error. For the Handled errors the Lambda function will report this message. For Unhandled errors AWS Lambda reports the message.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, "StatusCode" : { "c2jName" : "StatusCode", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

\n@param statusCode The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

\n@return The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "statusCode", "marshallLocationName" : "StatusCode", "queryString" : false, "statusCode" : true, "unmarshallLocationName" : "StatusCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusCode", "setterDocumentation" : "/**

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

\n@param statusCode The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "statusCode", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

\n@param statusCode The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "statusCode", "variableType" : "Integer", "documentation" : "

The HTTP status code will be in the 200 range for successful request. For the RequestResonse invocation type this status code will be 200. For the Event invocation type this status code will be 202. For the DryRun invocation type the status code will be 204.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "InvokeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvokeResult", "variableName" : "invokeResult", "variableType" : "InvokeResult", "documentation" : null, "simpleType" : "InvokeResult", "variableSetterType" : "InvokeResult" }, "wrapper" : false }, "KMSAccessDeniedException" : { "c2jName" : "KMSAccessDeniedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Lambda was unable to decrypt the environment variables because KMS access was denied. Please check the Lambda function's KMS permissions.

", "enums" : null, "errorCode" : "KMSAccessDeniedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "KMSAccessDeniedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KMSAccessDeniedException", "variableName" : "kMSAccessDeniedException", "variableType" : "KMSAccessDeniedException", "documentation" : null, "simpleType" : "KMSAccessDeniedException", "variableSetterType" : "KMSAccessDeniedException" }, "wrapper" : false }, "KMSDisabledException" : { "c2jName" : "KMSDisabledException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Lambda was unable to decrypt the environment variables because the KMS key used is disabled. Please check the Lambda function's KMS key settings.

", "enums" : null, "errorCode" : "KMSDisabledException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "KMSDisabledException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KMSDisabledException", "variableName" : "kMSDisabledException", "variableType" : "KMSDisabledException", "documentation" : null, "simpleType" : "KMSDisabledException", "variableSetterType" : "KMSDisabledException" }, "wrapper" : false }, "KMSInvalidStateException" : { "c2jName" : "KMSInvalidStateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for Decrypt. Please check the function's KMS key settings.

", "enums" : null, "errorCode" : "KMSInvalidStateException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "KMSInvalidStateException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KMSInvalidStateException", "variableName" : "kMSInvalidStateException", "variableType" : "KMSInvalidStateException", "documentation" : null, "simpleType" : "KMSInvalidStateException", "variableSetterType" : "KMSInvalidStateException" }, "wrapper" : false }, "KMSNotFoundException" : { "c2jName" : "KMSNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Lambda was unable to decrypt the environment variables because the KMS key was not found. Please check the function's KMS key settings.

", "enums" : null, "errorCode" : "KMSNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "KMSNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "KMSNotFoundException", "variableName" : "kMSNotFoundException", "variableType" : "KMSNotFoundException", "documentation" : null, "simpleType" : "KMSNotFoundException", "variableSetterType" : "KMSNotFoundException" }, "wrapper" : false }, "ListAliasesRequest" : { "c2jName" : "ListAliasesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListAliases", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/aliases", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Lambda function name for which the alias is created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function name for which the alias is created.

\n@param functionName Lambda function name for which the alias is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function name for which the alias is created.

\n@return Lambda function name for which the alias is created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Lambda function name for which the alias is created.

\n@param functionName Lambda function name for which the alias is created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function name for which the alias is created.

\n@param functionName Lambda function name for which the alias is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Lambda function name for which the alias is created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

\n@param functionVersion If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

\n@return If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "FunctionVersion", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

\n@param functionVersion If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

\n@param functionVersion If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

\n@return Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "MaxListItems", "deprecated" : false, "documentation" : "

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

\n@return Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "MaxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Lambda function name for which the alias is created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function name for which the alias is created.

\n@param functionName Lambda function name for which the alias is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function name for which the alias is created.

\n@return Lambda function name for which the alias is created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Lambda function name for which the alias is created.

\n@param functionName Lambda function name for which the alias is created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function name for which the alias is created.

\n@param functionName Lambda function name for which the alias is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Lambda function name for which the alias is created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionVersion" : { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

\n@param functionVersion If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

\n@return If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "FunctionVersion", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

\n@param functionVersion If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

\n@param functionVersion If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

\n@return Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

Optional string. An opaque pagination token returned from a previous ListAliases operation. If present, indicates where to continue the listing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "MaxListItems", "deprecated" : false, "documentation" : "

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

\n@return Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "MaxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "ListAliasesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAliasesRequest", "variableName" : "listAliasesRequest", "variableType" : "ListAliasesRequest", "documentation" : null, "simpleType" : "ListAliasesRequest", "variableSetterType" : "ListAliasesRequest" }, "wrapper" : false }, "ListAliasesResult" : { "c2jName" : "ListAliasesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "NextMarker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string, present if there are more aliases.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string, present if there are more aliases.

\n@param nextMarker A string, present if there are more aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string, present if there are more aliases.

\n@return A string, present if there are more aliases.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

A string, present if there are more aliases.

\n@param nextMarker A string, present if there are more aliases.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string, present if there are more aliases.

\n@param nextMarker A string, present if there are more aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

A string, present if there are more aliases.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Aliases", "c2jShape" : "AliasList", "deprecated" : false, "documentation" : "

A list of aliases.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of aliases.

\n@param aliases A list of aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of aliases.

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

A list of aliases.

\n@param aliases A list of aliases.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "aliases", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of aliases.

\n

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

\n@param aliases A list of aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "aliases", "variableType" : "java.util.List", "documentation" : "

A list of aliases.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Aliases" : { "c2jName" : "Aliases", "c2jShape" : "AliasList", "deprecated" : false, "documentation" : "

A list of aliases.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of aliases.

\n@param aliases A list of aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of aliases.

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

A list of aliases.

\n@param aliases A list of aliases.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "aliases", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of aliases.

\n

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

\n@param aliases A list of aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "aliases", "variableType" : "java.util.List", "documentation" : "

A list of aliases.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string, present if there are more aliases.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string, present if there are more aliases.

\n@param nextMarker A string, present if there are more aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string, present if there are more aliases.

\n@return A string, present if there are more aliases.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

A string, present if there are more aliases.

\n@param nextMarker A string, present if there are more aliases.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string, present if there are more aliases.

\n@param nextMarker A string, present if there are more aliases.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

A string, present if there are more aliases.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListAliasesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAliasesResult", "variableName" : "listAliasesResult", "variableType" : "ListAliasesResult", "documentation" : null, "simpleType" : "ListAliasesResult", "variableSetterType" : "ListAliasesResult" }, "wrapper" : false }, "ListEventSourceMappingsRequest" : { "c2jName" : "ListEventSourceMappingsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListEventSourceMappings", "locationName" : null, "requestUri" : "/2015-03-31/event-source-mappings/", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "EventSourceArn", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "FunctionName", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

\n@param marker Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

\n@return Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

\n@param marker Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

\n@param marker Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "MaxListItems", "deprecated" : false, "documentation" : "

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

\n@return Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "MaxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventSourceArn" : { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "EventSourceArn", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "FunctionName", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the Lambda function.

You can specify the function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

\n@param marker Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

\n@return Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

\n@param marker Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

\n@param marker Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

Optional string. An opaque pagination token returned from a previous ListEventSourceMappings operation. If present, specifies to continue the list from where the returning call left off.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "MaxListItems", "deprecated" : false, "documentation" : "

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

\n@return Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "MaxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListEventSourceMappingsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListEventSourceMappingsRequest", "variableName" : "listEventSourceMappingsRequest", "variableType" : "ListEventSourceMappingsRequest", "documentation" : null, "simpleType" : "ListEventSourceMappingsRequest", "variableSetterType" : "ListEventSourceMappingsRequest" }, "wrapper" : false }, "ListEventSourceMappingsResult" : { "c2jName" : "ListEventSourceMappingsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains a list of event sources (see EventSourceMappingConfiguration)

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "NextMarker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string, present if there are more event source mappings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string, present if there are more event source mappings.

\n@param nextMarker A string, present if there are more event source mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string, present if there are more event source mappings.

\n@return A string, present if there are more event source mappings.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

A string, present if there are more event source mappings.

\n@param nextMarker A string, present if there are more event source mappings.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string, present if there are more event source mappings.

\n@param nextMarker A string, present if there are more event source mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

A string, present if there are more event source mappings.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventSourceMappings", "c2jShape" : "EventSourceMappingsList", "deprecated" : false, "documentation" : "

An array of EventSourceMappingConfiguration objects.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of EventSourceMappingConfiguration objects.

\n@param eventSourceMappings An array of EventSourceMappingConfiguration objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of EventSourceMappingConfiguration objects.

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

An array of EventSourceMappingConfiguration objects.

\n@param eventSourceMappings An array of EventSourceMappingConfiguration objects.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "eventSourceMappings", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of EventSourceMappingConfiguration objects.

\n

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

\n@param eventSourceMappings An array of EventSourceMappingConfiguration objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "eventSourceMappings", "variableType" : "java.util.List", "documentation" : "

An array of EventSourceMappingConfiguration objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EventSourceMappings" : { "c2jName" : "EventSourceMappings", "c2jShape" : "EventSourceMappingsList", "deprecated" : false, "documentation" : "

An array of EventSourceMappingConfiguration objects.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An array of EventSourceMappingConfiguration objects.

\n@param eventSourceMappings An array of EventSourceMappingConfiguration objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An array of EventSourceMappingConfiguration objects.

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

An array of EventSourceMappingConfiguration objects.

\n@param eventSourceMappings An array of EventSourceMappingConfiguration objects.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "eventSourceMappings", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

An array of EventSourceMappingConfiguration objects.

\n

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

\n@param eventSourceMappings An array of EventSourceMappingConfiguration objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "eventSourceMappings", "variableType" : "java.util.List", "documentation" : "

An array of EventSourceMappingConfiguration objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string, present if there are more event source mappings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string, present if there are more event source mappings.

\n@param nextMarker A string, present if there are more event source mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string, present if there are more event source mappings.

\n@return A string, present if there are more event source mappings.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

A string, present if there are more event source mappings.

\n@param nextMarker A string, present if there are more event source mappings.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string, present if there are more event source mappings.

\n@param nextMarker A string, present if there are more event source mappings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

A string, present if there are more event source mappings.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListEventSourceMappingsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListEventSourceMappingsResult", "variableName" : "listEventSourceMappingsResult", "variableType" : "ListEventSourceMappingsResult", "documentation" : null, "simpleType" : "ListEventSourceMappingsResult", "variableSetterType" : "ListEventSourceMappingsResult" }, "wrapper" : false }, "ListFunctionsRequest" : { "c2jName" : "ListFunctionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListFunctions", "locationName" : null, "requestUri" : "/2015-03-31/functions/", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Marker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

\n@return Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "MaxListItems", "deprecated" : false, "documentation" : "

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

\n@return Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "MaxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Marker" : { "c2jName" : "Marker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

\n@return Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

Optional string. An opaque pagination token returned from a previous ListFunctions operation. If present, indicates where to continue the listing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "MaxListItems", "deprecated" : false, "documentation" : "

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

\n@return Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "MaxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

Optional integer. Specifies the maximum number of AWS Lambda functions to return in response. This parameter value must be greater than 0.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListFunctionsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListFunctionsRequest", "variableName" : "listFunctionsRequest", "variableType" : "ListFunctionsRequest", "documentation" : null, "simpleType" : "ListFunctionsRequest", "variableSetterType" : "ListFunctionsRequest" }, "wrapper" : false }, "ListFunctionsResult" : { "c2jName" : "ListFunctionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains a list of AWS Lambda function configurations (see FunctionConfiguration.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "NextMarker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string, present if there are more functions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string, present if there are more functions.

\n@param nextMarker A string, present if there are more functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string, present if there are more functions.

\n@return A string, present if there are more functions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

A string, present if there are more functions.

\n@param nextMarker A string, present if there are more functions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string, present if there are more functions.

\n@param nextMarker A string, present if there are more functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

A string, present if there are more functions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Functions", "c2jShape" : "FunctionList", "deprecated" : false, "documentation" : "

A list of Lambda functions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Lambda functions.

\n@param functions A list of Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of Lambda functions.

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

A list of Lambda functions.

\n@param functions A list of Lambda functions.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "functions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Lambda functions.

\n

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

\n@param functions A list of Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "functions", "variableType" : "java.util.List", "documentation" : "

A list of Lambda functions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Functions" : { "c2jName" : "Functions", "c2jShape" : "FunctionList", "deprecated" : false, "documentation" : "

A list of Lambda functions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Lambda functions.

\n@param functions A list of Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of Lambda functions.

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

A list of Lambda functions.

\n@param functions A list of Lambda functions.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "functions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Lambda functions.

\n

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

\n@param functions A list of Lambda functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "functions", "variableType" : "java.util.List", "documentation" : "

A list of Lambda functions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string, present if there are more functions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string, present if there are more functions.

\n@param nextMarker A string, present if there are more functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string, present if there are more functions.

\n@return A string, present if there are more functions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

A string, present if there are more functions.

\n@param nextMarker A string, present if there are more functions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string, present if there are more functions.

\n@param nextMarker A string, present if there are more functions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

A string, present if there are more functions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListFunctionsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListFunctionsResult", "variableName" : "listFunctionsResult", "variableType" : "ListFunctionsResult", "documentation" : null, "simpleType" : "ListFunctionsResult", "variableSetterType" : "ListFunctionsResult" }, "wrapper" : false }, "ListVersionsByFunctionRequest" : { "c2jName" : "ListVersionsByFunctionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListVersionsByFunction", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/versions", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Marker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

\n@return Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxItems", "c2jShape" : "MaxListItems", "deprecated" : false, "documentation" : "

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

\n@return Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "MaxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Function name whose versions to list. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Marker" : { "c2jName" : "Marker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

\n@return Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Marker", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Marker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Marker", "setterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

\n@param marker Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "marker", "variableType" : "String", "documentation" : "

Optional string. An opaque pagination token returned from a previous ListVersionsByFunction operation. If present, indicates where to continue the listing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "c2jName" : "MaxItems", "c2jShape" : "MaxListItems", "deprecated" : false, "documentation" : "

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

\n@return Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "MaxItems", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxItems", "setterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

\n@param maxItems Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "ListVersionsByFunctionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListVersionsByFunctionRequest", "variableName" : "listVersionsByFunctionRequest", "variableType" : "ListVersionsByFunctionRequest", "documentation" : null, "simpleType" : "ListVersionsByFunctionRequest", "variableSetterType" : "ListVersionsByFunctionRequest" }, "wrapper" : false }, "ListVersionsByFunctionResult" : { "c2jName" : "ListVersionsByFunctionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "NextMarker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string, present if there are more function versions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string, present if there are more function versions.

\n@param nextMarker A string, present if there are more function versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string, present if there are more function versions.

\n@return A string, present if there are more function versions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

A string, present if there are more function versions.

\n@param nextMarker A string, present if there are more function versions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string, present if there are more function versions.

\n@param nextMarker A string, present if there are more function versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

A string, present if there are more function versions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Versions", "c2jShape" : "FunctionList", "deprecated" : false, "documentation" : "

A list of Lambda function versions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Lambda function versions.

\n@param versions A list of Lambda function versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of Lambda function versions.

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

A list of Lambda function versions.

\n@param versions A list of Lambda function versions.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "versions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Lambda function versions.

\n

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

\n@param versions A list of Lambda function versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "versions", "variableType" : "java.util.List", "documentation" : "

A list of Lambda function versions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextMarker" : { "c2jName" : "NextMarker", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A string, present if there are more function versions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A string, present if there are more function versions.

\n@param nextMarker A string, present if there are more function versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A string, present if there are more function versions.

\n@return A string, present if there are more function versions.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextMarker", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextMarker", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextMarker", "setterDocumentation" : "/**

A string, present if there are more function versions.

\n@param nextMarker A string, present if there are more function versions.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string, present if there are more function versions.

\n@param nextMarker A string, present if there are more function versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextMarker", "variableType" : "String", "documentation" : "

A string, present if there are more function versions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Versions" : { "c2jName" : "Versions", "c2jShape" : "FunctionList", "deprecated" : false, "documentation" : "

A list of Lambda function versions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of Lambda function versions.

\n@param versions A list of Lambda function versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of Lambda function versions.

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

A list of Lambda function versions.

\n@param versions A list of Lambda function versions.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "versions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of Lambda function versions.

\n

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

\n@param versions A list of Lambda function versions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "versions", "variableType" : "java.util.List", "documentation" : "

A list of Lambda function versions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListVersionsByFunctionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListVersionsByFunctionResult", "variableName" : "listVersionsByFunctionResult", "variableType" : "ListVersionsByFunctionResult", "documentation" : null, "simpleType" : "ListVersionsByFunctionResult", "variableSetterType" : "ListVersionsByFunctionResult" }, "wrapper" : false }, "LogType" : { "c2jName" : "LogType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "None", "value" : "None" }, { "name" : "Tail", "value" : "Tail" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LogType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LogType", "variableName" : "logType", "variableType" : "LogType", "documentation" : null, "simpleType" : "LogType", "variableSetterType" : "LogType" }, "wrapper" : false }, "PolicyLengthExceededException" : { "c2jName" : "PolicyLengthExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Lambda function access policy is limited to 20 KB.

", "enums" : null, "errorCode" : "PolicyLengthExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "PolicyLengthExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyLengthExceededException", "variableName" : "policyLengthExceededException", "variableType" : "PolicyLengthExceededException", "documentation" : null, "simpleType" : "PolicyLengthExceededException", "variableSetterType" : "PolicyLengthExceededException" }, "wrapper" : false }, "PublishVersionRequest" : { "c2jName" : "PublishVersionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "PublishVersion", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/versions", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

\n@param codeSha256 The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

\n@return The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

\n@param codeSha256 The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

\n@param codeSha256 The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

\n@param description The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

\n@return The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

\n@param description The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

\n@param description The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CodeSha256" : { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

\n@param codeSha256 The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

\n@return The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

\n@param codeSha256 The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

\n@param codeSha256 The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

The SHA256 hash of the deployment package you want to publish. This provides validation on the code you are publishing. If you provide this parameter value must match the SHA256 of the $LATEST version for the publication to succeed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

\n@param description The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

\n@return The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

\n@param description The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

\n@param description The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description for the version you are publishing. If not provided, AWS Lambda copies the description from the $LATEST version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function name. You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "PublishVersionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PublishVersionRequest", "variableName" : "publishVersionRequest", "variableType" : "PublishVersionRequest", "documentation" : null, "simpleType" : "PublishVersionRequest", "variableSetterType" : "PublishVersionRequest" }, "wrapper" : false }, "PublishVersionResult" : { "c2jName" : "FunctionConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A complex type that describes function metadata.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CodeSha256" : { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CodeSize" : { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "DeadLetterConfig" : { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Environment" : { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Handler" : { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KMSKeyArn" : { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MemorySize" : { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Role" : { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Runtime" : { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "PublishVersionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PublishVersionResult", "variableName" : "publishVersionResult", "variableType" : "PublishVersionResult", "documentation" : null, "simpleType" : "PublishVersionResult", "variableSetterType" : "PublishVersionResult" }, "wrapper" : false }, "RemovePermissionRequest" : { "c2jName" : "RemovePermissionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RemovePermission", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/policy/{StatementId}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StatementId", "c2jShape" : "StatementId", "deprecated" : false, "documentation" : "

Statement ID of the permission to remove.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Statement ID of the permission to remove.

\n@param statementId Statement ID of the permission to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Statement ID of the permission to remove.

\n@return Statement ID of the permission to remove.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "StatementId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatementId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatementId", "setterDocumentation" : "/**

Statement ID of the permission to remove.

\n@param statementId Statement ID of the permission to remove.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statementId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Statement ID of the permission to remove.

\n@param statementId Statement ID of the permission to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statementId", "variableType" : "String", "documentation" : "

Statement ID of the permission to remove.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

\n@param qualifier You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

\n@return You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

\n@param qualifier You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

\n@param qualifier You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

Lambda function whose resource policy you want to remove a permission from.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Qualifier" : { "c2jName" : "Qualifier", "c2jShape" : "Qualifier", "deprecated" : false, "documentation" : "

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

\n@param qualifier You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

\n@return You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "Qualifier", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Qualifier", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Qualifier", "setterDocumentation" : "/**

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

\n@param qualifier You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

\n@param qualifier You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "qualifier", "variableType" : "String", "documentation" : "

You can specify this optional parameter to remove permission associated with a specific function version or function alias. If you don't specify this parameter, the API removes permission associated with the unqualified function ARN.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatementId" : { "c2jName" : "StatementId", "c2jShape" : "StatementId", "deprecated" : false, "documentation" : "

Statement ID of the permission to remove.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Statement ID of the permission to remove.

\n@param statementId Statement ID of the permission to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Statement ID of the permission to remove.

\n@return Statement ID of the permission to remove.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "StatementId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatementId", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatementId", "setterDocumentation" : "/**

Statement ID of the permission to remove.

\n@param statementId Statement ID of the permission to remove.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statementId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Statement ID of the permission to remove.

\n@param statementId Statement ID of the permission to remove.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statementId", "variableType" : "String", "documentation" : "

Statement ID of the permission to remove.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName", "StatementId" ], "shapeName" : "RemovePermissionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemovePermissionRequest", "variableName" : "removePermissionRequest", "variableType" : "RemovePermissionRequest", "documentation" : null, "simpleType" : "RemovePermissionRequest", "variableSetterType" : "RemovePermissionRequest" }, "wrapper" : false }, "RemovePermissionResult" : { "c2jName" : "RemovePermissionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RemovePermissionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemovePermissionResult", "variableName" : "removePermissionResult", "variableType" : "RemovePermissionResult", "documentation" : null, "simpleType" : "RemovePermissionResult", "variableSetterType" : "RemovePermissionResult" }, "wrapper" : false }, "RequestTooLargeException" : { "c2jName" : "RequestTooLargeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The request payload exceeded the Invoke request body JSON input limit. For more information, see Limits.

", "enums" : null, "errorCode" : "RequestTooLargeException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "RequestTooLargeException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RequestTooLargeException", "variableName" : "requestTooLargeException", "variableType" : "RequestTooLargeException", "documentation" : null, "simpleType" : "RequestTooLargeException", "variableSetterType" : "RequestTooLargeException" }, "wrapper" : false }, "ResourceConflictException" : { "c2jName" : "ResourceConflictException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The resource already exists.

", "enums" : null, "errorCode" : "ResourceConflictException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "

", "enumType" : null, "fluentSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**

\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ResourceConflictException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceConflictException", "variableName" : "resourceConflictException", "variableType" : "ResourceConflictException", "documentation" : null, "simpleType" : "ResourceConflictException", "variableSetterType" : "ResourceConflictException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

", "enums" : null, "errorCode" : "ResourceNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ResourceNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "Runtime" : { "c2jName" : "Runtime", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Nodejs", "value" : "nodejs" }, { "name" : "Nodejs43", "value" : "nodejs4.3" }, { "name" : "Java8", "value" : "java8" }, { "name" : "Python27", "value" : "python2.7" }, { "name" : "Dotnetcore10", "value" : "dotnetcore1.0" }, { "name" : "Nodejs43Edge", "value" : "nodejs4.3-edge" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "Runtime", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Runtime", "variableName" : "runtime", "variableType" : "Runtime", "documentation" : null, "simpleType" : "Runtime", "variableSetterType" : "Runtime" }, "wrapper" : false }, "ServiceException" : { "c2jName" : "ServiceException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The AWS Lambda service encountered an internal error.

", "enums" : null, "errorCode" : "ServiceException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ServiceException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceException", "variableName" : "serviceException", "variableType" : "ServiceException", "documentation" : null, "simpleType" : "ServiceException", "variableSetterType" : "ServiceException" }, "wrapper" : false }, "SubnetIPAddressLimitReachedException" : { "c2jName" : "SubnetIPAddressLimitReachedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

AWS Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.

", "enums" : null, "errorCode" : "SubnetIPAddressLimitReachedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SubnetIPAddressLimitReachedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SubnetIPAddressLimitReachedException", "variableName" : "subnetIPAddressLimitReachedException", "variableType" : "SubnetIPAddressLimitReachedException", "documentation" : null, "simpleType" : "SubnetIPAddressLimitReachedException", "variableSetterType" : "SubnetIPAddressLimitReachedException" }, "wrapper" : false }, "ThrottleReason" : { "c2jName" : "ThrottleReason", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ConcurrentInvocationLimitExceeded", "value" : "ConcurrentInvocationLimitExceeded" }, { "name" : "FunctionInvocationRateLimitExceeded", "value" : "FunctionInvocationRateLimitExceeded" }, { "name" : "CallerRateLimitExceeded", "value" : "CallerRateLimitExceeded" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ThrottleReason", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ThrottleReason", "variableName" : "throttleReason", "variableType" : "ThrottleReason", "documentation" : null, "simpleType" : "ThrottleReason", "variableSetterType" : "ThrottleReason" }, "wrapper" : false }, "TooManyRequestsException" : { "c2jName" : "TooManyRequestsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : "TooManyRequestsException", "hasHeaderMember" : true, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "retryAfterSeconds", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The number of seconds the caller should wait before retrying.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of seconds the caller should wait before retrying.

\n@param retryAfterSeconds The number of seconds the caller should wait before retrying.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of seconds the caller should wait before retrying.

\n@return The number of seconds the caller should wait before retrying.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Retry-After", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Retry-After", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetryAfterSeconds", "setterDocumentation" : "/**

The number of seconds the caller should wait before retrying.

\n@param retryAfterSeconds The number of seconds the caller should wait before retrying.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "retryAfterSeconds", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of seconds the caller should wait before retrying.

\n@param retryAfterSeconds The number of seconds the caller should wait before retrying.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "retryAfterSeconds", "variableType" : "String", "documentation" : "

The number of seconds the caller should wait before retrying.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Reason", "c2jShape" : "ThrottleReason", "deprecated" : false, "documentation" : "", "enumType" : "ThrottleReason", "fluentSetterDocumentation" : "/**\n@param reason \n@return Returns a reference to this object so that method calls can be chained together.\n@see ThrottleReason*/", "getterDocumentation" : "/**\n@return \n@see ThrottleReason*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Reason", "setterDocumentation" : "/**\n@param reason \n@see ThrottleReason*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param reason \n@return Returns a reference to this object so that method calls can be chained together.\n@see ThrottleReason*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "c2jName" : "Reason", "c2jShape" : "ThrottleReason", "deprecated" : false, "documentation" : "", "enumType" : "ThrottleReason", "fluentSetterDocumentation" : "/**\n@param reason \n@return Returns a reference to this object so that method calls can be chained together.\n@see ThrottleReason*/", "getterDocumentation" : "/**\n@return \n@see ThrottleReason*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Reason", "setterDocumentation" : "/**\n@param reason \n@see ThrottleReason*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param reason \n@return Returns a reference to this object so that method calls can be chained together.\n@see ThrottleReason*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RetryAfterSeconds" : { "c2jName" : "retryAfterSeconds", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The number of seconds the caller should wait before retrying.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of seconds the caller should wait before retrying.

\n@param retryAfterSeconds The number of seconds the caller should wait before retrying.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The number of seconds the caller should wait before retrying.

\n@return The number of seconds the caller should wait before retrying.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Retry-After", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Retry-After", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RetryAfterSeconds", "setterDocumentation" : "/**

The number of seconds the caller should wait before retrying.

\n@param retryAfterSeconds The number of seconds the caller should wait before retrying.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "retryAfterSeconds", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of seconds the caller should wait before retrying.

\n@param retryAfterSeconds The number of seconds the caller should wait before retrying.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "retryAfterSeconds", "variableType" : "String", "documentation" : "

The number of seconds the caller should wait before retrying.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "TooManyRequestsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyRequestsException", "variableName" : "tooManyRequestsException", "variableType" : "TooManyRequestsException", "documentation" : null, "simpleType" : "TooManyRequestsException", "variableSetterType" : "TooManyRequestsException" }, "wrapper" : false }, "UnsupportedMediaTypeException" : { "c2jName" : "UnsupportedMediaTypeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The content type of the Invoke request body is not JSON.

", "enums" : null, "errorCode" : "UnsupportedMediaTypeException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "c2jName" : "Type", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Type", "setterDocumentation" : "/**\n@param type */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param type \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UnsupportedMediaTypeException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedMediaTypeException", "variableName" : "unsupportedMediaTypeException", "variableType" : "UnsupportedMediaTypeException", "documentation" : null, "simpleType" : "UnsupportedMediaTypeException", "variableSetterType" : "UnsupportedMediaTypeException" }, "wrapper" : false }, "UpdateAliasRequest" : { "c2jName" : "UpdateAliasRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateAlias", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/aliases/{Name}", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The function name for which the alias is created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function name for which the alias is created.

\n@param functionName The function name for which the alias is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function name for which the alias is created.

\n@return The function name for which the alias is created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The function name for which the alias is created.

\n@param functionName The function name for which the alias is created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function name for which the alias is created.

\n@param functionName The function name for which the alias is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The function name for which the alias is created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

The alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The alias name.

\n@param name The alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The alias name.

\n@return The alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The alias name.

\n@param name The alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The alias name.

\n@param name The alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Using this parameter you can change the Lambda function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using this parameter you can change the Lambda function version to which the alias points.

\n@param functionVersion Using this parameter you can change the Lambda function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using this parameter you can change the Lambda function version to which the alias points.

\n@return Using this parameter you can change the Lambda function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Using this parameter you can change the Lambda function version to which the alias points.

\n@param functionVersion Using this parameter you can change the Lambda function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using this parameter you can change the Lambda function version to which the alias points.

\n@param functionVersion Using this parameter you can change the Lambda function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Using this parameter you can change the Lambda function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

You can change the description of the alias using this parameter.

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can change the description of the alias using this parameter.

\n@param description You can change the description of the alias using this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can change the description of the alias using this parameter.

\n@return You can change the description of the alias using this parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

You can change the description of the alias using this parameter.

\n@param description You can change the description of the alias using this parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can change the description of the alias using this parameter.

\n@param description You can change the description of the alias using this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

You can change the description of the alias using this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

You can change the description of the alias using this parameter.

", "enumType" : null, "fluentSetterDocumentation" : "/**

You can change the description of the alias using this parameter.

\n@param description You can change the description of the alias using this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can change the description of the alias using this parameter.

\n@return You can change the description of the alias using this parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

You can change the description of the alias using this parameter.

\n@param description You can change the description of the alias using this parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

You can change the description of the alias using this parameter.

\n@param description You can change the description of the alias using this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

You can change the description of the alias using this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The function name for which the alias is created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function name for which the alias is created.

\n@param functionName The function name for which the alias is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function name for which the alias is created.

\n@return The function name for which the alias is created.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The function name for which the alias is created.

\n@param functionName The function name for which the alias is created.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function name for which the alias is created.

\n@param functionName The function name for which the alias is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The function name for which the alias is created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionVersion" : { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Using this parameter you can change the Lambda function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Using this parameter you can change the Lambda function version to which the alias points.

\n@param functionVersion Using this parameter you can change the Lambda function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Using this parameter you can change the Lambda function version to which the alias points.

\n@return Using this parameter you can change the Lambda function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Using this parameter you can change the Lambda function version to which the alias points.

\n@param functionVersion Using this parameter you can change the Lambda function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Using this parameter you can change the Lambda function version to which the alias points.

\n@param functionVersion Using this parameter you can change the Lambda function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Using this parameter you can change the Lambda function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

The alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The alias name.

\n@param name The alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The alias name.

\n@return The alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The alias name.

\n@param name The alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The alias name.

\n@param name The alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName", "Name" ], "shapeName" : "UpdateAliasRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateAliasRequest", "variableName" : "updateAliasRequest", "variableType" : "UpdateAliasRequest", "documentation" : null, "simpleType" : "UpdateAliasRequest", "variableSetterType" : "UpdateAliasRequest" }, "wrapper" : false }, "UpdateAliasResult" : { "c2jName" : "AliasConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Provides configuration information about a Lambda function version alias.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AliasArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@return Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasArn", "setterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias name.

\n@return Alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Alias name.

\n@param name Alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function version to which the alias points.

\n@return Function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Alias description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias description.

\n@return Alias description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Alias description.

\n@param description Alias description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Alias description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AliasArn" : { "c2jName" : "AliasArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@return Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AliasArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AliasArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AliasArn", "setterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

\n@param aliasArn Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aliasArn", "variableType" : "String", "documentation" : "

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

Alias description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias description.

\n@return Alias description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

Alias description.

\n@param description Alias description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias description.

\n@param description Alias description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Alias description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionVersion" : { "c2jName" : "FunctionVersion", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

Function version to which the alias points.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Function version to which the alias points.

\n@return Function version to which the alias points.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionVersion", "setterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Function version to which the alias points.

\n@param functionVersion Function version to which the alias points.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionVersion", "variableType" : "String", "documentation" : "

Function version to which the alias points.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "Alias", "deprecated" : false, "documentation" : "

Alias name.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Alias name.

\n@return Alias name.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Alias name.

\n@param name Alias name.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Alias name.

\n@param name Alias name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Alias name.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateAliasResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateAliasResult", "variableName" : "updateAliasResult", "variableType" : "UpdateAliasResult", "documentation" : null, "simpleType" : "UpdateAliasResult", "variableSetterType" : "UpdateAliasResult" }, "wrapper" : false }, "UpdateEventSourceMappingRequest" : { "c2jName" : "UpdateEventSourceMappingRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateEventSourceMapping", "locationName" : null, "requestUri" : "/2015-03-31/event-source-mappings/{UUID}", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The event source mapping identifier.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The event source mapping identifier.

\n@param uUID The event source mapping identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The event source mapping identifier.

\n@return The event source mapping identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The event source mapping identifier.

\n@param uUID The event source mapping identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The event source mapping identifier.

\n@param uUID The event source mapping identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The event source mapping identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

\n@param enabled Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

\n@return Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

\n@param enabled Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

\n@param enabled Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

\n@param batchSize The maximum number of stream records that can be sent to your Lambda function for a single invocation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

\n@return The maximum number of stream records that can be sent to your Lambda function for a single invocation.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

\n@param batchSize The maximum number of stream records that can be sent to your Lambda function for a single invocation.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

\n@param batchSize The maximum number of stream records that can be sent to your Lambda function for a single invocation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchSize" : { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

\n@param batchSize The maximum number of stream records that can be sent to your Lambda function for a single invocation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

\n@return The maximum number of stream records that can be sent to your Lambda function for a single invocation.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

\n@param batchSize The maximum number of stream records that can be sent to your Lambda function for a single invocation.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

\n@param batchSize The maximum number of stream records that can be sent to your Lambda function for a single invocation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The maximum number of stream records that can be sent to your Lambda function for a single invocation.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Enabled" : { "c2jName" : "Enabled", "c2jShape" : "Enabled", "deprecated" : false, "documentation" : "

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

\n@param enabled Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

\n@return Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Enabled", "setterDocumentation" : "/**

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

\n@param enabled Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

\n@param enabled Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

Specifies whether AWS Lambda should actively poll the stream or not. If disabled, AWS Lambda will not poll the stream.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The Lambda function to which you want the stream records sent.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail).

If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see AWS Lambda Function Versioning and Aliases

Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UUID" : { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The event source mapping identifier.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The event source mapping identifier.

\n@param uUID The event source mapping identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The event source mapping identifier.

\n@return The event source mapping identifier.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The event source mapping identifier.

\n@param uUID The event source mapping identifier.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The event source mapping identifier.

\n@param uUID The event source mapping identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The event source mapping identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "UUID" ], "shapeName" : "UpdateEventSourceMappingRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateEventSourceMappingRequest", "variableName" : "updateEventSourceMappingRequest", "variableType" : "UpdateEventSourceMappingRequest", "documentation" : null, "simpleType" : "UpdateEventSourceMappingRequest", "variableSetterType" : "UpdateEventSourceMappingRequest" }, "wrapper" : false }, "UpdateEventSourceMappingResult" : { "c2jName" : "EventSourceMappingConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes mapping between an Amazon Kinesis stream and a Lambda function.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BatchSize" : { "c2jName" : "BatchSize", "c2jShape" : "BatchSize", "deprecated" : false, "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@return The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "BatchSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BatchSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "BatchSize", "setterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

\n@param batchSize The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "batchSize", "variableType" : "Integer", "documentation" : "

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "EventSourceArn" : { "c2jName" : "EventSourceArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@return The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EventSourceArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EventSourceArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EventSourceArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

\n@param eventSourceArn The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "eventSourceArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@return The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Lambda function to invoke when AWS Lambda detects an event on the stream.

\n@param functionArn The Lambda function to invoke when AWS Lambda detects an event on the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Lambda function to invoke when AWS Lambda detects an event on the stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Date", "deprecated" : false, "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@return The UTC time string indicating the last time the event mapping was updated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The UTC time string indicating the last time the event mapping was updated.

\n@param lastModified The UTC time string indicating the last time the event mapping was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

The UTC time string indicating the last time the event mapping was updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "LastProcessingResult" : { "c2jName" : "LastProcessingResult", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@return The result of the last AWS Lambda invocation of your Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastProcessingResult", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastProcessingResult", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastProcessingResult", "setterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The result of the last AWS Lambda invocation of your Lambda function.

\n@param lastProcessingResult The result of the last AWS Lambda invocation of your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastProcessingResult", "variableType" : "String", "documentation" : "

The result of the last AWS Lambda invocation of your Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@return The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

\n@param state The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The state of the event source mapping. It can be Creating, Enabled, Disabled, Enabling, Disabling, Updating, or Deleting.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateTransitionReason" : { "c2jName" : "StateTransitionReason", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@return The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StateTransitionReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateTransitionReason", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StateTransitionReason", "setterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

\n@param stateTransitionReason The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stateTransitionReason", "variableType" : "String", "documentation" : "

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UUID" : { "c2jName" : "UUID", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@return The AWS Lambda assigned opaque identifier for the mapping.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UUID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UUID", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UUID", "setterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The AWS Lambda assigned opaque identifier for the mapping.

\n@param uUID The AWS Lambda assigned opaque identifier for the mapping.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "uUID", "variableType" : "String", "documentation" : "

The AWS Lambda assigned opaque identifier for the mapping.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateEventSourceMappingResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateEventSourceMappingResult", "variableName" : "updateEventSourceMappingResult", "variableType" : "UpdateEventSourceMappingResult", "documentation" : null, "simpleType" : "UpdateEventSourceMappingResult", "variableSetterType" : "UpdateEventSourceMappingResult" }, "wrapper" : false }, "UpdateFunctionCodeRequest" : { "c2jName" : "UpdateFunctionCodeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateFunctionCode", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/code", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ZipFile", "c2jShape" : "Blob", "deprecated" : false, "documentation" : "

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ZipFile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ZipFile", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ZipFile", "setterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "zipFile", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "zipFile", "variableType" : "java.nio.ByteBuffer", "documentation" : "

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "S3Bucket", "c2jShape" : "S3Bucket", "deprecated" : false, "documentation" : "

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@return Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Bucket", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3Bucket", "setterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Bucket", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Bucket", "variableType" : "String", "documentation" : "

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "S3Key", "c2jShape" : "S3Key", "deprecated" : false, "documentation" : "

The Amazon S3 object (the deployment package) key name you want to upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@return The Amazon S3 object (the deployment package) key name you want to upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3Key", "setterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Key", "variableType" : "String", "documentation" : "

The Amazon S3 object (the deployment package) key name you want to upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "S3ObjectVersion", "c2jShape" : "S3ObjectVersion", "deprecated" : false, "documentation" : "

The Amazon S3 object (the deployment package) version you want to upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@return The Amazon S3 object (the deployment package) version you want to upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3ObjectVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3ObjectVersion", "setterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectVersion", "variableType" : "String", "documentation" : "

The Amazon S3 object (the deployment package) version you want to upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Publish", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

\n@return This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Publish", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Publish", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Publish", "setterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publish", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publish", "variableType" : "Boolean", "documentation" : "

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The existing Lambda function name whose code you want to replace.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Publish" : { "c2jName" : "Publish", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

", "enumType" : null, "fluentSetterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

\n@return This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Publish", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Publish", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Publish", "setterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "publish", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

\n@param publish This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "publish", "variableType" : "Boolean", "documentation" : "

This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "S3Bucket" : { "c2jName" : "S3Bucket", "c2jShape" : "S3Bucket", "deprecated" : false, "documentation" : "

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@return Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Bucket", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3Bucket", "setterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Bucket", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

\n@param s3Bucket Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Bucket", "variableType" : "String", "documentation" : "

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "S3Key" : { "c2jName" : "S3Key", "c2jShape" : "S3Key", "deprecated" : false, "documentation" : "

The Amazon S3 object (the deployment package) key name you want to upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@return The Amazon S3 object (the deployment package) key name you want to upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3Key", "setterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3Key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) key name you want to upload.

\n@param s3Key The Amazon S3 object (the deployment package) key name you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3Key", "variableType" : "String", "documentation" : "

The Amazon S3 object (the deployment package) key name you want to upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "S3ObjectVersion" : { "c2jName" : "S3ObjectVersion", "c2jShape" : "S3ObjectVersion", "deprecated" : false, "documentation" : "

The Amazon S3 object (the deployment package) version you want to upload.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@return The Amazon S3 object (the deployment package) version you want to upload.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "S3ObjectVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "S3ObjectVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "S3ObjectVersion", "setterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon S3 object (the deployment package) version you want to upload.

\n@param s3ObjectVersion The Amazon S3 object (the deployment package) version you want to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "s3ObjectVersion", "variableType" : "String", "documentation" : "

The Amazon S3 object (the deployment package) version you want to upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ZipFile" : { "c2jName" : "ZipFile", "c2jShape" : "Blob", "deprecated" : false, "documentation" : "

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n

\n{@code ByteBuffer}s are stateful. Calling their {@code get} methods changes their {@code position}. We recommend using {@link java.nio.ByteBuffer#asReadOnlyBuffer()} to create a read-only view of the buffer with an independent {@code position}, and calling {@code get} methods on this rather than directly on the returned {@code ByteBuffer}. Doing so will ensure that anyone else using the {@code ByteBuffer} will not be affected by changes to the {@code position}.\n

\n@return The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.*/", "getterModel" : { "returnType" : "java.nio.ByteBuffer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ZipFile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ZipFile", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ZipFile", "setterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\nAWS SDK for Java performs a Base64 encoding on this field before sending this request to AWS service by default. Users of the SDK should not perform Base64 encoding on this field.\n

\n

\nWarning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.\n

\n\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "zipFile", "variableType" : "java.nio.ByteBuffer", "documentation" : "", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "simple" : true, "varargSetterDocumentation" : "/**

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

\n@param zipFile The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.nio.ByteBuffer", "variableName" : "zipFile", "variableType" : "java.nio.ByteBuffer", "documentation" : "

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, go to Execution Permissions in the AWS Lambda Developer Guide.

", "simpleType" : "ByteBuffer", "variableSetterType" : "java.nio.ByteBuffer" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "UpdateFunctionCodeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateFunctionCodeRequest", "variableName" : "updateFunctionCodeRequest", "variableType" : "UpdateFunctionCodeRequest", "documentation" : null, "simpleType" : "UpdateFunctionCodeRequest", "variableSetterType" : "UpdateFunctionCodeRequest" }, "wrapper" : false }, "UpdateFunctionCodeResult" : { "c2jName" : "FunctionConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A complex type that describes function metadata.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CodeSha256" : { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CodeSize" : { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "DeadLetterConfig" : { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Environment" : { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Handler" : { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KMSKeyArn" : { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MemorySize" : { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Role" : { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Runtime" : { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateFunctionCodeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateFunctionCodeResult", "variableName" : "updateFunctionCodeResult", "variableType" : "UpdateFunctionCodeResult", "documentation" : null, "simpleType" : "UpdateFunctionCodeResult", "variableSetterType" : "UpdateFunctionCodeResult" }, "wrapper" : false }, "UpdateFunctionConfigurationRequest" : { "c2jName" : "UpdateFunctionConfigurationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateFunctionConfiguration", "locationName" : null, "requestUri" : "/2015-03-31/functions/{FunctionName}/configuration", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

\n@param handler The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

\n@return The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

\n@param handler The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

\n@param handler The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

\n@return A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@return The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vpcConfig \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**\n@param vpcConfig */", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param vpcConfig \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Environment", "c2jShape" : "Environment", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "Environment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "Environment", "variableName" : "environment", "variableType" : "Environment", "documentation" : "", "simpleType" : "Environment", "variableSetterType" : "Environment" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Environment", "variableName" : "environment", "variableType" : "Environment", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "Environment", "variableSetterType" : "Environment" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DeadLetterConfig" : { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

\n@return A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

\n@param description A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A short user-defined function description. AWS Lambda does not use this value. Assign a meaningful description as you see fit.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Environment" : { "c2jName" : "Environment", "c2jShape" : "Environment", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "Environment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "Environment", "variableName" : "environment", "variableType" : "Environment", "documentation" : "", "simpleType" : "Environment", "variableSetterType" : "Environment" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Environment", "variableName" : "environment", "variableType" : "Environment", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "Environment", "variableSetterType" : "Environment" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@return The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

\n@param functionName The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the Lambda function.

You can specify a function name (for example, Thumbnail) or you can specify Amazon Resource Name (ARN) of the function (for example, arn:aws:lambda:us-west-2:account-id:function:ThumbNail). AWS Lambda also allows you to specify a partial ARN (for example, account-id:Thumbnail). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Handler" : { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

\n@param handler The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

\n@return The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

\n@param handler The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

\n@param handler The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function that Lambda calls to begin executing your function. For Node.js, it is the module-name.export value in your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KMSKeyArn" : { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If you elect to use the AWS Lambda default service key, pass in an empty string (\"\") for this parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MemorySize" : { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@return The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

\n@param memorySize The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Role" : { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda will assume when it executes your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Runtime" : { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which AWS Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param vpcConfig \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**\n@param vpcConfig */", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param vpcConfig \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null } }, "required" : [ "FunctionName" ], "shapeName" : "UpdateFunctionConfigurationRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateFunctionConfigurationRequest", "variableName" : "updateFunctionConfigurationRequest", "variableType" : "UpdateFunctionConfigurationRequest", "documentation" : null, "simpleType" : "UpdateFunctionConfigurationRequest", "variableSetterType" : "UpdateFunctionConfigurationRequest" }, "wrapper" : false }, "UpdateFunctionConfigurationResult" : { "c2jName" : "FunctionConfiguration", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A complex type that describes function metadata.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CodeSha256" : { "c2jName" : "CodeSha256", "c2jShape" : "String", "deprecated" : false, "documentation" : "

It is the SHA256 hash of your function deployment package.

", "enumType" : null, "fluentSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@return It is the SHA256 hash of your function deployment package.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSha256", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSha256", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSha256", "setterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

It is the SHA256 hash of your function deployment package.

\n@param codeSha256 It is the SHA256 hash of your function deployment package.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "codeSha256", "variableType" : "String", "documentation" : "

It is the SHA256 hash of your function deployment package.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CodeSize" : { "c2jName" : "CodeSize", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@return The size, in bytes, of the function .zip file you uploaded.*/", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CodeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CodeSize", "setterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.*/", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The size, in bytes, of the function .zip file you uploaded.

\n@param codeSize The size, in bytes, of the function .zip file you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "codeSize", "variableType" : "Long", "documentation" : "

The size, in bytes, of the function .zip file you uploaded.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "DeadLetterConfig" : { "c2jName" : "DeadLetterConfig", "c2jShape" : "DeadLetterConfig", "deprecated" : false, "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@return The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "getterModel" : { "returnType" : "DeadLetterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DeadLetterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeadLetterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DeadLetterConfig", "setterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.*/", "setterModel" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

\n@param deadLetterConfig The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DeadLetterConfig", "variableName" : "deadLetterConfig", "variableType" : "DeadLetterConfig", "documentation" : "

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.

", "simpleType" : "DeadLetterConfig", "variableSetterType" : "DeadLetterConfig" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The user-provided description.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The user-provided description.

\n@return The user-provided description.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user-provided description.

\n@param description The user-provided description.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The user-provided description.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Environment" : { "c2jName" : "Environment", "c2jShape" : "EnvironmentResponse", "deprecated" : false, "documentation" : "

The parent object that contains your environment's configuration settings.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@return The parent object that contains your environment's configuration settings.*/", "getterModel" : { "returnType" : "EnvironmentResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Environment", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Environment", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Environment", "setterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.*/", "setterModel" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

The parent object that contains your environment's configuration settings.

\n@param environment The parent object that contains your environment's configuration settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "EnvironmentResponse", "variableName" : "environment", "variableType" : "EnvironmentResponse", "documentation" : "

The parent object that contains your environment's configuration settings.

", "simpleType" : "EnvironmentResponse", "variableSetterType" : "EnvironmentResponse" }, "xmlNameSpaceUri" : null }, "FunctionArn" : { "c2jName" : "FunctionArn", "c2jShape" : "FunctionArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@return The Amazon Resource Name (ARN) assigned to the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) assigned to the function.

\n@param functionArn The Amazon Resource Name (ARN) assigned to the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) assigned to the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FunctionName" : { "c2jName" : "FunctionName", "c2jShape" : "FunctionName", "deprecated" : false, "documentation" : "

The name of the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the function.

\n@return The name of the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FunctionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FunctionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FunctionName", "setterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the function.

\n@param functionName The name of the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "functionName", "variableType" : "String", "documentation" : "

The name of the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Handler" : { "c2jName" : "Handler", "c2jShape" : "Handler", "deprecated" : false, "documentation" : "

The function Lambda calls to begin executing your function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@return The function Lambda calls to begin executing your function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Handler", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handler", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Handler", "setterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The function Lambda calls to begin executing your function.

\n@param handler The function Lambda calls to begin executing your function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "handler", "variableType" : "String", "documentation" : "

The function Lambda calls to begin executing your function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KMSKeyArn" : { "c2jName" : "KMSKeyArn", "c2jShape" : "KMSKeyArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@return The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "KMSKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KMSKeyArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "KMSKeyArn", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

\n@param kMSKeyArn The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "kMSKeyArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LastModified" : { "c2jName" : "LastModified", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time stamp of the last time you updated the function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@return The time stamp of the last time you updated the function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The time stamp of the last time you updated the function.

\n@param lastModified The time stamp of the last time you updated the function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lastModified", "variableType" : "String", "documentation" : "

The time stamp of the last time you updated the function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MemorySize" : { "c2jName" : "MemorySize", "c2jShape" : "MemorySize", "deprecated" : false, "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@return The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MemorySize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MemorySize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MemorySize", "setterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

\n@param memorySize The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "memorySize", "variableType" : "Integer", "documentation" : "

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Role" : { "c2jName" : "Role", "c2jShape" : "RoleArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@return The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Role", "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

\n@param role The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Runtime" : { "c2jName" : "Runtime", "c2jShape" : "Runtime", "deprecated" : false, "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "enumType" : "Runtime", "fluentSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "getterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@return The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Runtime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Runtime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Runtime", "setterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@see Runtime*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

\n@param runtime The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".\n@return Returns a reference to this object so that method calls can be chained together.\n@see Runtime*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "runtime", "variableType" : "String", "documentation" : "

The runtime environment for the Lambda function.

To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timeout" : { "c2jName" : "Timeout", "c2jShape" : "Timeout", "deprecated" : false, "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@return The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Timeout", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timeout", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Timeout", "setterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

\n@param timeout The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "timeout", "variableType" : "Integer", "documentation" : "

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Version" : { "c2jName" : "Version", "c2jShape" : "Version", "deprecated" : false, "documentation" : "

The version of the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The version of the Lambda function.

\n@return The version of the Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Version", "setterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The version of the Lambda function.

\n@param version The version of the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

The version of the Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfigResponse", "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@return VPC configuration associated with your Lambda function.*/", "getterModel" : { "returnType" : "VpcConfigResponse", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcConfig", "setterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.*/", "setterModel" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "simple" : false, "varargSetterDocumentation" : "/**

VPC configuration associated with your Lambda function.

\n@param vpcConfig VPC configuration associated with your Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfig", "variableType" : "VpcConfigResponse", "documentation" : "

VPC configuration associated with your Lambda function.

", "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "UpdateFunctionConfigurationResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateFunctionConfigurationResult", "variableName" : "updateFunctionConfigurationResult", "variableType" : "UpdateFunctionConfigurationResult", "documentation" : null, "simpleType" : "UpdateFunctionConfigurationResult", "variableSetterType" : "UpdateFunctionConfigurationResult" }, "wrapper" : false }, "VpcConfig" : { "c2jName" : "VpcConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "deprecated" : false, "documentation" : "

A list of one or more subnet IDs in your VPC.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of one or more subnet IDs in your VPC.

\n@param subnetIds A list of one or more subnet IDs in your VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of one or more subnet IDs in your VPC.

\n@return A list of one or more subnet IDs in your VPC.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SubnetIds", "setterDocumentation" : "/**

A list of one or more subnet IDs in your VPC.

\n@param subnetIds A list of one or more subnet IDs in your VPC.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of one or more subnet IDs in your VPC.

\n

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

\n@param subnetIds A list of one or more subnet IDs in your VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

A list of one or more subnet IDs in your VPC.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIds", "deprecated" : false, "documentation" : "

A list of one or more security groups IDs in your VPC.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of one or more security groups IDs in your VPC.

\n@param securityGroupIds A list of one or more security groups IDs in your VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of one or more security groups IDs in your VPC.

\n@return A list of one or more security groups IDs in your VPC.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroupIds", "setterDocumentation" : "/**

A list of one or more security groups IDs in your VPC.

\n@param securityGroupIds A list of one or more security groups IDs in your VPC.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of one or more security groups IDs in your VPC.

\n

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

\n@param securityGroupIds A list of one or more security groups IDs in your VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

A list of one or more security groups IDs in your VPC.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SecurityGroupIds" : { "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIds", "deprecated" : false, "documentation" : "

A list of one or more security groups IDs in your VPC.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of one or more security groups IDs in your VPC.

\n@param securityGroupIds A list of one or more security groups IDs in your VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of one or more security groups IDs in your VPC.

\n@return A list of one or more security groups IDs in your VPC.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroupIds", "setterDocumentation" : "/**

A list of one or more security groups IDs in your VPC.

\n@param securityGroupIds A list of one or more security groups IDs in your VPC.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of one or more security groups IDs in your VPC.

\n

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

\n@param securityGroupIds A list of one or more security groups IDs in your VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

A list of one or more security groups IDs in your VPC.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SubnetIds" : { "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "deprecated" : false, "documentation" : "

A list of one or more subnet IDs in your VPC.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of one or more subnet IDs in your VPC.

\n@param subnetIds A list of one or more subnet IDs in your VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of one or more subnet IDs in your VPC.

\n@return A list of one or more subnet IDs in your VPC.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SubnetId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SubnetIds", "setterDocumentation" : "/**

A list of one or more subnet IDs in your VPC.

\n@param subnetIds A list of one or more subnet IDs in your VPC.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of one or more subnet IDs in your VPC.

\n

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

\n@param subnetIds A list of one or more subnet IDs in your VPC.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

A list of one or more subnet IDs in your VPC.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "VpcConfig", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : null, "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "wrapper" : false }, "VpcConfigResponse" : { "c2jName" : "VpcConfigResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

VPC configuration associated with your Lambda function.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "deprecated" : false, "documentation" : "

A list of subnet IDs associated with the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of subnet IDs associated with the Lambda function.

\n@param subnetIds A list of subnet IDs associated with the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of subnet IDs associated with the Lambda function.

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

A list of subnet IDs associated with the Lambda function.

\n@param subnetIds A list of subnet IDs associated with the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of subnet IDs associated with the Lambda function.

\n

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

\n@param subnetIds A list of subnet IDs associated with the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

A list of subnet IDs associated with the Lambda function.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIds", "deprecated" : false, "documentation" : "

A list of security group IDs associated with the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of security group IDs associated with the Lambda function.

\n@param securityGroupIds A list of security group IDs associated with the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of security group IDs associated with the Lambda function.

\n@return A list of security group IDs associated with the Lambda function.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroupIds", "setterDocumentation" : "/**

A list of security group IDs associated with the Lambda function.

\n@param securityGroupIds A list of security group IDs associated with the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of security group IDs associated with the Lambda function.

\n

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

\n@param securityGroupIds A list of security group IDs associated with the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

A list of security group IDs associated with the Lambda function.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcId", "c2jShape" : "VpcId", "deprecated" : false, "documentation" : "

The VPC ID associated with you Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The VPC ID associated with you Lambda function.

\n@param vpcId The VPC ID associated with you Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The VPC ID associated with you Lambda function.

\n@return The VPC ID associated with you Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcId", "setterDocumentation" : "/**

The VPC ID associated with you Lambda function.

\n@param vpcId The VPC ID associated with you Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The VPC ID associated with you Lambda function.

\n@param vpcId The VPC ID associated with you Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

The VPC ID associated with you Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SecurityGroupIds" : { "c2jName" : "SecurityGroupIds", "c2jShape" : "SecurityGroupIds", "deprecated" : false, "documentation" : "

A list of security group IDs associated with the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of security group IDs associated with the Lambda function.

\n@param securityGroupIds A list of security group IDs associated with the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of security group IDs associated with the Lambda function.

\n@return A list of security group IDs associated with the Lambda function.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SecurityGroupIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SecurityGroupIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SecurityGroupId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SecurityGroupIds", "setterDocumentation" : "/**

A list of security group IDs associated with the Lambda function.

\n@param securityGroupIds A list of security group IDs associated with the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of security group IDs associated with the Lambda function.

\n

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

\n@param securityGroupIds A list of security group IDs associated with the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "securityGroupIds", "variableType" : "java.util.List", "documentation" : "

A list of security group IDs associated with the Lambda function.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "SubnetIds" : { "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "deprecated" : false, "documentation" : "

A list of subnet IDs associated with the Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of subnet IDs associated with the Lambda function.

\n@param subnetIds A list of subnet IDs associated with the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of subnet IDs associated with the Lambda function.

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

A list of subnet IDs associated with the Lambda function.

\n@param subnetIds A list of subnet IDs associated with the Lambda function.*/", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of subnet IDs associated with the Lambda function.

\n

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

\n@param subnetIds A list of subnet IDs associated with the Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

A list of subnet IDs associated with the Lambda function.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "VpcId" : { "c2jName" : "VpcId", "c2jShape" : "VpcId", "deprecated" : false, "documentation" : "

The VPC ID associated with you Lambda function.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The VPC ID associated with you Lambda function.

\n@param vpcId The VPC ID associated with you Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The VPC ID associated with you Lambda function.

\n@return The VPC ID associated with you Lambda function.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VpcId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VpcId", "setterDocumentation" : "/**

The VPC ID associated with you Lambda function.

\n@param vpcId The VPC ID associated with you Lambda function.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The VPC ID associated with you Lambda function.

\n@param vpcId The VPC ID associated with you Lambda function.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "vpcId", "variableType" : "String", "documentation" : "

The VPC ID associated with you Lambda function.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "VpcConfigResponse", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VpcConfigResponse", "variableName" : "vpcConfigResponse", "variableType" : "VpcConfigResponse", "documentation" : null, "simpleType" : "VpcConfigResponse", "variableSetterType" : "VpcConfigResponse" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AWSLambdaException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.lambda.model.AWSLambdaException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy