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

models.cloudtrail-2013-11-01-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.11.7
Show newest version
{
  "metadata" : {
    "apiVersion" : "2013-11-01",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "AWS CloudTrail 

This is the CloudTrail API Reference. It provides descriptions of actions, data types, common parameters, and common errors for CloudTrail.

CloudTrail is a web service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. The recorded information includes the identity of the user, the start time of the AWS API call, the source IP address, the request parameters, and the response elements returned by the service.

As an alternative to the API, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to AWSCloudTrail. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For information about the AWS SDKs, including how to download and install them, see the Tools for Amazon Web Services page.

See the CloudTrail User Guide for information about the data that is included with each AWS API call listed in the log files.

", "defaultEndpoint" : "cloudtrail.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "cloudtrail.us-east-1.amazonaws.com", "syncInterface" : "AWSCloudTrail", "syncClient" : "AWSCloudTrailClient", "asyncInterface" : "AWSCloudTrailAsync", "asyncClient" : "AWSCloudTrailAsyncClient", "packageName" : "com.amazonaws.services.cloudtrail", "packagePath" : "com/amazonaws/services/cloudtrail", "serviceAbbreviation" : "CloudTrail", "serviceFullName" : "AWS CloudTrail", "hasApiWithStreamInput" : false, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "cloudtrail", "signingName" : "cloudtrail", "jsonProtocol" : true, "xmlProtocol" : false, "serviceName" : "CloudTrail", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller" }, "operations" : { "AddTags" : { "documentation" : "

Adds one or more tags to a trail, up to a limit of 10. Tags must be unique per trail. Overwrites an existing tag's value when a new value is specified for an existing tag key. If you specify a key without a value, the tag will be created with the specified key and a value of null. You can tag a trail that applies to all regions only from the region in which the trail was created (that is, from its home region).

", "operationName" : "AddTags", "deprecated" : false, "input" : { "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "variableDeclarationType" : "AddTagsRequest", "documentation" : "

Specifies the tags to add to a trail.

", "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

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

This exception is thrown when the specified resource is not found.

" }, { "exceptionName" : "CloudTrailARNInvalidException", "documentation" : "

This exception is thrown when an operation is called with an invalid trail ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

" }, { "exceptionName" : "ResourceTypeNotSupportedException", "documentation" : "

This exception is thrown when the specified resource type is not supported by CloudTrail.

" }, { "exceptionName" : "TagsLimitExceededException", "documentation" : "

The number of tags per trail has exceeded the permitted amount. Currently, the limit is 10.

" }, { "exceptionName" : "InvalidTrailNameException", "documentation" : "

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

" }, { "exceptionName" : "InvalidTagParameterException", "documentation" : "

This exception is thrown when the key or value specified for the tag does not match the regular expression ^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

This exception is thrown when the requested operation is not supported.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This exception is thrown when the requested operation is not permitted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "addTags", "syncReturnType" : "AddTagsResult", "asyncReturnType" : "AddTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "CreateTrail" : { "documentation" : "

Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. A maximum of five trails can exist in a region, irrespective of the region in which they were created.

", "operationName" : "CreateTrail", "deprecated" : false, "input" : { "variableName" : "createTrailRequest", "variableType" : "CreateTrailRequest", "variableDeclarationType" : "CreateTrailRequest", "documentation" : "

Specifies the settings for each trail.

", "simpleType" : "CreateTrailRequest", "variableSetterType" : "CreateTrailRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateTrailResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

" }, "exceptions" : [ { "exceptionName" : "MaximumNumberOfTrailsExceededException", "documentation" : "

This exception is thrown when the maximum number of trails is reached.

" }, { "exceptionName" : "TrailAlreadyExistsException", "documentation" : "

This exception is thrown when the specified trail already exists.

" }, { "exceptionName" : "S3BucketDoesNotExistException", "documentation" : "

This exception is thrown when the specified S3 bucket does not exist.

" }, { "exceptionName" : "InsufficientS3BucketPolicyException", "documentation" : "

This exception is thrown when the policy on the S3 bucket is not sufficient.

" }, { "exceptionName" : "InsufficientSnsTopicPolicyException", "documentation" : "

This exception is thrown when the policy on the SNS topic is not sufficient.

" }, { "exceptionName" : "InsufficientEncryptionPolicyException", "documentation" : "

This exception is thrown when the policy on the S3 bucket or KMS key is not sufficient.

" }, { "exceptionName" : "InvalidS3BucketNameException", "documentation" : "

This exception is thrown when the provided S3 bucket name is not valid.

" }, { "exceptionName" : "InvalidS3PrefixException", "documentation" : "

This exception is thrown when the provided S3 prefix is not valid.

" }, { "exceptionName" : "InvalidSnsTopicNameException", "documentation" : "

This exception is thrown when the provided SNS topic name is not valid.

" }, { "exceptionName" : "InvalidKmsKeyIdException", "documentation" : "

This exception is thrown when the KMS key ARN is invalid.

" }, { "exceptionName" : "InvalidTrailNameException", "documentation" : "

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

" }, { "exceptionName" : "TrailNotProvidedException", "documentation" : "

This exception is deprecated.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

This exception is thrown when the combination of parameters provided is not valid.

" }, { "exceptionName" : "KmsKeyNotFoundException", "documentation" : "

This exception is thrown when the KMS key does not exist, or when the S3 bucket and the KMS key are not in the same region.

" }, { "exceptionName" : "KmsKeyDisabledException", "documentation" : "

This exception is deprecated.

" }, { "exceptionName" : "KmsException", "documentation" : "

This exception is thrown when there is an issue with the specified KMS key and the trail can’t be updated.

" }, { "exceptionName" : "InvalidCloudWatchLogsLogGroupArnException", "documentation" : "

This exception is thrown when the provided CloudWatch log group is not valid.

" }, { "exceptionName" : "InvalidCloudWatchLogsRoleArnException", "documentation" : "

This exception is thrown when the provided role is not valid.

" }, { "exceptionName" : "CloudWatchLogsDeliveryUnavailableException", "documentation" : "

Cannot set a CloudWatch Logs delivery for this region.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

This exception is thrown when the requested operation is not supported.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This exception is thrown when the requested operation is not permitted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "createTrail", "syncReturnType" : "CreateTrailResult", "asyncReturnType" : "CreateTrailResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DeleteTrail" : { "documentation" : "

Deletes a trail. This operation must be called from the region in which the trail was created. DeleteTrail cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.

", "operationName" : "DeleteTrail", "deprecated" : false, "input" : { "variableName" : "deleteTrailRequest", "variableType" : "DeleteTrailRequest", "variableDeclarationType" : "DeleteTrailRequest", "documentation" : "

The request that specifies the name of a trail to delete.

", "simpleType" : "DeleteTrailRequest", "variableSetterType" : "DeleteTrailRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteTrailResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

" }, "exceptions" : [ { "exceptionName" : "TrailNotFoundException", "documentation" : "

This exception is thrown when the trail with the given name is not found.

" }, { "exceptionName" : "InvalidTrailNameException", "documentation" : "

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

" }, { "exceptionName" : "InvalidHomeRegionException", "documentation" : "

This exception is thrown when an operation is called on a trail from a region other than the region in which the trail was created.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "deleteTrail", "syncReturnType" : "DeleteTrailResult", "asyncReturnType" : "DeleteTrailResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "DescribeTrails" : { "documentation" : "

Retrieves settings for the trail associated with the current region for your account.

", "operationName" : "DescribeTrails", "deprecated" : false, "input" : { "variableName" : "describeTrailsRequest", "variableType" : "DescribeTrailsRequest", "variableDeclarationType" : "DescribeTrailsRequest", "documentation" : "

Returns information about the trail.

", "simpleType" : "DescribeTrailsRequest", "variableSetterType" : "DescribeTrailsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTrailsResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

" }, "exceptions" : [ { "exceptionName" : "UnsupportedOperationException", "documentation" : "

This exception is thrown when the requested operation is not supported.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This exception is thrown when the requested operation is not permitted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "describeTrails", "syncReturnType" : "DescribeTrailsResult", "asyncReturnType" : "DescribeTrailsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "GetTrailStatus" : { "documentation" : "

Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. This operation returns trail status from a single region. To return trail status from all regions, you must call the operation on each region.

", "operationName" : "GetTrailStatus", "deprecated" : false, "input" : { "variableName" : "getTrailStatusRequest", "variableType" : "GetTrailStatusRequest", "variableDeclarationType" : "GetTrailStatusRequest", "documentation" : "

The name of a trail about which you want the current status.

", "simpleType" : "GetTrailStatusRequest", "variableSetterType" : "GetTrailStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetTrailStatusResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

" }, "exceptions" : [ { "exceptionName" : "TrailNotFoundException", "documentation" : "

This exception is thrown when the trail with the given name is not found.

" }, { "exceptionName" : "InvalidTrailNameException", "documentation" : "

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "getTrailStatus", "syncReturnType" : "GetTrailStatusResult", "asyncReturnType" : "GetTrailStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ListPublicKeys" : { "documentation" : "

Returns all public keys whose private keys were used to sign the digest files within the specified time range. The public key is needed to validate digest files that were signed with its corresponding private key.

CloudTrail uses different private/public key pairs per region. Each digest file is signed with a private key unique to its region. Therefore, when you validate a digest file from a particular region, you must look in the same region for its corresponding public key.

", "operationName" : "ListPublicKeys", "deprecated" : false, "input" : { "variableName" : "listPublicKeysRequest", "variableType" : "ListPublicKeysRequest", "variableDeclarationType" : "ListPublicKeysRequest", "documentation" : "

Requests the public keys for a specified time range.

", "simpleType" : "ListPublicKeysRequest", "variableSetterType" : "ListPublicKeysRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPublicKeysResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

" }, "exceptions" : [ { "exceptionName" : "InvalidTimeRangeException", "documentation" : "

Occurs if the timestamp values are invalid. Either the start time occurs after the end time or the time range is outside the range of possible values.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

This exception is thrown when the requested operation is not supported.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This exception is thrown when the requested operation is not permitted.

" }, { "exceptionName" : "InvalidTokenException", "documentation" : "

Reserved for future use.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listPublicKeys", "syncReturnType" : "ListPublicKeysResult", "asyncReturnType" : "ListPublicKeysResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "ListTags" : { "documentation" : "

Lists the tags for the trail in the current region.

", "operationName" : "ListTags", "deprecated" : false, "input" : { "variableName" : "listTagsRequest", "variableType" : "ListTagsRequest", "variableDeclarationType" : "ListTagsRequest", "documentation" : "

Specifies a list of trail tags to return.

", "simpleType" : "ListTagsRequest", "variableSetterType" : "ListTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListTagsResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

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

This exception is thrown when the specified resource is not found.

" }, { "exceptionName" : "CloudTrailARNInvalidException", "documentation" : "

This exception is thrown when an operation is called with an invalid trail ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

" }, { "exceptionName" : "ResourceTypeNotSupportedException", "documentation" : "

This exception is thrown when the specified resource type is not supported by CloudTrail.

" }, { "exceptionName" : "InvalidTrailNameException", "documentation" : "

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

This exception is thrown when the requested operation is not supported.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This exception is thrown when the requested operation is not permitted.

" }, { "exceptionName" : "InvalidTokenException", "documentation" : "

Reserved for future use.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "listTags", "syncReturnType" : "ListTagsResult", "asyncReturnType" : "ListTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "LookupEvents" : { "documentation" : "

Looks up API activity events captured by CloudTrail that create, update, or delete resources in your account. Events for a region can be looked up for the times in which you had CloudTrail turned on in that region during the last seven days. Lookup supports five different attributes: time range (defined by a start time and end time), user name, event name, resource type, and resource name. All attributes are optional. The maximum number of attributes that can be specified in any one lookup request are time range and one other attribute. The default number of results returned is 10, with a maximum of 50 possible. The response includes a token that you can use to get the next page of results.

The rate of lookup requests is limited to one per second per account. If this limit is exceeded, a throttling error occurs.

Events that occurred during the selected time range will not be available for lookup if CloudTrail logging was not enabled when the events occurred.

", "operationName" : "LookupEvents", "deprecated" : false, "input" : { "variableName" : "lookupEventsRequest", "variableType" : "LookupEventsRequest", "variableDeclarationType" : "LookupEventsRequest", "documentation" : "

Contains a request for LookupEvents.

", "simpleType" : "LookupEventsRequest", "variableSetterType" : "LookupEventsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "LookupEventsResult", "documentation" : "

Contains a response to a LookupEvents action.

" }, "exceptions" : [ { "exceptionName" : "InvalidLookupAttributesException", "documentation" : "

Occurs when an invalid lookup attribute is specified.

" }, { "exceptionName" : "InvalidTimeRangeException", "documentation" : "

Occurs if the timestamp values are invalid. Either the start time occurs after the end time or the time range is outside the range of possible values.

" }, { "exceptionName" : "InvalidMaxResultsException", "documentation" : "

This exception is thrown if the limit specified is invalid.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

Invalid token or token that was previously used in a request with different parameters. This exception is thrown if the token is invalid.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "lookupEvents", "syncReturnType" : "LookupEventsResult", "asyncReturnType" : "LookupEventsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "RemoveTags" : { "documentation" : "

Removes the specified tags from a trail.

", "operationName" : "RemoveTags", "deprecated" : false, "input" : { "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "variableDeclarationType" : "RemoveTagsRequest", "documentation" : "

Specifies the tags to remove from a trail.

", "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

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

This exception is thrown when the specified resource is not found.

" }, { "exceptionName" : "CloudTrailARNInvalidException", "documentation" : "

This exception is thrown when an operation is called with an invalid trail ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

" }, { "exceptionName" : "ResourceTypeNotSupportedException", "documentation" : "

This exception is thrown when the specified resource type is not supported by CloudTrail.

" }, { "exceptionName" : "InvalidTrailNameException", "documentation" : "

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

" }, { "exceptionName" : "InvalidTagParameterException", "documentation" : "

This exception is thrown when the key or value specified for the tag does not match the regular expression ^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

This exception is thrown when the requested operation is not supported.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This exception is thrown when the requested operation is not permitted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "removeTags", "syncReturnType" : "RemoveTagsResult", "asyncReturnType" : "RemoveTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "StartLogging" : { "documentation" : "

Starts the recording of AWS API calls and log file delivery for a trail. For a trail that is enabled in all regions, this operation must be called from the region in which the trail was created. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.

", "operationName" : "StartLogging", "deprecated" : false, "input" : { "variableName" : "startLoggingRequest", "variableType" : "StartLoggingRequest", "variableDeclarationType" : "StartLoggingRequest", "documentation" : "

The request to CloudTrail to start logging AWS API calls for an account.

", "simpleType" : "StartLoggingRequest", "variableSetterType" : "StartLoggingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "StartLoggingResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

" }, "exceptions" : [ { "exceptionName" : "TrailNotFoundException", "documentation" : "

This exception is thrown when the trail with the given name is not found.

" }, { "exceptionName" : "InvalidTrailNameException", "documentation" : "

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

" }, { "exceptionName" : "InvalidHomeRegionException", "documentation" : "

This exception is thrown when an operation is called on a trail from a region other than the region in which the trail was created.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "startLogging", "syncReturnType" : "StartLoggingResult", "asyncReturnType" : "StartLoggingResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "StopLogging" : { "documentation" : "

Suspends the recording of AWS API calls and log file delivery for the specified trail. Under most circumstances, there is no need to use this action. You can update a trail without stopping it first. This action is the only way to stop recording. For a trail enabled in all regions, this operation must be called from the region in which the trail was created, or an InvalidHomeRegionException will occur. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail enabled in all regions.

", "operationName" : "StopLogging", "deprecated" : false, "input" : { "variableName" : "stopLoggingRequest", "variableType" : "StopLoggingRequest", "variableDeclarationType" : "StopLoggingRequest", "documentation" : "

Passes the request to CloudTrail to stop logging AWS API calls for the specified account.

", "simpleType" : "StopLoggingRequest", "variableSetterType" : "StopLoggingRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "StopLoggingResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

" }, "exceptions" : [ { "exceptionName" : "TrailNotFoundException", "documentation" : "

This exception is thrown when the trail with the given name is not found.

" }, { "exceptionName" : "InvalidTrailNameException", "documentation" : "

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

" }, { "exceptionName" : "InvalidHomeRegionException", "documentation" : "

This exception is thrown when an operation is called on a trail from a region other than the region in which the trail was created.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "stopLogging", "syncReturnType" : "StopLoggingResult", "asyncReturnType" : "StopLoggingResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true }, "UpdateTrail" : { "documentation" : "

Updates the settings that specify delivery of log files. Changes to a trail do not require stopping the CloudTrail service. Use this action to designate an existing bucket for log delivery. If the existing bucket has previously been a target for CloudTrail log files, an IAM policy exists for the bucket. UpdateTrail must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException is thrown.

", "operationName" : "UpdateTrail", "deprecated" : false, "input" : { "variableName" : "updateTrailRequest", "variableType" : "UpdateTrailRequest", "variableDeclarationType" : "UpdateTrailRequest", "documentation" : "

Specifies settings to update for the trail.

", "simpleType" : "UpdateTrailRequest", "variableSetterType" : "UpdateTrailRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateTrailResult", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

" }, "exceptions" : [ { "exceptionName" : "S3BucketDoesNotExistException", "documentation" : "

This exception is thrown when the specified S3 bucket does not exist.

" }, { "exceptionName" : "InsufficientS3BucketPolicyException", "documentation" : "

This exception is thrown when the policy on the S3 bucket is not sufficient.

" }, { "exceptionName" : "InsufficientSnsTopicPolicyException", "documentation" : "

This exception is thrown when the policy on the SNS topic is not sufficient.

" }, { "exceptionName" : "InsufficientEncryptionPolicyException", "documentation" : "

This exception is thrown when the policy on the S3 bucket or KMS key is not sufficient.

" }, { "exceptionName" : "TrailNotFoundException", "documentation" : "

This exception is thrown when the trail with the given name is not found.

" }, { "exceptionName" : "InvalidS3BucketNameException", "documentation" : "

This exception is thrown when the provided S3 bucket name is not valid.

" }, { "exceptionName" : "InvalidS3PrefixException", "documentation" : "

This exception is thrown when the provided S3 prefix is not valid.

" }, { "exceptionName" : "InvalidSnsTopicNameException", "documentation" : "

This exception is thrown when the provided SNS topic name is not valid.

" }, { "exceptionName" : "InvalidKmsKeyIdException", "documentation" : "

This exception is thrown when the KMS key ARN is invalid.

" }, { "exceptionName" : "InvalidTrailNameException", "documentation" : "

This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

" }, { "exceptionName" : "TrailNotProvidedException", "documentation" : "

This exception is deprecated.

" }, { "exceptionName" : "InvalidParameterCombinationException", "documentation" : "

This exception is thrown when the combination of parameters provided is not valid.

" }, { "exceptionName" : "InvalidHomeRegionException", "documentation" : "

This exception is thrown when an operation is called on a trail from a region other than the region in which the trail was created.

" }, { "exceptionName" : "KmsKeyNotFoundException", "documentation" : "

This exception is thrown when the KMS key does not exist, or when the S3 bucket and the KMS key are not in the same region.

" }, { "exceptionName" : "KmsKeyDisabledException", "documentation" : "

This exception is deprecated.

" }, { "exceptionName" : "KmsException", "documentation" : "

This exception is thrown when there is an issue with the specified KMS key and the trail can’t be updated.

" }, { "exceptionName" : "InvalidCloudWatchLogsLogGroupArnException", "documentation" : "

This exception is thrown when the provided CloudWatch log group is not valid.

" }, { "exceptionName" : "InvalidCloudWatchLogsRoleArnException", "documentation" : "

This exception is thrown when the provided role is not valid.

" }, { "exceptionName" : "CloudWatchLogsDeliveryUnavailableException", "documentation" : "

Cannot set a CloudWatch Logs delivery for this region.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

This exception is thrown when the requested operation is not supported.

" }, { "exceptionName" : "OperationNotPermittedException", "documentation" : "

This exception is thrown when the requested operation is not permitted.

" } ], "hasBlobMemberAsPayload" : false, "methodName" : "updateTrail", "syncReturnType" : "UpdateTrailResult", "asyncReturnType" : "UpdateTrailResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "authenticated" : true } }, "shapes" : { "InvalidNextTokenException" : { "c2jName" : "InvalidNextTokenException", "documentation" : "

Invalid token or token that was previously used in a request with different parameters. This exception is thrown if the token is invalid.

", "shapeName" : "InvalidNextTokenException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "variableDeclarationType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "KmsKeyNotFoundException" : { "c2jName" : "KmsKeyNotFoundException", "documentation" : "

This exception is thrown when the KMS key does not exist, or when the S3 bucket and the KMS key are not in the same region.

", "shapeName" : "KmsKeyNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "kmsKeyNotFoundException", "variableType" : "KmsKeyNotFoundException", "variableDeclarationType" : "KmsKeyNotFoundException", "documentation" : null, "simpleType" : "KmsKeyNotFoundException", "variableSetterType" : "KmsKeyNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "KmsKeyNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TrailNotFoundException" : { "c2jName" : "TrailNotFoundException", "documentation" : "

This exception is thrown when the trail with the given name is not found.

", "shapeName" : "TrailNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "trailNotFoundException", "variableType" : "TrailNotFoundException", "variableDeclarationType" : "TrailNotFoundException", "documentation" : null, "simpleType" : "TrailNotFoundException", "variableSetterType" : "TrailNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TrailNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetTrailStatusRequest" : { "c2jName" : "GetTrailStatusRequest", "documentation" : "

The name of a trail about which you want the current status.

", "shapeName" : "GetTrailStatusRequest", "deprecated" : false, "required" : [ "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@return Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTrailStatusRequest", "variableType" : "GetTrailStatusRequest", "variableDeclarationType" : "GetTrailStatusRequest", "documentation" : null, "simpleType" : "GetTrailStatusRequest", "variableSetterType" : "GetTrailStatusRequest" }, "marshaller" : { "action" : "GetTrailStatus", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.GetTrailStatus", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@return Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "KmsKeyDisabledException" : { "c2jName" : "KmsKeyDisabledException", "documentation" : "

This exception is deprecated.

", "shapeName" : "KmsKeyDisabledException", "deprecated" : true, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "kmsKeyDisabledException", "variableType" : "KmsKeyDisabledException", "variableDeclarationType" : "KmsKeyDisabledException", "documentation" : null, "simpleType" : "KmsKeyDisabledException", "variableSetterType" : "KmsKeyDisabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "KmsKeyDisabledException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteTrailResult" : { "c2jName" : "DeleteTrailResponse", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

", "shapeName" : "DeleteTrailResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteTrailResult", "variableType" : "DeleteTrailResult", "variableDeclarationType" : "DeleteTrailResult", "documentation" : null, "simpleType" : "DeleteTrailResult", "variableSetterType" : "DeleteTrailResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

A custom key-value pair associated with a resource such as a CloudTrail trail.

", "shapeName" : "Tag", "deprecated" : false, "required" : [ "Key" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

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

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

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

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

\n@param key The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.*/", "getterDocumentation" : "/**

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

\n@return The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.*/", "fluentSetterDocumentation" : "/**

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

\n@param key The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

\n@param key The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

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

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

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

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

\n@param value The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.*/", "getterDocumentation" : "/**

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

\n@return The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.*/", "fluentSetterDocumentation" : "/**

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

\n@param value The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

\n@param value The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

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

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

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

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

\n@param value The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.*/", "getterDocumentation" : "/**

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

\n@return The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.*/", "fluentSetterDocumentation" : "/**

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

\n@param value The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

\n@param value The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

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

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

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

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

\n@param key The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.*/", "getterDocumentation" : "/**

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

\n@return The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.*/", "fluentSetterDocumentation" : "/**

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

\n@param key The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

\n@param key The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrailAlreadyExistsException" : { "c2jName" : "TrailAlreadyExistsException", "documentation" : "

This exception is thrown when the specified trail already exists.

", "shapeName" : "TrailAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "trailAlreadyExistsException", "variableType" : "TrailAlreadyExistsException", "variableDeclarationType" : "TrailAlreadyExistsException", "documentation" : null, "simpleType" : "TrailAlreadyExistsException", "variableSetterType" : "TrailAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TrailAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StopLoggingRequest" : { "c2jName" : "StopLoggingRequest", "documentation" : "

Passes the request to CloudTrail to stop logging AWS API calls for the specified account.

", "shapeName" : "StopLoggingRequest", "deprecated" : false, "required" : [ "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@return Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stopLoggingRequest", "variableType" : "StopLoggingRequest", "variableDeclarationType" : "StopLoggingRequest", "documentation" : null, "simpleType" : "StopLoggingRequest", "variableSetterType" : "StopLoggingRequest" }, "marshaller" : { "action" : "StopLogging", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.StopLogging", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@return Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsResult" : { "c2jName" : "RemoveTagsResponse", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

", "shapeName" : "RemoveTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "removeTagsResult", "variableType" : "RemoveTagsResult", "variableDeclarationType" : "RemoveTagsResult", "documentation" : null, "simpleType" : "RemoveTagsResult", "variableSetterType" : "RemoveTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "OperationNotPermittedException" : { "c2jName" : "OperationNotPermittedException", "documentation" : "

This exception is thrown when the requested operation is not permitted.

", "shapeName" : "OperationNotPermittedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "operationNotPermittedException", "variableType" : "OperationNotPermittedException", "variableDeclarationType" : "OperationNotPermittedException", "documentation" : null, "simpleType" : "OperationNotPermittedException", "variableSetterType" : "OperationNotPermittedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "OperationNotPermittedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidS3PrefixException" : { "c2jName" : "InvalidS3PrefixException", "documentation" : "

This exception is thrown when the provided S3 prefix is not valid.

", "shapeName" : "InvalidS3PrefixException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidS3PrefixException", "variableType" : "InvalidS3PrefixException", "variableDeclarationType" : "InvalidS3PrefixException", "documentation" : null, "simpleType" : "InvalidS3PrefixException", "variableSetterType" : "InvalidS3PrefixException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidS3PrefixException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CloudTrailARNInvalidException" : { "c2jName" : "CloudTrailARNInvalidException", "documentation" : "

This exception is thrown when an operation is called with an invalid trail ARN. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

", "shapeName" : "CloudTrailARNInvalidException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cloudTrailARNInvalidException", "variableType" : "CloudTrailARNInvalidException", "variableDeclarationType" : "CloudTrailARNInvalidException", "documentation" : null, "simpleType" : "CloudTrailARNInvalidException", "variableSetterType" : "CloudTrailARNInvalidException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CloudTrailARNInvalidException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Event" : { "c2jName" : "Event", "documentation" : "

Contains information about an event that was returned by a lookup request. The result includes a representation of a CloudTrail event.

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

The CloudTrail ID of the event returned.

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

The CloudTrail ID of the event returned.

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

The CloudTrail ID of the event returned.

\n@param eventId The CloudTrail ID of the event returned.*/", "getterDocumentation" : "/**

The CloudTrail ID of the event returned.

\n@return The CloudTrail ID of the event returned.*/", "fluentSetterDocumentation" : "/**

The CloudTrail ID of the event returned.

\n@param eventId The CloudTrail ID of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudTrail ID of the event returned.

\n@param eventId The CloudTrail ID of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the event returned.

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

The name of the event returned.

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

The name of the event returned.

\n@param eventName The name of the event returned.*/", "getterDocumentation" : "/**

The name of the event returned.

\n@return The name of the event returned.*/", "fluentSetterDocumentation" : "/**

The name of the event returned.

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

The name of the event returned.

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

The date and time of the event returned.

", "name" : "EventTime", "c2jName" : "EventTime", "c2jShape" : "Date", "variable" : { "variableName" : "eventTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time of the event returned.

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

The date and time of the event returned.

\n@param eventTime The date and time of the event returned.*/", "getterDocumentation" : "/**

The date and time of the event returned.

\n@return The date and time of the event returned.*/", "fluentSetterDocumentation" : "/**

The date and time of the event returned.

\n@param eventTime The date and time of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time of the event returned.

\n@param eventTime The date and time of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A user name or role name of the requester that called the API in the event returned.

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

A user name or role name of the requester that called the API in the event returned.

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

A user name or role name of the requester that called the API in the event returned.

\n@param username A user name or role name of the requester that called the API in the event returned.*/", "getterDocumentation" : "/**

A user name or role name of the requester that called the API in the event returned.

\n@return A user name or role name of the requester that called the API in the event returned.*/", "fluentSetterDocumentation" : "/**

A user name or role name of the requester that called the API in the event returned.

\n@param username A user name or role name of the requester that called the API in the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user name or role name of the requester that called the API in the event returned.

\n@param username A user name or role name of the requester that called the API in the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of resources referenced by the event returned.

", "name" : "Resources", "c2jName" : "Resources", "c2jShape" : "ResourceList", "variable" : { "variableName" : "resources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of resources referenced by the event returned.

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

A list of resources referenced by the event returned.

\n@param resources A list of resources referenced by the event returned.*/", "getterDocumentation" : "/**

A list of resources referenced by the event returned.

\n@return A list of resources referenced by the event returned.*/", "fluentSetterDocumentation" : "/**

A list of resources referenced by the event returned.

\n@param resources A list of resources referenced by the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of resources referenced by the event returned.

\n

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

\n@param resources A list of resources referenced by the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A JSON string that contains a representation of the event returned.

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

A JSON string that contains a representation of the event returned.

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

A JSON string that contains a representation of the event returned.

\n@param cloudTrailEvent A JSON string that contains a representation of the event returned.*/", "getterDocumentation" : "/**

A JSON string that contains a representation of the event returned.

\n@return A JSON string that contains a representation of the event returned.*/", "fluentSetterDocumentation" : "/**

A JSON string that contains a representation of the event returned.

\n@param cloudTrailEvent A JSON string that contains a representation of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A JSON string that contains a representation of the event returned.

\n@param cloudTrailEvent A JSON string that contains a representation of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "event", "variableType" : "Event", "variableDeclarationType" : "Event", "documentation" : null, "simpleType" : "Event", "variableSetterType" : "Event" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EventName" : { "documentation" : "

The name of the event returned.

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

The name of the event returned.

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

The name of the event returned.

\n@param eventName The name of the event returned.*/", "getterDocumentation" : "/**

The name of the event returned.

\n@return The name of the event returned.*/", "fluentSetterDocumentation" : "/**

The name of the event returned.

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

The name of the event returned.

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

A JSON string that contains a representation of the event returned.

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

A JSON string that contains a representation of the event returned.

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

A JSON string that contains a representation of the event returned.

\n@param cloudTrailEvent A JSON string that contains a representation of the event returned.*/", "getterDocumentation" : "/**

A JSON string that contains a representation of the event returned.

\n@return A JSON string that contains a representation of the event returned.*/", "fluentSetterDocumentation" : "/**

A JSON string that contains a representation of the event returned.

\n@param cloudTrailEvent A JSON string that contains a representation of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A JSON string that contains a representation of the event returned.

\n@param cloudTrailEvent A JSON string that contains a representation of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EventTime" : { "documentation" : "

The date and time of the event returned.

", "name" : "EventTime", "c2jName" : "EventTime", "c2jShape" : "Date", "variable" : { "variableName" : "eventTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time of the event returned.

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

The date and time of the event returned.

\n@param eventTime The date and time of the event returned.*/", "getterDocumentation" : "/**

The date and time of the event returned.

\n@return The date and time of the event returned.*/", "fluentSetterDocumentation" : "/**

The date and time of the event returned.

\n@param eventTime The date and time of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time of the event returned.

\n@param eventTime The date and time of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Username" : { "documentation" : "

A user name or role name of the requester that called the API in the event returned.

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

A user name or role name of the requester that called the API in the event returned.

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

A user name or role name of the requester that called the API in the event returned.

\n@param username A user name or role name of the requester that called the API in the event returned.*/", "getterDocumentation" : "/**

A user name or role name of the requester that called the API in the event returned.

\n@return A user name or role name of the requester that called the API in the event returned.*/", "fluentSetterDocumentation" : "/**

A user name or role name of the requester that called the API in the event returned.

\n@param username A user name or role name of the requester that called the API in the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A user name or role name of the requester that called the API in the event returned.

\n@param username A user name or role name of the requester that called the API in the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EventId" : { "documentation" : "

The CloudTrail ID of the event returned.

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

The CloudTrail ID of the event returned.

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

The CloudTrail ID of the event returned.

\n@param eventId The CloudTrail ID of the event returned.*/", "getterDocumentation" : "/**

The CloudTrail ID of the event returned.

\n@return The CloudTrail ID of the event returned.*/", "fluentSetterDocumentation" : "/**

The CloudTrail ID of the event returned.

\n@param eventId The CloudTrail ID of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The CloudTrail ID of the event returned.

\n@param eventId The CloudTrail ID of the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Resources" : { "documentation" : "

A list of resources referenced by the event returned.

", "name" : "Resources", "c2jName" : "Resources", "c2jShape" : "ResourceList", "variable" : { "variableName" : "resources", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of resources referenced by the event returned.

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

A list of resources referenced by the event returned.

\n@param resources A list of resources referenced by the event returned.*/", "getterDocumentation" : "/**

A list of resources referenced by the event returned.

\n@return A list of resources referenced by the event returned.*/", "fluentSetterDocumentation" : "/**

A list of resources referenced by the event returned.

\n@param resources A list of resources referenced by the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of resources referenced by the event returned.

\n

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

\n@param resources A list of resources referenced by the event returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LookupEventsRequest" : { "c2jName" : "LookupEventsRequest", "documentation" : "

Contains a request for LookupEvents.

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

Contains a list of lookup attributes. Currently the list can contain only one item.

", "name" : "LookupAttributes", "c2jName" : "LookupAttributes", "c2jShape" : "LookupAttributesList", "variable" : { "variableName" : "lookupAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Contains a list of lookup attributes. Currently the list can contain only one item.

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

Contains a list of lookup attributes. Currently the list can contain only one item.

\n@param lookupAttributes Contains a list of lookup attributes. Currently the list can contain only one item.*/", "getterDocumentation" : "/**

Contains a list of lookup attributes. Currently the list can contain only one item.

\n@return Contains a list of lookup attributes. Currently the list can contain only one item.*/", "fluentSetterDocumentation" : "/**

Contains a list of lookup attributes. Currently the list can contain only one item.

\n@param lookupAttributes Contains a list of lookup attributes. Currently the list can contain only one item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Contains a list of lookup attributes. Currently the list can contain only one item.

\n

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

\n@param lookupAttributes Contains a list of lookup attributes. Currently the list can contain only one item.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "Date", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

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

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

\n@param startTime Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.*/", "getterDocumentation" : "/**

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

\n@return Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.*/", "fluentSetterDocumentation" : "/**

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

\n@param startTime Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

\n@param startTime Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "Date", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

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

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

\n@param endTime Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.*/", "getterDocumentation" : "/**

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

\n@return Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.*/", "fluentSetterDocumentation" : "/**

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

\n@param endTime Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

\n@param endTime Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of events to return. Possible values are 1 through 50. The default is 10.

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of events to return. Possible values are 1 through 50. The default is 10.

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

The number of events to return. Possible values are 1 through 50. The default is 10.

\n@param maxResults The number of events to return. Possible values are 1 through 50. The default is 10.*/", "getterDocumentation" : "/**

The number of events to return. Possible values are 1 through 50. The default is 10.

\n@return The number of events to return. Possible values are 1 through 50. The default is 10.*/", "fluentSetterDocumentation" : "/**

The number of events to return. Possible values are 1 through 50. The default is 10.

\n@param maxResults The number of events to return. Possible values are 1 through 50. The default is 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of events to return. Possible values are 1 through 50. The default is 10.

\n@param maxResults The number of events to return. Possible values are 1 through 50. The default is 10.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

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

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

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

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

\n@param nextToken The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.*/", "getterDocumentation" : "/**

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

\n@return The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.*/", "fluentSetterDocumentation" : "/**

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

\n@param nextToken The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

\n@param nextToken The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lookupEventsRequest", "variableType" : "LookupEventsRequest", "variableDeclarationType" : "LookupEventsRequest", "documentation" : null, "simpleType" : "LookupEventsRequest", "variableSetterType" : "LookupEventsRequest" }, "marshaller" : { "action" : "LookupEvents", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.LookupEvents", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LookupAttributes" : { "documentation" : "

Contains a list of lookup attributes. Currently the list can contain only one item.

", "name" : "LookupAttributes", "c2jName" : "LookupAttributes", "c2jShape" : "LookupAttributesList", "variable" : { "variableName" : "lookupAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Contains a list of lookup attributes. Currently the list can contain only one item.

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

Contains a list of lookup attributes. Currently the list can contain only one item.

\n@param lookupAttributes Contains a list of lookup attributes. Currently the list can contain only one item.*/", "getterDocumentation" : "/**

Contains a list of lookup attributes. Currently the list can contain only one item.

\n@return Contains a list of lookup attributes. Currently the list can contain only one item.*/", "fluentSetterDocumentation" : "/**

Contains a list of lookup attributes. Currently the list can contain only one item.

\n@param lookupAttributes Contains a list of lookup attributes. Currently the list can contain only one item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Contains a list of lookup attributes. Currently the list can contain only one item.

\n

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

\n@param lookupAttributes Contains a list of lookup attributes. Currently the list can contain only one item.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

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

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

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

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

\n@param nextToken The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.*/", "getterDocumentation" : "/**

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

\n@return The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.*/", "fluentSetterDocumentation" : "/**

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

\n@param nextToken The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

\n@param nextToken The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

The number of events to return. Possible values are 1 through 50. The default is 10.

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of events to return. Possible values are 1 through 50. The default is 10.

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

The number of events to return. Possible values are 1 through 50. The default is 10.

\n@param maxResults The number of events to return. Possible values are 1 through 50. The default is 10.*/", "getterDocumentation" : "/**

The number of events to return. Possible values are 1 through 50. The default is 10.

\n@return The number of events to return. Possible values are 1 through 50. The default is 10.*/", "fluentSetterDocumentation" : "/**

The number of events to return. Possible values are 1 through 50. The default is 10.

\n@param maxResults The number of events to return. Possible values are 1 through 50. The default is 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of events to return. Possible values are 1 through 50. The default is 10.

\n@param maxResults The number of events to return. Possible values are 1 through 50. The default is 10.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndTime" : { "documentation" : "

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "Date", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

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

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

\n@param endTime Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.*/", "getterDocumentation" : "/**

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

\n@return Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.*/", "fluentSetterDocumentation" : "/**

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

\n@param endTime Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.

\n@param endTime Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "Date", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

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

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

\n@param startTime Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.*/", "getterDocumentation" : "/**

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

\n@return Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.*/", "fluentSetterDocumentation" : "/**

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

\n@param startTime Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.

\n@param startTime Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "S3BucketDoesNotExistException" : { "c2jName" : "S3BucketDoesNotExistException", "documentation" : "

This exception is thrown when the specified S3 bucket does not exist.

", "shapeName" : "S3BucketDoesNotExistException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "s3BucketDoesNotExistException", "variableType" : "S3BucketDoesNotExistException", "variableDeclarationType" : "S3BucketDoesNotExistException", "documentation" : null, "simpleType" : "S3BucketDoesNotExistException", "variableSetterType" : "S3BucketDoesNotExistException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "S3BucketDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidTimeRangeException" : { "c2jName" : "InvalidTimeRangeException", "documentation" : "

Occurs if the timestamp values are invalid. Either the start time occurs after the end time or the time range is outside the range of possible values.

", "shapeName" : "InvalidTimeRangeException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTimeRangeException", "variableType" : "InvalidTimeRangeException", "variableDeclarationType" : "InvalidTimeRangeException", "documentation" : null, "simpleType" : "InvalidTimeRangeException", "variableSetterType" : "InvalidTimeRangeException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTimeRangeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Trail" : { "c2jName" : "Trail", "documentation" : "

The settings for a trail.

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

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

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

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

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

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

\n@param name Name of the trail set by calling CreateTrail. The maximum length is 128 characters.*/", "getterDocumentation" : "/**

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

\n@return Name of the trail set by calling CreateTrail. The maximum length is 128 characters.*/", "fluentSetterDocumentation" : "/**

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

\n@param name Name of the trail set by calling CreateTrail. The maximum length is 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

\n@param name Name of the trail set by calling CreateTrail. The maximum length is 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

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

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

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

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

\n@param s3BucketName Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.*/", "getterDocumentation" : "/**

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

\n@return Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.*/", "fluentSetterDocumentation" : "/**

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

\n@param s3BucketName Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

\n@param s3BucketName Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.*/", "getterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

\n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This field is deprecated. Use SnsTopicARN.

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

This field is deprecated. Use SnsTopicARN.

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

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.*/", "getterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@return This field is deprecated. Use SnsTopicARN.*/", "fluentSetterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

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

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

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

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic*/", "getterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@return Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic*/", "fluentSetterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

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

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

\n@param includeGlobalServiceEvents Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.*/", "getterDocumentation" : "/**

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

\n@return Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.*/", "fluentSetterDocumentation" : "/**

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

\n@param includeGlobalServiceEvents Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

\n@param includeGlobalServiceEvents Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the trail belongs only to one region or exists in all regions.

", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the trail belongs only to one region or exists in all regions.

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

Specifies whether the trail belongs only to one region or exists in all regions.

\n@param isMultiRegionTrail Specifies whether the trail belongs only to one region or exists in all regions.*/", "getterDocumentation" : "/**

Specifies whether the trail belongs only to one region or exists in all regions.

\n@return Specifies whether the trail belongs only to one region or exists in all regions.*/", "fluentSetterDocumentation" : "/**

Specifies whether the trail belongs only to one region or exists in all regions.

\n@param isMultiRegionTrail Specifies whether the trail belongs only to one region or exists in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the trail belongs only to one region or exists in all regions.

\n@param isMultiRegionTrail Specifies whether the trail belongs only to one region or exists in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The region in which the trail was created.

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

The region in which the trail was created.

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

The region in which the trail was created.

\n@param homeRegion The region in which the trail was created.*/", "getterDocumentation" : "/**

The region in which the trail was created.

\n@return The region in which the trail was created.*/", "fluentSetterDocumentation" : "/**

The region in which the trail was created.

\n@param homeRegion The region in which the trail was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The region in which the trail was created.

\n@param homeRegion The region in which the trail was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@return Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether log file validation is enabled.

", "name" : "LogFileValidationEnabled", "c2jName" : "LogFileValidationEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "logFileValidationEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether log file validation is enabled.

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

Specifies whether log file validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file validation is enabled.*/", "getterDocumentation" : "/**

Specifies whether log file validation is enabled.

\n@return Specifies whether log file validation is enabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether log file validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether log file validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

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

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

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

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.*/", "getterDocumentation" : "/**

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

\n@return Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.*/", "fluentSetterDocumentation" : "/**

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "getterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@return Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "fluentSetterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "trail", "variableType" : "Trail", "variableDeclarationType" : "Trail", "documentation" : null, "simpleType" : "Trail", "variableSetterType" : "Trail" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "S3KeyPrefix" : { "documentation" : "

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.*/", "getterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

\n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicName" : { "documentation" : "

This field is deprecated. Use SnsTopicARN.

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

This field is deprecated. Use SnsTopicARN.

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

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.*/", "getterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@return This field is deprecated. Use SnsTopicARN.*/", "fluentSetterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsRoleArn" : { "documentation" : "

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3BucketName" : { "documentation" : "

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

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

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

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

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

\n@param s3BucketName Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.*/", "getterDocumentation" : "/**

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

\n@return Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.*/", "fluentSetterDocumentation" : "/**

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

\n@param s3BucketName Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.

\n@param s3BucketName Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrailARN" : { "documentation" : "

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@return Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsLogGroupArn" : { "documentation" : "

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

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

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

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

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.*/", "getterDocumentation" : "/**

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

\n@return Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.*/", "fluentSetterDocumentation" : "/**

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicARN" : { "documentation" : "

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

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

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

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

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic*/", "getterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@return Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic*/", "fluentSetterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

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

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

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

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

\n@param name Name of the trail set by calling CreateTrail. The maximum length is 128 characters.*/", "getterDocumentation" : "/**

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

\n@return Name of the trail set by calling CreateTrail. The maximum length is 128 characters.*/", "fluentSetterDocumentation" : "/**

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

\n@param name Name of the trail set by calling CreateTrail. The maximum length is 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Name of the trail set by calling CreateTrail. The maximum length is 128 characters.

\n@param name Name of the trail set by calling CreateTrail. The maximum length is 128 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HomeRegion" : { "documentation" : "

The region in which the trail was created.

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

The region in which the trail was created.

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

The region in which the trail was created.

\n@param homeRegion The region in which the trail was created.*/", "getterDocumentation" : "/**

The region in which the trail was created.

\n@return The region in which the trail was created.*/", "fluentSetterDocumentation" : "/**

The region in which the trail was created.

\n@param homeRegion The region in which the trail was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The region in which the trail was created.

\n@param homeRegion The region in which the trail was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsMultiRegionTrail" : { "documentation" : "

Specifies whether the trail belongs only to one region or exists in all regions.

", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the trail belongs only to one region or exists in all regions.

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

Specifies whether the trail belongs only to one region or exists in all regions.

\n@param isMultiRegionTrail Specifies whether the trail belongs only to one region or exists in all regions.*/", "getterDocumentation" : "/**

Specifies whether the trail belongs only to one region or exists in all regions.

\n@return Specifies whether the trail belongs only to one region or exists in all regions.*/", "fluentSetterDocumentation" : "/**

Specifies whether the trail belongs only to one region or exists in all regions.

\n@param isMultiRegionTrail Specifies whether the trail belongs only to one region or exists in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the trail belongs only to one region or exists in all regions.

\n@param isMultiRegionTrail Specifies whether the trail belongs only to one region or exists in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LogFileValidationEnabled" : { "documentation" : "

Specifies whether log file validation is enabled.

", "name" : "LogFileValidationEnabled", "c2jName" : "LogFileValidationEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "logFileValidationEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether log file validation is enabled.

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

Specifies whether log file validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file validation is enabled.*/", "getterDocumentation" : "/**

Specifies whether log file validation is enabled.

\n@return Specifies whether log file validation is enabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether log file validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether log file validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "getterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@return Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "fluentSetterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IncludeGlobalServiceEvents" : { "documentation" : "

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

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

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

\n@param includeGlobalServiceEvents Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.*/", "getterDocumentation" : "/**

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

\n@return Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.*/", "fluentSetterDocumentation" : "/**

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

\n@param includeGlobalServiceEvents Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.

\n@param includeGlobalServiceEvents Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceTypeNotSupportedException" : { "c2jName" : "ResourceTypeNotSupportedException", "documentation" : "

This exception is thrown when the specified resource type is not supported by CloudTrail.

", "shapeName" : "ResourceTypeNotSupportedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceTypeNotSupportedException", "variableType" : "ResourceTypeNotSupportedException", "variableDeclarationType" : "ResourceTypeNotSupportedException", "documentation" : null, "simpleType" : "ResourceTypeNotSupportedException", "variableSetterType" : "ResourceTypeNotSupportedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceTypeNotSupportedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StartLoggingResult" : { "c2jName" : "StartLoggingResponse", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

", "shapeName" : "StartLoggingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "startLoggingResult", "variableType" : "StartLoggingResult", "variableDeclarationType" : "StartLoggingResult", "documentation" : null, "simpleType" : "StartLoggingResult", "variableSetterType" : "StartLoggingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UnsupportedOperationException" : { "c2jName" : "UnsupportedOperationException", "documentation" : "

This exception is thrown when the requested operation is not supported.

", "shapeName" : "UnsupportedOperationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "unsupportedOperationException", "variableType" : "UnsupportedOperationException", "variableDeclarationType" : "UnsupportedOperationException", "documentation" : null, "simpleType" : "UnsupportedOperationException", "variableSetterType" : "UnsupportedOperationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnsupportedOperationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeTrailsRequest" : { "c2jName" : "DescribeTrailsRequest", "documentation" : "

Returns information about the trail.

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

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

", "name" : "TrailNameList", "c2jName" : "trailNameList", "c2jShape" : "TrailNameList", "variable" : { "variableName" : "trailNameList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

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

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

\n@param trailNameList Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

*/", "getterDocumentation" : "/**

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

\n@return Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

*/", "fluentSetterDocumentation" : "/**

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

\n@param trailNameList Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

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

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

\n

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

\n@param trailNameList Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

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

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

", "name" : "IncludeShadowTrails", "c2jName" : "includeShadowTrails", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeShadowTrails", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

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

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

\n@param includeShadowTrails Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.*/", "getterDocumentation" : "/**

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

\n@return Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.*/", "fluentSetterDocumentation" : "/**

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

\n@param includeShadowTrails Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

\n@param includeShadowTrails Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrailsRequest", "variableType" : "DescribeTrailsRequest", "variableDeclarationType" : "DescribeTrailsRequest", "documentation" : null, "simpleType" : "DescribeTrailsRequest", "variableSetterType" : "DescribeTrailsRequest" }, "marshaller" : { "action" : "DescribeTrails", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.DescribeTrails", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IncludeShadowTrails" : { "documentation" : "

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

", "name" : "IncludeShadowTrails", "c2jName" : "includeShadowTrails", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeShadowTrails", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

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

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

\n@param includeShadowTrails Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.*/", "getterDocumentation" : "/**

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

\n@return Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.*/", "fluentSetterDocumentation" : "/**

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

\n@param includeShadowTrails Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.

\n@param includeShadowTrails Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region. The default is true.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrailNameList" : { "documentation" : "

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

", "name" : "TrailNameList", "c2jName" : "trailNameList", "c2jShape" : "TrailNameList", "variable" : { "variableName" : "trailNameList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

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

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

\n@param trailNameList Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

*/", "getterDocumentation" : "/**

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

\n@return Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

*/", "fluentSetterDocumentation" : "/**

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

\n@param trailNameList Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

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

Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

\n

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

\n@param trailNameList Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

If an empty list is specified, information for the trail in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned.

  • If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned.

If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.

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

This exception is thrown when the policy on the S3 bucket or KMS key is not sufficient.

", "shapeName" : "InsufficientEncryptionPolicyException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientEncryptionPolicyException", "variableType" : "InsufficientEncryptionPolicyException", "variableDeclarationType" : "InsufficientEncryptionPolicyException", "documentation" : null, "simpleType" : "InsufficientEncryptionPolicyException", "variableSetterType" : "InsufficientEncryptionPolicyException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientEncryptionPolicyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidLookupAttributesException" : { "c2jName" : "InvalidLookupAttributesException", "documentation" : "

Occurs when an invalid lookup attribute is specified.

", "shapeName" : "InvalidLookupAttributesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidLookupAttributesException", "variableType" : "InvalidLookupAttributesException", "variableDeclarationType" : "InvalidLookupAttributesException", "documentation" : null, "simpleType" : "InvalidLookupAttributesException", "variableSetterType" : "InvalidLookupAttributesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidLookupAttributesException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetTrailStatusResult" : { "c2jName" : "GetTrailStatusResponse", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

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

Whether the CloudTrail is currently logging AWS API calls.

", "name" : "IsLogging", "c2jName" : "IsLogging", "c2jShape" : "Boolean", "variable" : { "variableName" : "isLogging", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Whether the CloudTrail is currently logging AWS API calls.

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

Whether the CloudTrail is currently logging AWS API calls.

\n@param isLogging Whether the CloudTrail is currently logging AWS API calls.*/", "getterDocumentation" : "/**

Whether the CloudTrail is currently logging AWS API calls.

\n@return Whether the CloudTrail is currently logging AWS API calls.*/", "fluentSetterDocumentation" : "/**

Whether the CloudTrail is currently logging AWS API calls.

\n@param isLogging Whether the CloudTrail is currently logging AWS API calls.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Whether the CloudTrail is currently logging AWS API calls.

\n@param isLogging Whether the CloudTrail is currently logging AWS API calls.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

*/", "getterDocumentation" : "/**

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@return Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

*/", "fluentSetterDocumentation" : "/**

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

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

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

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

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

\n@param latestNotificationError Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.*/", "getterDocumentation" : "/**

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

\n@return Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.*/", "fluentSetterDocumentation" : "/**

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

\n@param latestNotificationError Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

\n@param latestNotificationError Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

", "name" : "LatestDeliveryTime", "c2jName" : "LatestDeliveryTime", "c2jShape" : "Date", "variable" : { "variableName" : "latestDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

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

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

\n@param latestDeliveryTime Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.*/", "getterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

\n@return Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

\n@param latestDeliveryTime Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

\n@param latestDeliveryTime Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

", "name" : "LatestNotificationTime", "c2jName" : "LatestNotificationTime", "c2jShape" : "Date", "variable" : { "variableName" : "latestNotificationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

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

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

\n@param latestNotificationTime Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.*/", "getterDocumentation" : "/**

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

\n@return Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

\n@param latestNotificationTime Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

\n@param latestNotificationTime Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

", "name" : "StartLoggingTime", "c2jName" : "StartLoggingTime", "c2jShape" : "Date", "variable" : { "variableName" : "startLoggingTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

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

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

\n@param startLoggingTime Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.*/", "getterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

\n@return Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.*/", "fluentSetterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

\n@param startLoggingTime Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

\n@param startLoggingTime Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

", "name" : "StopLoggingTime", "c2jName" : "StopLoggingTime", "c2jShape" : "Date", "variable" : { "variableName" : "stopLoggingTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

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

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

\n@param stopLoggingTime Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.*/", "getterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

\n@return Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.*/", "fluentSetterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

\n@param stopLoggingTime Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

\n@param stopLoggingTime Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

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

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

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

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryError Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.*/", "getterDocumentation" : "/**

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

\n@return Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.*/", "fluentSetterDocumentation" : "/**

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryError Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryError Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

", "name" : "LatestCloudWatchLogsDeliveryTime", "c2jName" : "LatestCloudWatchLogsDeliveryTime", "c2jShape" : "Date", "variable" : { "variableName" : "latestCloudWatchLogsDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

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

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryTime Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.*/", "getterDocumentation" : "/**

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

\n@return Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.*/", "fluentSetterDocumentation" : "/**

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryTime Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryTime Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

", "name" : "LatestDigestDeliveryTime", "c2jName" : "LatestDigestDeliveryTime", "c2jShape" : "Date", "variable" : { "variableName" : "latestDigestDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

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

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

\n@param latestDigestDeliveryTime Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.*/", "getterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

\n@return Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

\n@param latestDigestDeliveryTime Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

\n@param latestDigestDeliveryTime Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDigestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

*/", "getterDocumentation" : "/**

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@return Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

*/", "fluentSetterDocumentation" : "/**

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDigestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDigestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param latestDeliveryAttemptTime This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param latestDeliveryAttemptTime This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param latestDeliveryAttemptTime This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param latestNotificationAttemptTime This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param latestNotificationAttemptTime This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param latestNotificationAttemptTime This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param latestNotificationAttemptSucceeded This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param latestNotificationAttemptSucceeded This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param latestNotificationAttemptSucceeded This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param latestDeliveryAttemptSucceeded This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param latestDeliveryAttemptSucceeded This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param latestDeliveryAttemptSucceeded This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param timeLoggingStarted This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param timeLoggingStarted This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param timeLoggingStarted This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param timeLoggingStopped This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param timeLoggingStopped This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param timeLoggingStopped This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getTrailStatusResult", "variableType" : "GetTrailStatusResult", "variableDeclarationType" : "GetTrailStatusResult", "documentation" : null, "simpleType" : "GetTrailStatusResult", "variableSetterType" : "GetTrailStatusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TimeLoggingStopped" : { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param timeLoggingStopped This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param timeLoggingStopped This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param timeLoggingStopped This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StopLoggingTime" : { "documentation" : "

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

", "name" : "StopLoggingTime", "c2jName" : "StopLoggingTime", "c2jShape" : "Date", "variable" : { "variableName" : "stopLoggingTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

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

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

\n@param stopLoggingTime Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.*/", "getterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

\n@return Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.*/", "fluentSetterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

\n@param stopLoggingTime Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.

\n@param stopLoggingTime Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestCloudWatchLogsDeliveryTime" : { "documentation" : "

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

", "name" : "LatestCloudWatchLogsDeliveryTime", "c2jName" : "LatestCloudWatchLogsDeliveryTime", "c2jShape" : "Date", "variable" : { "variableName" : "latestCloudWatchLogsDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

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

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryTime Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.*/", "getterDocumentation" : "/**

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

\n@return Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.*/", "fluentSetterDocumentation" : "/**

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryTime Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryTime Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestDigestDeliveryTime" : { "documentation" : "

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

", "name" : "LatestDigestDeliveryTime", "c2jName" : "LatestDigestDeliveryTime", "c2jShape" : "Date", "variable" : { "variableName" : "latestDigestDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

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

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

\n@param latestDigestDeliveryTime Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.*/", "getterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

\n@return Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

\n@param latestDigestDeliveryTime Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

\n@param latestDigestDeliveryTime Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestNotificationError" : { "documentation" : "

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

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

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

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

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

\n@param latestNotificationError Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.*/", "getterDocumentation" : "/**

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

\n@return Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.*/", "fluentSetterDocumentation" : "/**

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

\n@param latestNotificationError Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.

\n@param latestNotificationError Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestDeliveryAttemptSucceeded" : { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param latestDeliveryAttemptSucceeded This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param latestDeliveryAttemptSucceeded This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param latestDeliveryAttemptSucceeded This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestDigestDeliveryError" : { "documentation" : "

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDigestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

*/", "getterDocumentation" : "/**

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@return Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

*/", "fluentSetterDocumentation" : "/**

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDigestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDigestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Whether the CloudTrail is currently logging AWS API calls.

", "name" : "IsLogging", "c2jName" : "IsLogging", "c2jShape" : "Boolean", "variable" : { "variableName" : "isLogging", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Whether the CloudTrail is currently logging AWS API calls.

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

Whether the CloudTrail is currently logging AWS API calls.

\n@param isLogging Whether the CloudTrail is currently logging AWS API calls.*/", "getterDocumentation" : "/**

Whether the CloudTrail is currently logging AWS API calls.

\n@return Whether the CloudTrail is currently logging AWS API calls.*/", "fluentSetterDocumentation" : "/**

Whether the CloudTrail is currently logging AWS API calls.

\n@param isLogging Whether the CloudTrail is currently logging AWS API calls.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Whether the CloudTrail is currently logging AWS API calls.

\n@param isLogging Whether the CloudTrail is currently logging AWS API calls.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestDeliveryTime" : { "documentation" : "

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

", "name" : "LatestDeliveryTime", "c2jName" : "LatestDeliveryTime", "c2jShape" : "Date", "variable" : { "variableName" : "latestDeliveryTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

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

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

\n@param latestDeliveryTime Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.*/", "getterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

\n@return Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

\n@param latestDeliveryTime Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

\n@param latestDeliveryTime Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TimeLoggingStarted" : { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param timeLoggingStarted This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param timeLoggingStarted This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param timeLoggingStarted This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestNotificationTime" : { "documentation" : "

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

", "name" : "LatestNotificationTime", "c2jName" : "LatestNotificationTime", "c2jShape" : "Date", "variable" : { "variableName" : "latestNotificationTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

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

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

\n@param latestNotificationTime Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.*/", "getterDocumentation" : "/**

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

\n@return Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

\n@param latestNotificationTime Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.

\n@param latestNotificationTime Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartLoggingTime" : { "documentation" : "

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

", "name" : "StartLoggingTime", "c2jName" : "StartLoggingTime", "c2jShape" : "Date", "variable" : { "variableName" : "startLoggingTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

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

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

\n@param startLoggingTime Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.*/", "getterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

\n@return Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.*/", "fluentSetterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

\n@param startLoggingTime Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

\n@param startLoggingTime Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestNotificationAttemptSucceeded" : { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param latestNotificationAttemptSucceeded This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param latestNotificationAttemptSucceeded This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param latestNotificationAttemptSucceeded This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestDeliveryAttemptTime" : { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param latestDeliveryAttemptTime This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param latestDeliveryAttemptTime This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param latestDeliveryAttemptTime This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestNotificationAttemptTime" : { "documentation" : "

This field is deprecated.

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

This field is deprecated.

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

This field is deprecated.

\n@param latestNotificationAttemptTime This field is deprecated.*/", "getterDocumentation" : "/**

This field is deprecated.

\n@return This field is deprecated.*/", "fluentSetterDocumentation" : "/**

This field is deprecated.

\n@param latestNotificationAttemptTime This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated.

\n@param latestNotificationAttemptTime This field is deprecated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LatestDeliveryError" : { "documentation" : "

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

*/", "getterDocumentation" : "/**

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@return Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

*/", "fluentSetterDocumentation" : "/**

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

\n@param latestDeliveryError Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference.

This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.

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

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

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

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

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

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryError Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.*/", "getterDocumentation" : "/**

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

\n@return Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.*/", "fluentSetterDocumentation" : "/**

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryError Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

\n@param latestCloudWatchLogsDeliveryError Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateTrailResult" : { "c2jName" : "UpdateTrailResponse", "documentation" : "

Returns the objects or data listed below if successful. Otherwise, returns an error.

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

Specifies the name of the trail.

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

Specifies the name of the trail.

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

Specifies the name of the trail.

\n@param name Specifies the name of the trail.*/", "getterDocumentation" : "/**

Specifies the name of the trail.

\n@return Specifies the name of the trail.*/", "fluentSetterDocumentation" : "/**

Specifies the name of the trail.

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

Specifies the name of the trail.

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

Specifies the name of the Amazon S3 bucket designated for publishing log files.

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

Specifies the name of the Amazon S3 bucket designated for publishing log files.

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

Specifies the name of the Amazon S3 bucket designated for publishing log files.

\n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.*/", "getterDocumentation" : "/**

Specifies the name of the Amazon S3 bucket designated for publishing log files.

\n@return Specifies the name of the Amazon S3 bucket designated for publishing log files.*/", "fluentSetterDocumentation" : "/**

Specifies the name of the Amazon S3 bucket designated for publishing log files.

\n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the name of the Amazon S3 bucket designated for publishing log files.

\n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.*/", "getterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

\n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

This field is deprecated. Use SnsTopicARN.

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

This field is deprecated. Use SnsTopicARN.

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

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.*/", "getterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@return This field is deprecated. Use SnsTopicARN.*/", "fluentSetterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

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

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

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

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic*/", "getterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@return Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic*/", "fluentSetterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the trail is publishing events from global services such as IAM to the log files.

", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the trail is publishing events from global services such as IAM to the log files.

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

Specifies whether the trail is publishing events from global services such as IAM to the log files.

\n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "getterDocumentation" : "/**

Specifies whether the trail is publishing events from global services such as IAM to the log files.

\n@return Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "fluentSetterDocumentation" : "/**

Specifies whether the trail is publishing events from global services such as IAM to the log files.

\n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the trail is publishing events from global services such as IAM to the log files.

\n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether the trail exists in one region or in all regions.

", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the trail exists in one region or in all regions.

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

Specifies whether the trail exists in one region or in all regions.

\n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.*/", "getterDocumentation" : "/**

Specifies whether the trail exists in one region or in all regions.

\n@return Specifies whether the trail exists in one region or in all regions.*/", "fluentSetterDocumentation" : "/**

Specifies whether the trail exists in one region or in all regions.

\n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the trail exists in one region or in all regions.

\n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@return Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies whether log file integrity validation is enabled.

", "name" : "LogFileValidationEnabled", "c2jName" : "LogFileValidationEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "logFileValidationEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether log file integrity validation is enabled.

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

Specifies whether log file integrity validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.*/", "getterDocumentation" : "/**

Specifies whether log file integrity validation is enabled.

\n@return Specifies whether log file integrity validation is enabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether log file integrity validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether log file integrity validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

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

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

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

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.*/", "getterDocumentation" : "/**

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

\n@return Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "getterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@return Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "fluentSetterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateTrailResult", "variableType" : "UpdateTrailResult", "variableDeclarationType" : "UpdateTrailResult", "documentation" : null, "simpleType" : "UpdateTrailResult", "variableSetterType" : "UpdateTrailResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

Specifies the name of the trail.

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

Specifies the name of the trail.

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

Specifies the name of the trail.

\n@param name Specifies the name of the trail.*/", "getterDocumentation" : "/**

Specifies the name of the trail.

\n@return Specifies the name of the trail.*/", "fluentSetterDocumentation" : "/**

Specifies the name of the trail.

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

Specifies the name of the trail.

\n@param name Specifies the name of the trail.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsMultiRegionTrail" : { "documentation" : "

Specifies whether the trail exists in one region or in all regions.

", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the trail exists in one region or in all regions.

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

Specifies whether the trail exists in one region or in all regions.

\n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.*/", "getterDocumentation" : "/**

Specifies whether the trail exists in one region or in all regions.

\n@return Specifies whether the trail exists in one region or in all regions.*/", "fluentSetterDocumentation" : "/**

Specifies whether the trail exists in one region or in all regions.

\n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the trail exists in one region or in all regions.

\n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LogFileValidationEnabled" : { "documentation" : "

Specifies whether log file integrity validation is enabled.

", "name" : "LogFileValidationEnabled", "c2jName" : "LogFileValidationEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "logFileValidationEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether log file integrity validation is enabled.

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

Specifies whether log file integrity validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.*/", "getterDocumentation" : "/**

Specifies whether log file integrity validation is enabled.

\n@return Specifies whether log file integrity validation is enabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether log file integrity validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether log file integrity validation is enabled.

\n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3KeyPrefix" : { "documentation" : "

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.*/", "getterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

\n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

\n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicName" : { "documentation" : "

This field is deprecated. Use SnsTopicARN.

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

This field is deprecated. Use SnsTopicARN.

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

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.*/", "getterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@return This field is deprecated. Use SnsTopicARN.*/", "fluentSetterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

This field is deprecated. Use SnsTopicARN.

\n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsRoleArn" : { "documentation" : "

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

\n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "getterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@return Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "fluentSetterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

\n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IncludeGlobalServiceEvents" : { "documentation" : "

Specifies whether the trail is publishing events from global services such as IAM to the log files.

", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether the trail is publishing events from global services such as IAM to the log files.

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

Specifies whether the trail is publishing events from global services such as IAM to the log files.

\n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "getterDocumentation" : "/**

Specifies whether the trail is publishing events from global services such as IAM to the log files.

\n@return Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "fluentSetterDocumentation" : "/**

Specifies whether the trail is publishing events from global services such as IAM to the log files.

\n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether the trail is publishing events from global services such as IAM to the log files.

\n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3BucketName" : { "documentation" : "

Specifies the name of the Amazon S3 bucket designated for publishing log files.

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

Specifies the name of the Amazon S3 bucket designated for publishing log files.

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

Specifies the name of the Amazon S3 bucket designated for publishing log files.

\n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.*/", "getterDocumentation" : "/**

Specifies the name of the Amazon S3 bucket designated for publishing log files.

\n@return Specifies the name of the Amazon S3 bucket designated for publishing log files.*/", "fluentSetterDocumentation" : "/**

Specifies the name of the Amazon S3 bucket designated for publishing log files.

\n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the name of the Amazon S3 bucket designated for publishing log files.

\n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrailARN" : { "documentation" : "

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@return Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

\n@param trailARN Specifies the ARN of the trail that was updated. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsLogGroupArn" : { "documentation" : "

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

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

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

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

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.*/", "getterDocumentation" : "/**

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

\n@return Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.*/", "fluentSetterDocumentation" : "/**

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

\n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicARN" : { "documentation" : "

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

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

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

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

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic*/", "getterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@return Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic*/", "fluentSetterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic

\n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTrailRequest" : { "c2jName" : "CreateTrailRequest", "documentation" : "

Specifies the settings for each trail.

", "shapeName" : "CreateTrailRequest", "deprecated" : false, "required" : [ "Name", "S3BucketName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the name of the trail. The name must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

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

Specifies the name of the trail. The name must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

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

Specifies the name of the trail. The name must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

\n@param name Specifies the name of the trail. The name must meet the following requirements:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

  • Start with a letter or number, and end with a letter or number

  • Be between 3 and 128 characters

  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

  • Not be in IP address format (for example, 192.168.5.4)

  • */", "getterDocumentation" : "/**

    Specifies the name of the trail. The name must meet the following requirements:

    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

    • Start with a letter or number, and end with a letter or number

    • Be between 3 and 128 characters

    • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

    • Not be in IP address format (for example, 192.168.5.4)

    \n@return Specifies the name of the trail. The name must meet the following requirements:

    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

    • Start with a letter or number, and end with a letter or number

    • Be between 3 and 128 characters

    • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

    • Not be in IP address format (for example, 192.168.5.4)

    • */", "fluentSetterDocumentation" : "/**

      Specifies the name of the trail. The name must meet the following requirements:

      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

      • Start with a letter or number, and end with a letter or number

      • Be between 3 and 128 characters

      • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

      • Not be in IP address format (for example, 192.168.5.4)

      \n@param name Specifies the name of the trail. The name must meet the following requirements:

      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

      • Start with a letter or number, and end with a letter or number

      • Be between 3 and 128 characters

      • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

      • Not be in IP address format (for example, 192.168.5.4)

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

        Specifies the name of the trail. The name must meet the following requirements:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

        • Start with a letter or number, and end with a letter or number

        • Be between 3 and 128 characters

        • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

        • Not be in IP address format (for example, 192.168.5.4)

        \n@param name Specifies the name of the trail. The name must meet the following requirements:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

        • Start with a letter or number, and end with a letter or number

        • Be between 3 and 128 characters

        • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

        • Not be in IP address format (for example, 192.168.5.4)

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

          Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

          Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

          Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

          \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.*/", "getterDocumentation" : "/**

          Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

          \n@return Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.*/", "fluentSetterDocumentation" : "/**

          Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

          \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

          \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

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

          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

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

          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

          \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.*/", "getterDocumentation" : "/**

          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

          \n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.*/", "fluentSetterDocumentation" : "/**

          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

          \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

          \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

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

          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

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

          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

          \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.*/", "getterDocumentation" : "/**

          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

          \n@return Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.*/", "fluentSetterDocumentation" : "/**

          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

          \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

          \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          Specifies whether the trail is publishing events from global services such as IAM to the log files.

          ", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

          Specifies whether the trail is publishing events from global services such as IAM to the log files.

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

          Specifies whether the trail is publishing events from global services such as IAM to the log files.

          \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "getterDocumentation" : "/**

          Specifies whether the trail is publishing events from global services such as IAM to the log files.

          \n@return Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "fluentSetterDocumentation" : "/**

          Specifies whether the trail is publishing events from global services such as IAM to the log files.

          \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Specifies whether the trail is publishing events from global services such as IAM to the log files.

          \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          Specifies whether the trail is created in the current region or in all regions. The default is false.

          ", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

          Specifies whether the trail is created in the current region or in all regions. The default is false.

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

          Specifies whether the trail is created in the current region or in all regions. The default is false.

          \n@param isMultiRegionTrail Specifies whether the trail is created in the current region or in all regions. The default is false.*/", "getterDocumentation" : "/**

          Specifies whether the trail is created in the current region or in all regions. The default is false.

          \n@return Specifies whether the trail is created in the current region or in all regions. The default is false.*/", "fluentSetterDocumentation" : "/**

          Specifies whether the trail is created in the current region or in all regions. The default is false.

          \n@param isMultiRegionTrail Specifies whether the trail is created in the current region or in all regions. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Specifies whether the trail is created in the current region or in all regions. The default is false.

          \n@param isMultiRegionTrail Specifies whether the trail is created in the current region or in all regions. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

          ", "name" : "EnableLogFileValidation", "c2jName" : "EnableLogFileValidation", "c2jShape" : "Boolean", "variable" : { "variableName" : "enableLogFileValidation", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

          Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

          Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

          \n@param enableLogFileValidation Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

          */", "getterDocumentation" : "/**

          Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

          \n@return Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

          */", "fluentSetterDocumentation" : "/**

          Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

          \n@param enableLogFileValidation Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

          Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

          \n@param enableLogFileValidation Specifies whether log file integrity validation is enabled. The default is false.

          When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

          Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

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

          Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

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

          Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

          \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.*/", "getterDocumentation" : "/**

          Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

          \n@return Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.*/", "fluentSetterDocumentation" : "/**

          Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

          \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

          \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

          \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

          \n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

          \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

          \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

          Examples:

          • alias/MyAliasName

          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

          • 12345678-1234-1234-1234-123456789012

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

          Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

          Examples:

          • alias/MyAliasName

          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

          • 12345678-1234-1234-1234-123456789012

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

          Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

          Examples:

          • alias/MyAliasName

          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

          • 12345678-1234-1234-1234-123456789012

          \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

          Examples:

          • alias/MyAliasName

          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

          • 12345678-1234-1234-1234-123456789012

          • */", "getterDocumentation" : "/**

            Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

            Examples:

            • alias/MyAliasName

            • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

            • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

            • 12345678-1234-1234-1234-123456789012

            \n@return Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

            Examples:

            • alias/MyAliasName

            • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

            • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

            • 12345678-1234-1234-1234-123456789012

            • */", "fluentSetterDocumentation" : "/**

              Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

              Examples:

              • alias/MyAliasName

              • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

              • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

              • 12345678-1234-1234-1234-123456789012

              \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

              Examples:

              • alias/MyAliasName

              • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

              • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

              • 12345678-1234-1234-1234-123456789012

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

                Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                Examples:

                • alias/MyAliasName

                • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                • 12345678-1234-1234-1234-123456789012

                \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                Examples:

                • alias/MyAliasName

                • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                • 12345678-1234-1234-1234-123456789012

                • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrailRequest", "variableType" : "CreateTrailRequest", "variableDeclarationType" : "CreateTrailRequest", "documentation" : null, "simpleType" : "CreateTrailRequest", "variableSetterType" : "CreateTrailRequest" }, "marshaller" : { "action" : "CreateTrail", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.CreateTrail", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                  Specifies the name of the trail. The name must meet the following requirements:

                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                  • Start with a letter or number, and end with a letter or number

                  • Be between 3 and 128 characters

                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                  • Not be in IP address format (for example, 192.168.5.4)

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

                  Specifies the name of the trail. The name must meet the following requirements:

                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                  • Start with a letter or number, and end with a letter or number

                  • Be between 3 and 128 characters

                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                  • Not be in IP address format (for example, 192.168.5.4)

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

                  Specifies the name of the trail. The name must meet the following requirements:

                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                  • Start with a letter or number, and end with a letter or number

                  • Be between 3 and 128 characters

                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                  • Not be in IP address format (for example, 192.168.5.4)

                  \n@param name Specifies the name of the trail. The name must meet the following requirements:

                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                  • Start with a letter or number, and end with a letter or number

                  • Be between 3 and 128 characters

                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                  • Not be in IP address format (for example, 192.168.5.4)

                  • */", "getterDocumentation" : "/**

                    Specifies the name of the trail. The name must meet the following requirements:

                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                    • Start with a letter or number, and end with a letter or number

                    • Be between 3 and 128 characters

                    • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                    • Not be in IP address format (for example, 192.168.5.4)

                    \n@return Specifies the name of the trail. The name must meet the following requirements:

                    • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                    • Start with a letter or number, and end with a letter or number

                    • Be between 3 and 128 characters

                    • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                    • Not be in IP address format (for example, 192.168.5.4)

                    • */", "fluentSetterDocumentation" : "/**

                      Specifies the name of the trail. The name must meet the following requirements:

                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                      • Start with a letter or number, and end with a letter or number

                      • Be between 3 and 128 characters

                      • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                      • Not be in IP address format (for example, 192.168.5.4)

                      \n@param name Specifies the name of the trail. The name must meet the following requirements:

                      • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                      • Start with a letter or number, and end with a letter or number

                      • Be between 3 and 128 characters

                      • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                      • Not be in IP address format (for example, 192.168.5.4)

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

                        Specifies the name of the trail. The name must meet the following requirements:

                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                        • Start with a letter or number, and end with a letter or number

                        • Be between 3 and 128 characters

                        • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                        • Not be in IP address format (for example, 192.168.5.4)

                        \n@param name Specifies the name of the trail. The name must meet the following requirements:

                        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                        • Start with a letter or number, and end with a letter or number

                        • Be between 3 and 128 characters

                        • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                        • Not be in IP address format (for example, 192.168.5.4)

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

                          Specifies whether the trail is created in the current region or in all regions. The default is false.

                          ", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                          Specifies whether the trail is created in the current region or in all regions. The default is false.

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

                          Specifies whether the trail is created in the current region or in all regions. The default is false.

                          \n@param isMultiRegionTrail Specifies whether the trail is created in the current region or in all regions. The default is false.*/", "getterDocumentation" : "/**

                          Specifies whether the trail is created in the current region or in all regions. The default is false.

                          \n@return Specifies whether the trail is created in the current region or in all regions. The default is false.*/", "fluentSetterDocumentation" : "/**

                          Specifies whether the trail is created in the current region or in all regions. The default is false.

                          \n@param isMultiRegionTrail Specifies whether the trail is created in the current region or in all regions. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies whether the trail is created in the current region or in all regions. The default is false.

                          \n@param isMultiRegionTrail Specifies whether the trail is created in the current region or in all regions. The default is false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3KeyPrefix" : { "documentation" : "

                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

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

                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

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

                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                          \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.*/", "getterDocumentation" : "/**

                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                          \n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.*/", "fluentSetterDocumentation" : "/**

                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                          \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                          \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicName" : { "documentation" : "

                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

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

                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

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

                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                          \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.*/", "getterDocumentation" : "/**

                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                          \n@return Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.*/", "fluentSetterDocumentation" : "/**

                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                          \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                          \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsRoleArn" : { "documentation" : "

                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                          \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                          \n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                          \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                          \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

                          Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                          Examples:

                          • alias/MyAliasName

                          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                          • 12345678-1234-1234-1234-123456789012

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

                          Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                          Examples:

                          • alias/MyAliasName

                          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                          • 12345678-1234-1234-1234-123456789012

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

                          Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                          Examples:

                          • alias/MyAliasName

                          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                          • 12345678-1234-1234-1234-123456789012

                          \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                          Examples:

                          • alias/MyAliasName

                          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                          • 12345678-1234-1234-1234-123456789012

                          • */", "getterDocumentation" : "/**

                            Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                            Examples:

                            • alias/MyAliasName

                            • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                            • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                            • 12345678-1234-1234-1234-123456789012

                            \n@return Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                            Examples:

                            • alias/MyAliasName

                            • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                            • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                            • 12345678-1234-1234-1234-123456789012

                            • */", "fluentSetterDocumentation" : "/**

                              Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                              Examples:

                              • alias/MyAliasName

                              • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                              • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                              • 12345678-1234-1234-1234-123456789012

                              \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                              Examples:

                              • alias/MyAliasName

                              • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                              • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                              • 12345678-1234-1234-1234-123456789012

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

                                Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                Examples:

                                • alias/MyAliasName

                                • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                • 12345678-1234-1234-1234-123456789012

                                \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                Examples:

                                • alias/MyAliasName

                                • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                • 12345678-1234-1234-1234-123456789012

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

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  ", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

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

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "getterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@return Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3BucketName" : { "documentation" : "

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.*/", "getterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                  \n@return Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsLogGroupArn" : { "documentation" : "

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

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

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

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

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                  \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.*/", "getterDocumentation" : "/**

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                  \n@return Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.*/", "fluentSetterDocumentation" : "/**

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                  \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                  \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EnableLogFileValidation" : { "documentation" : "

                                  Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  ", "name" : "EnableLogFileValidation", "c2jName" : "EnableLogFileValidation", "c2jShape" : "Boolean", "variable" : { "variableName" : "enableLogFileValidation", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

                                  Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  \n@param enableLogFileValidation Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  */", "getterDocumentation" : "/**

                                  Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  \n@return Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  */", "fluentSetterDocumentation" : "/**

                                  Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  \n@param enableLogFileValidation Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

                                  Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  \n@param enableLogFileValidation Specifies whether log file integrity validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

                                  This exception is thrown when an operation is called on a trail from a region other than the region in which the trail was created.

                                  ", "shapeName" : "InvalidHomeRegionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidHomeRegionException", "variableType" : "InvalidHomeRegionException", "variableDeclarationType" : "InvalidHomeRegionException", "documentation" : null, "simpleType" : "InvalidHomeRegionException", "variableSetterType" : "InvalidHomeRegionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidHomeRegionException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "KmsException" : { "c2jName" : "KmsException", "documentation" : "

                                  This exception is thrown when there is an issue with the specified KMS key and the trail can’t be updated.

                                  ", "shapeName" : "KmsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "kmsException", "variableType" : "KmsException", "variableDeclarationType" : "KmsException", "documentation" : null, "simpleType" : "KmsException", "variableSetterType" : "KmsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "KmsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListTagsRequest" : { "c2jName" : "ListTagsRequest", "documentation" : "

                                  Specifies a list of trail tags to return.

                                  ", "shapeName" : "ListTagsRequest", "deprecated" : false, "required" : [ "ResourceIdList" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  ", "name" : "ResourceIdList", "c2jName" : "ResourceIdList", "c2jShape" : "ResourceIdList", "variable" : { "variableName" : "resourceIdList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param resourceIdList Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@return Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param resourceIdList Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n

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

                                  \n@param resourceIdList Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Reserved for future use.

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

                                  Reserved for future use.

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

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsRequest", "variableType" : "ListTagsRequest", "variableDeclarationType" : "ListTagsRequest", "documentation" : null, "simpleType" : "ListTagsRequest", "variableSetterType" : "ListTagsRequest" }, "marshaller" : { "action" : "ListTags", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.ListTags", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                  Reserved for future use.

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

                                  Reserved for future use.

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

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceIdList" : { "documentation" : "

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  ", "name" : "ResourceIdList", "c2jName" : "ResourceIdList", "c2jShape" : "ResourceIdList", "variable" : { "variableName" : "resourceIdList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param resourceIdList Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@return Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param resourceIdList Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n

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

                                  \n@param resourceIdList Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MaximumNumberOfTrailsExceededException" : { "c2jName" : "MaximumNumberOfTrailsExceededException", "documentation" : "

                                  This exception is thrown when the maximum number of trails is reached.

                                  ", "shapeName" : "MaximumNumberOfTrailsExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "maximumNumberOfTrailsExceededException", "variableType" : "MaximumNumberOfTrailsExceededException", "variableDeclarationType" : "MaximumNumberOfTrailsExceededException", "documentation" : null, "simpleType" : "MaximumNumberOfTrailsExceededException", "variableSetterType" : "MaximumNumberOfTrailsExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "MaximumNumberOfTrailsExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteTrailRequest" : { "c2jName" : "DeleteTrailRequest", "documentation" : "

                                  The request that specifies the name of a trail to delete.

                                  ", "shapeName" : "DeleteTrailRequest", "deprecated" : false, "required" : [ "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param name Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@return Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param name Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param name Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteTrailRequest", "variableType" : "DeleteTrailRequest", "variableDeclarationType" : "DeleteTrailRequest", "documentation" : null, "simpleType" : "DeleteTrailRequest", "variableSetterType" : "DeleteTrailRequest" }, "marshaller" : { "action" : "DeleteTrail", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.DeleteTrail", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param name Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@return Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param name Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param name Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTrailResult" : { "c2jName" : "CreateTrailResponse", "documentation" : "

                                  Returns the objects or data listed below if successful. Otherwise, returns an error.

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

                                  Specifies the name of the trail.

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

                                  Specifies the name of the trail.

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

                                  Specifies the name of the trail.

                                  \n@param name Specifies the name of the trail.*/", "getterDocumentation" : "/**

                                  Specifies the name of the trail.

                                  \n@return Specifies the name of the trail.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name of the trail.

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

                                  Specifies the name of the trail.

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

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

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

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

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

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.*/", "getterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

                                  \n@return Specifies the name of the Amazon S3 bucket designated for publishing log files.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

                                  \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.*/", "getterDocumentation" : "/**

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

                                  \n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

                                  \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

                                  \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  This field is deprecated. Use SnsTopicARN.

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

                                  This field is deprecated. Use SnsTopicARN.

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

                                  This field is deprecated. Use SnsTopicARN.

                                  \n@param snsTopicName This field is deprecated. Use SnsTopicARN.*/", "getterDocumentation" : "/**

                                  This field is deprecated. Use SnsTopicARN.

                                  \n@return This field is deprecated. Use SnsTopicARN.*/", "fluentSetterDocumentation" : "/**

                                  This field is deprecated. Use SnsTopicARN.

                                  \n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  This field is deprecated. Use SnsTopicARN.

                                  \n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

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

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

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

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

                                  \n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic*/", "getterDocumentation" : "/**

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

                                  \n@return Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic*/", "fluentSetterDocumentation" : "/**

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

                                  \n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

                                  \n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  ", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

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

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "getterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@return Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies whether the trail exists in one region or in all regions.

                                  ", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether the trail exists in one region or in all regions.

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

                                  Specifies whether the trail exists in one region or in all regions.

                                  \n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.*/", "getterDocumentation" : "/**

                                  Specifies whether the trail exists in one region or in all regions.

                                  \n@return Specifies whether the trail exists in one region or in all regions.*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether the trail exists in one region or in all regions.

                                  \n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies whether the trail exists in one region or in all regions.

                                  \n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param trailARN Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@return Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param trailARN Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param trailARN Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies whether log file integrity validation is enabled.

                                  ", "name" : "LogFileValidationEnabled", "c2jName" : "LogFileValidationEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "logFileValidationEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether log file integrity validation is enabled.

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

                                  Specifies whether log file integrity validation is enabled.

                                  \n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.*/", "getterDocumentation" : "/**

                                  Specifies whether log file integrity validation is enabled.

                                  \n@return Specifies whether log file integrity validation is enabled.*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether log file integrity validation is enabled.

                                  \n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies whether log file integrity validation is enabled.

                                  \n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

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

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

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

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

                                  \n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.*/", "getterDocumentation" : "/**

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

                                  \n@return Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

                                  \n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

                                  \n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  \n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "getterDocumentation" : "/**

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  \n@return Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "fluentSetterDocumentation" : "/**

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  \n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  \n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrailResult", "variableType" : "CreateTrailResult", "variableDeclarationType" : "CreateTrailResult", "documentation" : null, "simpleType" : "CreateTrailResult", "variableSetterType" : "CreateTrailResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                  Specifies the name of the trail.

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

                                  Specifies the name of the trail.

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

                                  Specifies the name of the trail.

                                  \n@param name Specifies the name of the trail.*/", "getterDocumentation" : "/**

                                  Specifies the name of the trail.

                                  \n@return Specifies the name of the trail.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name of the trail.

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

                                  Specifies the name of the trail.

                                  \n@param name Specifies the name of the trail.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsMultiRegionTrail" : { "documentation" : "

                                  Specifies whether the trail exists in one region or in all regions.

                                  ", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether the trail exists in one region or in all regions.

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

                                  Specifies whether the trail exists in one region or in all regions.

                                  \n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.*/", "getterDocumentation" : "/**

                                  Specifies whether the trail exists in one region or in all regions.

                                  \n@return Specifies whether the trail exists in one region or in all regions.*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether the trail exists in one region or in all regions.

                                  \n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies whether the trail exists in one region or in all regions.

                                  \n@param isMultiRegionTrail Specifies whether the trail exists in one region or in all regions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LogFileValidationEnabled" : { "documentation" : "

                                  Specifies whether log file integrity validation is enabled.

                                  ", "name" : "LogFileValidationEnabled", "c2jName" : "LogFileValidationEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "logFileValidationEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether log file integrity validation is enabled.

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

                                  Specifies whether log file integrity validation is enabled.

                                  \n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.*/", "getterDocumentation" : "/**

                                  Specifies whether log file integrity validation is enabled.

                                  \n@return Specifies whether log file integrity validation is enabled.*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether log file integrity validation is enabled.

                                  \n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies whether log file integrity validation is enabled.

                                  \n@param logFileValidationEnabled Specifies whether log file integrity validation is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3KeyPrefix" : { "documentation" : "

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

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

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

                                  \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.*/", "getterDocumentation" : "/**

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

                                  \n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

                                  \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.

                                  \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicName" : { "documentation" : "

                                  This field is deprecated. Use SnsTopicARN.

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

                                  This field is deprecated. Use SnsTopicARN.

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

                                  This field is deprecated. Use SnsTopicARN.

                                  \n@param snsTopicName This field is deprecated. Use SnsTopicARN.*/", "getterDocumentation" : "/**

                                  This field is deprecated. Use SnsTopicARN.

                                  \n@return This field is deprecated. Use SnsTopicARN.*/", "fluentSetterDocumentation" : "/**

                                  This field is deprecated. Use SnsTopicARN.

                                  \n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  This field is deprecated. Use SnsTopicARN.

                                  \n@param snsTopicName This field is deprecated. Use SnsTopicARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsRoleArn" : { "documentation" : "

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

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

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  \n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "getterDocumentation" : "/**

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  \n@return Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012*/", "fluentSetterDocumentation" : "/**

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  \n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  \n@param kmsKeyId Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:

                                  arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IncludeGlobalServiceEvents" : { "documentation" : "

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  ", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

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

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "getterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@return Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3BucketName" : { "documentation" : "

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

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

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

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

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.*/", "getterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

                                  \n@return Specifies the name of the Amazon S3 bucket designated for publishing log files.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrailARN" : { "documentation" : "

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param trailARN Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@return Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param trailARN Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param trailARN Specifies the ARN of the trail that was created. The format of a trail ARN is:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsLogGroupArn" : { "documentation" : "

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

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

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

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

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

                                  \n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.*/", "getterDocumentation" : "/**

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

                                  \n@return Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

                                  \n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.

                                  \n@param cloudWatchLogsLogGroupArn Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicARN" : { "documentation" : "

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

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

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

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

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

                                  \n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic*/", "getterDocumentation" : "/**

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

                                  \n@return Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic*/", "fluentSetterDocumentation" : "/**

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

                                  \n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic

                                  \n@param snsTopicARN Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:

                                  arn:aws:sns:us-east-1:123456789012:MyTopic\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidMaxResultsException" : { "c2jName" : "InvalidMaxResultsException", "documentation" : "

                                  This exception is thrown if the limit specified is invalid.

                                  ", "shapeName" : "InvalidMaxResultsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidMaxResultsException", "variableType" : "InvalidMaxResultsException", "variableDeclarationType" : "InvalidMaxResultsException", "documentation" : null, "simpleType" : "InvalidMaxResultsException", "variableSetterType" : "InvalidMaxResultsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidMaxResultsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AddTagsResult" : { "c2jName" : "AddTagsResponse", "documentation" : "

                                  Returns the objects or data listed below if successful. Otherwise, returns an error.

                                  ", "shapeName" : "AddTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "addTagsResult", "variableType" : "AddTagsResult", "variableDeclarationType" : "AddTagsResult", "documentation" : null, "simpleType" : "AddTagsResult", "variableSetterType" : "AddTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidCloudWatchLogsRoleArnException" : { "c2jName" : "InvalidCloudWatchLogsRoleArnException", "documentation" : "

                                  This exception is thrown when the provided role is not valid.

                                  ", "shapeName" : "InvalidCloudWatchLogsRoleArnException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidCloudWatchLogsRoleArnException", "variableType" : "InvalidCloudWatchLogsRoleArnException", "variableDeclarationType" : "InvalidCloudWatchLogsRoleArnException", "documentation" : null, "simpleType" : "InvalidCloudWatchLogsRoleArnException", "variableSetterType" : "InvalidCloudWatchLogsRoleArnException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidCloudWatchLogsRoleArnException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InsufficientSnsTopicPolicyException" : { "c2jName" : "InsufficientSnsTopicPolicyException", "documentation" : "

                                  This exception is thrown when the policy on the SNS topic is not sufficient.

                                  ", "shapeName" : "InsufficientSnsTopicPolicyException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientSnsTopicPolicyException", "variableType" : "InsufficientSnsTopicPolicyException", "variableDeclarationType" : "InsufficientSnsTopicPolicyException", "documentation" : null, "simpleType" : "InsufficientSnsTopicPolicyException", "variableSetterType" : "InsufficientSnsTopicPolicyException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientSnsTopicPolicyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidSnsTopicNameException" : { "c2jName" : "InvalidSnsTopicNameException", "documentation" : "

                                  This exception is thrown when the provided SNS topic name is not valid.

                                  ", "shapeName" : "InvalidSnsTopicNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidSnsTopicNameException", "variableType" : "InvalidSnsTopicNameException", "variableDeclarationType" : "InvalidSnsTopicNameException", "documentation" : null, "simpleType" : "InvalidSnsTopicNameException", "variableSetterType" : "InvalidSnsTopicNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidSnsTopicNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidCloudWatchLogsLogGroupArnException" : { "c2jName" : "InvalidCloudWatchLogsLogGroupArnException", "documentation" : "

                                  This exception is thrown when the provided CloudWatch log group is not valid.

                                  ", "shapeName" : "InvalidCloudWatchLogsLogGroupArnException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidCloudWatchLogsLogGroupArnException", "variableType" : "InvalidCloudWatchLogsLogGroupArnException", "variableDeclarationType" : "InvalidCloudWatchLogsLogGroupArnException", "documentation" : null, "simpleType" : "InvalidCloudWatchLogsLogGroupArnException", "variableSetterType" : "InvalidCloudWatchLogsLogGroupArnException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidCloudWatchLogsLogGroupArnException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListPublicKeysResult" : { "c2jName" : "ListPublicKeysResponse", "documentation" : "

                                  Returns the objects or data listed below if successful. Otherwise, returns an error.

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

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  ", "name" : "PublicKeyList", "c2jName" : "PublicKeyList", "c2jShape" : "PublicKeyList", "variable" : { "variableName" : "publicKeyList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

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

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  \n@param publicKeyList Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  */", "getterDocumentation" : "/**

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  \n@return Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  */", "fluentSetterDocumentation" : "/**

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  \n@param publicKeyList Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

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

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  \n

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

                                  \n@param publicKeyList Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

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

                                  Reserved for future use.

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

                                  Reserved for future use.

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

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPublicKeysResult", "variableType" : "ListPublicKeysResult", "variableDeclarationType" : "ListPublicKeysResult", "documentation" : null, "simpleType" : "ListPublicKeysResult", "variableSetterType" : "ListPublicKeysResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PublicKeyList" : { "documentation" : "

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  ", "name" : "PublicKeyList", "c2jName" : "PublicKeyList", "c2jShape" : "PublicKeyList", "variable" : { "variableName" : "publicKeyList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

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

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  \n@param publicKeyList Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  */", "getterDocumentation" : "/**

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  \n@return Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  */", "fluentSetterDocumentation" : "/**

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  \n@param publicKeyList Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

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

                                  Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

                                  \n

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

                                  \n@param publicKeyList Contains an array of PublicKey objects.

                                  The returned public keys may have validity time ranges that overlap.

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

                                  Reserved for future use.

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

                                  Reserved for future use.

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

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Reserved for future use.

                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CloudWatchLogsDeliveryUnavailableException" : { "c2jName" : "CloudWatchLogsDeliveryUnavailableException", "documentation" : "

                                  Cannot set a CloudWatch Logs delivery for this region.

                                  ", "shapeName" : "CloudWatchLogsDeliveryUnavailableException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cloudWatchLogsDeliveryUnavailableException", "variableType" : "CloudWatchLogsDeliveryUnavailableException", "variableDeclarationType" : "CloudWatchLogsDeliveryUnavailableException", "documentation" : null, "simpleType" : "CloudWatchLogsDeliveryUnavailableException", "variableSetterType" : "CloudWatchLogsDeliveryUnavailableException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CloudWatchLogsDeliveryUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidTokenException" : { "c2jName" : "InvalidTokenException", "documentation" : "

                                  Reserved for future use.

                                  ", "shapeName" : "InvalidTokenException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTokenException", "variableType" : "InvalidTokenException", "variableDeclarationType" : "InvalidTokenException", "documentation" : null, "simpleType" : "InvalidTokenException", "variableSetterType" : "InvalidTokenException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InsufficientS3BucketPolicyException" : { "c2jName" : "InsufficientS3BucketPolicyException", "documentation" : "

                                  This exception is thrown when the policy on the S3 bucket is not sufficient.

                                  ", "shapeName" : "InsufficientS3BucketPolicyException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "insufficientS3BucketPolicyException", "variableType" : "InsufficientS3BucketPolicyException", "variableDeclarationType" : "InsufficientS3BucketPolicyException", "documentation" : null, "simpleType" : "InsufficientS3BucketPolicyException", "variableSetterType" : "InsufficientS3BucketPolicyException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientS3BucketPolicyException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LookupEventsResult" : { "c2jName" : "LookupEventsResponse", "documentation" : "

                                  Contains a response to a LookupEvents action.

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

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventsList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

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

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  \n@param events A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.*/", "getterDocumentation" : "/**

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  \n@return A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.*/", "fluentSetterDocumentation" : "/**

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  \n@param events A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  \n

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

                                  \n@param events A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

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

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

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

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

                                  \n@param nextToken The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.*/", "getterDocumentation" : "/**

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

                                  \n@return The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.*/", "fluentSetterDocumentation" : "/**

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

                                  \n@param nextToken The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

                                  \n@param nextToken The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lookupEventsResult", "variableType" : "LookupEventsResult", "variableDeclarationType" : "LookupEventsResult", "documentation" : null, "simpleType" : "LookupEventsResult", "variableSetterType" : "LookupEventsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

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

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

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

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

                                  \n@param nextToken The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.*/", "getterDocumentation" : "/**

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

                                  \n@return The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.*/", "fluentSetterDocumentation" : "/**

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

                                  \n@param nextToken The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

                                  \n@param nextToken The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Events" : { "documentation" : "

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  ", "name" : "Events", "c2jName" : "Events", "c2jShape" : "EventsList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

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

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  \n@param events A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.*/", "getterDocumentation" : "/**

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  \n@return A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.*/", "fluentSetterDocumentation" : "/**

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  \n@param events A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.

                                  \n

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

                                  \n@param events A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StopLoggingResult" : { "c2jName" : "StopLoggingResponse", "documentation" : "

                                  Returns the objects or data listed below if successful. Otherwise, returns an error.

                                  ", "shapeName" : "StopLoggingResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "stopLoggingResult", "variableType" : "StopLoggingResult", "variableDeclarationType" : "StopLoggingResult", "documentation" : null, "simpleType" : "StopLoggingResult", "variableSetterType" : "StopLoggingResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateTrailRequest" : { "c2jName" : "UpdateTrailRequest", "documentation" : "

                                  Specifies settings to update for the trail.

                                  ", "shapeName" : "UpdateTrailRequest", "deprecated" : false, "required" : [ "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                  Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param name Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                  Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@return Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param name Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                  \n@param name Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                  • Start with a letter or number, and end with a letter or number

                                  • Be between 3 and 128 characters

                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                  • Not be in IP address format (for example, 192.168.5.4)

                                  If Name is a trail ARN, it must be in the format:

                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.*/", "getterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                  \n@return Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

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

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

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

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                                  \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.*/", "getterDocumentation" : "/**

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                                  \n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                                  \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                                  \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

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

                                  Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

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

                                  Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                                  \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.*/", "getterDocumentation" : "/**

                                  Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                                  \n@return Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                                  \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                                  \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  ", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

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

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "getterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@return Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                  ", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

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

                                  Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                  \n@param isMultiRegionTrail Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.*/", "getterDocumentation" : "/**

                                  Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                  \n@return Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.*/", "fluentSetterDocumentation" : "/**

                                  Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                  \n@param isMultiRegionTrail Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                  \n@param isMultiRegionTrail Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  ", "name" : "EnableLogFileValidation", "c2jName" : "EnableLogFileValidation", "c2jShape" : "Boolean", "variable" : { "variableName" : "enableLogFileValidation", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

                                  Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  \n@param enableLogFileValidation Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  */", "getterDocumentation" : "/**

                                  Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  \n@return Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  */", "fluentSetterDocumentation" : "/**

                                  Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  \n@param enableLogFileValidation Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

                                  Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                  \n@param enableLogFileValidation Specifies whether log file validation is enabled. The default is false.

                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

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

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

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

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                  \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.*/", "getterDocumentation" : "/**

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                  \n@return Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.*/", "fluentSetterDocumentation" : "/**

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                  \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                  \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                  \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                  Examples:

                                  • alias/MyAliasName

                                  • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                  • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  • 12345678-1234-1234-1234-123456789012

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

                                  Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                  Examples:

                                  • alias/MyAliasName

                                  • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                  • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  • 12345678-1234-1234-1234-123456789012

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

                                  Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                  Examples:

                                  • alias/MyAliasName

                                  • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                  • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  • 12345678-1234-1234-1234-123456789012

                                  \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                  Examples:

                                  • alias/MyAliasName

                                  • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                  • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                  • 12345678-1234-1234-1234-123456789012

                                  • */", "getterDocumentation" : "/**

                                    Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                    Examples:

                                    • alias/MyAliasName

                                    • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                    • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                    • 12345678-1234-1234-1234-123456789012

                                    \n@return Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                    Examples:

                                    • alias/MyAliasName

                                    • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                    • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                    • 12345678-1234-1234-1234-123456789012

                                    • */", "fluentSetterDocumentation" : "/**

                                      Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                      Examples:

                                      • alias/MyAliasName

                                      • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                      • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                      • 12345678-1234-1234-1234-123456789012

                                      \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                      Examples:

                                      • alias/MyAliasName

                                      • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                      • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                      • 12345678-1234-1234-1234-123456789012

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

                                        Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                        Examples:

                                        • alias/MyAliasName

                                        • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                        • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                        • 12345678-1234-1234-1234-123456789012

                                        \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                        Examples:

                                        • alias/MyAliasName

                                        • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                        • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                        • 12345678-1234-1234-1234-123456789012

                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateTrailRequest", "variableType" : "UpdateTrailRequest", "variableDeclarationType" : "UpdateTrailRequest", "documentation" : null, "simpleType" : "UpdateTrailRequest", "variableSetterType" : "UpdateTrailRequest" }, "marshaller" : { "action" : "UpdateTrail", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.UpdateTrail", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                          Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                          Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                          Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                          \n@param name Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                          Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                          \n@return Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                          Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                          \n@param name Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                          \n@param name Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements:

                                          • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                          • Start with a letter or number, and end with a letter or number

                                          • Be between 3 and 128 characters

                                          • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                          • Not be in IP address format (for example, 192.168.5.4)

                                          If Name is a trail ARN, it must be in the format:

                                          arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsMultiRegionTrail" : { "documentation" : "

                                          Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                          ", "name" : "IsMultiRegionTrail", "c2jName" : "IsMultiRegionTrail", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMultiRegionTrail", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                          Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

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

                                          Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                          \n@param isMultiRegionTrail Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.*/", "getterDocumentation" : "/**

                                          Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                          \n@return Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.*/", "fluentSetterDocumentation" : "/**

                                          Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                          \n@param isMultiRegionTrail Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.

                                          \n@param isMultiRegionTrail Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3KeyPrefix" : { "documentation" : "

                                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

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

                                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

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

                                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                                          \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.*/", "getterDocumentation" : "/**

                                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                                          \n@return Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.*/", "fluentSetterDocumentation" : "/**

                                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                                          \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.

                                          \n@param s3KeyPrefix Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicName" : { "documentation" : "

                                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

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

                                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

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

                                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                                          \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.*/", "getterDocumentation" : "/**

                                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                                          \n@return Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.*/", "fluentSetterDocumentation" : "/**

                                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                                          \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.

                                          \n@param snsTopicName Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsRoleArn" : { "documentation" : "

                                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

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

                                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                          \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "getterDocumentation" : "/**

                                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                          \n@return Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.*/", "fluentSetterDocumentation" : "/**

                                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                          \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

                                          \n@param cloudWatchLogsRoleArn Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyId" : { "documentation" : "

                                          Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                          Examples:

                                          • alias/MyAliasName

                                          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                          • 12345678-1234-1234-1234-123456789012

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

                                          Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                          Examples:

                                          • alias/MyAliasName

                                          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                          • 12345678-1234-1234-1234-123456789012

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

                                          Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                          Examples:

                                          • alias/MyAliasName

                                          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                          • 12345678-1234-1234-1234-123456789012

                                          \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                          Examples:

                                          • alias/MyAliasName

                                          • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                          • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                          • 12345678-1234-1234-1234-123456789012

                                          • */", "getterDocumentation" : "/**

                                            Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                            Examples:

                                            • alias/MyAliasName

                                            • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                            • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                            • 12345678-1234-1234-1234-123456789012

                                            \n@return Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                            Examples:

                                            • alias/MyAliasName

                                            • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                            • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                            • 12345678-1234-1234-1234-123456789012

                                            • */", "fluentSetterDocumentation" : "/**

                                              Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                              Examples:

                                              • alias/MyAliasName

                                              • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                              • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                              • 12345678-1234-1234-1234-123456789012

                                              \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                              Examples:

                                              • alias/MyAliasName

                                              • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                              • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                              • 12345678-1234-1234-1234-123456789012

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

                                                Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                                Examples:

                                                • alias/MyAliasName

                                                • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                • 12345678-1234-1234-1234-123456789012

                                                \n@param kmsKeyId Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be a an alias name prefixed by \"alias/\", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

                                                Examples:

                                                • alias/MyAliasName

                                                • arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

                                                • arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

                                                • 12345678-1234-1234-1234-123456789012

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

                                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                                  ", "name" : "IncludeGlobalServiceEvents", "c2jName" : "IncludeGlobalServiceEvents", "c2jShape" : "Boolean", "variable" : { "variableName" : "includeGlobalServiceEvents", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

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

                                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "getterDocumentation" : "/**

                                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                                  \n@return Specifies whether the trail is publishing events from global services such as IAM to the log files.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies whether the trail is publishing events from global services such as IAM to the log files.

                                                  \n@param includeGlobalServiceEvents Specifies whether the trail is publishing events from global services such as IAM to the log files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3BucketName" : { "documentation" : "

                                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

                                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

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

                                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.*/", "getterDocumentation" : "/**

                                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                                  \n@return Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.

                                                  \n@param s3BucketName Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudWatchLogsLogGroupArn" : { "documentation" : "

                                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

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

                                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

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

                                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                                  \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.*/", "getterDocumentation" : "/**

                                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                                  \n@return Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                                  \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.

                                                  \n@param cloudWatchLogsLogGroupArn Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EnableLogFileValidation" : { "documentation" : "

                                                  Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                                  ", "name" : "EnableLogFileValidation", "c2jName" : "EnableLogFileValidation", "c2jShape" : "Boolean", "variable" : { "variableName" : "enableLogFileValidation", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                  Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

                                                  Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                                  \n@param enableLogFileValidation Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                                  */", "getterDocumentation" : "/**

                                                  Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                                  \n@return Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                                  */", "fluentSetterDocumentation" : "/**

                                                  Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                                  \n@param enableLogFileValidation Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

                                                  Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

                                                  \n@param enableLogFileValidation Specifies whether log file validation is enabled. The default is false.

                                                  When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.

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

                                                  This exception is thrown when the provided S3 bucket name is not valid.

                                                  ", "shapeName" : "InvalidS3BucketNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidS3BucketNameException", "variableType" : "InvalidS3BucketNameException", "variableDeclarationType" : "InvalidS3BucketNameException", "documentation" : null, "simpleType" : "InvalidS3BucketNameException", "variableSetterType" : "InvalidS3BucketNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidS3BucketNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Resource" : { "c2jName" : "Resource", "documentation" : "

                                                  Specifies the type and name of a resource referenced by an event.

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

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

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

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

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

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

                                                  \n@param resourceType The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.*/", "getterDocumentation" : "/**

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

                                                  \n@return The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.*/", "fluentSetterDocumentation" : "/**

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

                                                  \n@param resourceType The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

                                                  \n@param resourceType The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

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

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

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

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

                                                  \n@param resourceName The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.*/", "getterDocumentation" : "/**

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

                                                  \n@return The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

                                                  \n@param resourceName The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

                                                  \n@param resourceName The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resource", "variableType" : "Resource", "variableDeclarationType" : "Resource", "documentation" : null, "simpleType" : "Resource", "variableSetterType" : "Resource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceType" : { "documentation" : "

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

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

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

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

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

                                                  \n@param resourceType The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.*/", "getterDocumentation" : "/**

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

                                                  \n@return The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.*/", "fluentSetterDocumentation" : "/**

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

                                                  \n@param resourceType The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

                                                  \n@param resourceType The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceName" : { "documentation" : "

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

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

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

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

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

                                                  \n@param resourceName The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.*/", "getterDocumentation" : "/**

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

                                                  \n@return The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

                                                  \n@param resourceName The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.

                                                  \n@param resourceName The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be \"auto-scaling-test-group\" for an Auto Scaling Group or \"i-1234567\" for an EC2 Instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrailNotProvidedException" : { "c2jName" : "TrailNotProvidedException", "documentation" : "

                                                  This exception is deprecated.

                                                  ", "shapeName" : "TrailNotProvidedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "trailNotProvidedException", "variableType" : "TrailNotProvidedException", "variableDeclarationType" : "TrailNotProvidedException", "documentation" : null, "simpleType" : "TrailNotProvidedException", "variableSetterType" : "TrailNotProvidedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TrailNotProvidedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StartLoggingRequest" : { "c2jName" : "StartLoggingRequest", "documentation" : "

                                                  The request to CloudTrail to start logging AWS API calls for an account.

                                                  ", "shapeName" : "StartLoggingRequest", "deprecated" : false, "required" : [ "Name" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@return Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "startLoggingRequest", "variableType" : "StartLoggingRequest", "variableDeclarationType" : "StartLoggingRequest", "documentation" : null, "simpleType" : "StartLoggingRequest", "variableSetterType" : "StartLoggingRequest" }, "marshaller" : { "action" : "StartLogging", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.StartLogging", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@return Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param name Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeTrailsResult" : { "c2jName" : "DescribeTrailsResponse", "documentation" : "

                                                  Returns the objects or data listed below if successful. Otherwise, returns an error.

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

                                                  The list of trail objects.

                                                  ", "name" : "TrailList", "c2jName" : "trailList", "c2jShape" : "TrailList", "variable" : { "variableName" : "trailList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  The list of trail objects.

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

                                                  The list of trail objects.

                                                  \n@param trailList The list of trail objects.*/", "getterDocumentation" : "/**

                                                  The list of trail objects.

                                                  \n@return The list of trail objects.*/", "fluentSetterDocumentation" : "/**

                                                  The list of trail objects.

                                                  \n@param trailList The list of trail objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The list of trail objects.

                                                  \n

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

                                                  \n@param trailList The list of trail objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrailsResult", "variableType" : "DescribeTrailsResult", "variableDeclarationType" : "DescribeTrailsResult", "documentation" : null, "simpleType" : "DescribeTrailsResult", "variableSetterType" : "DescribeTrailsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrailList" : { "documentation" : "

                                                  The list of trail objects.

                                                  ", "name" : "TrailList", "c2jName" : "trailList", "c2jShape" : "TrailList", "variable" : { "variableName" : "trailList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  The list of trail objects.

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

                                                  The list of trail objects.

                                                  \n@param trailList The list of trail objects.*/", "getterDocumentation" : "/**

                                                  The list of trail objects.

                                                  \n@return The list of trail objects.*/", "fluentSetterDocumentation" : "/**

                                                  The list of trail objects.

                                                  \n@param trailList The list of trail objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The list of trail objects.

                                                  \n

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

                                                  \n@param trailList The list of trail objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPublicKeysRequest" : { "c2jName" : "ListPublicKeysRequest", "documentation" : "

                                                  Requests the public keys for a specified time range.

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

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "Date", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

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

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  \n@param startTime Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.*/", "getterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  \n@return Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.*/", "fluentSetterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  \n@param startTime Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  \n@param startTime Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "Date", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

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

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  \n@param endTime Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.*/", "getterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  \n@return Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.*/", "fluentSetterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  \n@param endTime Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  \n@param endTime Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Reserved for future use.

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

                                                  Reserved for future use.

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

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPublicKeysRequest", "variableType" : "ListPublicKeysRequest", "variableDeclarationType" : "ListPublicKeysRequest", "documentation" : null, "simpleType" : "ListPublicKeysRequest", "variableSetterType" : "ListPublicKeysRequest" }, "marshaller" : { "action" : "ListPublicKeys", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.ListPublicKeys", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                  Reserved for future use.

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

                                                  Reserved for future use.

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

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndTime" : { "documentation" : "

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  ", "name" : "EndTime", "c2jName" : "EndTime", "c2jShape" : "Date", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

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

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  \n@param endTime Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.*/", "getterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  \n@return Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.*/", "fluentSetterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  \n@param endTime Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

                                                  \n@param endTime Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  ", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "Date", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

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

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  \n@param startTime Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.*/", "getterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  \n@return Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.*/", "fluentSetterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  \n@param startTime Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.

                                                  \n@param startTime Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidKmsKeyIdException" : { "c2jName" : "InvalidKmsKeyIdException", "documentation" : "

                                                  This exception is thrown when the KMS key ARN is invalid.

                                                  ", "shapeName" : "InvalidKmsKeyIdException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidKmsKeyIdException", "variableType" : "InvalidKmsKeyIdException", "variableDeclarationType" : "InvalidKmsKeyIdException", "documentation" : null, "simpleType" : "InvalidKmsKeyIdException", "variableSetterType" : "InvalidKmsKeyIdException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidKmsKeyIdException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidTagParameterException" : { "c2jName" : "InvalidTagParameterException", "documentation" : "

                                                  This exception is thrown when the key or value specified for the tag does not match the regular expression ^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$.

                                                  ", "shapeName" : "InvalidTagParameterException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTagParameterException", "variableType" : "InvalidTagParameterException", "variableDeclarationType" : "InvalidTagParameterException", "documentation" : null, "simpleType" : "InvalidTagParameterException", "variableSetterType" : "InvalidTagParameterException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTagParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListTagsResult" : { "c2jName" : "ListTagsResponse", "documentation" : "

                                                  Returns the objects or data listed below if successful. Otherwise, returns an error.

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

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

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

                                                  Reserved for future use.

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

                                                  Reserved for future use.

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

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsResult", "variableType" : "ListTagsResult", "variableDeclarationType" : "ListTagsResult", "documentation" : null, "simpleType" : "ListTagsResult", "variableSetterType" : "ListTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                  Reserved for future use.

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

                                                  Reserved for future use.

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

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

                                                  Reserved for future use.

                                                  \n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Reserved for future use.

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

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

                                                  \n@param resourceTagList \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LookupAttributeKey" : { "c2jName" : "LookupAttributeKey", "documentation" : "", "shapeName" : "LookupAttributeKey", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "EventId", "value" : "EventId" }, { "name" : "EventName", "value" : "EventName" }, { "name" : "Username", "value" : "Username" }, { "name" : "ResourceType", "value" : "ResourceType" }, { "name" : "ResourceName", "value" : "ResourceName" } ], "variable" : { "variableName" : "lookupAttributeKey", "variableType" : "LookupAttributeKey", "variableDeclarationType" : "LookupAttributeKey", "documentation" : null, "simpleType" : "LookupAttributeKey", "variableSetterType" : "LookupAttributeKey" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemoveTagsRequest" : { "c2jName" : "RemoveTagsRequest", "documentation" : "

                                                  Specifies the tags to remove from a trail.

                                                  ", "shapeName" : "RemoveTagsRequest", "deprecated" : false, "required" : [ "ResourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@return Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Specifies a list of tags to be removed.

                                                  ", "name" : "TagsList", "c2jName" : "TagsList", "c2jShape" : "TagsList", "variable" : { "variableName" : "tagsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  Specifies a list of tags to be removed.

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

                                                  Specifies a list of tags to be removed.

                                                  \n@param tagsList Specifies a list of tags to be removed.*/", "getterDocumentation" : "/**

                                                  Specifies a list of tags to be removed.

                                                  \n@return Specifies a list of tags to be removed.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies a list of tags to be removed.

                                                  \n@param tagsList Specifies a list of tags to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies a list of tags to be removed.

                                                  \n

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

                                                  \n@param tagsList Specifies a list of tags to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "variableDeclarationType" : "RemoveTagsRequest", "documentation" : null, "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "marshaller" : { "action" : "RemoveTags", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.RemoveTags", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@return Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TagsList" : { "documentation" : "

                                                  Specifies a list of tags to be removed.

                                                  ", "name" : "TagsList", "c2jName" : "TagsList", "c2jShape" : "TagsList", "variable" : { "variableName" : "tagsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  Specifies a list of tags to be removed.

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

                                                  Specifies a list of tags to be removed.

                                                  \n@param tagsList Specifies a list of tags to be removed.*/", "getterDocumentation" : "/**

                                                  Specifies a list of tags to be removed.

                                                  \n@return Specifies a list of tags to be removed.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies a list of tags to be removed.

                                                  \n@param tagsList Specifies a list of tags to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies a list of tags to be removed.

                                                  \n

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

                                                  \n@param tagsList Specifies a list of tags to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PublicKey" : { "c2jName" : "PublicKey", "documentation" : "

                                                  Contains information about a returned public key.

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

                                                  The DER encoded public key value in PKCS#1 format.

                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "ByteBuffer", "variable" : { "variableName" : "value", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

                                                  The DER encoded public key value in PKCS#1 format.

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

                                                  The DER encoded public key value in PKCS#1 format.

                                                  \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 value The DER encoded public key value in PKCS#1 format.*/", "getterDocumentation" : "/**

                                                  The DER encoded public key value in PKCS#1 format.

                                                  \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 DER encoded public key value in PKCS#1 format.*/", "fluentSetterDocumentation" : "/**

                                                  The DER encoded public key value in PKCS#1 format.

                                                  \n@param value The DER encoded public key value in PKCS#1 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The DER encoded public key value in PKCS#1 format.

                                                  \n@param value The DER encoded public key value in PKCS#1 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The starting time of validity of the public key.

                                                  ", "name" : "ValidityStartTime", "c2jName" : "ValidityStartTime", "c2jShape" : "Date", "variable" : { "variableName" : "validityStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  The starting time of validity of the public key.

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

                                                  The starting time of validity of the public key.

                                                  \n@param validityStartTime The starting time of validity of the public key.*/", "getterDocumentation" : "/**

                                                  The starting time of validity of the public key.

                                                  \n@return The starting time of validity of the public key.*/", "fluentSetterDocumentation" : "/**

                                                  The starting time of validity of the public key.

                                                  \n@param validityStartTime The starting time of validity of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The starting time of validity of the public key.

                                                  \n@param validityStartTime The starting time of validity of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The ending time of validity of the public key.

                                                  ", "name" : "ValidityEndTime", "c2jName" : "ValidityEndTime", "c2jShape" : "Date", "variable" : { "variableName" : "validityEndTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  The ending time of validity of the public key.

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

                                                  The ending time of validity of the public key.

                                                  \n@param validityEndTime The ending time of validity of the public key.*/", "getterDocumentation" : "/**

                                                  The ending time of validity of the public key.

                                                  \n@return The ending time of validity of the public key.*/", "fluentSetterDocumentation" : "/**

                                                  The ending time of validity of the public key.

                                                  \n@param validityEndTime The ending time of validity of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ending time of validity of the public key.

                                                  \n@param validityEndTime The ending time of validity of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  The fingerprint of the public key.

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

                                                  The fingerprint of the public key.

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

                                                  The fingerprint of the public key.

                                                  \n@param fingerprint The fingerprint of the public key.*/", "getterDocumentation" : "/**

                                                  The fingerprint of the public key.

                                                  \n@return The fingerprint of the public key.*/", "fluentSetterDocumentation" : "/**

                                                  The fingerprint of the public key.

                                                  \n@param fingerprint The fingerprint of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The fingerprint of the public key.

                                                  \n@param fingerprint The fingerprint of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "publicKey", "variableType" : "PublicKey", "variableDeclarationType" : "PublicKey", "documentation" : null, "simpleType" : "PublicKey", "variableSetterType" : "PublicKey" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ValidityEndTime" : { "documentation" : "

                                                  The ending time of validity of the public key.

                                                  ", "name" : "ValidityEndTime", "c2jName" : "ValidityEndTime", "c2jShape" : "Date", "variable" : { "variableName" : "validityEndTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  The ending time of validity of the public key.

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

                                                  The ending time of validity of the public key.

                                                  \n@param validityEndTime The ending time of validity of the public key.*/", "getterDocumentation" : "/**

                                                  The ending time of validity of the public key.

                                                  \n@return The ending time of validity of the public key.*/", "fluentSetterDocumentation" : "/**

                                                  The ending time of validity of the public key.

                                                  \n@param validityEndTime The ending time of validity of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The ending time of validity of the public key.

                                                  \n@param validityEndTime The ending time of validity of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ValidityStartTime" : { "documentation" : "

                                                  The starting time of validity of the public key.

                                                  ", "name" : "ValidityStartTime", "c2jName" : "ValidityStartTime", "c2jShape" : "Date", "variable" : { "variableName" : "validityStartTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                  The starting time of validity of the public key.

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

                                                  The starting time of validity of the public key.

                                                  \n@param validityStartTime The starting time of validity of the public key.*/", "getterDocumentation" : "/**

                                                  The starting time of validity of the public key.

                                                  \n@return The starting time of validity of the public key.*/", "fluentSetterDocumentation" : "/**

                                                  The starting time of validity of the public key.

                                                  \n@param validityStartTime The starting time of validity of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The starting time of validity of the public key.

                                                  \n@param validityStartTime The starting time of validity of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

                                                  The DER encoded public key value in PKCS#1 format.

                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "ByteBuffer", "variable" : { "variableName" : "value", "variableType" : "java.nio.ByteBuffer", "variableDeclarationType" : "java.nio.ByteBuffer", "documentation" : "

                                                  The DER encoded public key value in PKCS#1 format.

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

                                                  The DER encoded public key value in PKCS#1 format.

                                                  \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 value The DER encoded public key value in PKCS#1 format.*/", "getterDocumentation" : "/**

                                                  The DER encoded public key value in PKCS#1 format.

                                                  \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 DER encoded public key value in PKCS#1 format.*/", "fluentSetterDocumentation" : "/**

                                                  The DER encoded public key value in PKCS#1 format.

                                                  \n@param value The DER encoded public key value in PKCS#1 format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The DER encoded public key value in PKCS#1 format.

                                                  \n@param value The DER encoded public key value in PKCS#1 format.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Fingerprint" : { "documentation" : "

                                                  The fingerprint of the public key.

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

                                                  The fingerprint of the public key.

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

                                                  The fingerprint of the public key.

                                                  \n@param fingerprint The fingerprint of the public key.*/", "getterDocumentation" : "/**

                                                  The fingerprint of the public key.

                                                  \n@return The fingerprint of the public key.*/", "fluentSetterDocumentation" : "/**

                                                  The fingerprint of the public key.

                                                  \n@param fingerprint The fingerprint of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The fingerprint of the public key.

                                                  \n@param fingerprint The fingerprint of the public key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TagsLimitExceededException" : { "c2jName" : "TagsLimitExceededException", "documentation" : "

                                                  The number of tags per trail has exceeded the permitted amount. Currently, the limit is 10.

                                                  ", "shapeName" : "TagsLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tagsLimitExceededException", "variableType" : "TagsLimitExceededException", "variableDeclarationType" : "TagsLimitExceededException", "documentation" : null, "simpleType" : "TagsLimitExceededException", "variableSetterType" : "TagsLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TagsLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AddTagsRequest" : { "c2jName" : "AddTagsRequest", "documentation" : "

                                                  Specifies the tags to add to a trail.

                                                  ", "shapeName" : "AddTagsRequest", "deprecated" : false, "required" : [ "ResourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@return Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  ", "name" : "TagsList", "c2jName" : "TagsList", "c2jShape" : "TagsList", "variable" : { "variableName" : "tagsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

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

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  \n@param tagsList Contains a list of CloudTrail tags, up to a limit of 10.*/", "getterDocumentation" : "/**

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  \n@return Contains a list of CloudTrail tags, up to a limit of 10.*/", "fluentSetterDocumentation" : "/**

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  \n@param tagsList Contains a list of CloudTrail tags, up to a limit of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  \n

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

                                                  \n@param tagsList Contains a list of CloudTrail tags, up to a limit of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "variableDeclarationType" : "AddTagsRequest", "documentation" : null, "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "marshaller" : { "action" : "AddTags", "verb" : "POST", "target" : "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.AddTags", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

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

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "getterDocumentation" : "/**

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@return Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

                                                  \n@param resourceId Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is:

                                                  arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TagsList" : { "documentation" : "

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  ", "name" : "TagsList", "c2jName" : "TagsList", "c2jShape" : "TagsList", "variable" : { "variableName" : "tagsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

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

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  \n@param tagsList Contains a list of CloudTrail tags, up to a limit of 10.*/", "getterDocumentation" : "/**

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  \n@return Contains a list of CloudTrail tags, up to a limit of 10.*/", "fluentSetterDocumentation" : "/**

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  \n@param tagsList Contains a list of CloudTrail tags, up to a limit of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Contains a list of CloudTrail tags, up to a limit of 10.

                                                  \n

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

                                                  \n@param tagsList Contains a list of CloudTrail tags, up to a limit of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceTag" : { "c2jName" : "ResourceTag", "documentation" : "

                                                  A resource tag.

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

                                                  Specifies the ARN of the resource.

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

                                                  Specifies the ARN of the resource.

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

                                                  Specifies the ARN of the resource.

                                                  \n@param resourceId Specifies the ARN of the resource.*/", "getterDocumentation" : "/**

                                                  Specifies the ARN of the resource.

                                                  \n@return Specifies the ARN of the resource.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the ARN of the resource.

                                                  \n@param resourceId Specifies the ARN of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the ARN of the resource.

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

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

                                                  \n@param tagsList \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resourceTag", "variableType" : "ResourceTag", "variableDeclarationType" : "ResourceTag", "documentation" : null, "simpleType" : "ResourceTag", "variableSetterType" : "ResourceTag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResourceId" : { "documentation" : "

                                                  Specifies the ARN of the resource.

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

                                                  Specifies the ARN of the resource.

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

                                                  Specifies the ARN of the resource.

                                                  \n@param resourceId Specifies the ARN of the resource.*/", "getterDocumentation" : "/**

                                                  Specifies the ARN of the resource.

                                                  \n@return Specifies the ARN of the resource.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies the ARN of the resource.

                                                  \n@param resourceId Specifies the ARN of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies the ARN of the resource.

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

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

                                                  \n@param tagsList \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LookupAttribute" : { "c2jName" : "LookupAttribute", "documentation" : "

                                                  Specifies an attribute and value that filter the events returned.

                                                  ", "shapeName" : "LookupAttribute", "deprecated" : false, "required" : [ "AttributeKey", "AttributeValue" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  Specifies an attribute on which to filter the events returned.

                                                  ", "name" : "AttributeKey", "c2jName" : "AttributeKey", "c2jShape" : "LookupAttributeKey", "variable" : { "variableName" : "attributeKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Specifies an attribute on which to filter the events returned.

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

                                                  Specifies an attribute on which to filter the events returned.

                                                  \n@param attributeKey Specifies an attribute on which to filter the events returned.\n@see LookupAttributeKey*/", "getterDocumentation" : "/**

                                                  Specifies an attribute on which to filter the events returned.

                                                  \n@return Specifies an attribute on which to filter the events returned.\n@see LookupAttributeKey*/", "fluentSetterDocumentation" : "/**

                                                  Specifies an attribute on which to filter the events returned.

                                                  \n@param attributeKey Specifies an attribute on which to filter the events returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LookupAttributeKey*/", "varargSetterDocumentation" : "/**

                                                  Specifies an attribute on which to filter the events returned.

                                                  \n@param attributeKey Specifies an attribute on which to filter the events returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LookupAttributeKey*/" }, { "documentation" : "

                                                  Specifies a value for the specified AttributeKey.

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

                                                  Specifies a value for the specified AttributeKey.

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

                                                  Specifies a value for the specified AttributeKey.

                                                  \n@param attributeValue Specifies a value for the specified AttributeKey.*/", "getterDocumentation" : "/**

                                                  Specifies a value for the specified AttributeKey.

                                                  \n@return Specifies a value for the specified AttributeKey.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies a value for the specified AttributeKey.

                                                  \n@param attributeValue Specifies a value for the specified AttributeKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies a value for the specified AttributeKey.

                                                  \n@param attributeValue Specifies a value for the specified AttributeKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "lookupAttribute", "variableType" : "LookupAttribute", "variableDeclarationType" : "LookupAttribute", "documentation" : null, "simpleType" : "LookupAttribute", "variableSetterType" : "LookupAttribute" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AttributeKey" : { "documentation" : "

                                                  Specifies an attribute on which to filter the events returned.

                                                  ", "name" : "AttributeKey", "c2jName" : "AttributeKey", "c2jShape" : "LookupAttributeKey", "variable" : { "variableName" : "attributeKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  Specifies an attribute on which to filter the events returned.

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

                                                  Specifies an attribute on which to filter the events returned.

                                                  \n@param attributeKey Specifies an attribute on which to filter the events returned.\n@see LookupAttributeKey*/", "getterDocumentation" : "/**

                                                  Specifies an attribute on which to filter the events returned.

                                                  \n@return Specifies an attribute on which to filter the events returned.\n@see LookupAttributeKey*/", "fluentSetterDocumentation" : "/**

                                                  Specifies an attribute on which to filter the events returned.

                                                  \n@param attributeKey Specifies an attribute on which to filter the events returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LookupAttributeKey*/", "varargSetterDocumentation" : "/**

                                                  Specifies an attribute on which to filter the events returned.

                                                  \n@param attributeKey Specifies an attribute on which to filter the events returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LookupAttributeKey*/" }, "AttributeValue" : { "documentation" : "

                                                  Specifies a value for the specified AttributeKey.

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

                                                  Specifies a value for the specified AttributeKey.

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

                                                  Specifies a value for the specified AttributeKey.

                                                  \n@param attributeValue Specifies a value for the specified AttributeKey.*/", "getterDocumentation" : "/**

                                                  Specifies a value for the specified AttributeKey.

                                                  \n@return Specifies a value for the specified AttributeKey.*/", "fluentSetterDocumentation" : "/**

                                                  Specifies a value for the specified AttributeKey.

                                                  \n@param attributeValue Specifies a value for the specified AttributeKey.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Specifies a value for the specified AttributeKey.

                                                  \n@param attributeValue Specifies a value for the specified AttributeKey.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "documentation" : "

                                                  This exception is thrown when the specified resource is not found.

                                                  ", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidParameterCombinationException" : { "c2jName" : "InvalidParameterCombinationException", "documentation" : "

                                                  This exception is thrown when the combination of parameters provided is not valid.

                                                  ", "shapeName" : "InvalidParameterCombinationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidParameterCombinationException", "variableType" : "InvalidParameterCombinationException", "variableDeclarationType" : "InvalidParameterCombinationException", "documentation" : null, "simpleType" : "InvalidParameterCombinationException", "variableSetterType" : "InvalidParameterCombinationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameterCombinationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidTrailNameException" : { "c2jName" : "InvalidTrailNameException", "documentation" : "

                                                  This exception is thrown when the provided trail name is not valid. Trail names must meet the following requirements:

                                                  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-)

                                                  • Start with a letter or number, and end with a letter or number

                                                  • Be between 3 and 128 characters

                                                  • Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid.

                                                  • Not be in IP address format (for example, 192.168.5.4)

                                                  ", "shapeName" : "InvalidTrailNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTrailNameException", "variableType" : "InvalidTrailNameException", "variableDeclarationType" : "InvalidTrailNameException", "documentation" : null, "simpleType" : "InvalidTrailNameException", "variableSetterType" : "InvalidTrailNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTrailNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "LookupEvents" : { "methodForms" : [ [ ] ] }, "DescribeTrails" : { "methodForms" : [ [ ] ] }, "ListPublicKeys" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy