models.logs-2014-03-28-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "deleteResourcePolicy", "putResourcePolicy" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : {
"GetLogEvents" : "LastPageHasPreviousToken"
},
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "describeDestinations", "describeExportTasks", "describeLogGroups", "describeMetricFilters", "describeQueries", "describeResourcePolicies" ]
},
"metadata" : {
"apiVersion" : "2014-03-28",
"asyncBuilder" : "DefaultCloudWatchLogsAsyncClientBuilder",
"asyncBuilderInterface" : "CloudWatchLogsAsyncClientBuilder",
"asyncClient" : "DefaultCloudWatchLogsAsyncClient",
"asyncInterface" : "CloudWatchLogsAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultCloudWatchLogsBaseClientBuilder",
"baseBuilderInterface" : "CloudWatchLogsBaseClientBuilder",
"baseExceptionName" : "CloudWatchLogsException",
"baseRequestName" : "CloudWatchLogsRequest",
"baseResponseName" : "CloudWatchLogsResponse",
"cborProtocol" : false,
"clientPackageName" : "cloudwatchlogs",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon CloudWatch Logs",
"documentation" : "You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon EC2 instances, AWS CloudTrail, or other sources. You can then retrieve the associated log data from CloudWatch Logs using the CloudWatch console, CloudWatch Logs commands in the AWS CLI, CloudWatch Logs API, or CloudWatch Logs SDK.
You can use CloudWatch Logs to:
-
Monitor logs from EC2 instances in real-time: You can use CloudWatch Logs to monitor applications and systems using log data. For example, CloudWatch Logs can track the number of errors that occur in your application logs and send you a notification whenever the rate of errors exceeds a threshold that you specify. CloudWatch Logs uses your log data for monitoring; so, no code changes are required. For example, you can monitor application logs for specific literal terms (such as \"NullReferenceException\") or count the number of occurrences of a literal term at a particular position in log data (such as \"404\" status codes in an Apache access log). When the term you are searching for is found, CloudWatch Logs reports the data to a CloudWatch metric that you specify.
-
Monitor AWS CloudTrail logged events: You can create alarms in CloudWatch and receive notifications of particular API activity as captured by CloudTrail and use the notification to perform troubleshooting.
-
Archive log data: You can use CloudWatch Logs to store your log data in highly durable storage. You can change the log retention setting so that any log events older than this setting are automatically deleted. The CloudWatch Logs agent makes it easy to quickly send both rotated and non-rotated log data off of a host and into the log service. You can then access the raw log data when you need it.
",
"endpointPrefix" : "logs",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.cloudwatchlogs",
"fullModelPackageName" : "software.amazon.awssdk.services.cloudwatchlogs.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.cloudwatchlogs.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.cloudwatchlogs.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.cloudwatchlogs.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "cloudwatchlogs.model",
"paginatorsPackageName" : "cloudwatchlogs.paginators",
"protocol" : "json",
"requestTransformPackageName" : "cloudwatchlogs.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "CloudWatch Logs",
"serviceName" : "CloudWatchLogs",
"signingName" : "logs",
"syncBuilder" : "DefaultCloudWatchLogsClientBuilder",
"syncBuilderInterface" : "CloudWatchLogsClientBuilder",
"syncClient" : "DefaultCloudWatchLogsClient",
"syncInterface" : "CloudWatchLogsClient",
"transformPackageName" : "cloudwatchlogs.transform",
"uid" : "logs-2014-03-28",
"xmlProtocol" : false
},
"operations" : {
"AssociateKmsKey" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log group.
Associating an AWS KMS CMK with a log group overrides any existing associations between the log group and a CMK. After a CMK is associated with a log group, all newly ingested data for the log group is encrypted using the CMK. This association is stored as long as the data encrypted with the CMK is still within Amazon CloudWatch Logs. This enables Amazon CloudWatch Logs to decrypt this data whenever it is requested.
Note that it can take up to 5 minutes for this operation to take effect.
If you attempt to associate a CMK with a log group but the CMK does not exist or the CMK is disabled, you will receive an InvalidParameterException
error.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AssociateKmsKeyRequest",
"variableName" : "associateKmsKeyRequest",
"variableType" : "AssociateKmsKeyRequest",
"documentation" : "",
"simpleType" : "AssociateKmsKeyRequest",
"variableSetterType" : "AssociateKmsKeyRequest"
},
"methodName" : "associateKmsKey",
"operationName" : "AssociateKmsKey",
"paginated" : false,
"returnType" : {
"returnType" : "AssociateKmsKeyResponse",
"documentation" : null
},
"syncReturnType" : "AssociateKmsKeyResponse"
},
"CancelExportTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Cancels the specified export task.
The task must be in the PENDING
or RUNNING
state.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidOperationException",
"documentation" : "The operation is not valid on the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CancelExportTaskRequest",
"variableName" : "cancelExportTaskRequest",
"variableType" : "CancelExportTaskRequest",
"documentation" : "",
"simpleType" : "CancelExportTaskRequest",
"variableSetterType" : "CancelExportTaskRequest"
},
"methodName" : "cancelExportTask",
"operationName" : "CancelExportTask",
"paginated" : false,
"returnType" : {
"returnType" : "CancelExportTaskResponse",
"documentation" : null
},
"syncReturnType" : "CancelExportTaskResponse"
},
"CreateExportTask" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an export task, which allows you to efficiently export data from a log group to an Amazon S3 bucket.
This is an asynchronous call. If all the required information is provided, this operation initiates an export task and responds with the ID of the task. After the task has started, you can use DescribeExportTasks to get the status of the export task. Each account can only have one active (RUNNING
or PENDING
) export task at a time. To cancel an export task, use CancelExportTask.
You can export logs from multiple log groups or multiple time ranges to the same S3 bucket. To separate out log data for each export task, you can specify a prefix to be used as the Amazon S3 key prefix for all exported objects.
Exporting to S3 buckets that are encrypted with AES-256 is supported. Exporting to S3 buckets encrypted with SSE-KMS is not supported.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have reached the maximum number of resources that can be created.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateExportTaskRequest",
"variableName" : "createExportTaskRequest",
"variableType" : "CreateExportTaskRequest",
"documentation" : "",
"simpleType" : "CreateExportTaskRequest",
"variableSetterType" : "CreateExportTaskRequest"
},
"methodName" : "createExportTask",
"operationName" : "CreateExportTask",
"paginated" : false,
"returnType" : {
"returnType" : "CreateExportTaskResponse",
"documentation" : null
},
"syncReturnType" : "CreateExportTaskResponse"
},
"CreateLogGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a log group with the specified name.
You can create up to 5000 log groups per account.
You must use the following guidelines when naming a log group:
-
Log group names must be unique within a region for an AWS account.
-
Log group names can be between 1 and 512 characters long.
-
Log group names consist of the following characters: a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), '/' (forward slash), and '.' (period).
If you associate a AWS Key Management Service (AWS KMS) customer master key (CMK) with the log group, ingested data is encrypted using the CMK. This association is stored as long as the data encrypted with the CMK is still within Amazon CloudWatch Logs. This enables Amazon CloudWatch Logs to decrypt this data whenever it is requested.
If you attempt to associate a CMK with the log group but the CMK does not exist or the CMK is disabled, you will receive an InvalidParameterException
error.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have reached the maximum number of resources that can be created.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateLogGroupRequest",
"variableName" : "createLogGroupRequest",
"variableType" : "CreateLogGroupRequest",
"documentation" : "",
"simpleType" : "CreateLogGroupRequest",
"variableSetterType" : "CreateLogGroupRequest"
},
"methodName" : "createLogGroup",
"operationName" : "CreateLogGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateLogGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateLogGroupResponse"
},
"CreateLogStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a log stream for the specified log group.
There is no limit on the number of log streams that you can create for a log group.
You must use the following guidelines when naming a log stream:
-
Log stream names must be unique within the log group.
-
Log stream names can be between 1 and 512 characters long.
-
The ':' (colon) and '*' (asterisk) characters are not allowed.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateLogStreamRequest",
"variableName" : "createLogStreamRequest",
"variableType" : "CreateLogStreamRequest",
"documentation" : "",
"simpleType" : "CreateLogStreamRequest",
"variableSetterType" : "CreateLogStreamRequest"
},
"methodName" : "createLogStream",
"operationName" : "CreateLogStream",
"paginated" : false,
"returnType" : {
"returnType" : "CreateLogStreamResponse",
"documentation" : null
},
"syncReturnType" : "CreateLogStreamResponse"
},
"DeleteDestination" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified destination, and eventually disables all the subscription filters that publish to it. This operation does not delete the physical resource encapsulated by the destination.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDestinationRequest",
"variableName" : "deleteDestinationRequest",
"variableType" : "DeleteDestinationRequest",
"documentation" : "",
"simpleType" : "DeleteDestinationRequest",
"variableSetterType" : "DeleteDestinationRequest"
},
"methodName" : "deleteDestination",
"operationName" : "DeleteDestination",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDestinationResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDestinationResponse"
},
"DeleteLogGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified log group and permanently deletes all the archived log events associated with the log group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteLogGroupRequest",
"variableName" : "deleteLogGroupRequest",
"variableType" : "DeleteLogGroupRequest",
"documentation" : "",
"simpleType" : "DeleteLogGroupRequest",
"variableSetterType" : "DeleteLogGroupRequest"
},
"methodName" : "deleteLogGroup",
"operationName" : "DeleteLogGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteLogGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteLogGroupResponse"
},
"DeleteLogStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteLogStreamRequest",
"variableName" : "deleteLogStreamRequest",
"variableType" : "DeleteLogStreamRequest",
"documentation" : "",
"simpleType" : "DeleteLogStreamRequest",
"variableSetterType" : "DeleteLogStreamRequest"
},
"methodName" : "deleteLogStream",
"operationName" : "DeleteLogStream",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteLogStreamResponse",
"documentation" : null
},
"syncReturnType" : "DeleteLogStreamResponse"
},
"DeleteMetricFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified metric filter.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteMetricFilterRequest",
"variableName" : "deleteMetricFilterRequest",
"variableType" : "DeleteMetricFilterRequest",
"documentation" : "",
"simpleType" : "DeleteMetricFilterRequest",
"variableSetterType" : "DeleteMetricFilterRequest"
},
"methodName" : "deleteMetricFilter",
"operationName" : "DeleteMetricFilter",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteMetricFilterResponse",
"documentation" : null
},
"syncReturnType" : "DeleteMetricFilterResponse"
},
"DeleteResourcePolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a resource policy from this account. This revokes the access of the identities in that policy to put log events to this account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteResourcePolicyRequest",
"variableName" : "deleteResourcePolicyRequest",
"variableType" : "DeleteResourcePolicyRequest",
"documentation" : "",
"simpleType" : "DeleteResourcePolicyRequest",
"variableSetterType" : "DeleteResourcePolicyRequest"
},
"methodName" : "deleteResourcePolicy",
"operationName" : "DeleteResourcePolicy",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteResourcePolicyResponse",
"documentation" : null
},
"syncReturnType" : "DeleteResourcePolicyResponse"
},
"DeleteRetentionPolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified retention policy.
Log events do not expire if they belong to log groups without a retention policy.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteRetentionPolicyRequest",
"variableName" : "deleteRetentionPolicyRequest",
"variableType" : "DeleteRetentionPolicyRequest",
"documentation" : "",
"simpleType" : "DeleteRetentionPolicyRequest",
"variableSetterType" : "DeleteRetentionPolicyRequest"
},
"methodName" : "deleteRetentionPolicy",
"operationName" : "DeleteRetentionPolicy",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteRetentionPolicyResponse",
"documentation" : null
},
"syncReturnType" : "DeleteRetentionPolicyResponse"
},
"DeleteSubscriptionFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified subscription filter.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSubscriptionFilterRequest",
"variableName" : "deleteSubscriptionFilterRequest",
"variableType" : "DeleteSubscriptionFilterRequest",
"documentation" : "",
"simpleType" : "DeleteSubscriptionFilterRequest",
"variableSetterType" : "DeleteSubscriptionFilterRequest"
},
"methodName" : "deleteSubscriptionFilter",
"operationName" : "DeleteSubscriptionFilter",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSubscriptionFilterResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSubscriptionFilterResponse"
},
"DescribeDestinations" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all your destinations. The results are ASCII-sorted by destination name.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDestinationsRequest",
"variableName" : "describeDestinationsRequest",
"variableType" : "DescribeDestinationsRequest",
"documentation" : "",
"simpleType" : "DescribeDestinationsRequest",
"variableSetterType" : "DescribeDestinationsRequest"
},
"methodName" : "describeDestinations",
"operationName" : "DescribeDestinations",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeDestinationsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDestinationsResponse"
},
"DescribeExportTasks" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the specified export tasks. You can list all your export tasks or filter the results based on task ID or task status.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeExportTasksRequest",
"variableName" : "describeExportTasksRequest",
"variableType" : "DescribeExportTasksRequest",
"documentation" : "",
"simpleType" : "DescribeExportTasksRequest",
"variableSetterType" : "DescribeExportTasksRequest"
},
"methodName" : "describeExportTasks",
"operationName" : "DescribeExportTasks",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeExportTasksResponse",
"documentation" : null
},
"syncReturnType" : "DescribeExportTasksResponse"
},
"DescribeLogGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the specified log groups. You can list all your log groups or filter the results by prefix. The results are ASCII-sorted by log group name.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeLogGroupsRequest",
"variableName" : "describeLogGroupsRequest",
"variableType" : "DescribeLogGroupsRequest",
"documentation" : "",
"simpleType" : "DescribeLogGroupsRequest",
"variableSetterType" : "DescribeLogGroupsRequest"
},
"methodName" : "describeLogGroups",
"operationName" : "DescribeLogGroups",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeLogGroupsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeLogGroupsResponse"
},
"DescribeLogStreams" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the log streams for the specified log group. You can list all the log streams or filter the results by prefix. You can also control how the results are ordered.
This operation has a limit of five transactions per second, after which transactions are throttled.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeLogStreamsRequest",
"variableName" : "describeLogStreamsRequest",
"variableType" : "DescribeLogStreamsRequest",
"documentation" : "",
"simpleType" : "DescribeLogStreamsRequest",
"variableSetterType" : "DescribeLogStreamsRequest"
},
"methodName" : "describeLogStreams",
"operationName" : "DescribeLogStreams",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeLogStreamsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeLogStreamsResponse"
},
"DescribeMetricFilters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the specified metric filters. You can list all the metric filters or filter the results by log name, prefix, metric name, or metric namespace. The results are ASCII-sorted by filter name.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeMetricFiltersRequest",
"variableName" : "describeMetricFiltersRequest",
"variableType" : "DescribeMetricFiltersRequest",
"documentation" : "",
"simpleType" : "DescribeMetricFiltersRequest",
"variableSetterType" : "DescribeMetricFiltersRequest"
},
"methodName" : "describeMetricFilters",
"operationName" : "DescribeMetricFilters",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeMetricFiltersResponse",
"documentation" : null
},
"syncReturnType" : "DescribeMetricFiltersResponse"
},
"DescribeQueries" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of CloudWatch Logs Insights queries that are scheduled, executing, or have been executed recently in this account. You can request all queries, or limit it to queries of a specific log group or queries with a certain status.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeQueriesRequest",
"variableName" : "describeQueriesRequest",
"variableType" : "DescribeQueriesRequest",
"documentation" : "",
"simpleType" : "DescribeQueriesRequest",
"variableSetterType" : "DescribeQueriesRequest"
},
"methodName" : "describeQueries",
"operationName" : "DescribeQueries",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeQueriesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeQueriesResponse"
},
"DescribeResourcePolicies" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the resource policies in this account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeResourcePoliciesRequest",
"variableName" : "describeResourcePoliciesRequest",
"variableType" : "DescribeResourcePoliciesRequest",
"documentation" : "",
"simpleType" : "DescribeResourcePoliciesRequest",
"variableSetterType" : "DescribeResourcePoliciesRequest"
},
"methodName" : "describeResourcePolicies",
"operationName" : "DescribeResourcePolicies",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeResourcePoliciesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeResourcePoliciesResponse"
},
"DescribeSubscriptionFilters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the subscription filters for the specified log group. You can list all the subscription filters or filter the results by prefix. The results are ASCII-sorted by filter name.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSubscriptionFiltersRequest",
"variableName" : "describeSubscriptionFiltersRequest",
"variableType" : "DescribeSubscriptionFiltersRequest",
"documentation" : "",
"simpleType" : "DescribeSubscriptionFiltersRequest",
"variableSetterType" : "DescribeSubscriptionFiltersRequest"
},
"methodName" : "describeSubscriptionFilters",
"operationName" : "DescribeSubscriptionFilters",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeSubscriptionFiltersResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSubscriptionFiltersResponse"
},
"DisassociateKmsKey" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Disassociates the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group.
After the AWS KMS CMK is disassociated from the log group, AWS CloudWatch Logs stops encrypting newly ingested data for the log group. All previously ingested data remains encrypted, and AWS CloudWatch Logs requires permissions for the CMK whenever the encrypted data is requested.
Note that it can take up to 5 minutes for this operation to take effect.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisassociateKmsKeyRequest",
"variableName" : "disassociateKmsKeyRequest",
"variableType" : "DisassociateKmsKeyRequest",
"documentation" : "",
"simpleType" : "DisassociateKmsKeyRequest",
"variableSetterType" : "DisassociateKmsKeyRequest"
},
"methodName" : "disassociateKmsKey",
"operationName" : "DisassociateKmsKey",
"paginated" : false,
"returnType" : {
"returnType" : "DisassociateKmsKeyResponse",
"documentation" : null
},
"syncReturnType" : "DisassociateKmsKeyResponse"
},
"FilterLogEvents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists log events from the specified log group. You can list all the log events or filter the results using a filter pattern, a time range, and the name of the log stream.
By default, this operation returns as many log events as can fit in 1 MB (up to 10,000 log events), or all the events found within the time range that you specify. If the results include a token, then there are more log events available, and you can get additional results by specifying the token in a subsequent call.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "FilterLogEventsRequest",
"variableName" : "filterLogEventsRequest",
"variableType" : "FilterLogEventsRequest",
"documentation" : "",
"simpleType" : "FilterLogEventsRequest",
"variableSetterType" : "FilterLogEventsRequest"
},
"methodName" : "filterLogEvents",
"operationName" : "FilterLogEvents",
"paginated" : true,
"returnType" : {
"returnType" : "FilterLogEventsResponse",
"documentation" : null
},
"syncReturnType" : "FilterLogEventsResponse"
},
"GetLogEvents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists log events from the specified log stream. You can list all the log events or filter using a time range.
By default, this operation returns as many log events as can fit in a response size of 1MB (up to 10,000 log events). You can get additional log events by specifying one of the tokens in a subsequent call.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetLogEventsRequest",
"variableName" : "getLogEventsRequest",
"variableType" : "GetLogEventsRequest",
"documentation" : "",
"simpleType" : "GetLogEventsRequest",
"variableSetterType" : "GetLogEventsRequest"
},
"methodName" : "getLogEvents",
"operationName" : "GetLogEvents",
"paginated" : true,
"returnType" : {
"returnType" : "GetLogEventsResponse",
"documentation" : null
},
"syncReturnType" : "GetLogEventsResponse"
},
"GetLogGroupFields" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of the fields that are included in log events in the specified log group, along with the percentage of log events that contain each field. The search is limited to a time period that you specify.
In the results, fields that start with @ are fields generated by CloudWatch Logs. For example, @timestamp
is the timestamp of each log event.
The response results are sorted by the frequency percentage, starting with the highest percentage.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have reached the maximum number of resources that can be created.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetLogGroupFieldsRequest",
"variableName" : "getLogGroupFieldsRequest",
"variableType" : "GetLogGroupFieldsRequest",
"documentation" : "",
"simpleType" : "GetLogGroupFieldsRequest",
"variableSetterType" : "GetLogGroupFieldsRequest"
},
"methodName" : "getLogGroupFields",
"operationName" : "GetLogGroupFields",
"paginated" : false,
"returnType" : {
"returnType" : "GetLogGroupFieldsResponse",
"documentation" : null
},
"syncReturnType" : "GetLogGroupFieldsResponse"
},
"GetLogRecord" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieves all the fields and values of a single log event. All fields are retrieved, even if the original query that produced the logRecordPointer
retrieved only a subset of fields. Fields are returned as field name/field value pairs.
Additionally, the entire unparsed log event is returned within @message
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have reached the maximum number of resources that can be created.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetLogRecordRequest",
"variableName" : "getLogRecordRequest",
"variableType" : "GetLogRecordRequest",
"documentation" : "",
"simpleType" : "GetLogRecordRequest",
"variableSetterType" : "GetLogRecordRequest"
},
"methodName" : "getLogRecord",
"operationName" : "GetLogRecord",
"paginated" : false,
"returnType" : {
"returnType" : "GetLogRecordResponse",
"documentation" : null
},
"syncReturnType" : "GetLogRecordResponse"
},
"GetQueryResults" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the results from the specified query.
Only the fields requested in the query are returned, along with a @ptr
field which is the identifier for the log record. You can use the value of @ptr
in a operation to get the full log record.
GetQueryResults
does not start a query execution. To run a query, use .
If the value of the Status
field in the output is Running
, this operation returns only partial results. If you see a value of Scheduled
or Running
for the status, you can retry the operation later to see the final results.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetQueryResultsRequest",
"variableName" : "getQueryResultsRequest",
"variableType" : "GetQueryResultsRequest",
"documentation" : "",
"simpleType" : "GetQueryResultsRequest",
"variableSetterType" : "GetQueryResultsRequest"
},
"methodName" : "getQueryResults",
"operationName" : "GetQueryResults",
"paginated" : false,
"returnType" : {
"returnType" : "GetQueryResultsResponse",
"documentation" : null
},
"syncReturnType" : "GetQueryResultsResponse"
},
"ListTagsLogGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists the tags for the specified log group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsLogGroupRequest",
"variableName" : "listTagsLogGroupRequest",
"variableType" : "ListTagsLogGroupRequest",
"documentation" : "",
"simpleType" : "ListTagsLogGroupRequest",
"variableSetterType" : "ListTagsLogGroupRequest"
},
"methodName" : "listTagsLogGroup",
"operationName" : "ListTagsLogGroup",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsLogGroupResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsLogGroupResponse"
},
"PutDestination" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates a destination. A destination encapsulates a physical resource (such as an Amazon Kinesis stream) and enables you to subscribe to a real-time stream of log events for a different account, ingested using PutLogEvents. A destination can be an Amazon Kinesis stream, Amazon Kinesis Data Firehose strea, or an AWS Lambda function.
Through an access policy, a destination controls what is written to it. By default, PutDestination
does not set any access policy with the destination, which means a cross-account user cannot call PutSubscriptionFilter against this destination. To enable this, the destination owner must call PutDestinationPolicy after PutDestination
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutDestinationRequest",
"variableName" : "putDestinationRequest",
"variableType" : "PutDestinationRequest",
"documentation" : "",
"simpleType" : "PutDestinationRequest",
"variableSetterType" : "PutDestinationRequest"
},
"methodName" : "putDestination",
"operationName" : "PutDestination",
"paginated" : false,
"returnType" : {
"returnType" : "PutDestinationResponse",
"documentation" : null
},
"syncReturnType" : "PutDestinationResponse"
},
"PutDestinationPolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates an access policy associated with an existing destination. An access policy is an IAM policy document that is used to authorize claims to register a subscription filter against a given destination.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutDestinationPolicyRequest",
"variableName" : "putDestinationPolicyRequest",
"variableType" : "PutDestinationPolicyRequest",
"documentation" : "",
"simpleType" : "PutDestinationPolicyRequest",
"variableSetterType" : "PutDestinationPolicyRequest"
},
"methodName" : "putDestinationPolicy",
"operationName" : "PutDestinationPolicy",
"paginated" : false,
"returnType" : {
"returnType" : "PutDestinationPolicyResponse",
"documentation" : null
},
"syncReturnType" : "PutDestinationPolicyResponse"
},
"PutLogEvents" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Uploads a batch of log events to the specified log stream.
You must include the sequence token obtained from the response of the previous call. An upload in a newly created log stream does not require a sequence token. You can also get the sequence token using DescribeLogStreams. If you call PutLogEvents
twice within a narrow time period using the same value for sequenceToken
, both calls may be successful, or one may be rejected.
The batch of events must satisfy the following constraints:
-
The maximum batch size is 1,048,576 bytes, and this size is calculated as the sum of all event messages in UTF-8, plus 26 bytes for each log event.
-
None of the log events in the batch can be more than 2 hours in the future.
-
None of the log events in the batch can be older than 14 days or older than the retention period of the log group.
-
The log events in the batch must be in chronological ordered by their timestamp. The timestamp is the time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. (In AWS Tools for PowerShell and the AWS SDK for .NET, the timestamp is specified in .NET format: yyyy-mm-ddThh:mm:ss. For example, 2017-09-15T13:45:30.)
-
The maximum number of log events in a batch is 10,000.
-
A batch of log events in a single request cannot span more than 24 hours. Otherwise, the operation fails.
If a call to PutLogEvents returns \"UnrecognizedClientException\" the most likely cause is an invalid AWS access key ID or secret key.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidSequenceTokenException",
"documentation" : "The sequence token is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DataAlreadyAcceptedException",
"documentation" : "The event was already logged.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnrecognizedClientException",
"documentation" : "The most likely cause is an invalid AWS access key ID or secret key.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutLogEventsRequest",
"variableName" : "putLogEventsRequest",
"variableType" : "PutLogEventsRequest",
"documentation" : "",
"simpleType" : "PutLogEventsRequest",
"variableSetterType" : "PutLogEventsRequest"
},
"methodName" : "putLogEvents",
"operationName" : "PutLogEvents",
"paginated" : false,
"returnType" : {
"returnType" : "PutLogEventsResponse",
"documentation" : null
},
"syncReturnType" : "PutLogEventsResponse"
},
"PutMetricFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates a metric filter and associates it with the specified log group. Metric filters allow you to configure rules to extract metric data from log events ingested through PutLogEvents.
The maximum number of metric filters that can be associated with a log group is 100.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have reached the maximum number of resources that can be created.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutMetricFilterRequest",
"variableName" : "putMetricFilterRequest",
"variableType" : "PutMetricFilterRequest",
"documentation" : "",
"simpleType" : "PutMetricFilterRequest",
"variableSetterType" : "PutMetricFilterRequest"
},
"methodName" : "putMetricFilter",
"operationName" : "PutMetricFilter",
"paginated" : false,
"returnType" : {
"returnType" : "PutMetricFilterResponse",
"documentation" : null
},
"syncReturnType" : "PutMetricFilterResponse"
},
"PutResourcePolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates a resource policy allowing other AWS services to put log events to this account, such as Amazon Route 53. An account can have up to 10 resource policies per region.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have reached the maximum number of resources that can be created.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutResourcePolicyRequest",
"variableName" : "putResourcePolicyRequest",
"variableType" : "PutResourcePolicyRequest",
"documentation" : "",
"simpleType" : "PutResourcePolicyRequest",
"variableSetterType" : "PutResourcePolicyRequest"
},
"methodName" : "putResourcePolicy",
"operationName" : "PutResourcePolicy",
"paginated" : false,
"returnType" : {
"returnType" : "PutResourcePolicyResponse",
"documentation" : null
},
"syncReturnType" : "PutResourcePolicyResponse"
},
"PutRetentionPolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the retention of the specified log group. A retention policy allows you to configure the number of days for which to retain log events in the specified log group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutRetentionPolicyRequest",
"variableName" : "putRetentionPolicyRequest",
"variableType" : "PutRetentionPolicyRequest",
"documentation" : "",
"simpleType" : "PutRetentionPolicyRequest",
"variableSetterType" : "PutRetentionPolicyRequest"
},
"methodName" : "putRetentionPolicy",
"operationName" : "PutRetentionPolicy",
"paginated" : false,
"returnType" : {
"returnType" : "PutRetentionPolicyResponse",
"documentation" : null
},
"syncReturnType" : "PutRetentionPolicyResponse"
},
"PutSubscriptionFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates or updates a subscription filter and associates it with the specified log group. Subscription filters allow you to subscribe to a real-time stream of log events ingested through PutLogEvents and have them delivered to a specific destination. Currently, the supported destinations are:
-
An Amazon Kinesis stream belonging to the same account as the subscription filter, for same-account delivery.
-
A logical destination that belongs to a different account, for cross-account delivery.
-
An Amazon Kinesis Firehose delivery stream that belongs to the same account as the subscription filter, for same-account delivery.
-
An AWS Lambda function that belongs to the same account as the subscription filter, for same-account delivery.
There can only be one subscription filter associated with a log group. If you are updating an existing filter, you must specify the correct name in filterName
. Otherwise, the call fails because you cannot associate a second filter with a log group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OperationAbortedException",
"documentation" : "Multiple requests to update the same resource were in conflict.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have reached the maximum number of resources that can be created.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutSubscriptionFilterRequest",
"variableName" : "putSubscriptionFilterRequest",
"variableType" : "PutSubscriptionFilterRequest",
"documentation" : "",
"simpleType" : "PutSubscriptionFilterRequest",
"variableSetterType" : "PutSubscriptionFilterRequest"
},
"methodName" : "putSubscriptionFilter",
"operationName" : "PutSubscriptionFilter",
"paginated" : false,
"returnType" : {
"returnType" : "PutSubscriptionFilterResponse",
"documentation" : null
},
"syncReturnType" : "PutSubscriptionFilterResponse"
},
"StartQuery" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Schedules a query of a log group using CloudWatch Logs Insights. You specify the log group and time range to query, and the query string to use.
For more information, see CloudWatch Logs Insights Query Syntax.
Queries time out after 15 minutes of execution. If your queries are timing out, reduce the time range being searched, or partition your query into a number of queries.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MalformedQueryException",
"documentation" : "The query string is not valid. Details about this error are displayed in a QueryCompileError
object. For more information, see .
For more information about valid query syntax, see CloudWatch Logs Insights Query Syntax.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "You have reached the maximum number of resources that can be created.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartQueryRequest",
"variableName" : "startQueryRequest",
"variableType" : "StartQueryRequest",
"documentation" : "",
"simpleType" : "StartQueryRequest",
"variableSetterType" : "StartQueryRequest"
},
"methodName" : "startQuery",
"operationName" : "StartQuery",
"paginated" : false,
"returnType" : {
"returnType" : "StartQueryResponse",
"documentation" : null
},
"syncReturnType" : "StartQueryResponse"
},
"StopQuery" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops a CloudWatch Logs Insights query that is in progress. If the query has already ended, the operation returns an error indicating that the specified query is not running.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopQueryRequest",
"variableName" : "stopQueryRequest",
"variableType" : "StopQueryRequest",
"documentation" : "",
"simpleType" : "StopQueryRequest",
"variableSetterType" : "StopQueryRequest"
},
"methodName" : "stopQuery",
"operationName" : "StopQuery",
"paginated" : false,
"returnType" : {
"returnType" : "StopQueryResponse",
"documentation" : null
},
"syncReturnType" : "StopQueryResponse"
},
"TagLogGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds or updates the specified tags for the specified log group.
To list the tags for a log group, use ListTagsLogGroup. To remove tags, use UntagLogGroup.
For more information about tags, see Tag Log Groups in Amazon CloudWatch Logs in the Amazon CloudWatch Logs User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagLogGroupRequest",
"variableName" : "tagLogGroupRequest",
"variableType" : "TagLogGroupRequest",
"documentation" : "",
"simpleType" : "TagLogGroupRequest",
"variableSetterType" : "TagLogGroupRequest"
},
"methodName" : "tagLogGroup",
"operationName" : "TagLogGroup",
"paginated" : false,
"returnType" : {
"returnType" : "TagLogGroupResponse",
"documentation" : null
},
"syncReturnType" : "TagLogGroupResponse"
},
"TestMetricFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Tests the filter pattern of a metric filter against a sample of log event messages. You can use this operation to validate the correctness of a metric filter pattern.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "A parameter is specified incorrectly.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service cannot complete the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TestMetricFilterRequest",
"variableName" : "testMetricFilterRequest",
"variableType" : "TestMetricFilterRequest",
"documentation" : "",
"simpleType" : "TestMetricFilterRequest",
"variableSetterType" : "TestMetricFilterRequest"
},
"methodName" : "testMetricFilter",
"operationName" : "TestMetricFilter",
"paginated" : false,
"returnType" : {
"returnType" : "TestMetricFilterResponse",
"documentation" : null
},
"syncReturnType" : "TestMetricFilterResponse"
},
"UntagLogGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes the specified tags from the specified log group.
To list the tags for a log group, use ListTagsLogGroup. To add tags, use UntagLogGroup.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified resource does not exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagLogGroupRequest",
"variableName" : "untagLogGroupRequest",
"variableType" : "UntagLogGroupRequest",
"documentation" : "",
"simpleType" : "UntagLogGroupRequest",
"variableSetterType" : "UntagLogGroupRequest"
},
"methodName" : "untagLogGroup",
"operationName" : "UntagLogGroup",
"paginated" : false,
"returnType" : {
"returnType" : "UntagLogGroupResponse",
"documentation" : null
},
"syncReturnType" : "UntagLogGroupResponse"
}
},
"shapes" : {
"AssociateKmsKeyRequest" : {
"c2jName" : "AssociateKmsKeyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AssociateKmsKey",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.AssociateKmsKey",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "kmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "kmsKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "kmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"KmsKeyId" : {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "kmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "kmsKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "kmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "kmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "kmsKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "kmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName", "kmsKeyId" ],
"shapeName" : "AssociateKmsKeyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociateKmsKeyRequest",
"variableName" : "associateKmsKeyRequest",
"variableType" : "AssociateKmsKeyRequest",
"documentation" : null,
"simpleType" : "AssociateKmsKeyRequest",
"variableSetterType" : "AssociateKmsKeyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AssociateKmsKeyResponse" : {
"c2jName" : "AssociateKmsKeyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociateKmsKeyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AssociateKmsKeyResponse",
"variableName" : "associateKmsKeyResponse",
"variableType" : "AssociateKmsKeyResponse",
"documentation" : null,
"simpleType" : "AssociateKmsKeyResponse",
"variableSetterType" : "AssociateKmsKeyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CancelExportTaskRequest" : {
"c2jName" : "CancelExportTaskRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CancelExportTask",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.CancelExportTask",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getTaskId",
"beanStyleSetterMethodName" : "setTaskId",
"c2jName" : "taskId",
"c2jShape" : "ExportTaskId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the export task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)",
"deprecated" : false,
"documentation" : "The ID of the export task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskId",
"fluentSetterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskId",
"getterDocumentation" : "The ID of the export task.
\n@return The ID of the export task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskId",
"sensitive" : false,
"setterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.",
"setterMethodName" : "setTaskId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : "The ID of the export task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TaskId" : {
"beanStyleGetterMethodName" : "getTaskId",
"beanStyleSetterMethodName" : "setTaskId",
"c2jName" : "taskId",
"c2jShape" : "ExportTaskId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the export task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)",
"deprecated" : false,
"documentation" : "The ID of the export task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskId",
"fluentSetterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskId",
"getterDocumentation" : "The ID of the export task.
\n@return The ID of the export task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskId",
"sensitive" : false,
"setterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.",
"setterMethodName" : "setTaskId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : "The ID of the export task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTaskId",
"beanStyleSetterMethodName" : "setTaskId",
"c2jName" : "taskId",
"c2jShape" : "ExportTaskId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the export task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)",
"deprecated" : false,
"documentation" : "The ID of the export task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskId",
"fluentSetterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskId",
"getterDocumentation" : "The ID of the export task.
\n@return The ID of the export task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskId",
"sensitive" : false,
"setterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.",
"setterMethodName" : "setTaskId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : "The ID of the export task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "taskId" ],
"shapeName" : "CancelExportTaskRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CancelExportTaskRequest",
"variableName" : "cancelExportTaskRequest",
"variableType" : "CancelExportTaskRequest",
"documentation" : null,
"simpleType" : "CancelExportTaskRequest",
"variableSetterType" : "CancelExportTaskRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CancelExportTaskResponse" : {
"c2jName" : "CancelExportTaskResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CancelExportTaskResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelExportTaskResponse",
"variableName" : "cancelExportTaskResponse",
"variableType" : "CancelExportTaskResponse",
"documentation" : null,
"simpleType" : "CancelExportTaskResponse",
"variableSetterType" : "CancelExportTaskResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateExportTaskRequest" : {
"c2jName" : "CreateExportTaskRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateExportTask",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.CreateExportTask",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getTaskName",
"beanStyleSetterMethodName" : "setTaskName",
"c2jName" : "taskName",
"c2jShape" : "ExportTaskName",
"defaultConsumerFluentSetterDocumentation" : "The name of the export task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskName(String)}.\n@param taskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskName(String)",
"deprecated" : false,
"documentation" : "The name of the export task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskName",
"fluentSetterDocumentation" : "The name of the export task.
\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskName",
"getterDocumentation" : "The name of the export task.
\n@return The name of the export task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskName",
"sensitive" : false,
"setterDocumentation" : "The name of the export task.
\n@param taskName The name of the export task.",
"setterMethodName" : "setTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskName",
"variableType" : "String",
"documentation" : "The name of the export task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogStreamNamePrefix",
"beanStyleSetterMethodName" : "setLogStreamNamePrefix",
"c2jName" : "logStreamNamePrefix",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)",
"deprecated" : false,
"documentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamNamePrefix",
"fluentSetterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamNamePrefix",
"getterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\n@return Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamNamePrefix",
"sensitive" : false,
"setterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.",
"setterMethodName" : "setLogStreamNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFrom",
"beanStyleSetterMethodName" : "setFrom",
"c2jName" : "from",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #from(Long)}.\n@param from a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #from(Long)",
"deprecated" : false,
"documentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "from",
"fluentSetterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "from",
"getterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\n@return The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "from",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "from",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "From",
"sensitive" : false,
"setterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.",
"setterMethodName" : "setFrom",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "from",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "from",
"variableType" : "Long",
"documentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTo",
"beanStyleSetterMethodName" : "setTo",
"c2jName" : "to",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #to(Long)}.\n@param to a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #to(Long)",
"deprecated" : false,
"documentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "to",
"fluentSetterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "to",
"getterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\n@return The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "to",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "to",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "To",
"sensitive" : false,
"setterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.",
"setterMethodName" : "setTo",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "to",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "to",
"variableType" : "Long",
"documentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestination",
"beanStyleSetterMethodName" : "setDestination",
"c2jName" : "destination",
"c2jShape" : "ExportDestinationBucket",
"defaultConsumerFluentSetterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destination(String)}.\n@param destination a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(String)",
"deprecated" : false,
"documentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destination",
"fluentSetterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destination",
"getterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\n@return The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destination",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Destination",
"sensitive" : false,
"setterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.",
"setterMethodName" : "setDestination",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destination",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destination",
"variableType" : "String",
"documentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestinationPrefix",
"beanStyleSetterMethodName" : "setDestinationPrefix",
"c2jName" : "destinationPrefix",
"c2jShape" : "ExportDestinationPrefix",
"defaultConsumerFluentSetterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationPrefix(String)}.\n@param destinationPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationPrefix(String)",
"deprecated" : false,
"documentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationPrefix",
"fluentSetterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationPrefix",
"getterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\n@return The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destinationPrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destinationPrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DestinationPrefix",
"sensitive" : false,
"setterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.",
"setterMethodName" : "setDestinationPrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationPrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationPrefix",
"variableType" : "String",
"documentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Destination" : {
"beanStyleGetterMethodName" : "getDestination",
"beanStyleSetterMethodName" : "setDestination",
"c2jName" : "destination",
"c2jShape" : "ExportDestinationBucket",
"defaultConsumerFluentSetterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destination(String)}.\n@param destination a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(String)",
"deprecated" : false,
"documentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destination",
"fluentSetterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destination",
"getterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\n@return The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destination",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Destination",
"sensitive" : false,
"setterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.",
"setterMethodName" : "setDestination",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destination",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destination",
"variableType" : "String",
"documentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DestinationPrefix" : {
"beanStyleGetterMethodName" : "getDestinationPrefix",
"beanStyleSetterMethodName" : "setDestinationPrefix",
"c2jName" : "destinationPrefix",
"c2jShape" : "ExportDestinationPrefix",
"defaultConsumerFluentSetterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationPrefix(String)}.\n@param destinationPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationPrefix(String)",
"deprecated" : false,
"documentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationPrefix",
"fluentSetterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationPrefix",
"getterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\n@return The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destinationPrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destinationPrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DestinationPrefix",
"sensitive" : false,
"setterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.",
"setterMethodName" : "setDestinationPrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationPrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationPrefix",
"variableType" : "String",
"documentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"From" : {
"beanStyleGetterMethodName" : "getFrom",
"beanStyleSetterMethodName" : "setFrom",
"c2jName" : "from",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #from(Long)}.\n@param from a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #from(Long)",
"deprecated" : false,
"documentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "from",
"fluentSetterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "from",
"getterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\n@return The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "from",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "from",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "From",
"sensitive" : false,
"setterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.",
"setterMethodName" : "setFrom",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "from",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "from",
"variableType" : "Long",
"documentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogStreamNamePrefix" : {
"beanStyleGetterMethodName" : "getLogStreamNamePrefix",
"beanStyleSetterMethodName" : "setLogStreamNamePrefix",
"c2jName" : "logStreamNamePrefix",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)",
"deprecated" : false,
"documentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamNamePrefix",
"fluentSetterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamNamePrefix",
"getterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\n@return Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamNamePrefix",
"sensitive" : false,
"setterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.",
"setterMethodName" : "setLogStreamNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TaskName" : {
"beanStyleGetterMethodName" : "getTaskName",
"beanStyleSetterMethodName" : "setTaskName",
"c2jName" : "taskName",
"c2jShape" : "ExportTaskName",
"defaultConsumerFluentSetterDocumentation" : "The name of the export task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskName(String)}.\n@param taskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskName(String)",
"deprecated" : false,
"documentation" : "The name of the export task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskName",
"fluentSetterDocumentation" : "The name of the export task.
\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskName",
"getterDocumentation" : "The name of the export task.
\n@return The name of the export task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskName",
"sensitive" : false,
"setterDocumentation" : "The name of the export task.
\n@param taskName The name of the export task.",
"setterMethodName" : "setTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskName",
"variableType" : "String",
"documentation" : "The name of the export task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"To" : {
"beanStyleGetterMethodName" : "getTo",
"beanStyleSetterMethodName" : "setTo",
"c2jName" : "to",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #to(Long)}.\n@param to a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #to(Long)",
"deprecated" : false,
"documentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "to",
"fluentSetterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "to",
"getterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\n@return The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "to",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "to",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "To",
"sensitive" : false,
"setterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.",
"setterMethodName" : "setTo",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "to",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "to",
"variableType" : "Long",
"documentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTaskName",
"beanStyleSetterMethodName" : "setTaskName",
"c2jName" : "taskName",
"c2jShape" : "ExportTaskName",
"defaultConsumerFluentSetterDocumentation" : "The name of the export task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskName(String)}.\n@param taskName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskName(String)",
"deprecated" : false,
"documentation" : "The name of the export task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskName",
"fluentSetterDocumentation" : "The name of the export task.
\n@param taskName The name of the export task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskName",
"getterDocumentation" : "The name of the export task.
\n@return The name of the export task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskName",
"sensitive" : false,
"setterDocumentation" : "The name of the export task.
\n@param taskName The name of the export task.",
"setterMethodName" : "setTaskName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskName",
"variableType" : "String",
"documentation" : "The name of the export task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogStreamNamePrefix",
"beanStyleSetterMethodName" : "setLogStreamNamePrefix",
"c2jName" : "logStreamNamePrefix",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)",
"deprecated" : false,
"documentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamNamePrefix",
"fluentSetterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamNamePrefix",
"getterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\n@return Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamNamePrefix",
"sensitive" : false,
"setterDocumentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
\n@param logStreamNamePrefix Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.",
"setterMethodName" : "setLogStreamNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : "Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFrom",
"beanStyleSetterMethodName" : "setFrom",
"c2jName" : "from",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #from(Long)}.\n@param from a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #from(Long)",
"deprecated" : false,
"documentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "from",
"fluentSetterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "from",
"getterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\n@return The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "from",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "from",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "From",
"sensitive" : false,
"setterDocumentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
\n@param from The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.",
"setterMethodName" : "setFrom",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "from",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "from",
"variableType" : "Long",
"documentation" : "The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTo",
"beanStyleSetterMethodName" : "setTo",
"c2jName" : "to",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #to(Long)}.\n@param to a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #to(Long)",
"deprecated" : false,
"documentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "to",
"fluentSetterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "to",
"getterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\n@return The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "to",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "to",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "To",
"sensitive" : false,
"setterDocumentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
\n@param to The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.",
"setterMethodName" : "setTo",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "to",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "to",
"variableType" : "Long",
"documentation" : "The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestination",
"beanStyleSetterMethodName" : "setDestination",
"c2jName" : "destination",
"c2jShape" : "ExportDestinationBucket",
"defaultConsumerFluentSetterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destination(String)}.\n@param destination a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destination(String)",
"deprecated" : false,
"documentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destination",
"fluentSetterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destination",
"getterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\n@return The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destination",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Destination",
"sensitive" : false,
"setterDocumentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
\n@param destination The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.",
"setterMethodName" : "setDestination",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destination",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destination",
"variableType" : "String",
"documentation" : "The name of S3 bucket for the exported log data. The bucket must be in the same AWS region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDestinationPrefix",
"beanStyleSetterMethodName" : "setDestinationPrefix",
"c2jName" : "destinationPrefix",
"c2jShape" : "ExportDestinationPrefix",
"defaultConsumerFluentSetterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationPrefix(String)}.\n@param destinationPrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationPrefix(String)",
"deprecated" : false,
"documentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationPrefix",
"fluentSetterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationPrefix",
"getterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\n@return The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destinationPrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destinationPrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DestinationPrefix",
"sensitive" : false,
"setterDocumentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
\n@param destinationPrefix The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.",
"setterMethodName" : "setDestinationPrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationPrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationPrefix",
"variableType" : "String",
"documentation" : "The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName", "from", "to", "destination" ],
"shapeName" : "CreateExportTaskRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateExportTaskRequest",
"variableName" : "createExportTaskRequest",
"variableType" : "CreateExportTaskRequest",
"documentation" : null,
"simpleType" : "CreateExportTaskRequest",
"variableSetterType" : "CreateExportTaskRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateExportTaskResponse" : {
"c2jName" : "CreateExportTaskResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getTaskId",
"beanStyleSetterMethodName" : "setTaskId",
"c2jName" : "taskId",
"c2jShape" : "ExportTaskId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the export task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)",
"deprecated" : false,
"documentation" : "The ID of the export task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskId",
"fluentSetterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskId",
"getterDocumentation" : "The ID of the export task.
\n@return The ID of the export task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskId",
"sensitive" : false,
"setterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.",
"setterMethodName" : "setTaskId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : "The ID of the export task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TaskId" : {
"beanStyleGetterMethodName" : "getTaskId",
"beanStyleSetterMethodName" : "setTaskId",
"c2jName" : "taskId",
"c2jShape" : "ExportTaskId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the export task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)",
"deprecated" : false,
"documentation" : "The ID of the export task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskId",
"fluentSetterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskId",
"getterDocumentation" : "The ID of the export task.
\n@return The ID of the export task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskId",
"sensitive" : false,
"setterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.",
"setterMethodName" : "setTaskId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : "The ID of the export task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTaskId",
"beanStyleSetterMethodName" : "setTaskId",
"c2jName" : "taskId",
"c2jShape" : "ExportTaskId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the export task.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)",
"deprecated" : false,
"documentation" : "The ID of the export task.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskId",
"fluentSetterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskId",
"getterDocumentation" : "The ID of the export task.
\n@return The ID of the export task.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskId",
"sensitive" : false,
"setterDocumentation" : "The ID of the export task.
\n@param taskId The ID of the export task.",
"setterMethodName" : "setTaskId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : "The ID of the export task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateExportTaskResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateExportTaskResponse",
"variableName" : "createExportTaskResponse",
"variableType" : "CreateExportTaskResponse",
"documentation" : null,
"simpleType" : "CreateExportTaskResponse",
"variableSetterType" : "CreateExportTaskResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateLogGroupRequest" : {
"c2jName" : "CreateLogGroupRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateLogGroup",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.CreateLogGroup",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "kmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "kmsKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "kmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "Tags",
"defaultConsumerFluentSetterDocumentation" : "The key-value pairs to use for the tags.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"documentation" : "The key-value pairs to use for the tags.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The key-value pairs to use for the tags.
\n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The key-value pairs to use for the tags.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The key-value pairs to use for the tags.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The key-value pairs to use for the tags.
\n@param tags The key-value pairs to use for the tags.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "The key-value pairs to use for the tags.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"KmsKeyId" : {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "kmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "kmsKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "kmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "Tags",
"defaultConsumerFluentSetterDocumentation" : "The key-value pairs to use for the tags.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"documentation" : "The key-value pairs to use for the tags.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The key-value pairs to use for the tags.
\n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The key-value pairs to use for the tags.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The key-value pairs to use for the tags.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The key-value pairs to use for the tags.
\n@param tags The key-value pairs to use for the tags.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "The key-value pairs to use for the tags.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "kmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #kmsKeyId(String)}.\n@param kmsKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #kmsKeyId(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@return The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "kmsKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "kmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
\n@param kmsKeyId The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "Tags",
"defaultConsumerFluentSetterDocumentation" : "The key-value pairs to use for the tags.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"documentation" : "The key-value pairs to use for the tags.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "The key-value pairs to use for the tags.
\n@param tags The key-value pairs to use for the tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "The key-value pairs to use for the tags.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The key-value pairs to use for the tags.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "The key-value pairs to use for the tags.
\n@param tags The key-value pairs to use for the tags.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "The key-value pairs to use for the tags.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName" ],
"shapeName" : "CreateLogGroupRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateLogGroupRequest",
"variableName" : "createLogGroupRequest",
"variableType" : "CreateLogGroupRequest",
"documentation" : null,
"simpleType" : "CreateLogGroupRequest",
"variableSetterType" : "CreateLogGroupRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateLogGroupResponse" : {
"c2jName" : "CreateLogGroupResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateLogGroupResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateLogGroupResponse",
"variableName" : "createLogGroupResponse",
"variableType" : "CreateLogGroupResponse",
"documentation" : null,
"simpleType" : "CreateLogGroupResponse",
"variableSetterType" : "CreateLogGroupResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateLogStreamRequest" : {
"c2jName" : "CreateLogStreamRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateLogStream",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.CreateLogStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogStreamName",
"beanStyleSetterMethodName" : "setLogStreamName",
"c2jName" : "logStreamName",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the log stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamName",
"fluentSetterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamName",
"getterDocumentation" : "The name of the log stream.
\n@return The name of the log stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.",
"setterMethodName" : "setLogStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : "The name of the log stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogStreamName" : {
"beanStyleGetterMethodName" : "getLogStreamName",
"beanStyleSetterMethodName" : "setLogStreamName",
"c2jName" : "logStreamName",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the log stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamName",
"fluentSetterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamName",
"getterDocumentation" : "The name of the log stream.
\n@return The name of the log stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.",
"setterMethodName" : "setLogStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : "The name of the log stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogStreamName",
"beanStyleSetterMethodName" : "setLogStreamName",
"c2jName" : "logStreamName",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the log stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamName",
"fluentSetterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamName",
"getterDocumentation" : "The name of the log stream.
\n@return The name of the log stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.",
"setterMethodName" : "setLogStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : "The name of the log stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName", "logStreamName" ],
"shapeName" : "CreateLogStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateLogStreamRequest",
"variableName" : "createLogStreamRequest",
"variableType" : "CreateLogStreamRequest",
"documentation" : null,
"simpleType" : "CreateLogStreamRequest",
"variableSetterType" : "CreateLogStreamRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateLogStreamResponse" : {
"c2jName" : "CreateLogStreamResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateLogStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateLogStreamResponse",
"variableName" : "createLogStreamResponse",
"variableType" : "CreateLogStreamResponse",
"documentation" : null,
"simpleType" : "CreateLogStreamResponse",
"variableSetterType" : "CreateLogStreamResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DataAlreadyAcceptedException" : {
"c2jName" : "DataAlreadyAcceptedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The event was already logged.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "DataAlreadyAcceptedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getExpectedSequenceToken",
"beanStyleSetterMethodName" : "setExpectedSequenceToken",
"c2jName" : "expectedSequenceToken",
"c2jShape" : "SequenceToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expectedSequenceToken(String)}.\n@param expectedSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expectedSequenceToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expectedSequenceToken",
"fluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expectedSequenceToken",
"getterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "expectedSequenceToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "expectedSequenceToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExpectedSequenceToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.",
"setterMethodName" : "setExpectedSequenceToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expectedSequenceToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expectedSequenceToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExpectedSequenceToken" : {
"beanStyleGetterMethodName" : "getExpectedSequenceToken",
"beanStyleSetterMethodName" : "setExpectedSequenceToken",
"c2jName" : "expectedSequenceToken",
"c2jShape" : "SequenceToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expectedSequenceToken(String)}.\n@param expectedSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expectedSequenceToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expectedSequenceToken",
"fluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expectedSequenceToken",
"getterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "expectedSequenceToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "expectedSequenceToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExpectedSequenceToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.",
"setterMethodName" : "setExpectedSequenceToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expectedSequenceToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expectedSequenceToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getExpectedSequenceToken",
"beanStyleSetterMethodName" : "setExpectedSequenceToken",
"c2jName" : "expectedSequenceToken",
"c2jShape" : "SequenceToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #expectedSequenceToken(String)}.\n@param expectedSequenceToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #expectedSequenceToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expectedSequenceToken",
"fluentSetterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expectedSequenceToken",
"getterDocumentation" : "Returns the value of the ExpectedSequenceToken property for this object.\n@return The value of the ExpectedSequenceToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "expectedSequenceToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "expectedSequenceToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ExpectedSequenceToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the ExpectedSequenceToken property for this object.\n\n@param expectedSequenceToken The new value for the ExpectedSequenceToken property for this object.",
"setterMethodName" : "setExpectedSequenceToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expectedSequenceToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expectedSequenceToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DataAlreadyAcceptedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DataAlreadyAcceptedException",
"variableName" : "dataAlreadyAcceptedException",
"variableType" : "DataAlreadyAcceptedException",
"documentation" : null,
"simpleType" : "DataAlreadyAcceptedException",
"variableSetterType" : "DataAlreadyAcceptedException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteDestinationRequest" : {
"c2jName" : "DeleteDestinationRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteDestination",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DeleteDestination",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDestinationName",
"beanStyleSetterMethodName" : "setDestinationName",
"c2jName" : "destinationName",
"c2jShape" : "DestinationName",
"defaultConsumerFluentSetterDocumentation" : "The name of the destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)",
"deprecated" : false,
"documentation" : "The name of the destination.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationName",
"fluentSetterDocumentation" : "The name of the destination.
\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationName",
"getterDocumentation" : "The name of the destination.
\n@return The name of the destination.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destinationName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destinationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DestinationName",
"sensitive" : false,
"setterDocumentation" : "The name of the destination.
\n@param destinationName The name of the destination.",
"setterMethodName" : "setDestinationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationName",
"variableType" : "String",
"documentation" : "The name of the destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DestinationName" : {
"beanStyleGetterMethodName" : "getDestinationName",
"beanStyleSetterMethodName" : "setDestinationName",
"c2jName" : "destinationName",
"c2jShape" : "DestinationName",
"defaultConsumerFluentSetterDocumentation" : "The name of the destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)",
"deprecated" : false,
"documentation" : "The name of the destination.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationName",
"fluentSetterDocumentation" : "The name of the destination.
\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationName",
"getterDocumentation" : "The name of the destination.
\n@return The name of the destination.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destinationName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destinationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DestinationName",
"sensitive" : false,
"setterDocumentation" : "The name of the destination.
\n@param destinationName The name of the destination.",
"setterMethodName" : "setDestinationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationName",
"variableType" : "String",
"documentation" : "The name of the destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDestinationName",
"beanStyleSetterMethodName" : "setDestinationName",
"c2jName" : "destinationName",
"c2jShape" : "DestinationName",
"defaultConsumerFluentSetterDocumentation" : "The name of the destination.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationName(String)}.\n@param destinationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationName(String)",
"deprecated" : false,
"documentation" : "The name of the destination.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationName",
"fluentSetterDocumentation" : "The name of the destination.
\n@param destinationName The name of the destination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationName",
"getterDocumentation" : "The name of the destination.
\n@return The name of the destination.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destinationName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destinationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DestinationName",
"sensitive" : false,
"setterDocumentation" : "The name of the destination.
\n@param destinationName The name of the destination.",
"setterMethodName" : "setDestinationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationName",
"variableType" : "String",
"documentation" : "The name of the destination.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "destinationName" ],
"shapeName" : "DeleteDestinationRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteDestinationRequest",
"variableName" : "deleteDestinationRequest",
"variableType" : "DeleteDestinationRequest",
"documentation" : null,
"simpleType" : "DeleteDestinationRequest",
"variableSetterType" : "DeleteDestinationRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteDestinationResponse" : {
"c2jName" : "DeleteDestinationResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteDestinationResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteDestinationResponse",
"variableName" : "deleteDestinationResponse",
"variableType" : "DeleteDestinationResponse",
"documentation" : null,
"simpleType" : "DeleteDestinationResponse",
"variableSetterType" : "DeleteDestinationResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteLogGroupRequest" : {
"c2jName" : "DeleteLogGroupRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteLogGroup",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DeleteLogGroup",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName" ],
"shapeName" : "DeleteLogGroupRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteLogGroupRequest",
"variableName" : "deleteLogGroupRequest",
"variableType" : "DeleteLogGroupRequest",
"documentation" : null,
"simpleType" : "DeleteLogGroupRequest",
"variableSetterType" : "DeleteLogGroupRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteLogGroupResponse" : {
"c2jName" : "DeleteLogGroupResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteLogGroupResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteLogGroupResponse",
"variableName" : "deleteLogGroupResponse",
"variableType" : "DeleteLogGroupResponse",
"documentation" : null,
"simpleType" : "DeleteLogGroupResponse",
"variableSetterType" : "DeleteLogGroupResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteLogStreamRequest" : {
"c2jName" : "DeleteLogStreamRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteLogStream",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DeleteLogStream",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogStreamName",
"beanStyleSetterMethodName" : "setLogStreamName",
"c2jName" : "logStreamName",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the log stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamName",
"fluentSetterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamName",
"getterDocumentation" : "The name of the log stream.
\n@return The name of the log stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.",
"setterMethodName" : "setLogStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : "The name of the log stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogStreamName" : {
"beanStyleGetterMethodName" : "getLogStreamName",
"beanStyleSetterMethodName" : "setLogStreamName",
"c2jName" : "logStreamName",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the log stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamName",
"fluentSetterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamName",
"getterDocumentation" : "The name of the log stream.
\n@return The name of the log stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.",
"setterMethodName" : "setLogStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : "The name of the log stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogStreamName",
"beanStyleSetterMethodName" : "setLogStreamName",
"c2jName" : "logStreamName",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log stream.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamName(String)}.\n@param logStreamName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamName(String)",
"deprecated" : false,
"documentation" : "The name of the log stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamName",
"fluentSetterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamName",
"getterDocumentation" : "The name of the log stream.
\n@return The name of the log stream.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the log stream.
\n@param logStreamName The name of the log stream.",
"setterMethodName" : "setLogStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamName",
"variableType" : "String",
"documentation" : "The name of the log stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName", "logStreamName" ],
"shapeName" : "DeleteLogStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteLogStreamRequest",
"variableName" : "deleteLogStreamRequest",
"variableType" : "DeleteLogStreamRequest",
"documentation" : null,
"simpleType" : "DeleteLogStreamRequest",
"variableSetterType" : "DeleteLogStreamRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteLogStreamResponse" : {
"c2jName" : "DeleteLogStreamResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteLogStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteLogStreamResponse",
"variableName" : "deleteLogStreamResponse",
"variableType" : "DeleteLogStreamResponse",
"documentation" : null,
"simpleType" : "DeleteLogStreamResponse",
"variableSetterType" : "DeleteLogStreamResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteMetricFilterRequest" : {
"c2jName" : "DeleteMetricFilterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteMetricFilter",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DeleteMetricFilter",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFilterName",
"beanStyleSetterMethodName" : "setFilterName",
"c2jName" : "filterName",
"c2jShape" : "FilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the metric filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)",
"deprecated" : false,
"documentation" : "The name of the metric filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filterName",
"fluentSetterDocumentation" : "The name of the metric filter.
\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "filterName",
"getterDocumentation" : "The name of the metric filter.
\n@return The name of the metric filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "filterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "filterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the metric filter.
\n@param filterName The name of the metric filter.",
"setterMethodName" : "setFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the metric filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FilterName" : {
"beanStyleGetterMethodName" : "getFilterName",
"beanStyleSetterMethodName" : "setFilterName",
"c2jName" : "filterName",
"c2jShape" : "FilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the metric filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)",
"deprecated" : false,
"documentation" : "The name of the metric filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filterName",
"fluentSetterDocumentation" : "The name of the metric filter.
\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "filterName",
"getterDocumentation" : "The name of the metric filter.
\n@return The name of the metric filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "filterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "filterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the metric filter.
\n@param filterName The name of the metric filter.",
"setterMethodName" : "setFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the metric filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFilterName",
"beanStyleSetterMethodName" : "setFilterName",
"c2jName" : "filterName",
"c2jShape" : "FilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the metric filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)",
"deprecated" : false,
"documentation" : "The name of the metric filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filterName",
"fluentSetterDocumentation" : "The name of the metric filter.
\n@param filterName The name of the metric filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "filterName",
"getterDocumentation" : "The name of the metric filter.
\n@return The name of the metric filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "filterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "filterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the metric filter.
\n@param filterName The name of the metric filter.",
"setterMethodName" : "setFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the metric filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName", "filterName" ],
"shapeName" : "DeleteMetricFilterRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteMetricFilterRequest",
"variableName" : "deleteMetricFilterRequest",
"variableType" : "DeleteMetricFilterRequest",
"documentation" : null,
"simpleType" : "DeleteMetricFilterRequest",
"variableSetterType" : "DeleteMetricFilterRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteMetricFilterResponse" : {
"c2jName" : "DeleteMetricFilterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteMetricFilterResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteMetricFilterResponse",
"variableName" : "deleteMetricFilterResponse",
"variableType" : "DeleteMetricFilterResponse",
"documentation" : null,
"simpleType" : "DeleteMetricFilterResponse",
"variableSetterType" : "DeleteMetricFilterResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteResourcePolicyRequest" : {
"c2jName" : "DeleteResourcePolicyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteResourcePolicy",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DeleteResourcePolicy",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getPolicyName",
"beanStyleSetterMethodName" : "setPolicyName",
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)",
"deprecated" : false,
"documentation" : "The name of the policy to be revoked. This parameter is required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "policyName",
"fluentSetterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\n@param policyName The name of the policy to be revoked. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "policyName",
"getterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\n@return The name of the policy to be revoked. This parameter is required.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "policyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PolicyName",
"sensitive" : false,
"setterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\n@param policyName The name of the policy to be revoked. This parameter is required.",
"setterMethodName" : "setPolicyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to be revoked. This parameter is required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PolicyName" : {
"beanStyleGetterMethodName" : "getPolicyName",
"beanStyleSetterMethodName" : "setPolicyName",
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)",
"deprecated" : false,
"documentation" : "The name of the policy to be revoked. This parameter is required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "policyName",
"fluentSetterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\n@param policyName The name of the policy to be revoked. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "policyName",
"getterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\n@return The name of the policy to be revoked. This parameter is required.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "policyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PolicyName",
"sensitive" : false,
"setterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\n@param policyName The name of the policy to be revoked. This parameter is required.",
"setterMethodName" : "setPolicyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to be revoked. This parameter is required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getPolicyName",
"beanStyleSetterMethodName" : "setPolicyName",
"c2jName" : "policyName",
"c2jShape" : "PolicyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #policyName(String)}.\n@param policyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #policyName(String)",
"deprecated" : false,
"documentation" : "The name of the policy to be revoked. This parameter is required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "policyName",
"fluentSetterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\n@param policyName The name of the policy to be revoked. This parameter is required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "policyName",
"getterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\n@return The name of the policy to be revoked. This parameter is required.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "policyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "policyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PolicyName",
"sensitive" : false,
"setterDocumentation" : "The name of the policy to be revoked. This parameter is required.
\n@param policyName The name of the policy to be revoked. This parameter is required.",
"setterMethodName" : "setPolicyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy to be revoked. This parameter is required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteResourcePolicyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteResourcePolicyRequest",
"variableName" : "deleteResourcePolicyRequest",
"variableType" : "DeleteResourcePolicyRequest",
"documentation" : null,
"simpleType" : "DeleteResourcePolicyRequest",
"variableSetterType" : "DeleteResourcePolicyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteResourcePolicyResponse" : {
"c2jName" : "DeleteResourcePolicyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteResourcePolicyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteResourcePolicyResponse",
"variableName" : "deleteResourcePolicyResponse",
"variableType" : "DeleteResourcePolicyResponse",
"documentation" : null,
"simpleType" : "DeleteResourcePolicyResponse",
"variableSetterType" : "DeleteResourcePolicyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteRetentionPolicyRequest" : {
"c2jName" : "DeleteRetentionPolicyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteRetentionPolicy",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DeleteRetentionPolicy",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName" ],
"shapeName" : "DeleteRetentionPolicyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteRetentionPolicyRequest",
"variableName" : "deleteRetentionPolicyRequest",
"variableType" : "DeleteRetentionPolicyRequest",
"documentation" : null,
"simpleType" : "DeleteRetentionPolicyRequest",
"variableSetterType" : "DeleteRetentionPolicyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteRetentionPolicyResponse" : {
"c2jName" : "DeleteRetentionPolicyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteRetentionPolicyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteRetentionPolicyResponse",
"variableName" : "deleteRetentionPolicyResponse",
"variableType" : "DeleteRetentionPolicyResponse",
"documentation" : null,
"simpleType" : "DeleteRetentionPolicyResponse",
"variableSetterType" : "DeleteRetentionPolicyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSubscriptionFilterRequest" : {
"c2jName" : "DeleteSubscriptionFilterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteSubscriptionFilter",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DeleteSubscriptionFilter",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFilterName",
"beanStyleSetterMethodName" : "setFilterName",
"c2jName" : "filterName",
"c2jShape" : "FilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the subscription filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)",
"deprecated" : false,
"documentation" : "The name of the subscription filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filterName",
"fluentSetterDocumentation" : "The name of the subscription filter.
\n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "filterName",
"getterDocumentation" : "The name of the subscription filter.
\n@return The name of the subscription filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "filterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "filterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the subscription filter.
\n@param filterName The name of the subscription filter.",
"setterMethodName" : "setFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the subscription filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FilterName" : {
"beanStyleGetterMethodName" : "getFilterName",
"beanStyleSetterMethodName" : "setFilterName",
"c2jName" : "filterName",
"c2jShape" : "FilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the subscription filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)",
"deprecated" : false,
"documentation" : "The name of the subscription filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filterName",
"fluentSetterDocumentation" : "The name of the subscription filter.
\n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "filterName",
"getterDocumentation" : "The name of the subscription filter.
\n@return The name of the subscription filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "filterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "filterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the subscription filter.
\n@param filterName The name of the subscription filter.",
"setterMethodName" : "setFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the subscription filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFilterName",
"beanStyleSetterMethodName" : "setFilterName",
"c2jName" : "filterName",
"c2jShape" : "FilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the subscription filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #filterName(String)}.\n@param filterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #filterName(String)",
"deprecated" : false,
"documentation" : "The name of the subscription filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "filterName",
"fluentSetterDocumentation" : "The name of the subscription filter.
\n@param filterName The name of the subscription filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "filterName",
"getterDocumentation" : "The name of the subscription filter.
\n@return The name of the subscription filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "filterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "filterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the subscription filter.
\n@param filterName The name of the subscription filter.",
"setterMethodName" : "setFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "filterName",
"variableType" : "String",
"documentation" : "The name of the subscription filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName", "filterName" ],
"shapeName" : "DeleteSubscriptionFilterRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteSubscriptionFilterRequest",
"variableName" : "deleteSubscriptionFilterRequest",
"variableType" : "DeleteSubscriptionFilterRequest",
"documentation" : null,
"simpleType" : "DeleteSubscriptionFilterRequest",
"variableSetterType" : "DeleteSubscriptionFilterRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSubscriptionFilterResponse" : {
"c2jName" : "DeleteSubscriptionFilterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteSubscriptionFilterResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteSubscriptionFilterResponse",
"variableName" : "deleteSubscriptionFilterResponse",
"variableType" : "DeleteSubscriptionFilterResponse",
"documentation" : null,
"simpleType" : "DeleteSubscriptionFilterResponse",
"variableSetterType" : "DeleteSubscriptionFilterResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeDestinationsRequest" : {
"c2jName" : "DescribeDestinationsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeDestinations",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DescribeDestinations",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDestinationNamePrefix",
"beanStyleSetterMethodName" : "setDestinationNamePrefix",
"c2jName" : "DestinationNamePrefix",
"c2jShape" : "DestinationName",
"defaultConsumerFluentSetterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationNamePrefix(String)}.\n@param destinationNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationNamePrefix(String)",
"deprecated" : false,
"documentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationNamePrefix",
"fluentSetterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationNamePrefix",
"getterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DestinationNamePrefix",
"sensitive" : false,
"setterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.",
"setterMethodName" : "setDestinationNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationNamePrefix",
"variableType" : "String",
"documentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DestinationNamePrefix" : {
"beanStyleGetterMethodName" : "getDestinationNamePrefix",
"beanStyleSetterMethodName" : "setDestinationNamePrefix",
"c2jName" : "DestinationNamePrefix",
"c2jShape" : "DestinationName",
"defaultConsumerFluentSetterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationNamePrefix(String)}.\n@param destinationNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationNamePrefix(String)",
"deprecated" : false,
"documentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationNamePrefix",
"fluentSetterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationNamePrefix",
"getterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DestinationNamePrefix",
"sensitive" : false,
"setterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.",
"setterMethodName" : "setDestinationNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationNamePrefix",
"variableType" : "String",
"documentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Limit" : {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDestinationNamePrefix",
"beanStyleSetterMethodName" : "setDestinationNamePrefix",
"c2jName" : "DestinationNamePrefix",
"c2jShape" : "DestinationName",
"defaultConsumerFluentSetterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #destinationNamePrefix(String)}.\n@param destinationNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinationNamePrefix(String)",
"deprecated" : false,
"documentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinationNamePrefix",
"fluentSetterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinationNamePrefix",
"getterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\n@return The prefix to match. If you don't specify a value, no prefix filter is applied.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DestinationNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DestinationNamePrefix",
"sensitive" : false,
"setterDocumentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
\n@param destinationNamePrefix The prefix to match. If you don't specify a value, no prefix filter is applied.",
"setterMethodName" : "setDestinationNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "destinationNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "destinationNamePrefix",
"variableType" : "String",
"documentation" : "The prefix to match. If you don't specify a value, no prefix filter is applied.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeDestinationsRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeDestinationsRequest",
"variableName" : "describeDestinationsRequest",
"variableType" : "DescribeDestinationsRequest",
"documentation" : null,
"simpleType" : "DescribeDestinationsRequest",
"variableSetterType" : "DescribeDestinationsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeDestinationsResponse" : {
"c2jName" : "DescribeDestinationsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDestinations",
"beanStyleSetterMethodName" : "setDestinations",
"c2jName" : "destinations",
"c2jShape" : "Destinations",
"defaultConsumerFluentSetterDocumentation" : "The destinations.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)",
"deprecated" : false,
"documentation" : "The destinations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinations",
"fluentSetterDocumentation" : "The destinations.
\n@param destinations The destinations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinations",
"getterDocumentation" : "The destinations.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The destinations.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destinations",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destinations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Destination",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #member(Destination)}.\n@param member a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Destination)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Destination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Destination",
"variableName" : "member",
"variableType" : "Destination",
"documentation" : null,
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Destination",
"variableName" : "member",
"variableType" : "Destination",
"documentation" : "",
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Destination",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Destination",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Destinations",
"sensitive" : false,
"setterDocumentation" : "The destinations.
\n@param destinations The destinations.",
"setterMethodName" : "setDestinations",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "destinations",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "destinations",
"variableType" : "java.util.List",
"documentation" : "The destinations.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Destinations" : {
"beanStyleGetterMethodName" : "getDestinations",
"beanStyleSetterMethodName" : "setDestinations",
"c2jName" : "destinations",
"c2jShape" : "Destinations",
"defaultConsumerFluentSetterDocumentation" : "The destinations.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)",
"deprecated" : false,
"documentation" : "The destinations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinations",
"fluentSetterDocumentation" : "The destinations.
\n@param destinations The destinations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinations",
"getterDocumentation" : "The destinations.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The destinations.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destinations",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destinations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Destination",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #member(Destination)}.\n@param member a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Destination)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Destination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Destination",
"variableName" : "member",
"variableType" : "Destination",
"documentation" : null,
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Destination",
"variableName" : "member",
"variableType" : "Destination",
"documentation" : "",
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Destination",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Destination",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Destinations",
"sensitive" : false,
"setterDocumentation" : "The destinations.
\n@param destinations The destinations.",
"setterMethodName" : "setDestinations",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "destinations",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "destinations",
"variableType" : "java.util.List",
"documentation" : "The destinations.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDestinations",
"beanStyleSetterMethodName" : "setDestinations",
"c2jName" : "destinations",
"c2jShape" : "Destinations",
"defaultConsumerFluentSetterDocumentation" : "The destinations.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #destinations(List)}.\n@param destinations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #destinations(List)",
"deprecated" : false,
"documentation" : "The destinations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "destinations",
"fluentSetterDocumentation" : "The destinations.
\n@param destinations The destinations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "destinations",
"getterDocumentation" : "The destinations.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The destinations.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "destinations",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "destinations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Destination",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Destination.Builder} avoiding the need to create one manually via {@link Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link Destination.Builder#build()} is called immediately and its result is passed to {@link #member(Destination)}.\n@param member a consumer that will call methods on {@link Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Destination)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Destination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Destination",
"variableName" : "member",
"variableType" : "Destination",
"documentation" : null,
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Destination",
"variableName" : "member",
"variableType" : "Destination",
"documentation" : "",
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Destination",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Destination",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Destinations",
"sensitive" : false,
"setterDocumentation" : "The destinations.
\n@param destinations The destinations.",
"setterMethodName" : "setDestinations",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "destinations",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "destinations",
"variableType" : "java.util.List",
"documentation" : "The destinations.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeDestinationsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeDestinationsResponse",
"variableName" : "describeDestinationsResponse",
"variableType" : "DescribeDestinationsResponse",
"documentation" : null,
"simpleType" : "DescribeDestinationsResponse",
"variableSetterType" : "DescribeDestinationsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeExportTasksRequest" : {
"c2jName" : "DescribeExportTasksRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeExportTasks",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DescribeExportTasks",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getTaskId",
"beanStyleSetterMethodName" : "setTaskId",
"c2jName" : "taskId",
"c2jShape" : "ExportTaskId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)",
"deprecated" : false,
"documentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskId",
"fluentSetterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskId",
"getterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\n@return The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskId",
"sensitive" : false,
"setterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.",
"setterMethodName" : "setTaskId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusCodeAsString",
"beanStyleSetterMethodName" : "setStatusCode",
"c2jName" : "statusCode",
"c2jShape" : "ExportTaskStatusCode",
"defaultConsumerFluentSetterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCodeAsString(String)}.\n@param statusCodeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)",
"deprecated" : false,
"documentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
",
"endpointDiscoveryId" : false,
"enumType" : "ExportTaskStatusCode",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "statusCode",
"fluentEnumSetterMethodName" : "statusCode",
"fluentGetterMethodName" : "statusCodeAsString",
"fluentSetterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode",
"fluentSetterMethodName" : "statusCode",
"getterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n
\n@return The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "statusCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusCode",
"sensitive" : false,
"setterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode",
"setterMethodName" : "setStatusCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusCodeValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusCodeValue",
"variableType" : "String",
"documentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Limit" : {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StatusCode" : {
"beanStyleGetterMethodName" : "getStatusCodeAsString",
"beanStyleSetterMethodName" : "setStatusCode",
"c2jName" : "statusCode",
"c2jShape" : "ExportTaskStatusCode",
"defaultConsumerFluentSetterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCodeAsString(String)}.\n@param statusCodeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)",
"deprecated" : false,
"documentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
",
"endpointDiscoveryId" : false,
"enumType" : "ExportTaskStatusCode",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "statusCode",
"fluentEnumSetterMethodName" : "statusCode",
"fluentGetterMethodName" : "statusCodeAsString",
"fluentSetterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode",
"fluentSetterMethodName" : "statusCode",
"getterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n
\n@return The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "statusCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusCode",
"sensitive" : false,
"setterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode",
"setterMethodName" : "setStatusCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusCodeValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusCodeValue",
"variableType" : "String",
"documentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TaskId" : {
"beanStyleGetterMethodName" : "getTaskId",
"beanStyleSetterMethodName" : "setTaskId",
"c2jName" : "taskId",
"c2jShape" : "ExportTaskId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)",
"deprecated" : false,
"documentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskId",
"fluentSetterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskId",
"getterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\n@return The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskId",
"sensitive" : false,
"setterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.",
"setterMethodName" : "setTaskId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTaskId",
"beanStyleSetterMethodName" : "setTaskId",
"c2jName" : "taskId",
"c2jShape" : "ExportTaskId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #taskId(String)}.\n@param taskId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #taskId(String)",
"deprecated" : false,
"documentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "taskId",
"fluentSetterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "taskId",
"getterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\n@return The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "taskId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "taskId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TaskId",
"sensitive" : false,
"setterDocumentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
\n@param taskId The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.",
"setterMethodName" : "setTaskId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "taskId",
"variableType" : "String",
"documentation" : "The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusCodeAsString",
"beanStyleSetterMethodName" : "setStatusCode",
"c2jName" : "statusCode",
"c2jShape" : "ExportTaskStatusCode",
"defaultConsumerFluentSetterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusCodeAsString(String)}.\n@param statusCodeValue a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusCode(String)",
"deprecated" : false,
"documentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
",
"endpointDiscoveryId" : false,
"enumType" : "ExportTaskStatusCode",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "statusCode",
"fluentEnumSetterMethodName" : "statusCode",
"fluentGetterMethodName" : "statusCodeAsString",
"fluentSetterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportTaskStatusCode",
"fluentSetterMethodName" : "statusCode",
"getterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #statusCode} will return {@link ExportTaskStatusCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusCodeAsString}.\n
\n@return The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "statusCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusCode",
"sensitive" : false,
"setterDocumentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
\n@param statusCodeValue The status code of the export task. Specifying a status code filters the results to zero or more export tasks.\n@see ExportTaskStatusCode",
"setterMethodName" : "setStatusCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusCodeValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusCodeValue",
"variableType" : "String",
"documentation" : "The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeExportTasksRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeExportTasksRequest",
"variableName" : "describeExportTasksRequest",
"variableType" : "DescribeExportTasksRequest",
"documentation" : null,
"simpleType" : "DescribeExportTasksRequest",
"variableSetterType" : "DescribeExportTasksRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeExportTasksResponse" : {
"c2jName" : "DescribeExportTasksResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getExportTasks",
"beanStyleSetterMethodName" : "setExportTasks",
"c2jName" : "exportTasks",
"c2jShape" : "ExportTasks",
"defaultConsumerFluentSetterDocumentation" : "The export tasks.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #exportTasks(List)}.\n@param exportTasks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exportTasks(List)",
"deprecated" : false,
"documentation" : "The export tasks.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exportTasks",
"fluentSetterDocumentation" : "The export tasks.
\n@param exportTasks The export tasks.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exportTasks",
"getterDocumentation" : "The export tasks.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The export tasks.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "exportTasks",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "exportTasks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ExportTask",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExportTask.Builder} avoiding the need to create one manually via {@link ExportTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTask.Builder#build()} is called immediately and its result is passed to {@link #member(ExportTask)}.\n@param member a consumer that will call methods on {@link ExportTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExportTask)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ExportTask",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ExportTask",
"variableName" : "member",
"variableType" : "ExportTask",
"documentation" : null,
"simpleType" : "ExportTask",
"variableSetterType" : "ExportTask"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ExportTask",
"variableName" : "member",
"variableType" : "ExportTask",
"documentation" : "",
"simpleType" : "ExportTask",
"variableSetterType" : "ExportTask"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ExportTask",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ExportTask",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ExportTasks",
"sensitive" : false,
"setterDocumentation" : "The export tasks.
\n@param exportTasks The export tasks.",
"setterMethodName" : "setExportTasks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "exportTasks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "exportTasks",
"variableType" : "java.util.List",
"documentation" : "The export tasks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExportTasks" : {
"beanStyleGetterMethodName" : "getExportTasks",
"beanStyleSetterMethodName" : "setExportTasks",
"c2jName" : "exportTasks",
"c2jShape" : "ExportTasks",
"defaultConsumerFluentSetterDocumentation" : "The export tasks.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #exportTasks(List)}.\n@param exportTasks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exportTasks(List)",
"deprecated" : false,
"documentation" : "The export tasks.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exportTasks",
"fluentSetterDocumentation" : "The export tasks.
\n@param exportTasks The export tasks.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exportTasks",
"getterDocumentation" : "The export tasks.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The export tasks.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "exportTasks",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "exportTasks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ExportTask",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExportTask.Builder} avoiding the need to create one manually via {@link ExportTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTask.Builder#build()} is called immediately and its result is passed to {@link #member(ExportTask)}.\n@param member a consumer that will call methods on {@link ExportTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExportTask)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ExportTask",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ExportTask",
"variableName" : "member",
"variableType" : "ExportTask",
"documentation" : null,
"simpleType" : "ExportTask",
"variableSetterType" : "ExportTask"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ExportTask",
"variableName" : "member",
"variableType" : "ExportTask",
"documentation" : "",
"simpleType" : "ExportTask",
"variableSetterType" : "ExportTask"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ExportTask",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ExportTask",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ExportTasks",
"sensitive" : false,
"setterDocumentation" : "The export tasks.
\n@param exportTasks The export tasks.",
"setterMethodName" : "setExportTasks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "exportTasks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "exportTasks",
"variableType" : "java.util.List",
"documentation" : "The export tasks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getExportTasks",
"beanStyleSetterMethodName" : "setExportTasks",
"c2jName" : "exportTasks",
"c2jShape" : "ExportTasks",
"defaultConsumerFluentSetterDocumentation" : "The export tasks.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #exportTasks(List)}.\n@param exportTasks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #exportTasks(List)",
"deprecated" : false,
"documentation" : "The export tasks.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "exportTasks",
"fluentSetterDocumentation" : "The export tasks.
\n@param exportTasks The export tasks.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "exportTasks",
"getterDocumentation" : "The export tasks.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The export tasks.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "exportTasks",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "exportTasks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ExportTask",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExportTask.Builder} avoiding the need to create one manually via {@link ExportTask#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExportTask.Builder#build()} is called immediately and its result is passed to {@link #member(ExportTask)}.\n@param member a consumer that will call methods on {@link ExportTask.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExportTask)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ExportTask",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ExportTask",
"variableName" : "member",
"variableType" : "ExportTask",
"documentation" : null,
"simpleType" : "ExportTask",
"variableSetterType" : "ExportTask"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ExportTask",
"variableName" : "member",
"variableType" : "ExportTask",
"documentation" : "",
"simpleType" : "ExportTask",
"variableSetterType" : "ExportTask"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ExportTask",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ExportTask",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ExportTasks",
"sensitive" : false,
"setterDocumentation" : "The export tasks.
\n@param exportTasks The export tasks.",
"setterMethodName" : "setExportTasks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "exportTasks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "exportTasks",
"variableType" : "java.util.List",
"documentation" : "The export tasks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeExportTasksResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeExportTasksResponse",
"variableName" : "describeExportTasksResponse",
"variableType" : "DescribeExportTasksResponse",
"documentation" : null,
"simpleType" : "DescribeExportTasksResponse",
"variableSetterType" : "DescribeExportTasksResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeLogGroupsRequest" : {
"c2jName" : "DescribeLogGroupsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeLogGroups",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DescribeLogGroups",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupNamePrefix",
"beanStyleSetterMethodName" : "setLogGroupNamePrefix",
"c2jName" : "logGroupNamePrefix",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The prefix to match.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupNamePrefix(String)}.\n@param logGroupNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNamePrefix(String)",
"deprecated" : false,
"documentation" : "The prefix to match.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupNamePrefix",
"fluentSetterDocumentation" : "The prefix to match.
\n@param logGroupNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupNamePrefix",
"getterDocumentation" : "The prefix to match.
\n@return The prefix to match.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupNamePrefix",
"sensitive" : false,
"setterDocumentation" : "The prefix to match.
\n@param logGroupNamePrefix The prefix to match.",
"setterMethodName" : "setLogGroupNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupNamePrefix",
"variableType" : "String",
"documentation" : "The prefix to match.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Limit" : {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogGroupNamePrefix" : {
"beanStyleGetterMethodName" : "getLogGroupNamePrefix",
"beanStyleSetterMethodName" : "setLogGroupNamePrefix",
"c2jName" : "logGroupNamePrefix",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The prefix to match.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupNamePrefix(String)}.\n@param logGroupNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNamePrefix(String)",
"deprecated" : false,
"documentation" : "The prefix to match.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupNamePrefix",
"fluentSetterDocumentation" : "The prefix to match.
\n@param logGroupNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupNamePrefix",
"getterDocumentation" : "The prefix to match.
\n@return The prefix to match.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupNamePrefix",
"sensitive" : false,
"setterDocumentation" : "The prefix to match.
\n@param logGroupNamePrefix The prefix to match.",
"setterMethodName" : "setLogGroupNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupNamePrefix",
"variableType" : "String",
"documentation" : "The prefix to match.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupNamePrefix",
"beanStyleSetterMethodName" : "setLogGroupNamePrefix",
"c2jName" : "logGroupNamePrefix",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The prefix to match.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupNamePrefix(String)}.\n@param logGroupNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupNamePrefix(String)",
"deprecated" : false,
"documentation" : "The prefix to match.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupNamePrefix",
"fluentSetterDocumentation" : "The prefix to match.
\n@param logGroupNamePrefix The prefix to match.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupNamePrefix",
"getterDocumentation" : "The prefix to match.
\n@return The prefix to match.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupNamePrefix",
"sensitive" : false,
"setterDocumentation" : "The prefix to match.
\n@param logGroupNamePrefix The prefix to match.",
"setterMethodName" : "setLogGroupNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupNamePrefix",
"variableType" : "String",
"documentation" : "The prefix to match.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeLogGroupsRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeLogGroupsRequest",
"variableName" : "describeLogGroupsRequest",
"variableType" : "DescribeLogGroupsRequest",
"documentation" : null,
"simpleType" : "DescribeLogGroupsRequest",
"variableSetterType" : "DescribeLogGroupsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeLogGroupsResponse" : {
"c2jName" : "DescribeLogGroupsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroups",
"beanStyleSetterMethodName" : "setLogGroups",
"c2jName" : "logGroups",
"c2jShape" : "LogGroups",
"defaultConsumerFluentSetterDocumentation" : "The log groups.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroups(List)}.\n@param logGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroups(List)",
"deprecated" : false,
"documentation" : "The log groups.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroups",
"fluentSetterDocumentation" : "The log groups.
\n@param logGroups The log groups.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroups",
"getterDocumentation" : "The log groups.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The log groups.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroups",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroups",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LogGroup",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogGroup.Builder} avoiding the need to create one manually via {@link LogGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogGroup.Builder#build()} is called immediately and its result is passed to {@link #member(LogGroup)}.\n@param member a consumer that will call methods on {@link LogGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogGroup)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LogGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "LogGroup",
"variableName" : "member",
"variableType" : "LogGroup",
"documentation" : null,
"simpleType" : "LogGroup",
"variableSetterType" : "LogGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LogGroup",
"variableName" : "member",
"variableType" : "LogGroup",
"documentation" : "",
"simpleType" : "LogGroup",
"variableSetterType" : "LogGroup"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LogGroup",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LogGroup",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "LogGroups",
"sensitive" : false,
"setterDocumentation" : "The log groups.
\n@param logGroups The log groups.",
"setterMethodName" : "setLogGroups",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logGroups",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logGroups",
"variableType" : "java.util.List",
"documentation" : "The log groups.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LogGroups" : {
"beanStyleGetterMethodName" : "getLogGroups",
"beanStyleSetterMethodName" : "setLogGroups",
"c2jName" : "logGroups",
"c2jShape" : "LogGroups",
"defaultConsumerFluentSetterDocumentation" : "The log groups.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroups(List)}.\n@param logGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroups(List)",
"deprecated" : false,
"documentation" : "The log groups.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroups",
"fluentSetterDocumentation" : "The log groups.
\n@param logGroups The log groups.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroups",
"getterDocumentation" : "The log groups.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The log groups.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroups",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroups",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LogGroup",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogGroup.Builder} avoiding the need to create one manually via {@link LogGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogGroup.Builder#build()} is called immediately and its result is passed to {@link #member(LogGroup)}.\n@param member a consumer that will call methods on {@link LogGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogGroup)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LogGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "LogGroup",
"variableName" : "member",
"variableType" : "LogGroup",
"documentation" : null,
"simpleType" : "LogGroup",
"variableSetterType" : "LogGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LogGroup",
"variableName" : "member",
"variableType" : "LogGroup",
"documentation" : "",
"simpleType" : "LogGroup",
"variableSetterType" : "LogGroup"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LogGroup",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LogGroup",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "LogGroups",
"sensitive" : false,
"setterDocumentation" : "The log groups.
\n@param logGroups The log groups.",
"setterMethodName" : "setLogGroups",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logGroups",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logGroups",
"variableType" : "java.util.List",
"documentation" : "The log groups.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroups",
"beanStyleSetterMethodName" : "setLogGroups",
"c2jName" : "logGroups",
"c2jShape" : "LogGroups",
"defaultConsumerFluentSetterDocumentation" : "The log groups.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logGroups(List)}.\n@param logGroups a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroups(List)",
"deprecated" : false,
"documentation" : "The log groups.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroups",
"fluentSetterDocumentation" : "The log groups.
\n@param logGroups The log groups.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroups",
"getterDocumentation" : "The log groups.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The log groups.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroups",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroups",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LogGroup",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogGroup.Builder} avoiding the need to create one manually via {@link LogGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogGroup.Builder#build()} is called immediately and its result is passed to {@link #member(LogGroup)}.\n@param member a consumer that will call methods on {@link LogGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogGroup)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LogGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "LogGroup",
"variableName" : "member",
"variableType" : "LogGroup",
"documentation" : null,
"simpleType" : "LogGroup",
"variableSetterType" : "LogGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LogGroup",
"variableName" : "member",
"variableType" : "LogGroup",
"documentation" : "",
"simpleType" : "LogGroup",
"variableSetterType" : "LogGroup"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LogGroup",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LogGroup",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "LogGroups",
"sensitive" : false,
"setterDocumentation" : "The log groups.
\n@param logGroups The log groups.",
"setterMethodName" : "setLogGroups",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logGroups",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logGroups",
"variableType" : "java.util.List",
"documentation" : "The log groups.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeLogGroupsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeLogGroupsResponse",
"variableName" : "describeLogGroupsResponse",
"variableType" : "DescribeLogGroupsResponse",
"documentation" : null,
"simpleType" : "DescribeLogGroupsResponse",
"variableSetterType" : "DescribeLogGroupsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeLogStreamsRequest" : {
"c2jName" : "DescribeLogStreamsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeLogStreams",
"locationName" : null,
"requestUri" : "/",
"target" : "Logs_20140328.DescribeLogStreams",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogStreamNamePrefix",
"beanStyleSetterMethodName" : "setLogStreamNamePrefix",
"c2jName" : "logStreamNamePrefix",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)",
"deprecated" : false,
"documentation" : "The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamNamePrefix",
"fluentSetterDocumentation" : "The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\n@param logStreamNamePrefix The prefix to match. If orderBy
is LastEventTime
,you cannot specify this parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamNamePrefix",
"getterDocumentation" : "
The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\n@return The prefix to match. If orderBy
is LastEventTime
,you cannot specify this parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamNamePrefix",
"sensitive" : false,
"setterDocumentation" : "
The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\n@param logStreamNamePrefix The prefix to match. If orderBy
is LastEventTime
,you cannot specify this parameter.",
"setterMethodName" : "setLogStreamNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : "
The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOrderByAsString",
"beanStyleSetterMethodName" : "setOrderBy",
"c2jName" : "orderBy",
"c2jShape" : "OrderBy",
"defaultConsumerFluentSetterDocumentation" : "If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #orderByAsString(String)}.\n@param orderBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #orderBy(String)",
"deprecated" : false,
"documentation" : "If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
",
"endpointDiscoveryId" : false,
"enumType" : "OrderBy",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "orderBy",
"fluentEnumSetterMethodName" : "orderBy",
"fluentGetterMethodName" : "orderByAsString",
"fluentSetterDocumentation" : "If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\n@param orderBy If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
. If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrderBy",
"fluentSetterMethodName" : "orderBy",
"getterDocumentation" : "
If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #orderBy} will return {@link OrderBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #orderByAsString}.\n
\n@return If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
. If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "orderBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "orderBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OrderBy",
"sensitive" : false,
"setterDocumentation" : "
If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\n@param orderBy If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
. If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy",
"setterMethodName" : "setOrderBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "orderBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "orderBy",
"variableType" : "String",
"documentation" : "
If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescending",
"beanStyleSetterMethodName" : "setDescending",
"c2jName" : "descending",
"c2jShape" : "Descending",
"defaultConsumerFluentSetterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #descending(Boolean)}.\n@param descending a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descending(Boolean)",
"deprecated" : false,
"documentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "descending",
"fluentSetterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "descending",
"getterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\n@return If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "descending",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "descending",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Descending",
"sensitive" : false,
"setterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.",
"setterMethodName" : "setDescending",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "descending",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "descending",
"variableType" : "Boolean",
"documentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Descending" : {
"beanStyleGetterMethodName" : "getDescending",
"beanStyleSetterMethodName" : "setDescending",
"c2jName" : "descending",
"c2jShape" : "Descending",
"defaultConsumerFluentSetterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #descending(Boolean)}.\n@param descending a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descending(Boolean)",
"deprecated" : false,
"documentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "descending",
"fluentSetterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "descending",
"getterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\n@return If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "descending",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "descending",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Descending",
"sensitive" : false,
"setterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.",
"setterMethodName" : "setDescending",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "descending",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "descending",
"variableType" : "Boolean",
"documentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Limit" : {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogGroupName" : {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LogStreamNamePrefix" : {
"beanStyleGetterMethodName" : "getLogStreamNamePrefix",
"beanStyleSetterMethodName" : "setLogStreamNamePrefix",
"c2jName" : "logStreamNamePrefix",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)",
"deprecated" : false,
"documentation" : "The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamNamePrefix",
"fluentSetterDocumentation" : "The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\n@param logStreamNamePrefix The prefix to match. If orderBy
is LastEventTime
,you cannot specify this parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamNamePrefix",
"getterDocumentation" : "
The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\n@return The prefix to match. If orderBy
is LastEventTime
,you cannot specify this parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamNamePrefix",
"sensitive" : false,
"setterDocumentation" : "
The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\n@param logStreamNamePrefix The prefix to match. If orderBy
is LastEventTime
,you cannot specify this parameter.",
"setterMethodName" : "setLogStreamNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : "
The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"OrderBy" : {
"beanStyleGetterMethodName" : "getOrderByAsString",
"beanStyleSetterMethodName" : "setOrderBy",
"c2jName" : "orderBy",
"c2jShape" : "OrderBy",
"defaultConsumerFluentSetterDocumentation" : "If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #orderByAsString(String)}.\n@param orderBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #orderBy(String)",
"deprecated" : false,
"documentation" : "If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
",
"endpointDiscoveryId" : false,
"enumType" : "OrderBy",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "orderBy",
"fluentEnumSetterMethodName" : "orderBy",
"fluentGetterMethodName" : "orderByAsString",
"fluentSetterDocumentation" : "If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\n@param orderBy If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
. If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrderBy",
"fluentSetterMethodName" : "orderBy",
"getterDocumentation" : "
If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #orderBy} will return {@link OrderBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #orderByAsString}.\n
\n@return If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
. If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "orderBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "orderBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OrderBy",
"sensitive" : false,
"setterDocumentation" : "
If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\n@param orderBy If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
. If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy",
"setterMethodName" : "setOrderBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "orderBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "orderBy",
"variableType" : "String",
"documentation" : "
If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogGroupName",
"beanStyleSetterMethodName" : "setLogGroupName",
"c2jName" : "logGroupName",
"c2jShape" : "LogGroupName",
"defaultConsumerFluentSetterDocumentation" : "The name of the log group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logGroupName(String)}.\n@param logGroupName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logGroupName(String)",
"deprecated" : false,
"documentation" : "The name of the log group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logGroupName",
"fluentSetterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logGroupName",
"getterDocumentation" : "The name of the log group.
\n@return The name of the log group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logGroupName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logGroupName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogGroupName",
"sensitive" : false,
"setterDocumentation" : "The name of the log group.
\n@param logGroupName The name of the log group.",
"setterMethodName" : "setLogGroupName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logGroupName",
"variableType" : "String",
"documentation" : "The name of the log group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLogStreamNamePrefix",
"beanStyleSetterMethodName" : "setLogStreamNamePrefix",
"c2jName" : "logStreamNamePrefix",
"c2jShape" : "LogStreamName",
"defaultConsumerFluentSetterDocumentation" : "The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamNamePrefix(String)}.\n@param logStreamNamePrefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamNamePrefix(String)",
"deprecated" : false,
"documentation" : "The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreamNamePrefix",
"fluentSetterDocumentation" : "The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\n@param logStreamNamePrefix The prefix to match. If orderBy
is LastEventTime
,you cannot specify this parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreamNamePrefix",
"getterDocumentation" : "
The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\n@return The prefix to match. If orderBy
is LastEventTime
,you cannot specify this parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreamNamePrefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreamNamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LogStreamNamePrefix",
"sensitive" : false,
"setterDocumentation" : "
The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
\n@param logStreamNamePrefix The prefix to match. If orderBy
is LastEventTime
,you cannot specify this parameter.",
"setterMethodName" : "setLogStreamNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "logStreamNamePrefix",
"variableType" : "String",
"documentation" : "
The prefix to match.
If orderBy
is LastEventTime
,you cannot specify this parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOrderByAsString",
"beanStyleSetterMethodName" : "setOrderBy",
"c2jName" : "orderBy",
"c2jShape" : "OrderBy",
"defaultConsumerFluentSetterDocumentation" : "If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #orderByAsString(String)}.\n@param orderBy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #orderBy(String)",
"deprecated" : false,
"documentation" : "If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
",
"endpointDiscoveryId" : false,
"enumType" : "OrderBy",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "orderBy",
"fluentEnumSetterMethodName" : "orderBy",
"fluentGetterMethodName" : "orderByAsString",
"fluentSetterDocumentation" : "If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\n@param orderBy If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
. If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrderBy",
"fluentSetterMethodName" : "orderBy",
"getterDocumentation" : "
If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #orderBy} will return {@link OrderBy#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #orderByAsString}.\n
\n@return If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
. If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "orderBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "orderBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OrderBy",
"sensitive" : false,
"setterDocumentation" : "
If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
\n@param orderBy If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
. If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.\n@see OrderBy",
"setterMethodName" : "setOrderBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "orderBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "orderBy",
"variableType" : "String",
"documentation" : "
If the value is LogStreamName
, the results are ordered by log stream name. If the value is LastEventTime
, the results are ordered by the event time. The default value is LogStreamName
.
If you order the results by event time, you cannot specify the logStreamNamePrefix
parameter.
lastEventTimestamp represents the time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. lastEventTimeStamp updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but may take longer in some rare situations.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDescending",
"beanStyleSetterMethodName" : "setDescending",
"c2jName" : "descending",
"c2jShape" : "Descending",
"defaultConsumerFluentSetterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #descending(Boolean)}.\n@param descending a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #descending(Boolean)",
"deprecated" : false,
"documentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "descending",
"fluentSetterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "descending",
"getterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\n@return If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "descending",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "descending",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Descending",
"sensitive" : false,
"setterDocumentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
\n@param descending If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.",
"setterMethodName" : "setDescending",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "descending",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "descending",
"variableType" : "Boolean",
"documentation" : "If the value is true, results are returned in descending order. If the value is to false, results are returned in ascending order. The default value is false.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@return The token for the next set of items to return. (You received this token from a previous call.)",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The token for the next set of items to return. (You received this token from a previous call.)
\n@param nextToken The token for the next set of items to return. (You received this token from a previous call.)",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The token for the next set of items to return. (You received this token from a previous call.)
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLimit",
"beanStyleSetterMethodName" : "setLimit",
"c2jName" : "limit",
"c2jShape" : "DescribeLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #limit(Integer)}.\n@param limit a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #limit(Integer)",
"deprecated" : false,
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "limit",
"fluentSetterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "limit",
"getterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@return The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "limit",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "limit",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Limit",
"sensitive" : false,
"setterDocumentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
\n@param limit The maximum number of items returned. If you don't specify a value, the default is up to 50 items.",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "logGroupName" ],
"shapeName" : "DescribeLogStreamsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeLogStreamsRequest",
"variableName" : "describeLogStreamsRequest",
"variableType" : "DescribeLogStreamsRequest",
"documentation" : null,
"simpleType" : "DescribeLogStreamsRequest",
"variableSetterType" : "DescribeLogStreamsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeLogStreamsResponse" : {
"c2jName" : "DescribeLogStreamsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getLogStreams",
"beanStyleSetterMethodName" : "setLogStreams",
"c2jName" : "logStreams",
"c2jShape" : "LogStreams",
"defaultConsumerFluentSetterDocumentation" : "The log streams.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logStreams(List)}.\n@param logStreams a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreams(List)",
"deprecated" : false,
"documentation" : "The log streams.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreams",
"fluentSetterDocumentation" : "The log streams.
\n@param logStreams The log streams.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreams",
"getterDocumentation" : "The log streams.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The log streams.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreams",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreams",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LogStream",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogStream.Builder} avoiding the need to create one manually via {@link LogStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogStream.Builder#build()} is called immediately and its result is passed to {@link #member(LogStream)}.\n@param member a consumer that will call methods on {@link LogStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogStream)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LogStream",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "LogStream",
"variableName" : "member",
"variableType" : "LogStream",
"documentation" : null,
"simpleType" : "LogStream",
"variableSetterType" : "LogStream"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LogStream",
"variableName" : "member",
"variableType" : "LogStream",
"documentation" : "",
"simpleType" : "LogStream",
"variableSetterType" : "LogStream"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LogStream",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LogStream",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "LogStreams",
"sensitive" : false,
"setterDocumentation" : "The log streams.
\n@param logStreams The log streams.",
"setterMethodName" : "setLogStreams",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logStreams",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logStreams",
"variableType" : "java.util.List",
"documentation" : "The log streams.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LogStreams" : {
"beanStyleGetterMethodName" : "getLogStreams",
"beanStyleSetterMethodName" : "setLogStreams",
"c2jName" : "logStreams",
"c2jShape" : "LogStreams",
"defaultConsumerFluentSetterDocumentation" : "The log streams.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logStreams(List)}.\n@param logStreams a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreams(List)",
"deprecated" : false,
"documentation" : "The log streams.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreams",
"fluentSetterDocumentation" : "The log streams.
\n@param logStreams The log streams.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreams",
"getterDocumentation" : "The log streams.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The log streams.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreams",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreams",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LogStream",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogStream.Builder} avoiding the need to create one manually via {@link LogStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogStream.Builder#build()} is called immediately and its result is passed to {@link #member(LogStream)}.\n@param member a consumer that will call methods on {@link LogStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogStream)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LogStream",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "LogStream",
"variableName" : "member",
"variableType" : "LogStream",
"documentation" : null,
"simpleType" : "LogStream",
"variableSetterType" : "LogStream"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LogStream",
"variableName" : "member",
"variableType" : "LogStream",
"documentation" : "",
"simpleType" : "LogStream",
"variableSetterType" : "LogStream"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LogStream",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LogStream",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "LogStreams",
"sensitive" : false,
"setterDocumentation" : "The log streams.
\n@param logStreams The log streams.",
"setterMethodName" : "setLogStreams",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logStreams",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logStreams",
"variableType" : "java.util.List",
"documentation" : "The log streams.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "Returns the value of the NextToken property for this object.\n@return The value of the NextToken property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the NextToken property for this object.\n\n@param nextToken The new value for the NextToken property for this object.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLogStreams",
"beanStyleSetterMethodName" : "setLogStreams",
"c2jName" : "logStreams",
"c2jShape" : "LogStreams",
"defaultConsumerFluentSetterDocumentation" : "The log streams.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #logStreams(List)}.\n@param logStreams a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreams(List)",
"deprecated" : false,
"documentation" : "The log streams.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "logStreams",
"fluentSetterDocumentation" : "The log streams.
\n@param logStreams The log streams.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "logStreams",
"getterDocumentation" : "The log streams.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The log streams.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "logStreams",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "logStreams",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "LogStream",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link LogStream.Builder} avoiding the need to create one manually via {@link LogStream#builder()}.\n\nWhen the {@link Consumer} completes, {@link LogStream.Builder#build()} is called immediately and its result is passed to {@link #member(LogStream)}.\n@param member a consumer that will call methods on {@link LogStream.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(LogStream)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "LogStream",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "LogStream",
"variableName" : "member",
"variableType" : "LogStream",
"documentation" : null,
"simpleType" : "LogStream",
"variableSetterType" : "LogStream"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "LogStream",
"variableName" : "member",
"variableType" : "LogStream",
"documentation" : "",
"simpleType" : "LogStream",
"variableSetterType" : "LogStream"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "LogStream",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "LogStream",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "LogStreams",
"sensitive" : false,
"setterDocumentation" : "The log streams.
\n@param logStreams The log streams.",
"setterMethodName" : "setLogStreams",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "logStreams",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection