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

models.discovery-2015-11-01-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.11.5
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : null,
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : null,
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : false,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2015-11-01",
    "asyncClient" : "AWSApplicationDiscoveryAsyncClient",
    "asyncClientBuilderClassName" : "AWSApplicationDiscoveryAsyncClientBuilder",
    "asyncInterface" : "AWSApplicationDiscoveryAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AWSApplicationDiscoveryModuleInjector",
    "defaultEndpoint" : "https://discovery.us-west-2.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "discovery.us-west-2.amazonaws.com",
    "documentation" : "

The AWS Application Discovery Service helps Systems Integrators quickly and reliably plan application migration projects by automatically identifying applications running in on-premises data centers, their associated dependencies, and their performance profile.

Planning data center migrations can involve thousands of workloads that are often deeply interdependent. Application discovery and dependency mapping are important early first steps in the migration process, but difficult to perform at scale due to the lack of automated tools.

The AWS Application Discovery Service automatically collects configuration and usage data from servers to develop a list of applications, how they perform, and how they are interdependent. This information is securely retained in an AWS Application Discovery Service database which you can export as a CSV file into your preferred visualization tool or cloud migration solution to help reduce the complexity and time in planning your cloud migration.

The Application Discovery Service is currently available for preview. Only customers who are engaged with AWS Professional Services or a certified AWS partner can use the service. To see the list of certified partners and request access to the Application Discovery Service, complete the following preview form.

This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Discovery Service. The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using. For more information, see AWS SDKs.

This guide is intended for use with the AWS Discovery Service User Guide .

The following are short descriptions of each API action, organized by function.

Managing AWS Agents Using the Application Discovery Service

An AWS agent is software that you install on on-premises servers and virtual machines that are targeted for discovery and migration. Agents run on Linux and Windows Server and collect server configuration and activity information about your applications and infrastructure. Specifically, agents collect the following information and send it to the Application Discovery Service using Secure Sockets Layer (SSL) encryption:

  • User information (user name, home directory)

  • Group information (name)

  • List of installed packages

  • List of kernel modules

  • All create and stop process events

  • DNS queries

  • NIC information

  • TCP/UDP process listening ports

  • TCPV4/V6 connections

  • Operating system information

  • System performance

  • Process performance

The Application Discovery Service API includes the following actions to manage AWS agents:

  • StartDataCollectionByAgentIds: Instructs the specified agents to start collecting data. The Application Discovery Service takes several minutes to receive and process data after you initiate data collection.

  • StopDataCollectionByAgentIds: Instructs the specified agents to stop collecting data.

  • DescribeAgents: Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

Querying Configuration Items

A configuration item is an IT asset that was discovered in your data center by an AWS agent. When you use the Application Discovery Service, you can specify filters and query specific configuration items. The service supports Server, Process, and Connection configuration items. This means you can specify a value for the following keys and query your IT assets:

Server

  • server.HostName

  • server.osName

  • server.osVersion

  • server.configurationId

  • server.agentId

Process

  • process.name

  • process.CommandLine

  • process.configurationId

  • server.hostName

  • server.osName

  • server.osVersion

  • server.configurationId

  • server.agentId

Connection

  • connection.sourceIp

  • connection.sourcePort

  • connection.destinationIp

  • connection.destinationPort

  • sourceProcess.configurationId

  • sourceProcess.commandLine

  • sourceProcess.name

  • destinationProcessId.configurationId

  • destinationProcess.commandLine

  • destinationProcess.name

  • sourceServer.configurationId

  • sourceServer.hostName

  • sourceServer.osName

  • sourceServer.osVersion

  • destinationServer.configurationId

  • destinationServer.hostName

  • destinationServer.osName

  • destinationServer.osVersion

The Application Discovery Service includes the following actions for querying configuration items.

  • DescribeConfigurations: Retrieves a list of attributes for a specific configuration ID. For example, the output for a server configuration item includes a list of attributes about the server, including host name, operating system, number of network cards, etc.

  • ListConfigurations: Retrieves a list of configuration items according to the criteria you specify in a filter. The filter criteria identify relationship requirements. For example, you can specify filter criteria of process.name with values of nginx and apache.

Tagging Discovered Configuration Items

You can tag discovered configuration items. Tags are metadata that help you categorize IT assets in your data center. Tags use a key-value format. For example, {\"key\": \"serverType\", \"value\": \"webServer\"}.

  • CreateTags: Creates one or more tags for a configuration items.

  • DescribeTags: Retrieves a list of configuration items that are tagged with a specific tag. Or, retrieves a list of all tags assigned to a specific configuration item.

  • DeleteTags: Deletes the association between a configuration item and one or more tags.

Exporting Data

You can export data as a CSV file to an Amazon S3 bucket or into your preferred visualization tool or cloud migration solution to help reduce the complexity and time in planning your cloud migration.

  • ExportConfigurations: Exports all discovered configuration data to an Amazon S3 bucket. Data includes tags and tag associations, processes, connections, servers, and system performance. This API returns an export ID which you can query using the GetExportStatus API.

  • DescribeExportConfigurations: Gets the status of the data export. When the export is complete, the service returns an Amazon S3 URL where you can download CSV files that include the data.

", "endpointPrefix" : "discovery", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.applicationdiscovery", "packagePath" : "com/amazonaws/services/applicationdiscovery", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "serviceAbbreviation" : null, "serviceFullName" : "AWS Application Discovery Service", "serviceName" : "AWS Application Discovery Service", "signingName" : "discovery", "smokeTestsPackageName" : "com.amazonaws.services.applicationdiscovery.smoketests", "syncClient" : "AWSApplicationDiscoveryClient", "syncClientBuilderClassName" : "AWSApplicationDiscoveryClientBuilder", "syncInterface" : "AWSApplicationDiscovery", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "CreateTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

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

The specified configuration ID was not located. Verify the configuration ID and try again.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateTagsRequest", "variableName" : "createTagsRequest", "variableType" : "CreateTagsRequest", "documentation" : "", "simpleType" : "CreateTagsRequest", "variableSetterType" : "CreateTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "createTags", "operationName" : "CreateTags", "returnType" : { "returnType" : "CreateTagsResult", "documentation" : null }, "syncReturnType" : "CreateTagsResult" }, "DeleteTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

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

The specified configuration ID was not located. Verify the configuration ID and try again.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTagsRequest", "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "documentation" : "", "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteTags", "operationName" : "DeleteTags", "returnType" : { "returnType" : "DeleteTagsResult", "documentation" : null }, "syncReturnType" : "DeleteTagsResult" }, "DescribeAgents" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeAgentsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAgentsRequest", "variableName" : "describeAgentsRequest", "variableType" : "DescribeAgentsRequest", "documentation" : "", "simpleType" : "DescribeAgentsRequest", "variableSetterType" : "DescribeAgentsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeAgents", "operationName" : "DescribeAgents", "returnType" : { "returnType" : "DescribeAgentsResult", "documentation" : null }, "syncReturnType" : "DescribeAgentsResult" }, "DescribeConfigurations" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeConfigurationsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of attributes for a specific configuration ID. For example, the output for a server configuration item includes a list of attributes about the server, including host name, operating system, number of network cards, etc.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeConfigurationsRequest", "variableName" : "describeConfigurationsRequest", "variableType" : "DescribeConfigurationsRequest", "documentation" : "", "simpleType" : "DescribeConfigurationsRequest", "variableSetterType" : "DescribeConfigurationsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeConfigurations", "operationName" : "DescribeConfigurations", "returnType" : { "returnType" : "DescribeConfigurationsResult", "documentation" : null }, "syncReturnType" : "DescribeConfigurationsResult" }, "DescribeExportConfigurations" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeExportConfigurationsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

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

The specified configuration ID was not located. Verify the configuration ID and try again.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeExportConfigurationsRequest", "variableName" : "describeExportConfigurationsRequest", "variableType" : "DescribeExportConfigurationsRequest", "documentation" : "", "simpleType" : "DescribeExportConfigurationsRequest", "variableSetterType" : "DescribeExportConfigurationsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeExportConfigurations", "operationName" : "DescribeExportConfigurations", "returnType" : { "returnType" : "DescribeExportConfigurationsResult", "documentation" : null }, "syncReturnType" : "DescribeExportConfigurationsResult" }, "DescribeTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeTagsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of configuration items that are tagged with a specific tag. Or retrieves a list of all tags assigned to a specific configuration item.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

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

The specified configuration ID was not located. Verify the configuration ID and try again.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : "", "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeTags", "operationName" : "DescribeTags", "returnType" : { "returnType" : "DescribeTagsResult", "documentation" : null }, "syncReturnType" : "DescribeTagsResult" }, "ExportConfigurations" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ExportConfigurationsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance. This API returns an export ID which you can query using the GetExportStatus API. The system imposes a limit of two configuration exports in six hours.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

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

This operation is not permitted.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ExportConfigurationsRequest", "variableName" : "exportConfigurationsRequest", "variableType" : "ExportConfigurationsRequest", "documentation" : null, "simpleType" : "ExportConfigurationsRequest", "variableSetterType" : "ExportConfigurationsRequest" }, "inputStreamPropertyName" : null, "methodName" : "exportConfigurations", "operationName" : "ExportConfigurations", "returnType" : { "returnType" : "ExportConfigurationsResult", "documentation" : null }, "syncReturnType" : "ExportConfigurationsResult" }, "ListConfigurations" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListConfigurationsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of configurations items according to the criteria you specify in a filter. The filter criteria identify relationship requirements.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

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

The specified configuration ID was not located. Verify the configuration ID and try again.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListConfigurationsRequest", "variableName" : "listConfigurationsRequest", "variableType" : "ListConfigurationsRequest", "documentation" : "", "simpleType" : "ListConfigurationsRequest", "variableSetterType" : "ListConfigurationsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listConfigurations", "operationName" : "ListConfigurations", "returnType" : { "returnType" : "ListConfigurationsResult", "documentation" : null }, "syncReturnType" : "ListConfigurationsResult" }, "StartDataCollectionByAgentIds" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "StartDataCollectionByAgentIdsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Instructs the specified agents to start collecting data. Agents can reside on host servers or virtual machines in your data center.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartDataCollectionByAgentIdsRequest", "variableName" : "startDataCollectionByAgentIdsRequest", "variableType" : "StartDataCollectionByAgentIdsRequest", "documentation" : "", "simpleType" : "StartDataCollectionByAgentIdsRequest", "variableSetterType" : "StartDataCollectionByAgentIdsRequest" }, "inputStreamPropertyName" : null, "methodName" : "startDataCollectionByAgentIds", "operationName" : "StartDataCollectionByAgentIds", "returnType" : { "returnType" : "StartDataCollectionByAgentIdsResult", "documentation" : null }, "syncReturnType" : "StartDataCollectionByAgentIdsResult" }, "StopDataCollectionByAgentIds" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "StopDataCollectionByAgentIdsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Instructs the specified agents to stop collecting data.

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

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid. Verify the parameters and try again.

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

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

" }, { "exceptionName" : "ServerInternalErrorException", "documentation" : "

The server experienced an internal error. Try again.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopDataCollectionByAgentIdsRequest", "variableName" : "stopDataCollectionByAgentIdsRequest", "variableType" : "StopDataCollectionByAgentIdsRequest", "documentation" : "", "simpleType" : "StopDataCollectionByAgentIdsRequest", "variableSetterType" : "StopDataCollectionByAgentIdsRequest" }, "inputStreamPropertyName" : null, "methodName" : "stopDataCollectionByAgentIds", "operationName" : "StopDataCollectionByAgentIds", "returnType" : { "returnType" : "StopDataCollectionByAgentIdsResult", "documentation" : null }, "syncReturnType" : "StopDataCollectionByAgentIdsResult" } }, "shapes" : { "AgentConfigurationStatus" : { "c2jName" : "AgentConfigurationStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation, and whether or not the agent configuration was updated.

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

The agent ID.

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

The agent ID.

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

The agent ID.

\n@return The agent ID.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AgentId", "setterDocumentation" : "/**

The agent ID.

\n@param agentId The agent ID.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "agentId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The agent ID.

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

The agent ID.

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

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

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

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

\n@param operationSucceeded Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

\n@return Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "operationSucceeded", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "operationSucceeded", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OperationSucceeded", "setterDocumentation" : "/**

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

\n@param operationSucceeded Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "operationSucceeded", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

\n@param operationSucceeded Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "operationSucceeded", "variableType" : "Boolean", "documentation" : "

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

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

A description of the operation performed.

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

A description of the operation performed.

\n@param description A description of the operation performed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A description of the operation performed.

\n@return A description of the operation performed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A description of the operation performed.

\n@param description A description of the operation performed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A description of the operation performed.

\n@param description A description of the operation performed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A description of the operation performed.

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

The agent ID.

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

The agent ID.

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

The agent ID.

\n@return The agent ID.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AgentId", "setterDocumentation" : "/**

The agent ID.

\n@param agentId The agent ID.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "agentId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The agent ID.

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

The agent ID.

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

A description of the operation performed.

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

A description of the operation performed.

\n@param description A description of the operation performed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A description of the operation performed.

\n@return A description of the operation performed.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Description", "setterDocumentation" : "/**

A description of the operation performed.

\n@param description A description of the operation performed.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A description of the operation performed.

\n@param description A description of the operation performed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A description of the operation performed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OperationSucceeded" : { "c2jName" : "operationSucceeded", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

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

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

\n@param operationSucceeded Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

\n@return Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "operationSucceeded", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "operationSucceeded", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OperationSucceeded", "setterDocumentation" : "/**

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

\n@param operationSucceeded Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "operationSucceeded", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

\n@param operationSucceeded Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "operationSucceeded", "variableType" : "Boolean", "documentation" : "

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AgentConfigurationStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AgentConfigurationStatus", "variableName" : "agentConfigurationStatus", "variableType" : "AgentConfigurationStatus", "documentation" : null, "simpleType" : "AgentConfigurationStatus", "variableSetterType" : "AgentConfigurationStatus" }, "wrapper" : false }, "AgentInfo" : { "c2jName" : "AgentInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Information about agents associated with the user’s AWS account. Information includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, hostname where the agent resides, and agent version for each agent.

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

The agent ID.

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

The agent ID.

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

The agent ID.

\n@return The agent ID.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AgentId", "setterDocumentation" : "/**

The agent ID.

\n@param agentId The agent ID.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "agentId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The agent ID.

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

The agent ID.

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

The name of the host where the agent resides. The host can be a server or virtual machine.

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

The name of the host where the agent resides. The host can be a server or virtual machine.

\n@param hostName The name of the host where the agent resides. The host can be a server or virtual machine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the host where the agent resides. The host can be a server or virtual machine.

\n@return The name of the host where the agent resides. The host can be a server or virtual machine.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "hostName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "hostName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostName", "setterDocumentation" : "/**

The name of the host where the agent resides. The host can be a server or virtual machine.

\n@param hostName The name of the host where the agent resides. The host can be a server or virtual machine.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the host where the agent resides. The host can be a server or virtual machine.

\n@param hostName The name of the host where the agent resides. The host can be a server or virtual machine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostName", "variableType" : "String", "documentation" : "

The name of the host where the agent resides. The host can be a server or virtual machine.

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

Network details about the host where the agent resides.

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

Network details about the host where the agent resides.

\n@param agentNetworkInfoList Network details about the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Network details about the host where the agent resides.

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

Network details about the host where the agent resides.

\n@param agentNetworkInfoList Network details about the host where the agent resides.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentNetworkInfoList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Network details about the host where the agent resides.

\n

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

\n@param agentNetworkInfoList Network details about the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentNetworkInfoList", "variableType" : "java.util.List", "documentation" : "

Network details about the host where the agent resides.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "connectorId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

This data type is currently not valid.

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

This data type is currently not valid.

\n@param connectorId This data type is currently not valid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This data type is currently not valid.

\n@return This data type is currently not valid.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "connectorId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "connectorId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectorId", "setterDocumentation" : "/**

This data type is currently not valid.

\n@param connectorId This data type is currently not valid.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

This data type is currently not valid.

\n@param connectorId This data type is currently not valid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "

This data type is currently not valid.

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

The agent version.

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

The agent version.

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

The agent version.

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

The agent version.

\n@param version The agent version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The agent version.

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

The agent version.

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

The health of the agent.

", "enumType" : "AgentStatus", "fluentSetterDocumentation" : "/**

The health of the agent.

\n@param health The health of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentStatus*/", "getterDocumentation" : "/**

The health of the agent.

\n@return The health of the agent.\n@see AgentStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "health", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "health", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Health", "setterDocumentation" : "/**

The health of the agent.

\n@param health The health of the agent.\n@see AgentStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "health", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The health of the agent.

\n@param health The health of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "health", "variableType" : "String", "documentation" : "

The health of the agent.

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

The agent ID.

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

The agent ID.

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

The agent ID.

\n@return The agent ID.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AgentId", "setterDocumentation" : "/**

The agent ID.

\n@param agentId The agent ID.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "agentId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The agent ID.

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

The agent ID.

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

Network details about the host where the agent resides.

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

Network details about the host where the agent resides.

\n@param agentNetworkInfoList Network details about the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Network details about the host where the agent resides.

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

Network details about the host where the agent resides.

\n@param agentNetworkInfoList Network details about the host where the agent resides.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentNetworkInfoList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Network details about the host where the agent resides.

\n

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

\n@param agentNetworkInfoList Network details about the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentNetworkInfoList", "variableType" : "java.util.List", "documentation" : "

Network details about the host where the agent resides.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ConnectorId" : { "c2jName" : "connectorId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

This data type is currently not valid.

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

This data type is currently not valid.

\n@param connectorId This data type is currently not valid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

This data type is currently not valid.

\n@return This data type is currently not valid.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "connectorId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "connectorId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConnectorId", "setterDocumentation" : "/**

This data type is currently not valid.

\n@param connectorId This data type is currently not valid.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

This data type is currently not valid.

\n@param connectorId This data type is currently not valid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "connectorId", "variableType" : "String", "documentation" : "

This data type is currently not valid.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Health" : { "c2jName" : "health", "c2jShape" : "AgentStatus", "deprecated" : false, "documentation" : "

The health of the agent.

", "enumType" : "AgentStatus", "fluentSetterDocumentation" : "/**

The health of the agent.

\n@param health The health of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentStatus*/", "getterDocumentation" : "/**

The health of the agent.

\n@return The health of the agent.\n@see AgentStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "health", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "health", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Health", "setterDocumentation" : "/**

The health of the agent.

\n@param health The health of the agent.\n@see AgentStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "health", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The health of the agent.

\n@param health The health of the agent.\n@return Returns a reference to this object so that method calls can be chained together.\n@see AgentStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "health", "variableType" : "String", "documentation" : "

The health of the agent.

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

The name of the host where the agent resides. The host can be a server or virtual machine.

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

The name of the host where the agent resides. The host can be a server or virtual machine.

\n@param hostName The name of the host where the agent resides. The host can be a server or virtual machine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the host where the agent resides. The host can be a server or virtual machine.

\n@return The name of the host where the agent resides. The host can be a server or virtual machine.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "hostName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "hostName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HostName", "setterDocumentation" : "/**

The name of the host where the agent resides. The host can be a server or virtual machine.

\n@param hostName The name of the host where the agent resides. The host can be a server or virtual machine.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "hostName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the host where the agent resides. The host can be a server or virtual machine.

\n@param hostName The name of the host where the agent resides. The host can be a server or virtual machine.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "hostName", "variableType" : "String", "documentation" : "

The name of the host where the agent resides. The host can be a server or virtual machine.

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

The agent version.

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

The agent version.

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

The agent version.

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

The agent version.

\n@param version The agent version.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The agent version.

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

The agent version.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AgentInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AgentInfo", "variableName" : "agentInfo", "variableType" : "AgentInfo", "documentation" : null, "simpleType" : "AgentInfo", "variableSetterType" : "AgentInfo" }, "wrapper" : false }, "AgentNetworkInfo" : { "c2jName" : "AgentNetworkInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Network details about the host where the agent resides.

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

The IP address for the host where the agent resides.

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

The IP address for the host where the agent resides.

\n@param ipAddress The IP address for the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The IP address for the host where the agent resides.

\n@return The IP address for the host where the agent resides.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ipAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ipAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IpAddress", "setterDocumentation" : "/**

The IP address for the host where the agent resides.

\n@param ipAddress The IP address for the host where the agent resides.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The IP address for the host where the agent resides.

\n@param ipAddress The IP address for the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

The IP address for the host where the agent resides.

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

The MAC address for the host where the agent resides.

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

The MAC address for the host where the agent resides.

\n@param macAddress The MAC address for the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The MAC address for the host where the agent resides.

\n@return The MAC address for the host where the agent resides.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "macAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "macAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MacAddress", "setterDocumentation" : "/**

The MAC address for the host where the agent resides.

\n@param macAddress The MAC address for the host where the agent resides.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The MAC address for the host where the agent resides.

\n@param macAddress The MAC address for the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "

The MAC address for the host where the agent resides.

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

The IP address for the host where the agent resides.

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

The IP address for the host where the agent resides.

\n@param ipAddress The IP address for the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The IP address for the host where the agent resides.

\n@return The IP address for the host where the agent resides.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ipAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ipAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IpAddress", "setterDocumentation" : "/**

The IP address for the host where the agent resides.

\n@param ipAddress The IP address for the host where the agent resides.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The IP address for the host where the agent resides.

\n@param ipAddress The IP address for the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "ipAddress", "variableType" : "String", "documentation" : "

The IP address for the host where the agent resides.

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

The MAC address for the host where the agent resides.

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

The MAC address for the host where the agent resides.

\n@param macAddress The MAC address for the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The MAC address for the host where the agent resides.

\n@return The MAC address for the host where the agent resides.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "macAddress", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "macAddress", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MacAddress", "setterDocumentation" : "/**

The MAC address for the host where the agent resides.

\n@param macAddress The MAC address for the host where the agent resides.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The MAC address for the host where the agent resides.

\n@param macAddress The MAC address for the host where the agent resides.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "macAddress", "variableType" : "String", "documentation" : "

The MAC address for the host where the agent resides.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "AgentNetworkInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AgentNetworkInfo", "variableName" : "agentNetworkInfo", "variableType" : "AgentNetworkInfo", "documentation" : null, "simpleType" : "AgentNetworkInfo", "variableSetterType" : "AgentNetworkInfo" }, "wrapper" : false }, "AgentStatus" : { "c2jName" : "AgentStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "HEALTHY", "value" : "HEALTHY" }, { "name" : "UNHEALTHY", "value" : "UNHEALTHY" }, { "name" : "RUNNING", "value" : "RUNNING" }, { "name" : "UNKNOWN", "value" : "UNKNOWN" }, { "name" : "BLACKLISTED", "value" : "BLACKLISTED" }, { "name" : "SHUTDOWN", "value" : "SHUTDOWN" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "AgentStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AgentStatus", "variableName" : "agentStatus", "variableType" : "AgentStatus", "documentation" : null, "simpleType" : "AgentStatus", "variableSetterType" : "AgentStatus" }, "wrapper" : false }, "AuthorizationErrorException" : { "c2jName" : "AuthorizationErrorException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

", "enums" : null, "errorCode" : "AuthorizationErrorException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "AuthorizationErrorException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AuthorizationErrorException", "variableName" : "authorizationErrorException", "variableType" : "AuthorizationErrorException", "documentation" : null, "simpleType" : "AuthorizationErrorException", "variableSetterType" : "AuthorizationErrorException" }, "wrapper" : false }, "ConfigurationItemType" : { "c2jName" : "ConfigurationItemType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "SERVER", "value" : "SERVER" }, { "name" : "PROCESS", "value" : "PROCESS" }, { "name" : "CONNECTION", "value" : "CONNECTION" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ConfigurationItemType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigurationItemType", "variableName" : "configurationItemType", "variableType" : "ConfigurationItemType", "documentation" : null, "simpleType" : "ConfigurationItemType", "variableSetterType" : "ConfigurationItemType" }, "wrapper" : false }, "ConfigurationTag" : { "c2jName" : "ConfigurationTag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Tags for a configuration item. Tags are metadata that help you categorize IT assets.

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

A type of IT asset that you want to tag.

", "enumType" : "ConfigurationItemType", "fluentSetterDocumentation" : "/**

A type of IT asset that you want to tag.

\n@param configurationType A type of IT asset that you want to tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemType*/", "getterDocumentation" : "/**

A type of IT asset that you want to tag.

\n@return A type of IT asset that you want to tag.\n@see ConfigurationItemType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConfigurationType", "setterDocumentation" : "/**

A type of IT asset that you want to tag.

\n@param configurationType A type of IT asset that you want to tag.\n@see ConfigurationItemType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A type of IT asset that you want to tag.

\n@param configurationType A type of IT asset that you want to tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationType", "variableType" : "String", "documentation" : "

A type of IT asset that you want to tag.

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

The configuration ID for the item you want to tag. You can specify a list of keys and values.

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

The configuration ID for the item you want to tag. You can specify a list of keys and values.

\n@param configurationId The configuration ID for the item you want to tag. You can specify a list of keys and values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The configuration ID for the item you want to tag. You can specify a list of keys and values.

\n@return The configuration ID for the item you want to tag. You can specify a list of keys and values.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurationId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurationId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConfigurationId", "setterDocumentation" : "/**

The configuration ID for the item you want to tag. You can specify a list of keys and values.

\n@param configurationId The configuration ID for the item you want to tag. You can specify a list of keys and values.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The configuration ID for the item you want to tag. You can specify a list of keys and values.

\n@param configurationId The configuration ID for the item you want to tag. You can specify a list of keys and values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationId", "variableType" : "String", "documentation" : "

The configuration ID for the item you want to tag. You can specify a list of keys and values.

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

A type of tag to filter on. For example, serverType.

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

A type of tag to filter on. For example, serverType.

\n@param key A type of tag to filter on. For example, serverType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A type of tag to filter on. For example, serverType.

\n@return A type of tag to filter on. For example, serverType.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

A type of tag to filter on. For example, serverType.

\n@param key A type of tag to filter on. For example, serverType.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A type of tag to filter on. For example, serverType.

\n@param key A type of tag to filter on. For example, serverType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

A type of tag to filter on. For example, serverType.

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

A value to filter on. For example key = serverType and value = web server.

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

A value to filter on. For example key = serverType and value = web server.

\n@param value A value to filter on. For example key = serverType and value = web server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A value to filter on. For example key = serverType and value = web server.

\n@return A value to filter on. For example key = serverType and value = web server.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

A value to filter on. For example key = serverType and value = web server.

\n@param value A value to filter on. For example key = serverType and value = web server.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A value to filter on. For example key = serverType and value = web server.

\n@param value A value to filter on. For example key = serverType and value = web server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

A value to filter on. For example key = serverType and value = web server.

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

The time the configuration tag was created in Coordinated Universal Time (UTC).

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

The time the configuration tag was created in Coordinated Universal Time (UTC).

\n@param timeOfCreation The time the configuration tag was created in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time the configuration tag was created in Coordinated Universal Time (UTC).

\n@return The time the configuration tag was created in Coordinated Universal Time (UTC).*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "timeOfCreation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeOfCreation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TimeOfCreation", "setterDocumentation" : "/**

The time the configuration tag was created in Coordinated Universal Time (UTC).

\n@param timeOfCreation The time the configuration tag was created in Coordinated Universal Time (UTC).*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timeOfCreation", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The time the configuration tag was created in Coordinated Universal Time (UTC).

\n@param timeOfCreation The time the configuration tag was created in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timeOfCreation", "variableType" : "java.util.Date", "documentation" : "

The time the configuration tag was created in Coordinated Universal Time (UTC).

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationId" : { "c2jName" : "configurationId", "c2jShape" : "ConfigurationId", "deprecated" : false, "documentation" : "

The configuration ID for the item you want to tag. You can specify a list of keys and values.

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

The configuration ID for the item you want to tag. You can specify a list of keys and values.

\n@param configurationId The configuration ID for the item you want to tag. You can specify a list of keys and values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The configuration ID for the item you want to tag. You can specify a list of keys and values.

\n@return The configuration ID for the item you want to tag. You can specify a list of keys and values.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurationId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurationId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConfigurationId", "setterDocumentation" : "/**

The configuration ID for the item you want to tag. You can specify a list of keys and values.

\n@param configurationId The configuration ID for the item you want to tag. You can specify a list of keys and values.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The configuration ID for the item you want to tag. You can specify a list of keys and values.

\n@param configurationId The configuration ID for the item you want to tag. You can specify a list of keys and values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationId", "variableType" : "String", "documentation" : "

The configuration ID for the item you want to tag. You can specify a list of keys and values.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ConfigurationType" : { "c2jName" : "configurationType", "c2jShape" : "ConfigurationItemType", "deprecated" : false, "documentation" : "

A type of IT asset that you want to tag.

", "enumType" : "ConfigurationItemType", "fluentSetterDocumentation" : "/**

A type of IT asset that you want to tag.

\n@param configurationType A type of IT asset that you want to tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemType*/", "getterDocumentation" : "/**

A type of IT asset that you want to tag.

\n@return A type of IT asset that you want to tag.\n@see ConfigurationItemType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConfigurationType", "setterDocumentation" : "/**

A type of IT asset that you want to tag.

\n@param configurationType A type of IT asset that you want to tag.\n@see ConfigurationItemType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A type of IT asset that you want to tag.

\n@param configurationType A type of IT asset that you want to tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationType", "variableType" : "String", "documentation" : "

A type of IT asset that you want to tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Key" : { "c2jName" : "key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

A type of tag to filter on. For example, serverType.

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

A type of tag to filter on. For example, serverType.

\n@param key A type of tag to filter on. For example, serverType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A type of tag to filter on. For example, serverType.

\n@return A type of tag to filter on. For example, serverType.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

A type of tag to filter on. For example, serverType.

\n@param key A type of tag to filter on. For example, serverType.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A type of tag to filter on. For example, serverType.

\n@param key A type of tag to filter on. For example, serverType.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

A type of tag to filter on. For example, serverType.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeOfCreation" : { "c2jName" : "timeOfCreation", "c2jShape" : "TimeStamp", "deprecated" : false, "documentation" : "

The time the configuration tag was created in Coordinated Universal Time (UTC).

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

The time the configuration tag was created in Coordinated Universal Time (UTC).

\n@param timeOfCreation The time the configuration tag was created in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time the configuration tag was created in Coordinated Universal Time (UTC).

\n@return The time the configuration tag was created in Coordinated Universal Time (UTC).*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "timeOfCreation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "timeOfCreation", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TimeOfCreation", "setterDocumentation" : "/**

The time the configuration tag was created in Coordinated Universal Time (UTC).

\n@param timeOfCreation The time the configuration tag was created in Coordinated Universal Time (UTC).*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timeOfCreation", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The time the configuration tag was created in Coordinated Universal Time (UTC).

\n@param timeOfCreation The time the configuration tag was created in Coordinated Universal Time (UTC).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "timeOfCreation", "variableType" : "java.util.Date", "documentation" : "

The time the configuration tag was created in Coordinated Universal Time (UTC).

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

A value to filter on. For example key = serverType and value = web server.

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

A value to filter on. For example key = serverType and value = web server.

\n@param value A value to filter on. For example key = serverType and value = web server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A value to filter on. For example key = serverType and value = web server.

\n@return A value to filter on. For example key = serverType and value = web server.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

A value to filter on. For example key = serverType and value = web server.

\n@param value A value to filter on. For example key = serverType and value = web server.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A value to filter on. For example key = serverType and value = web server.

\n@param value A value to filter on. For example key = serverType and value = web server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

A value to filter on. For example key = serverType and value = web server.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ConfigurationTag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConfigurationTag", "variableName" : "configurationTag", "variableType" : "ConfigurationTag", "documentation" : null, "simpleType" : "ConfigurationTag", "variableSetterType" : "ConfigurationTag" }, "wrapper" : false }, "CreateTagsRequest" : { "c2jName" : "CreateTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateTags", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.CreateTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "configurationIds", "c2jShape" : "ConfigurationIdList", "deprecated" : false, "documentation" : "

A list of configuration items that you want to tag.

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

A list of configuration items that you want to tag.

\n@param configurationIds A list of configuration items that you want to tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of configuration items that you want to tag.

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

A list of configuration items that you want to tag.

\n@param configurationIds A list of configuration items that you want to tag.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of configuration items that you want to tag.

\n

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

\n@param configurationIds A list of configuration items that you want to tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "

A list of configuration items that you want to tag.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "tags", "c2jShape" : "TagSet", "deprecated" : false, "documentation" : "

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

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

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@param tags Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

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

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@return Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

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

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@param tags Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n

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

\n@param tags Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationIds" : { "c2jName" : "configurationIds", "c2jShape" : "ConfigurationIdList", "deprecated" : false, "documentation" : "

A list of configuration items that you want to tag.

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

A list of configuration items that you want to tag.

\n@param configurationIds A list of configuration items that you want to tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of configuration items that you want to tag.

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

A list of configuration items that you want to tag.

\n@param configurationIds A list of configuration items that you want to tag.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of configuration items that you want to tag.

\n

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

\n@param configurationIds A list of configuration items that you want to tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "

A list of configuration items that you want to tag.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "tags", "c2jShape" : "TagSet", "deprecated" : false, "documentation" : "

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

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

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@param tags Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

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

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@return Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

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

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@param tags Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n

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

\n@param tags Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "configurationIds", "tags" ], "shapeName" : "CreateTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateTagsRequest", "variableName" : "createTagsRequest", "variableType" : "CreateTagsRequest", "documentation" : null, "simpleType" : "CreateTagsRequest", "variableSetterType" : "CreateTagsRequest" }, "wrapper" : false }, "CreateTagsResult" : { "c2jName" : "CreateTagsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "CreateTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateTagsResult", "variableName" : "createTagsResult", "variableType" : "CreateTagsResult", "documentation" : null, "simpleType" : "CreateTagsResult", "variableSetterType" : "CreateTagsResult" }, "wrapper" : false }, "DeleteTagsRequest" : { "c2jName" : "DeleteTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteTags", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.DeleteTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "configurationIds", "c2jShape" : "ConfigurationIdList", "deprecated" : false, "documentation" : "

A list of configuration items with tags that you want to delete.

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

A list of configuration items with tags that you want to delete.

\n@param configurationIds A list of configuration items with tags that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of configuration items with tags that you want to delete.

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

A list of configuration items with tags that you want to delete.

\n@param configurationIds A list of configuration items with tags that you want to delete.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of configuration items with tags that you want to delete.

\n

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

\n@param configurationIds A list of configuration items with tags that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "

A list of configuration items with tags that you want to delete.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "tags", "c2jShape" : "TagSet", "deprecated" : false, "documentation" : "

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

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

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@param tags Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

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

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@return Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

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

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@param tags Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n

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

\n@param tags Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationIds" : { "c2jName" : "configurationIds", "c2jShape" : "ConfigurationIdList", "deprecated" : false, "documentation" : "

A list of configuration items with tags that you want to delete.

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

A list of configuration items with tags that you want to delete.

\n@param configurationIds A list of configuration items with tags that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of configuration items with tags that you want to delete.

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

A list of configuration items with tags that you want to delete.

\n@param configurationIds A list of configuration items with tags that you want to delete.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of configuration items with tags that you want to delete.

\n

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

\n@param configurationIds A list of configuration items with tags that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "

A list of configuration items with tags that you want to delete.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "tags", "c2jShape" : "TagSet", "deprecated" : false, "documentation" : "

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

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

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@param tags Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

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

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@return Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

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

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n@param tags Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

\n

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

\n@param tags Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{\"key\": \"serverType\", \"value\": \"webServer\"}

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "configurationIds" ], "shapeName" : "DeleteTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTagsRequest", "variableName" : "deleteTagsRequest", "variableType" : "DeleteTagsRequest", "documentation" : null, "simpleType" : "DeleteTagsRequest", "variableSetterType" : "DeleteTagsRequest" }, "wrapper" : false }, "DeleteTagsResult" : { "c2jName" : "DeleteTagsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTagsResult", "variableName" : "deleteTagsResult", "variableType" : "DeleteTagsResult", "documentation" : null, "simpleType" : "DeleteTagsResult", "variableSetterType" : "DeleteTagsResult" }, "wrapper" : false }, "DescribeAgentsRequest" : { "c2jName" : "DescribeAgentsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAgents", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.DescribeAgents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "agentIds", "c2jShape" : "AgentIds", "deprecated" : false, "documentation" : "

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

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

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

\n@param agentIds The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

\n@return The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentIds", "setterDocumentation" : "/**

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

\n@param agentIds The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

\n

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

\n@param agentIds The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "maxResults", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The total number of agents to return. The maximum value is 100.

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

The total number of agents to return. The maximum value is 100.

\n@param maxResults The total number of agents to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The total number of agents to return. The maximum value is 100.

\n@return The total number of agents to return. The maximum value is 100.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The total number of agents to return. The maximum value is 100.

\n@param maxResults The total number of agents to return. The maximum value is 100.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The total number of agents to return. The maximum value is 100.

\n@param maxResults The total number of agents to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The total number of agents to return. The maximum value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A token to start the list. Use this token to get the next set of results.

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

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@return A token to start the list. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token to start the list. Use this token to get the next set of results.

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

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

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

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

\n@param agentIds The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

\n@return The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentIds", "setterDocumentation" : "/**

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

\n@param agentIds The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

\n

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

\n@param agentIds The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "

The agent IDs for which you want information. If you specify no IDs, the system returns information about all agents associated with your AWS user account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "c2jName" : "maxResults", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The total number of agents to return. The maximum value is 100.

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

The total number of agents to return. The maximum value is 100.

\n@param maxResults The total number of agents to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The total number of agents to return. The maximum value is 100.

\n@return The total number of agents to return. The maximum value is 100.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The total number of agents to return. The maximum value is 100.

\n@param maxResults The total number of agents to return. The maximum value is 100.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The total number of agents to return. The maximum value is 100.

\n@param maxResults The total number of agents to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The total number of agents to return. The maximum value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A token to start the list. Use this token to get the next set of results.

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

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@return A token to start the list. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token to start the list. Use this token to get the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeAgentsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAgentsRequest", "variableName" : "describeAgentsRequest", "variableType" : "DescribeAgentsRequest", "documentation" : null, "simpleType" : "DescribeAgentsRequest", "variableSetterType" : "DescribeAgentsRequest" }, "wrapper" : false }, "DescribeAgentsResult" : { "c2jName" : "DescribeAgentsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "agentsInfo", "c2jShape" : "AgentsInfo", "deprecated" : false, "documentation" : "

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

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

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

\n@param agentsInfo Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

\n@return Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentsInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentsInfo", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AgentInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AgentInfo", "variableName" : "member", "variableType" : "AgentInfo", "documentation" : "", "simpleType" : "AgentInfo", "variableSetterType" : "AgentInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AgentInfo", "variableName" : "member", "variableType" : "AgentInfo", "documentation" : "", "simpleType" : "AgentInfo", "variableSetterType" : "AgentInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AgentInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AgentInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentsInfo", "setterDocumentation" : "/**

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

\n@param agentsInfo Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsInfo", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

\n

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

\n@param agentsInfo Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsInfo", "variableType" : "java.util.List", "documentation" : "

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The call returns a token. Use this token to get the next set of results.

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

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@return The call returns a token. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The call returns a token. Use this token to get the next set of results.

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

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

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

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

\n@param agentsInfo Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

\n@return Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentsInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentsInfo", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AgentInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AgentInfo", "variableName" : "member", "variableType" : "AgentInfo", "documentation" : "", "simpleType" : "AgentInfo", "variableSetterType" : "AgentInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AgentInfo", "variableName" : "member", "variableType" : "AgentInfo", "documentation" : "", "simpleType" : "AgentInfo", "variableSetterType" : "AgentInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AgentInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AgentInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentsInfo", "setterDocumentation" : "/**

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

\n@param agentsInfo Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsInfo", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

\n

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

\n@param agentsInfo Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsInfo", "variableType" : "java.util.List", "documentation" : "

Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID. The output includes agent IDs, IP addresses, media access control (MAC) addresses, agent health, host name where the agent resides, and the version number of each agent.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The call returns a token. Use this token to get the next set of results.

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

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@return The call returns a token. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The call returns a token. Use this token to get the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeAgentsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeAgentsResult", "variableName" : "describeAgentsResult", "variableType" : "DescribeAgentsResult", "documentation" : null, "simpleType" : "DescribeAgentsResult", "variableSetterType" : "DescribeAgentsResult" }, "wrapper" : false }, "DescribeConfigurationsRequest" : { "c2jName" : "DescribeConfigurationsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeConfigurations", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.DescribeConfigurations", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "configurationIds", "c2jShape" : "ConfigurationIdList", "deprecated" : false, "documentation" : "

One or more configuration IDs.

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

One or more configuration IDs.

\n@param configurationIds One or more configuration IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

One or more configuration IDs.

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

One or more configuration IDs.

\n@param configurationIds One or more configuration IDs.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more configuration IDs.

\n

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

\n@param configurationIds One or more configuration IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "

One or more configuration IDs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationIds" : { "c2jName" : "configurationIds", "c2jShape" : "ConfigurationIdList", "deprecated" : false, "documentation" : "

One or more configuration IDs.

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

One or more configuration IDs.

\n@param configurationIds One or more configuration IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

One or more configuration IDs.

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

One or more configuration IDs.

\n@param configurationIds One or more configuration IDs.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

One or more configuration IDs.

\n

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

\n@param configurationIds One or more configuration IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "configurationIds", "variableType" : "java.util.List", "documentation" : "

One or more configuration IDs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "configurationIds" ], "shapeName" : "DescribeConfigurationsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeConfigurationsRequest", "variableName" : "describeConfigurationsRequest", "variableType" : "DescribeConfigurationsRequest", "documentation" : null, "simpleType" : "DescribeConfigurationsRequest", "variableSetterType" : "DescribeConfigurationsRequest" }, "wrapper" : false }, "DescribeConfigurationsResult" : { "c2jName" : "DescribeConfigurationsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "configurations", "c2jShape" : "DescribeConfigurationsAttributes", "deprecated" : false, "documentation" : "

A key in the response map. The value is an array of data.

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

A key in the response map. The value is an array of data.

\n@param configurations A key in the response map. The value is an array of data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A key in the response map. The value is an array of data.

\n@return A key in the response map. The value is an array of data.*/", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurations", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DescribeConfigurationsAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Configurations", "setterDocumentation" : "/**

A key in the response map. The value is an array of data.

\n@param configurations A key in the response map. The value is an array of data.*/", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "configurations", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

A key in the response map. The value is an array of data.

\n

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

\n@param configurations A key in the response map. The value is an array of data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "configurations", "variableType" : "java.util.List>", "documentation" : "

A key in the response map. The value is an array of data.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Configurations" : { "c2jName" : "configurations", "c2jShape" : "DescribeConfigurationsAttributes", "deprecated" : false, "documentation" : "

A key in the response map. The value is an array of data.

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

A key in the response map. The value is an array of data.

\n@param configurations A key in the response map. The value is an array of data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A key in the response map. The value is an array of data.

\n@return A key in the response map. The value is an array of data.*/", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurations", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DescribeConfigurationsAttribute", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Configurations", "setterDocumentation" : "/**

A key in the response map. The value is an array of data.

\n@param configurations A key in the response map. The value is an array of data.*/", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "configurations", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

A key in the response map. The value is an array of data.

\n

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

\n@param configurations A key in the response map. The value is an array of data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "configurations", "variableType" : "java.util.List>", "documentation" : "

A key in the response map. The value is an array of data.

", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeConfigurationsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeConfigurationsResult", "variableName" : "describeConfigurationsResult", "variableType" : "DescribeConfigurationsResult", "documentation" : null, "simpleType" : "DescribeConfigurationsResult", "variableSetterType" : "DescribeConfigurationsResult" }, "wrapper" : false }, "DescribeExportConfigurationsRequest" : { "c2jName" : "DescribeExportConfigurationsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeExportConfigurations", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.DescribeExportConfigurations", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "exportIds", "c2jShape" : "ExportIds", "deprecated" : false, "documentation" : "

A unique identifier that you can use to query the export status.

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

A unique identifier that you can use to query the export status.

\n@param exportIds A unique identifier that you can use to query the export status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique identifier that you can use to query the export status.

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

A unique identifier that you can use to query the export status.

\n@param exportIds A unique identifier that you can use to query the export status.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A unique identifier that you can use to query the export status.

\n

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

\n@param exportIds A unique identifier that you can use to query the export status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportIds", "variableType" : "java.util.List", "documentation" : "

A unique identifier that you can use to query the export status.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "maxResults", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum number of results that you want to display as a part of the query.

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

The maximum number of results that you want to display as a part of the query.

\n@param maxResults The maximum number of results that you want to display as a part of the query.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of results that you want to display as a part of the query.

\n@return The maximum number of results that you want to display as a part of the query.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The maximum number of results that you want to display as a part of the query.

\n@param maxResults The maximum number of results that you want to display as a part of the query.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of results that you want to display as a part of the query.

\n@param maxResults The maximum number of results that you want to display as a part of the query.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results that you want to display as a part of the query.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

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

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@return A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

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

A unique identifier that you can use to query the export status.

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

A unique identifier that you can use to query the export status.

\n@param exportIds A unique identifier that you can use to query the export status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique identifier that you can use to query the export status.

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

A unique identifier that you can use to query the export status.

\n@param exportIds A unique identifier that you can use to query the export status.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A unique identifier that you can use to query the export status.

\n

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

\n@param exportIds A unique identifier that you can use to query the export status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportIds", "variableType" : "java.util.List", "documentation" : "

A unique identifier that you can use to query the export status.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "c2jName" : "maxResults", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum number of results that you want to display as a part of the query.

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

The maximum number of results that you want to display as a part of the query.

\n@param maxResults The maximum number of results that you want to display as a part of the query.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The maximum number of results that you want to display as a part of the query.

\n@return The maximum number of results that you want to display as a part of the query.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The maximum number of results that you want to display as a part of the query.

\n@param maxResults The maximum number of results that you want to display as a part of the query.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum number of results that you want to display as a part of the query.

\n@param maxResults The maximum number of results that you want to display as a part of the query.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of results that you want to display as a part of the query.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

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

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@return A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeExportConfigurationsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeExportConfigurationsRequest", "variableName" : "describeExportConfigurationsRequest", "variableType" : "DescribeExportConfigurationsRequest", "documentation" : null, "simpleType" : "DescribeExportConfigurationsRequest", "variableSetterType" : "DescribeExportConfigurationsRequest" }, "wrapper" : false }, "DescribeExportConfigurationsResult" : { "c2jName" : "DescribeExportConfigurationsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "exportsInfo", "c2jShape" : "ExportsInfo", "deprecated" : false, "documentation" : "

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

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

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

\n@param exportsInfo Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

\n@return Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportsInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportsInfo", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ExportInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ExportInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ExportInfo", "variableName" : "member", "variableType" : "ExportInfo", "documentation" : "", "simpleType" : "ExportInfo", "variableSetterType" : "ExportInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExportInfo", "variableName" : "member", "variableType" : "ExportInfo", "documentation" : "", "simpleType" : "ExportInfo", "variableSetterType" : "ExportInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExportInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExportInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ExportsInfo", "setterDocumentation" : "/**

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

\n@param exportsInfo Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportsInfo", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

\n

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

\n@param exportsInfo Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportsInfo", "variableType" : "java.util.List", "documentation" : "

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

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

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@return A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

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

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

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

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

\n@param exportsInfo Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

\n@return Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportsInfo", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportsInfo", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ExportInfo", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ExportInfo", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ExportInfo", "variableName" : "member", "variableType" : "ExportInfo", "documentation" : "", "simpleType" : "ExportInfo", "variableSetterType" : "ExportInfo" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExportInfo", "variableName" : "member", "variableType" : "ExportInfo", "documentation" : "", "simpleType" : "ExportInfo", "variableSetterType" : "ExportInfo" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExportInfo", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExportInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ExportsInfo", "setterDocumentation" : "/**

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

\n@param exportsInfo Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportsInfo", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

\n

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

\n@param exportsInfo Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "exportsInfo", "variableType" : "java.util.List", "documentation" : "

Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

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

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@return A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

\n@param nextToken A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token to get the next set of results. For example, if you specified 100 IDs for DescribeConfigurationsRequest$configurationIds but set DescribeExportConfigurationsRequest$maxResults to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeExportConfigurationsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeExportConfigurationsResult", "variableName" : "describeExportConfigurationsResult", "variableType" : "DescribeExportConfigurationsResult", "documentation" : null, "simpleType" : "DescribeExportConfigurationsResult", "variableSetterType" : "DescribeExportConfigurationsResult" }, "wrapper" : false }, "DescribeTagsRequest" : { "c2jName" : "DescribeTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeTags", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.DescribeTags", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "filters", "c2jShape" : "TagFilters", "deprecated" : false, "documentation" : "

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

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

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

\n@param filters You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

\n@return You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "filters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagFilter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TagFilter", "variableName" : "member", "variableType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TagFilter", "variableName" : "member", "variableType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TagFilter", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TagFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Filters", "setterDocumentation" : "/**

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

\n@param filters You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

\n

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

\n@param filters You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "maxResults", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The total number of items to return. The maximum value is 100.

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

The total number of items to return. The maximum value is 100.

\n@param maxResults The total number of items to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The total number of items to return. The maximum value is 100.

\n@return The total number of items to return. The maximum value is 100.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The total number of items to return. The maximum value is 100.

\n@param maxResults The total number of items to return. The maximum value is 100.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The total number of items to return. The maximum value is 100.

\n@param maxResults The total number of items to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The total number of items to return. The maximum value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A token to start the list. Use this token to get the next set of results.

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

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@return A token to start the list. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token to start the list. Use this token to get the next set of results.

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

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

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

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

\n@param filters You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

\n@return You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "filters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "filters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "TagFilter", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "TagFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "TagFilter", "variableName" : "member", "variableType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TagFilter", "variableName" : "member", "variableType" : "TagFilter", "documentation" : "", "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TagFilter", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "TagFilter", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Filters", "setterDocumentation" : "/**

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

\n@param filters You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

\n

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

\n@param filters You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "c2jName" : "maxResults", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The total number of items to return. The maximum value is 100.

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

The total number of items to return. The maximum value is 100.

\n@param maxResults The total number of items to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The total number of items to return. The maximum value is 100.

\n@return The total number of items to return. The maximum value is 100.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

The total number of items to return. The maximum value is 100.

\n@param maxResults The total number of items to return. The maximum value is 100.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The total number of items to return. The maximum value is 100.

\n@param maxResults The total number of items to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The total number of items to return. The maximum value is 100.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

A token to start the list. Use this token to get the next set of results.

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

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@return A token to start the list. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A token to start the list. Use this token to get the next set of results.

\n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

A token to start the list. Use this token to get the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeTagsRequest", "variableName" : "describeTagsRequest", "variableType" : "DescribeTagsRequest", "documentation" : null, "simpleType" : "DescribeTagsRequest", "variableSetterType" : "DescribeTagsRequest" }, "wrapper" : false }, "DescribeTagsResult" : { "c2jName" : "DescribeTagsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "tags", "c2jShape" : "ConfigurationTagSet", "deprecated" : false, "documentation" : "

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

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

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

\n@param tags Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

\n@return Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConfigurationTag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ConfigurationTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ConfigurationTag", "variableName" : "member", "variableType" : "ConfigurationTag", "documentation" : "", "simpleType" : "ConfigurationTag", "variableSetterType" : "ConfigurationTag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConfigurationTag", "variableName" : "member", "variableType" : "ConfigurationTag", "documentation" : "", "simpleType" : "ConfigurationTag", "variableSetterType" : "ConfigurationTag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "item", "memberType" : "ConfigurationTag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ConfigurationTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

\n@param tags Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

\n

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

\n@param tags Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

The call returns a token. Use this token to get the next set of results.

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

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@return The call returns a token. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The call returns a token. Use this token to get the next set of results.

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

The call returns a token. Use this token to get the next set of results.

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

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@return The call returns a token. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The call returns a token. Use this token to get the next set of results.

\n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The call returns a token. Use this token to get the next set of results.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "c2jName" : "tags", "c2jShape" : "ConfigurationTagSet", "deprecated" : false, "documentation" : "

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

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

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

\n@param tags Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

\n@return Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ConfigurationTag", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "ConfigurationTag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "ConfigurationTag", "variableName" : "member", "variableType" : "ConfigurationTag", "documentation" : "", "simpleType" : "ConfigurationTag", "variableSetterType" : "ConfigurationTag" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ConfigurationTag", "variableName" : "member", "variableType" : "ConfigurationTag", "documentation" : "", "simpleType" : "ConfigurationTag", "variableSetterType" : "ConfigurationTag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "item", "memberType" : "ConfigurationTag", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ConfigurationTag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Tags", "setterDocumentation" : "/**

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

\n@param tags Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

\n

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

\n@param tags Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeTagsResult", "variableName" : "describeTagsResult", "variableType" : "DescribeTagsResult", "documentation" : null, "simpleType" : "DescribeTagsResult", "variableSetterType" : "DescribeTagsResult" }, "wrapper" : false }, "ExportConfigurationsRequest" : { "c2jName" : "ExportConfigurationsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ExportConfigurations", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.ExportConfigurations", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ExportConfigurationsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExportConfigurationsRequest", "variableName" : "exportConfigurationsRequest", "variableType" : "ExportConfigurationsRequest", "documentation" : null, "simpleType" : "ExportConfigurationsRequest", "variableSetterType" : "ExportConfigurationsRequest" }, "wrapper" : false }, "ExportConfigurationsResult" : { "c2jName" : "ExportConfigurationsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "exportId", "c2jShape" : "ConfigurationsExportId", "deprecated" : false, "documentation" : "

A unique identifier that you can use to query the export status.

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

A unique identifier that you can use to query the export status.

\n@param exportId A unique identifier that you can use to query the export status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique identifier that you can use to query the export status.

\n@return A unique identifier that you can use to query the export status.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportId", "setterDocumentation" : "/**

A unique identifier that you can use to query the export status.

\n@param exportId A unique identifier that you can use to query the export status.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier that you can use to query the export status.

\n@param exportId A unique identifier that you can use to query the export status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exportId", "variableType" : "String", "documentation" : "

A unique identifier that you can use to query the export status.

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

A unique identifier that you can use to query the export status.

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

A unique identifier that you can use to query the export status.

\n@param exportId A unique identifier that you can use to query the export status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique identifier that you can use to query the export status.

\n@return A unique identifier that you can use to query the export status.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportId", "setterDocumentation" : "/**

A unique identifier that you can use to query the export status.

\n@param exportId A unique identifier that you can use to query the export status.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier that you can use to query the export status.

\n@param exportId A unique identifier that you can use to query the export status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exportId", "variableType" : "String", "documentation" : "

A unique identifier that you can use to query the export status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ExportConfigurationsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExportConfigurationsResult", "variableName" : "exportConfigurationsResult", "variableType" : "ExportConfigurationsResult", "documentation" : null, "simpleType" : "ExportConfigurationsResult", "variableSetterType" : "ExportConfigurationsResult" }, "wrapper" : false }, "ExportInfo" : { "c2jName" : "ExportInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Information regarding the export status of the discovered data. The value is an array of objects.

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

A unique identifier that you can use to query the export.

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

A unique identifier that you can use to query the export.

\n@param exportId A unique identifier that you can use to query the export.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique identifier that you can use to query the export.

\n@return A unique identifier that you can use to query the export.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportId", "setterDocumentation" : "/**

A unique identifier that you can use to query the export.

\n@param exportId A unique identifier that you can use to query the export.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier that you can use to query the export.

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

A unique identifier that you can use to query the export.

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

The status of the configuration data export. The status can succeed, fail, or be in-progress.

", "enumType" : "ExportStatus", "fluentSetterDocumentation" : "/**

The status of the configuration data export. The status can succeed, fail, or be in-progress.

\n@param exportStatus The status of the configuration data export. The status can succeed, fail, or be in-progress.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportStatus*/", "getterDocumentation" : "/**

The status of the configuration data export. The status can succeed, fail, or be in-progress.

\n@return The status of the configuration data export. The status can succeed, fail, or be in-progress.\n@see ExportStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportStatus", "setterDocumentation" : "/**

The status of the configuration data export. The status can succeed, fail, or be in-progress.

\n@param exportStatus The status of the configuration data export. The status can succeed, fail, or be in-progress.\n@see ExportStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The status of the configuration data export. The status can succeed, fail, or be in-progress.

\n@param exportStatus The status of the configuration data export. The status can succeed, fail, or be in-progress.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exportStatus", "variableType" : "String", "documentation" : "

The status of the configuration data export. The status can succeed, fail, or be in-progress.

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

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

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

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

\n@param statusMessage Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

\n@return Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "statusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusMessage", "setterDocumentation" : "/**

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

\n@param statusMessage Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

\n@param statusMessage Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

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

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

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

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

\n@param configurationsDownloadUrl A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

\n@return A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurationsDownloadUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurationsDownloadUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConfigurationsDownloadUrl", "setterDocumentation" : "/**

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

\n@param configurationsDownloadUrl A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationsDownloadUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

\n@param configurationsDownloadUrl A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationsDownloadUrl", "variableType" : "String", "documentation" : "

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

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

The time the configuration data export was initiated.

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

The time the configuration data export was initiated.

\n@param exportRequestTime The time the configuration data export was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time the configuration data export was initiated.

\n@return The time the configuration data export was initiated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportRequestTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportRequestTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportRequestTime", "setterDocumentation" : "/**

The time the configuration data export was initiated.

\n@param exportRequestTime The time the configuration data export was initiated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "exportRequestTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The time the configuration data export was initiated.

\n@param exportRequestTime The time the configuration data export was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "exportRequestTime", "variableType" : "java.util.Date", "documentation" : "

The time the configuration data export was initiated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ConfigurationsDownloadUrl" : { "c2jName" : "configurationsDownloadUrl", "c2jShape" : "ConfigurationsDownloadUrl", "deprecated" : false, "documentation" : "

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

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

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

\n@param configurationsDownloadUrl A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

\n@return A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurationsDownloadUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurationsDownloadUrl", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConfigurationsDownloadUrl", "setterDocumentation" : "/**

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

\n@param configurationsDownloadUrl A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationsDownloadUrl", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

\n@param configurationsDownloadUrl A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationsDownloadUrl", "variableType" : "String", "documentation" : "

A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExportId" : { "c2jName" : "exportId", "c2jShape" : "ConfigurationsExportId", "deprecated" : false, "documentation" : "

A unique identifier that you can use to query the export.

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

A unique identifier that you can use to query the export.

\n@param exportId A unique identifier that you can use to query the export.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A unique identifier that you can use to query the export.

\n@return A unique identifier that you can use to query the export.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportId", "setterDocumentation" : "/**

A unique identifier that you can use to query the export.

\n@param exportId A unique identifier that you can use to query the export.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier that you can use to query the export.

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

A unique identifier that you can use to query the export.

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

The time the configuration data export was initiated.

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

The time the configuration data export was initiated.

\n@param exportRequestTime The time the configuration data export was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The time the configuration data export was initiated.

\n@return The time the configuration data export was initiated.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportRequestTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportRequestTime", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportRequestTime", "setterDocumentation" : "/**

The time the configuration data export was initiated.

\n@param exportRequestTime The time the configuration data export was initiated.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "exportRequestTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The time the configuration data export was initiated.

\n@param exportRequestTime The time the configuration data export was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "exportRequestTime", "variableType" : "java.util.Date", "documentation" : "

The time the configuration data export was initiated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "ExportStatus" : { "c2jName" : "exportStatus", "c2jShape" : "ExportStatus", "deprecated" : false, "documentation" : "

The status of the configuration data export. The status can succeed, fail, or be in-progress.

", "enumType" : "ExportStatus", "fluentSetterDocumentation" : "/**

The status of the configuration data export. The status can succeed, fail, or be in-progress.

\n@param exportStatus The status of the configuration data export. The status can succeed, fail, or be in-progress.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportStatus*/", "getterDocumentation" : "/**

The status of the configuration data export. The status can succeed, fail, or be in-progress.

\n@return The status of the configuration data export. The status can succeed, fail, or be in-progress.\n@see ExportStatus*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "exportStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "exportStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExportStatus", "setterDocumentation" : "/**

The status of the configuration data export. The status can succeed, fail, or be in-progress.

\n@param exportStatus The status of the configuration data export. The status can succeed, fail, or be in-progress.\n@see ExportStatus*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "exportStatus", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The status of the configuration data export. The status can succeed, fail, or be in-progress.

\n@param exportStatus The status of the configuration data export. The status can succeed, fail, or be in-progress.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExportStatus*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "exportStatus", "variableType" : "String", "documentation" : "

The status of the configuration data export. The status can succeed, fail, or be in-progress.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusMessage" : { "c2jName" : "statusMessage", "c2jShape" : "ExportStatusMessage", "deprecated" : false, "documentation" : "

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

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

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

\n@param statusMessage Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

\n@return Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "statusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "statusMessage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StatusMessage", "setterDocumentation" : "/**

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

\n@param statusMessage Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

\n@param statusMessage Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "exportId", "exportStatus", "statusMessage", "exportRequestTime" ], "shapeName" : "ExportInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExportInfo", "variableName" : "exportInfo", "variableType" : "ExportInfo", "documentation" : null, "simpleType" : "ExportInfo", "variableSetterType" : "ExportInfo" }, "wrapper" : false }, "ExportStatus" : { "c2jName" : "ExportStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "FAILED", "value" : "FAILED" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ExportStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExportStatus", "variableName" : "exportStatus", "variableType" : "ExportStatus", "documentation" : null, "simpleType" : "ExportStatus", "variableSetterType" : "ExportStatus" }, "wrapper" : false }, "Filter" : { "c2jName" : "Filter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A filter that can use conditional operators.

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

The name of the filter. The following filter names are allowed for SERVER configuration items.

Server

  • server.hostName

  • server.osName

  • server.osVersion

  • server.configurationid

  • server.agentid

The name of the filter. The following filter names are allowed for PROCESS configuration items.

Process

  • process.configurationid

  • process.name

  • process.commandLine

  • server.configurationid

  • server.hostName

  • server.osName

  • server.osVersion

  • server.agentId

The name of the filter. The following filter names are allowed for CONNECTION configuration items.

Connection

  • connection.sourceIp

  • connection.destinationIp

  • connection.destinationPort

  • sourceProcess.configurationId

  • sourceProcess.name

  • sourceProcess.commandLine

  • destinationProcess.configurationId

  • destinationProcess.name

  • destinationProcess.commandLine

  • sourceServer.configurationId

  • sourceServer.hostName

  • sourceServer.osName

  • sourceServer.osVersion

  • sourceServer.agentId

  • destinationServer.configurationId

  • destinationServer.hostName

  • destinationServer.osName

  • destinationServer.osVersion

  • destinationServer.agentId

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

The name of the filter. The following filter names are allowed for SERVER configuration items.

Server

  • server.hostName

  • server.osName

  • server.osVersion

  • server.configurationid

  • server.agentid

The name of the filter. The following filter names are allowed for PROCESS configuration items.

Process

  • process.configurationid

  • process.name

  • process.commandLine

  • server.configurationid

  • server.hostName

  • server.osName

  • server.osVersion

  • server.agentId

The name of the filter. The following filter names are allowed for CONNECTION configuration items.

Connection

  • connection.sourceIp

  • connection.destinationIp

  • connection.destinationPort

  • sourceProcess.configurationId

  • sourceProcess.name

  • sourceProcess.commandLine

  • destinationProcess.configurationId

  • destinationProcess.name

  • destinationProcess.commandLine

  • sourceServer.configurationId

  • sourceServer.hostName

  • sourceServer.osName

  • sourceServer.osVersion

  • sourceServer.agentId

  • destinationServer.configurationId

  • destinationServer.hostName

  • destinationServer.osName

  • destinationServer.osVersion

  • destinationServer.agentId

\n@param name The name of the filter. The following filter names are allowed for SERVER configuration items.

Server

  • server.hostName

  • server.osName

  • server.osVersion

  • server.configurationid

  • server.agentid

The name of the filter. The following filter names are allowed for PROCESS configuration items.

Process

  • process.configurationid

  • process.name

  • process.commandLine

  • server.configurationid

  • server.hostName

  • server.osName

  • server.osVersion

  • server.agentId

The name of the filter. The following filter names are allowed for CONNECTION configuration items.

Connection

  • connection.sourceIp

  • connection.destinationIp

  • connection.destinationPort

  • sourceProcess.configurationId

  • sourceProcess.name

  • sourceProcess.commandLine

  • destinationProcess.configurationId

  • destinationProcess.name

  • destinationProcess.commandLine

  • sourceServer.configurationId

  • sourceServer.hostName

  • sourceServer.osName

  • sourceServer.osVersion

  • sourceServer.agentId

  • destinationServer.configurationId

  • destinationServer.hostName

  • destinationServer.osName

  • destinationServer.osVersion

  • destinationServer.agentId

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

    The name of the filter. The following filter names are allowed for SERVER configuration items.

    Server

    • server.hostName

    • server.osName

    • server.osVersion

    • server.configurationid

    • server.agentid

    The name of the filter. The following filter names are allowed for PROCESS configuration items.

    Process

    • process.configurationid

    • process.name

    • process.commandLine

    • server.configurationid

    • server.hostName

    • server.osName

    • server.osVersion

    • server.agentId

    The name of the filter. The following filter names are allowed for CONNECTION configuration items.

    Connection

    • connection.sourceIp

    • connection.destinationIp

    • connection.destinationPort

    • sourceProcess.configurationId

    • sourceProcess.name

    • sourceProcess.commandLine

    • destinationProcess.configurationId

    • destinationProcess.name

    • destinationProcess.commandLine

    • sourceServer.configurationId

    • sourceServer.hostName

    • sourceServer.osName

    • sourceServer.osVersion

    • sourceServer.agentId

    • destinationServer.configurationId

    • destinationServer.hostName

    • destinationServer.osName

    • destinationServer.osVersion

    • destinationServer.agentId

    \n@return The name of the filter. The following filter names are allowed for SERVER configuration items.

    Server

    • server.hostName

    • server.osName

    • server.osVersion

    • server.configurationid

    • server.agentid

    The name of the filter. The following filter names are allowed for PROCESS configuration items.

    Process

    • process.configurationid

    • process.name

    • process.commandLine

    • server.configurationid

    • server.hostName

    • server.osName

    • server.osVersion

    • server.agentId

    The name of the filter. The following filter names are allowed for CONNECTION configuration items.

    Connection

    • connection.sourceIp

    • connection.destinationIp

    • connection.destinationPort

    • sourceProcess.configurationId

    • sourceProcess.name

    • sourceProcess.commandLine

    • destinationProcess.configurationId

    • destinationProcess.name

    • destinationProcess.commandLine

    • sourceServer.configurationId

    • sourceServer.hostName

    • sourceServer.osName

    • sourceServer.osVersion

    • sourceServer.agentId

    • destinationServer.configurationId

    • destinationServer.hostName

    • destinationServer.osName

    • destinationServer.osVersion

    • destinationServer.agentId

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

      The name of the filter. The following filter names are allowed for SERVER configuration items.

      Server

      • server.hostName

      • server.osName

      • server.osVersion

      • server.configurationid

      • server.agentid

      The name of the filter. The following filter names are allowed for PROCESS configuration items.

      Process

      • process.configurationid

      • process.name

      • process.commandLine

      • server.configurationid

      • server.hostName

      • server.osName

      • server.osVersion

      • server.agentId

      The name of the filter. The following filter names are allowed for CONNECTION configuration items.

      Connection

      • connection.sourceIp

      • connection.destinationIp

      • connection.destinationPort

      • sourceProcess.configurationId

      • sourceProcess.name

      • sourceProcess.commandLine

      • destinationProcess.configurationId

      • destinationProcess.name

      • destinationProcess.commandLine

      • sourceServer.configurationId

      • sourceServer.hostName

      • sourceServer.osName

      • sourceServer.osVersion

      • sourceServer.agentId

      • destinationServer.configurationId

      • destinationServer.hostName

      • destinationServer.osName

      • destinationServer.osVersion

      • destinationServer.agentId

      \n@param name The name of the filter. The following filter names are allowed for SERVER configuration items.

      Server

      • server.hostName

      • server.osName

      • server.osVersion

      • server.configurationid

      • server.agentid

      The name of the filter. The following filter names are allowed for PROCESS configuration items.

      Process

      • process.configurationid

      • process.name

      • process.commandLine

      • server.configurationid

      • server.hostName

      • server.osName

      • server.osVersion

      • server.agentId

      The name of the filter. The following filter names are allowed for CONNECTION configuration items.

      Connection

      • connection.sourceIp

      • connection.destinationIp

      • connection.destinationPort

      • sourceProcess.configurationId

      • sourceProcess.name

      • sourceProcess.commandLine

      • destinationProcess.configurationId

      • destinationProcess.name

      • destinationProcess.commandLine

      • sourceServer.configurationId

      • sourceServer.hostName

      • sourceServer.osName

      • sourceServer.osVersion

      • sourceServer.agentId

      • destinationServer.configurationId

      • destinationServer.hostName

      • destinationServer.osName

      • destinationServer.osVersion

      • destinationServer.agentId

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

        The name of the filter. The following filter names are allowed for SERVER configuration items.

        Server

        • server.hostName

        • server.osName

        • server.osVersion

        • server.configurationid

        • server.agentid

        The name of the filter. The following filter names are allowed for PROCESS configuration items.

        Process

        • process.configurationid

        • process.name

        • process.commandLine

        • server.configurationid

        • server.hostName

        • server.osName

        • server.osVersion

        • server.agentId

        The name of the filter. The following filter names are allowed for CONNECTION configuration items.

        Connection

        • connection.sourceIp

        • connection.destinationIp

        • connection.destinationPort

        • sourceProcess.configurationId

        • sourceProcess.name

        • sourceProcess.commandLine

        • destinationProcess.configurationId

        • destinationProcess.name

        • destinationProcess.commandLine

        • sourceServer.configurationId

        • sourceServer.hostName

        • sourceServer.osName

        • sourceServer.osVersion

        • sourceServer.agentId

        • destinationServer.configurationId

        • destinationServer.hostName

        • destinationServer.osName

        • destinationServer.osVersion

        • destinationServer.agentId

        \n@param name The name of the filter. The following filter names are allowed for SERVER configuration items.

        Server

        • server.hostName

        • server.osName

        • server.osVersion

        • server.configurationid

        • server.agentid

        The name of the filter. The following filter names are allowed for PROCESS configuration items.

        Process

        • process.configurationid

        • process.name

        • process.commandLine

        • server.configurationid

        • server.hostName

        • server.osName

        • server.osVersion

        • server.agentId

        The name of the filter. The following filter names are allowed for CONNECTION configuration items.

        Connection

        • connection.sourceIp

        • connection.destinationIp

        • connection.destinationPort

        • sourceProcess.configurationId

        • sourceProcess.name

        • sourceProcess.commandLine

        • destinationProcess.configurationId

        • destinationProcess.name

        • destinationProcess.commandLine

        • sourceServer.configurationId

        • sourceServer.hostName

        • sourceServer.osName

        • sourceServer.osVersion

        • sourceServer.agentId

        • destinationServer.configurationId

        • destinationServer.hostName

        • destinationServer.osName

        • destinationServer.osVersion

        • destinationServer.agentId

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

          The name of the filter. The following filter names are allowed for SERVER configuration items.

          Server

          • server.hostName

          • server.osName

          • server.osVersion

          • server.configurationid

          • server.agentid

          The name of the filter. The following filter names are allowed for PROCESS configuration items.

          Process

          • process.configurationid

          • process.name

          • process.commandLine

          • server.configurationid

          • server.hostName

          • server.osName

          • server.osVersion

          • server.agentId

          The name of the filter. The following filter names are allowed for CONNECTION configuration items.

          Connection

          • connection.sourceIp

          • connection.destinationIp

          • connection.destinationPort

          • sourceProcess.configurationId

          • sourceProcess.name

          • sourceProcess.commandLine

          • destinationProcess.configurationId

          • destinationProcess.name

          • destinationProcess.commandLine

          • sourceServer.configurationId

          • sourceServer.hostName

          • sourceServer.osName

          • sourceServer.osVersion

          • sourceServer.agentId

          • destinationServer.configurationId

          • destinationServer.hostName

          • destinationServer.osName

          • destinationServer.osVersion

          • destinationServer.agentId

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

          A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

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

          A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

          \n@param values A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

          \n@return A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "values", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "values", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FilterValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "item", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Values", "setterDocumentation" : "/**

          A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

          \n@param values A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

          A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

          \n

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

          \n@param values A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

          A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "condition", "c2jShape" : "Condition", "deprecated" : false, "documentation" : "

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

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

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

          \n@param condition A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

          \n@return A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "condition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "condition", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Condition", "setterDocumentation" : "/**

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

          \n@param condition A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

          \n@param condition A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : "

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

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

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

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

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

          \n@param condition A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

          \n@return A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "condition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "condition", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Condition", "setterDocumentation" : "/**

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

          \n@param condition A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

          \n@param condition A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : "

          A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

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

          The name of the filter. The following filter names are allowed for SERVER configuration items.

          Server

          • server.hostName

          • server.osName

          • server.osVersion

          • server.configurationid

          • server.agentid

          The name of the filter. The following filter names are allowed for PROCESS configuration items.

          Process

          • process.configurationid

          • process.name

          • process.commandLine

          • server.configurationid

          • server.hostName

          • server.osName

          • server.osVersion

          • server.agentId

          The name of the filter. The following filter names are allowed for CONNECTION configuration items.

          Connection

          • connection.sourceIp

          • connection.destinationIp

          • connection.destinationPort

          • sourceProcess.configurationId

          • sourceProcess.name

          • sourceProcess.commandLine

          • destinationProcess.configurationId

          • destinationProcess.name

          • destinationProcess.commandLine

          • sourceServer.configurationId

          • sourceServer.hostName

          • sourceServer.osName

          • sourceServer.osVersion

          • sourceServer.agentId

          • destinationServer.configurationId

          • destinationServer.hostName

          • destinationServer.osName

          • destinationServer.osVersion

          • destinationServer.agentId

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

          The name of the filter. The following filter names are allowed for SERVER configuration items.

          Server

          • server.hostName

          • server.osName

          • server.osVersion

          • server.configurationid

          • server.agentid

          The name of the filter. The following filter names are allowed for PROCESS configuration items.

          Process

          • process.configurationid

          • process.name

          • process.commandLine

          • server.configurationid

          • server.hostName

          • server.osName

          • server.osVersion

          • server.agentId

          The name of the filter. The following filter names are allowed for CONNECTION configuration items.

          Connection

          • connection.sourceIp

          • connection.destinationIp

          • connection.destinationPort

          • sourceProcess.configurationId

          • sourceProcess.name

          • sourceProcess.commandLine

          • destinationProcess.configurationId

          • destinationProcess.name

          • destinationProcess.commandLine

          • sourceServer.configurationId

          • sourceServer.hostName

          • sourceServer.osName

          • sourceServer.osVersion

          • sourceServer.agentId

          • destinationServer.configurationId

          • destinationServer.hostName

          • destinationServer.osName

          • destinationServer.osVersion

          • destinationServer.agentId

          \n@param name The name of the filter. The following filter names are allowed for SERVER configuration items.

          Server

          • server.hostName

          • server.osName

          • server.osVersion

          • server.configurationid

          • server.agentid

          The name of the filter. The following filter names are allowed for PROCESS configuration items.

          Process

          • process.configurationid

          • process.name

          • process.commandLine

          • server.configurationid

          • server.hostName

          • server.osName

          • server.osVersion

          • server.agentId

          The name of the filter. The following filter names are allowed for CONNECTION configuration items.

          Connection

          • connection.sourceIp

          • connection.destinationIp

          • connection.destinationPort

          • sourceProcess.configurationId

          • sourceProcess.name

          • sourceProcess.commandLine

          • destinationProcess.configurationId

          • destinationProcess.name

          • destinationProcess.commandLine

          • sourceServer.configurationId

          • sourceServer.hostName

          • sourceServer.osName

          • sourceServer.osVersion

          • sourceServer.agentId

          • destinationServer.configurationId

          • destinationServer.hostName

          • destinationServer.osName

          • destinationServer.osVersion

          • destinationServer.agentId

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

            The name of the filter. The following filter names are allowed for SERVER configuration items.

            Server

            • server.hostName

            • server.osName

            • server.osVersion

            • server.configurationid

            • server.agentid

            The name of the filter. The following filter names are allowed for PROCESS configuration items.

            Process

            • process.configurationid

            • process.name

            • process.commandLine

            • server.configurationid

            • server.hostName

            • server.osName

            • server.osVersion

            • server.agentId

            The name of the filter. The following filter names are allowed for CONNECTION configuration items.

            Connection

            • connection.sourceIp

            • connection.destinationIp

            • connection.destinationPort

            • sourceProcess.configurationId

            • sourceProcess.name

            • sourceProcess.commandLine

            • destinationProcess.configurationId

            • destinationProcess.name

            • destinationProcess.commandLine

            • sourceServer.configurationId

            • sourceServer.hostName

            • sourceServer.osName

            • sourceServer.osVersion

            • sourceServer.agentId

            • destinationServer.configurationId

            • destinationServer.hostName

            • destinationServer.osName

            • destinationServer.osVersion

            • destinationServer.agentId

            \n@return The name of the filter. The following filter names are allowed for SERVER configuration items.

            Server

            • server.hostName

            • server.osName

            • server.osVersion

            • server.configurationid

            • server.agentid

            The name of the filter. The following filter names are allowed for PROCESS configuration items.

            Process

            • process.configurationid

            • process.name

            • process.commandLine

            • server.configurationid

            • server.hostName

            • server.osName

            • server.osVersion

            • server.agentId

            The name of the filter. The following filter names are allowed for CONNECTION configuration items.

            Connection

            • connection.sourceIp

            • connection.destinationIp

            • connection.destinationPort

            • sourceProcess.configurationId

            • sourceProcess.name

            • sourceProcess.commandLine

            • destinationProcess.configurationId

            • destinationProcess.name

            • destinationProcess.commandLine

            • sourceServer.configurationId

            • sourceServer.hostName

            • sourceServer.osName

            • sourceServer.osVersion

            • sourceServer.agentId

            • destinationServer.configurationId

            • destinationServer.hostName

            • destinationServer.osName

            • destinationServer.osVersion

            • destinationServer.agentId

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

              The name of the filter. The following filter names are allowed for SERVER configuration items.

              Server

              • server.hostName

              • server.osName

              • server.osVersion

              • server.configurationid

              • server.agentid

              The name of the filter. The following filter names are allowed for PROCESS configuration items.

              Process

              • process.configurationid

              • process.name

              • process.commandLine

              • server.configurationid

              • server.hostName

              • server.osName

              • server.osVersion

              • server.agentId

              The name of the filter. The following filter names are allowed for CONNECTION configuration items.

              Connection

              • connection.sourceIp

              • connection.destinationIp

              • connection.destinationPort

              • sourceProcess.configurationId

              • sourceProcess.name

              • sourceProcess.commandLine

              • destinationProcess.configurationId

              • destinationProcess.name

              • destinationProcess.commandLine

              • sourceServer.configurationId

              • sourceServer.hostName

              • sourceServer.osName

              • sourceServer.osVersion

              • sourceServer.agentId

              • destinationServer.configurationId

              • destinationServer.hostName

              • destinationServer.osName

              • destinationServer.osVersion

              • destinationServer.agentId

              \n@param name The name of the filter. The following filter names are allowed for SERVER configuration items.

              Server

              • server.hostName

              • server.osName

              • server.osVersion

              • server.configurationid

              • server.agentid

              The name of the filter. The following filter names are allowed for PROCESS configuration items.

              Process

              • process.configurationid

              • process.name

              • process.commandLine

              • server.configurationid

              • server.hostName

              • server.osName

              • server.osVersion

              • server.agentId

              The name of the filter. The following filter names are allowed for CONNECTION configuration items.

              Connection

              • connection.sourceIp

              • connection.destinationIp

              • connection.destinationPort

              • sourceProcess.configurationId

              • sourceProcess.name

              • sourceProcess.commandLine

              • destinationProcess.configurationId

              • destinationProcess.name

              • destinationProcess.commandLine

              • sourceServer.configurationId

              • sourceServer.hostName

              • sourceServer.osName

              • sourceServer.osVersion

              • sourceServer.agentId

              • destinationServer.configurationId

              • destinationServer.hostName

              • destinationServer.osName

              • destinationServer.osVersion

              • destinationServer.agentId

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

                The name of the filter. The following filter names are allowed for SERVER configuration items.

                Server

                • server.hostName

                • server.osName

                • server.osVersion

                • server.configurationid

                • server.agentid

                The name of the filter. The following filter names are allowed for PROCESS configuration items.

                Process

                • process.configurationid

                • process.name

                • process.commandLine

                • server.configurationid

                • server.hostName

                • server.osName

                • server.osVersion

                • server.agentId

                The name of the filter. The following filter names are allowed for CONNECTION configuration items.

                Connection

                • connection.sourceIp

                • connection.destinationIp

                • connection.destinationPort

                • sourceProcess.configurationId

                • sourceProcess.name

                • sourceProcess.commandLine

                • destinationProcess.configurationId

                • destinationProcess.name

                • destinationProcess.commandLine

                • sourceServer.configurationId

                • sourceServer.hostName

                • sourceServer.osName

                • sourceServer.osVersion

                • sourceServer.agentId

                • destinationServer.configurationId

                • destinationServer.hostName

                • destinationServer.osName

                • destinationServer.osVersion

                • destinationServer.agentId

                \n@param name The name of the filter. The following filter names are allowed for SERVER configuration items.

                Server

                • server.hostName

                • server.osName

                • server.osVersion

                • server.configurationid

                • server.agentid

                The name of the filter. The following filter names are allowed for PROCESS configuration items.

                Process

                • process.configurationid

                • process.name

                • process.commandLine

                • server.configurationid

                • server.hostName

                • server.osName

                • server.osVersion

                • server.agentId

                The name of the filter. The following filter names are allowed for CONNECTION configuration items.

                Connection

                • connection.sourceIp

                • connection.destinationIp

                • connection.destinationPort

                • sourceProcess.configurationId

                • sourceProcess.name

                • sourceProcess.commandLine

                • destinationProcess.configurationId

                • destinationProcess.name

                • destinationProcess.commandLine

                • sourceServer.configurationId

                • sourceServer.hostName

                • sourceServer.osName

                • sourceServer.osVersion

                • sourceServer.agentId

                • destinationServer.configurationId

                • destinationServer.hostName

                • destinationServer.osName

                • destinationServer.osVersion

                • destinationServer.agentId

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

                  The name of the filter. The following filter names are allowed for SERVER configuration items.

                  Server

                  • server.hostName

                  • server.osName

                  • server.osVersion

                  • server.configurationid

                  • server.agentid

                  The name of the filter. The following filter names are allowed for PROCESS configuration items.

                  Process

                  • process.configurationid

                  • process.name

                  • process.commandLine

                  • server.configurationid

                  • server.hostName

                  • server.osName

                  • server.osVersion

                  • server.agentId

                  The name of the filter. The following filter names are allowed for CONNECTION configuration items.

                  Connection

                  • connection.sourceIp

                  • connection.destinationIp

                  • connection.destinationPort

                  • sourceProcess.configurationId

                  • sourceProcess.name

                  • sourceProcess.commandLine

                  • destinationProcess.configurationId

                  • destinationProcess.name

                  • destinationProcess.commandLine

                  • sourceServer.configurationId

                  • sourceServer.hostName

                  • sourceServer.osName

                  • sourceServer.osVersion

                  • sourceServer.agentId

                  • destinationServer.configurationId

                  • destinationServer.hostName

                  • destinationServer.osName

                  • destinationServer.osVersion

                  • destinationServer.agentId

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Values" : { "c2jName" : "values", "c2jShape" : "FilterValues", "deprecated" : false, "documentation" : "

                  A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

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

                  A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

                  \n@param values A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

                  \n@return A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "values", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "values", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FilterValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "item", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "item", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : "item", "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Values", "setterDocumentation" : "/**

                  A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

                  \n@param values A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

                  \n

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

                  \n@param values A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                  A string value that you want to filter on. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "name", "values", "condition" ], "shapeName" : "Filter", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Filter", "variableName" : "filter", "variableType" : "Filter", "documentation" : null, "simpleType" : "Filter", "variableSetterType" : "Filter" }, "wrapper" : false }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  One or more parameters are not valid. Verify the parameters and try again.

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

                  The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

                  ", "enums" : null, "errorCode" : "InvalidParameterValueException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidParameterValueException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterValueException", "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "wrapper" : false }, "ListConfigurationsRequest" : { "c2jName" : "ListConfigurationsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListConfigurations", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.ListConfigurations", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "configurationType", "c2jShape" : "ConfigurationItemType", "deprecated" : false, "documentation" : "

                  A valid configuration identified by the Discovery Service.

                  ", "enumType" : "ConfigurationItemType", "fluentSetterDocumentation" : "/**

                  A valid configuration identified by the Discovery Service.

                  \n@param configurationType A valid configuration identified by the Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemType*/", "getterDocumentation" : "/**

                  A valid configuration identified by the Discovery Service.

                  \n@return A valid configuration identified by the Discovery Service.\n@see ConfigurationItemType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConfigurationType", "setterDocumentation" : "/**

                  A valid configuration identified by the Discovery Service.

                  \n@param configurationType A valid configuration identified by the Discovery Service.\n@see ConfigurationItemType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A valid configuration identified by the Discovery Service.

                  \n@param configurationType A valid configuration identified by the Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationType", "variableType" : "String", "documentation" : "

                  A valid configuration identified by the Discovery Service.

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

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

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

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  \n@param filters You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  \n@return You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

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

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  \n@param filters You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  \n

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

                  \n@param filters You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "maxResults", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                  The total number of items to return. The maximum value is 100.

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

                  The total number of items to return. The maximum value is 100.

                  \n@param maxResults The total number of items to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The total number of items to return. The maximum value is 100.

                  \n@return The total number of items to return. The maximum value is 100.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

                  The total number of items to return. The maximum value is 100.

                  \n@param maxResults The total number of items to return. The maximum value is 100.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The total number of items to return. The maximum value is 100.

                  \n@param maxResults The total number of items to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                  The total number of items to return. The maximum value is 100.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                  A token to start the list. Use this token to get the next set of results.

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

                  A token to start the list. Use this token to get the next set of results.

                  \n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A token to start the list. Use this token to get the next set of results.

                  \n@return A token to start the list. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  A token to start the list. Use this token to get the next set of results.

                  \n@param nextToken A token to start the list. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A token to start the list. Use this token to get the next set of results.

                  \n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  A token to start the list. Use this token to get the next set of results.

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

                  A valid configuration identified by the Discovery Service.

                  ", "enumType" : "ConfigurationItemType", "fluentSetterDocumentation" : "/**

                  A valid configuration identified by the Discovery Service.

                  \n@param configurationType A valid configuration identified by the Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemType*/", "getterDocumentation" : "/**

                  A valid configuration identified by the Discovery Service.

                  \n@return A valid configuration identified by the Discovery Service.\n@see ConfigurationItemType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurationType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurationType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ConfigurationType", "setterDocumentation" : "/**

                  A valid configuration identified by the Discovery Service.

                  \n@param configurationType A valid configuration identified by the Discovery Service.\n@see ConfigurationItemType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "configurationType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A valid configuration identified by the Discovery Service.

                  \n@param configurationType A valid configuration identified by the Discovery Service.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConfigurationItemType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "configurationType", "variableType" : "String", "documentation" : "

                  A valid configuration identified by the Discovery Service.

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

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

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

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  \n@param filters You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  \n@return You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

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

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  \n@param filters You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  \n

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

                  \n@param filters You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "filters", "variableType" : "java.util.List", "documentation" : "

                  You can filter the list using a key-value format. For example:

                  {\"key\": \"serverType\", \"value\": \"webServer\"}

                  You can separate these items by using logical operators.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "c2jName" : "maxResults", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

                  The total number of items to return. The maximum value is 100.

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

                  The total number of items to return. The maximum value is 100.

                  \n@param maxResults The total number of items to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The total number of items to return. The maximum value is 100.

                  \n@return The total number of items to return. The maximum value is 100.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "maxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaxResults", "setterDocumentation" : "/**

                  The total number of items to return. The maximum value is 100.

                  \n@param maxResults The total number of items to return. The maximum value is 100.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The total number of items to return. The maximum value is 100.

                  \n@param maxResults The total number of items to return. The maximum value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                  The total number of items to return. The maximum value is 100.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                  A token to start the list. Use this token to get the next set of results.

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

                  A token to start the list. Use this token to get the next set of results.

                  \n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A token to start the list. Use this token to get the next set of results.

                  \n@return A token to start the list. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  A token to start the list. Use this token to get the next set of results.

                  \n@param nextToken A token to start the list. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A token to start the list. Use this token to get the next set of results.

                  \n@param nextToken A token to start the list. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  A token to start the list. Use this token to get the next set of results.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "configurationType" ], "shapeName" : "ListConfigurationsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListConfigurationsRequest", "variableName" : "listConfigurationsRequest", "variableType" : "ListConfigurationsRequest", "documentation" : null, "simpleType" : "ListConfigurationsRequest", "variableSetterType" : "ListConfigurationsRequest" }, "wrapper" : false }, "ListConfigurationsResult" : { "c2jName" : "ListConfigurationsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "configurations", "c2jShape" : "Configurations", "deprecated" : false, "documentation" : "

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

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

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  \n@param configurations Returns configuration details, including the configuration ID, attribute names, and attribute values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  \n@return Returns configuration details, including the configuration ID, attribute names, and attribute values.*/", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurations", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Configuration", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Configurations", "setterDocumentation" : "/**

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  \n@param configurations Returns configuration details, including the configuration ID, attribute names, and attribute values.*/", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "configurations", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  \n

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

                  \n@param configurations Returns configuration details, including the configuration ID, attribute names, and attribute values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "configurations", "variableType" : "java.util.List>", "documentation" : "

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  ", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                  The call returns a token. Use this token to get the next set of results.

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

                  The call returns a token. Use this token to get the next set of results.

                  \n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The call returns a token. Use this token to get the next set of results.

                  \n@return The call returns a token. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The call returns a token. Use this token to get the next set of results.

                  \n@param nextToken The call returns a token. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The call returns a token. Use this token to get the next set of results.

                  \n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The call returns a token. Use this token to get the next set of results.

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

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

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

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  \n@param configurations Returns configuration details, including the configuration ID, attribute names, and attribute values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  \n@return Returns configuration details, including the configuration ID, attribute names, and attribute values.*/", "getterModel" : { "returnType" : "java.util.List>", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "configurations", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "configurations", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Configuration", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**\n@param value */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "member", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "java.util.Map", "map" : true, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Map", "templateImplType" : "java.util.ArrayList>", "templateType" : "java.util.List>" }, "map" : false, "mapModel" : null, "name" : "Configurations", "setterDocumentation" : "/**

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  \n@param configurations Returns configuration details, including the configuration ID, attribute names, and attribute values.*/", "setterModel" : { "variableDeclarationType" : "java.util.List>", "variableName" : "configurations", "variableType" : "java.util.List>", "documentation" : "", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  \n

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

                  \n@param configurations Returns configuration details, including the configuration ID, attribute names, and attribute values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List>", "variableName" : "configurations", "variableType" : "java.util.List>", "documentation" : "

                  Returns configuration details, including the configuration ID, attribute names, and attribute values.

                  ", "simpleType" : "Map>", "variableSetterType" : "java.util.Collection>" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "nextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                  The call returns a token. Use this token to get the next set of results.

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

                  The call returns a token. Use this token to get the next set of results.

                  \n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The call returns a token. Use this token to get the next set of results.

                  \n@return The call returns a token. Use this token to get the next set of results.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "nextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

                  The call returns a token. Use this token to get the next set of results.

                  \n@param nextToken The call returns a token. Use this token to get the next set of results.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The call returns a token. Use this token to get the next set of results.

                  \n@param nextToken The call returns a token. Use this token to get the next set of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                  The call returns a token. Use this token to get the next set of results.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListConfigurationsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListConfigurationsResult", "variableName" : "listConfigurationsResult", "variableType" : "ListConfigurationsResult", "documentation" : null, "simpleType" : "ListConfigurationsResult", "variableSetterType" : "ListConfigurationsResult" }, "wrapper" : false }, "OperationNotPermittedException" : { "c2jName" : "OperationNotPermittedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  This operation is not permitted.

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

                  The specified configuration ID was not located. Verify the configuration ID and try again.

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

                  The server experienced an internal error. Try again.

                  ", "enums" : null, "errorCode" : "ServerInternalErrorException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ServerInternalErrorException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServerInternalErrorException", "variableName" : "serverInternalErrorException", "variableType" : "ServerInternalErrorException", "documentation" : null, "simpleType" : "ServerInternalErrorException", "variableSetterType" : "ServerInternalErrorException" }, "wrapper" : false }, "StartDataCollectionByAgentIdsRequest" : { "c2jName" : "StartDataCollectionByAgentIdsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StartDataCollectionByAgentIds", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.StartDataCollectionByAgentIds", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "agentIds", "c2jShape" : "AgentIds", "deprecated" : false, "documentation" : "

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

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

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  \n@param agentIds The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  \n@return The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentIds", "setterDocumentation" : "/**

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  \n@param agentIds The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  \n

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

                  \n@param agentIds The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AgentIds" : { "c2jName" : "agentIds", "c2jShape" : "AgentIds", "deprecated" : false, "documentation" : "

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

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

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  \n@param agentIds The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  \n@return The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentIds", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentIds", "setterDocumentation" : "/**

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  \n@param agentIds The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  \n

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

                  \n@param agentIds The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the agents that you want to start collecting data. If you send a request to an AWS agent ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents and you do not have permission to contact some of those agents, the system does not throw an exception. Instead, the system shows Failed in the Description field.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "agentIds" ], "shapeName" : "StartDataCollectionByAgentIdsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartDataCollectionByAgentIdsRequest", "variableName" : "startDataCollectionByAgentIdsRequest", "variableType" : "StartDataCollectionByAgentIdsRequest", "documentation" : null, "simpleType" : "StartDataCollectionByAgentIdsRequest", "variableSetterType" : "StartDataCollectionByAgentIdsRequest" }, "wrapper" : false }, "StartDataCollectionByAgentIdsResult" : { "c2jName" : "StartDataCollectionByAgentIdsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "agentsConfigurationStatus", "c2jShape" : "AgentConfigurationStatusList", "deprecated" : false, "documentation" : "

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

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

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@param agentsConfigurationStatus Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@return Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentsConfigurationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentsConfigurationStatus", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentConfigurationStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AgentConfigurationStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AgentConfigurationStatus", "variableName" : "member", "variableType" : "AgentConfigurationStatus", "documentation" : "", "simpleType" : "AgentConfigurationStatus", "variableSetterType" : "AgentConfigurationStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AgentConfigurationStatus", "variableName" : "member", "variableType" : "AgentConfigurationStatus", "documentation" : "", "simpleType" : "AgentConfigurationStatus", "variableSetterType" : "AgentConfigurationStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AgentConfigurationStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AgentConfigurationStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentsConfigurationStatus", "setterDocumentation" : "/**

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@param agentsConfigurationStatus Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsConfigurationStatus", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n

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

                  \n@param agentsConfigurationStatus Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsConfigurationStatus", "variableType" : "java.util.List", "documentation" : "

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AgentsConfigurationStatus" : { "c2jName" : "agentsConfigurationStatus", "c2jShape" : "AgentConfigurationStatusList", "deprecated" : false, "documentation" : "

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

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

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@param agentsConfigurationStatus Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@return Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentsConfigurationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentsConfigurationStatus", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentConfigurationStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AgentConfigurationStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AgentConfigurationStatus", "variableName" : "member", "variableType" : "AgentConfigurationStatus", "documentation" : "", "simpleType" : "AgentConfigurationStatus", "variableSetterType" : "AgentConfigurationStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AgentConfigurationStatus", "variableName" : "member", "variableType" : "AgentConfigurationStatus", "documentation" : "", "simpleType" : "AgentConfigurationStatus", "variableSetterType" : "AgentConfigurationStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AgentConfigurationStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AgentConfigurationStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentsConfigurationStatus", "setterDocumentation" : "/**

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@param agentsConfigurationStatus Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsConfigurationStatus", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n

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

                  \n@param agentsConfigurationStatus Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsConfigurationStatus", "variableType" : "java.util.List", "documentation" : "

                  Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "StartDataCollectionByAgentIdsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartDataCollectionByAgentIdsResult", "variableName" : "startDataCollectionByAgentIdsResult", "variableType" : "StartDataCollectionByAgentIdsResult", "documentation" : null, "simpleType" : "StartDataCollectionByAgentIdsResult", "variableSetterType" : "StartDataCollectionByAgentIdsResult" }, "wrapper" : false }, "StopDataCollectionByAgentIdsRequest" : { "c2jName" : "StopDataCollectionByAgentIdsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StopDataCollectionByAgentIds", "locationName" : null, "requestUri" : "/", "target" : "AWSPoseidonService_V2015_11_01.StopDataCollectionByAgentIds", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "agentIds", "c2jShape" : "AgentIds", "deprecated" : false, "documentation" : "

                  The IDs of the agents that you want to stop collecting data.

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

                  The IDs of the agents that you want to stop collecting data.

                  \n@param agentIds The IDs of the agents that you want to stop collecting data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The IDs of the agents that you want to stop collecting data.

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

                  The IDs of the agents that you want to stop collecting data.

                  \n@param agentIds The IDs of the agents that you want to stop collecting data.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The IDs of the agents that you want to stop collecting data.

                  \n

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

                  \n@param agentIds The IDs of the agents that you want to stop collecting data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the agents that you want to stop collecting data.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AgentIds" : { "c2jName" : "agentIds", "c2jShape" : "AgentIds", "deprecated" : false, "documentation" : "

                  The IDs of the agents that you want to stop collecting data.

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

                  The IDs of the agents that you want to stop collecting data.

                  \n@param agentIds The IDs of the agents that you want to stop collecting data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  The IDs of the agents that you want to stop collecting data.

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

                  The IDs of the agents that you want to stop collecting data.

                  \n@param agentIds The IDs of the agents that you want to stop collecting data.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The IDs of the agents that you want to stop collecting data.

                  \n

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

                  \n@param agentIds The IDs of the agents that you want to stop collecting data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentIds", "variableType" : "java.util.List", "documentation" : "

                  The IDs of the agents that you want to stop collecting data.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "agentIds" ], "shapeName" : "StopDataCollectionByAgentIdsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopDataCollectionByAgentIdsRequest", "variableName" : "stopDataCollectionByAgentIdsRequest", "variableType" : "StopDataCollectionByAgentIdsRequest", "documentation" : null, "simpleType" : "StopDataCollectionByAgentIdsRequest", "variableSetterType" : "StopDataCollectionByAgentIdsRequest" }, "wrapper" : false }, "StopDataCollectionByAgentIdsResult" : { "c2jName" : "StopDataCollectionByAgentIdsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "agentsConfigurationStatus", "c2jShape" : "AgentConfigurationStatusList", "deprecated" : false, "documentation" : "

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

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

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@param agentsConfigurationStatus Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@return Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentsConfigurationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentsConfigurationStatus", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentConfigurationStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AgentConfigurationStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AgentConfigurationStatus", "variableName" : "member", "variableType" : "AgentConfigurationStatus", "documentation" : "", "simpleType" : "AgentConfigurationStatus", "variableSetterType" : "AgentConfigurationStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AgentConfigurationStatus", "variableName" : "member", "variableType" : "AgentConfigurationStatus", "documentation" : "", "simpleType" : "AgentConfigurationStatus", "variableSetterType" : "AgentConfigurationStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AgentConfigurationStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AgentConfigurationStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentsConfigurationStatus", "setterDocumentation" : "/**

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@param agentsConfigurationStatus Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsConfigurationStatus", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n

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

                  \n@param agentsConfigurationStatus Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsConfigurationStatus", "variableType" : "java.util.List", "documentation" : "

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AgentsConfigurationStatus" : { "c2jName" : "agentsConfigurationStatus", "c2jShape" : "AgentConfigurationStatusList", "deprecated" : false, "documentation" : "

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

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

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@param agentsConfigurationStatus Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@return Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "agentsConfigurationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "agentsConfigurationStatus", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AgentConfigurationStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "AgentConfigurationStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "AgentConfigurationStatus", "variableName" : "member", "variableType" : "AgentConfigurationStatus", "documentation" : "", "simpleType" : "AgentConfigurationStatus", "variableSetterType" : "AgentConfigurationStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AgentConfigurationStatus", "variableName" : "member", "variableType" : "AgentConfigurationStatus", "documentation" : "", "simpleType" : "AgentConfigurationStatus", "variableSetterType" : "AgentConfigurationStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AgentConfigurationStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AgentConfigurationStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AgentsConfigurationStatus", "setterDocumentation" : "/**

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n@param agentsConfigurationStatus Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsConfigurationStatus", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  \n

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

                  \n@param agentsConfigurationStatus Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "agentsConfigurationStatus", "variableType" : "java.util.List", "documentation" : "

                  Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "StopDataCollectionByAgentIdsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopDataCollectionByAgentIdsResult", "variableName" : "stopDataCollectionByAgentIdsResult", "variableType" : "StopDataCollectionByAgentIdsResult", "documentation" : null, "simpleType" : "StopDataCollectionByAgentIdsResult", "variableSetterType" : "StopDataCollectionByAgentIdsResult" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Metadata that help you categorize IT assets.

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

                  A type of tag to filter on.

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

                  A type of tag to filter on.

                  \n@param key A type of tag to filter on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A type of tag to filter on.

                  \n@return A type of tag to filter on.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                  A type of tag to filter on.

                  \n@param key A type of tag to filter on.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A type of tag to filter on.

                  \n@param key A type of tag to filter on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                  A type of tag to filter on.

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

                  A value for a tag key to filter on.

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

                  A value for a tag key to filter on.

                  \n@param value A value for a tag key to filter on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A value for a tag key to filter on.

                  \n@return A value for a tag key to filter on.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                  A value for a tag key to filter on.

                  \n@param value A value for a tag key to filter on.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A value for a tag key to filter on.

                  \n@param value A value for a tag key to filter on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                  A value for a tag key to filter on.

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

                  A type of tag to filter on.

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

                  A type of tag to filter on.

                  \n@param key A type of tag to filter on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A type of tag to filter on.

                  \n@return A type of tag to filter on.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

                  A type of tag to filter on.

                  \n@param key A type of tag to filter on.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A type of tag to filter on.

                  \n@param key A type of tag to filter on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                  A type of tag to filter on.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "value", "c2jShape" : "TagValue", "deprecated" : false, "documentation" : "

                  A value for a tag key to filter on.

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

                  A value for a tag key to filter on.

                  \n@param value A value for a tag key to filter on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

                  A value for a tag key to filter on.

                  \n@return A value for a tag key to filter on.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

                  A value for a tag key to filter on.

                  \n@param value A value for a tag key to filter on.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A value for a tag key to filter on.

                  \n@param value A value for a tag key to filter on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                  A value for a tag key to filter on.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "key", "value" ], "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TagFilter" : { "c2jName" : "TagFilter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The name of a tag filter. Valid names are: tagKey, tagValue, configurationId.

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

                  A name of a tag filter.

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

                  A name of a tag filter.

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

                  A name of a tag filter.

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

                  A name of a tag filter.

                  \n@param name A name of a tag filter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A name of a tag filter.

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

                  A name of a tag filter.

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

                  Values of a tag filter.

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

                  Values of a tag filter.

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

                  Values of a tag filter.

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

                  Values of a tag filter.

                  \n@param values Values of a tag filter.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Values of a tag filter.

                  \n

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

                  \n@param values Values of a tag filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                  Values of a tag filter.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "name", "c2jShape" : "FilterName", "deprecated" : false, "documentation" : "

                  A name of a tag filter.

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

                  A name of a tag filter.

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

                  A name of a tag filter.

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

                  A name of a tag filter.

                  \n@param name A name of a tag filter.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A name of a tag filter.

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

                  A name of a tag filter.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Values" : { "c2jName" : "values", "c2jShape" : "FilterValues", "deprecated" : false, "documentation" : "

                  Values of a tag filter.

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

                  Values of a tag filter.

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

                  Values of a tag filter.

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

                  Values of a tag filter.

                  \n@param values Values of a tag filter.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

                  Values of a tag filter.

                  \n

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

                  \n@param values Values of a tag filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "values", "variableType" : "java.util.List", "documentation" : "

                  Values of a tag filter.

                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "name", "values" ], "shapeName" : "TagFilter", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TagFilter", "variableName" : "tagFilter", "variableType" : "TagFilter", "documentation" : null, "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AWSApplicationDiscoveryException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.applicationdiscovery.model.AWSApplicationDiscoveryException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy