
models.discovery-2015-11-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"metadata" : {
"apiVersion" : "2015-11-01",
"protocol" : "json",
"checksumFormat" : null,
"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.
",
"defaultEndpoint" : "https://discovery.us-west-2.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "discovery.us-west-2.amazonaws.com",
"syncInterface" : "AWSApplicationDiscovery",
"syncClient" : "AWSApplicationDiscoveryClient",
"asyncInterface" : "AWSApplicationDiscoveryAsync",
"asyncClient" : "AWSApplicationDiscoveryAsyncClient",
"packageName" : "com.amazonaws.services.applicationdiscovery",
"packagePath" : "com/amazonaws/services/applicationdiscovery",
"serviceAbbreviation" : null,
"serviceFullName" : "AWS Application Discovery Service",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "discovery",
"signingName" : "discovery",
"jsonProtocol" : true,
"xmlProtocol" : false,
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"syncClientBuilderClassName" : "AWSApplicationDiscoveryClientBuilder",
"asyncClientBuilderClassName" : "AWSApplicationDiscoveryAsyncClientBuilder",
"serviceName" : "AWS Application Discovery Service",
"protocolDefaultExceptionUmarshallerImpl" : null
},
"operations" : {
"CreateTags" : {
"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.
",
"operationName" : "CreateTags",
"deprecated" : false,
"input" : {
"variableName" : "createTagsRequest",
"variableType" : "CreateTagsRequest",
"variableDeclarationType" : "CreateTagsRequest",
"documentation" : "",
"simpleType" : "CreateTagsRequest",
"variableSetterType" : "CreateTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateTagsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "CreateTagsResult",
"asyncReturnType" : "CreateTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createTags"
},
"DeleteTags" : {
"documentation" : "Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.
",
"operationName" : "DeleteTags",
"deprecated" : false,
"input" : {
"variableName" : "deleteTagsRequest",
"variableType" : "DeleteTagsRequest",
"variableDeclarationType" : "DeleteTagsRequest",
"documentation" : "",
"simpleType" : "DeleteTagsRequest",
"variableSetterType" : "DeleteTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTagsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "DeleteTagsResult",
"asyncReturnType" : "DeleteTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteTags"
},
"DescribeAgents" : {
"documentation" : "Lists AWS agents by ID or lists all agents associated with your user account if you did not specify an agent ID.
",
"operationName" : "DescribeAgents",
"deprecated" : false,
"input" : {
"variableName" : "describeAgentsRequest",
"variableType" : "DescribeAgentsRequest",
"variableDeclarationType" : "DescribeAgentsRequest",
"documentation" : "",
"simpleType" : "DescribeAgentsRequest",
"variableSetterType" : "DescribeAgentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeAgentsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeAgentsResult",
"asyncReturnType" : "DescribeAgentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeAgents"
},
"DescribeConfigurations" : {
"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.
",
"operationName" : "DescribeConfigurations",
"deprecated" : false,
"input" : {
"variableName" : "describeConfigurationsRequest",
"variableType" : "DescribeConfigurationsRequest",
"variableDeclarationType" : "DescribeConfigurationsRequest",
"documentation" : "",
"simpleType" : "DescribeConfigurationsRequest",
"variableSetterType" : "DescribeConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeConfigurationsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeConfigurationsResult",
"asyncReturnType" : "DescribeConfigurationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeConfigurations"
},
"DescribeExportConfigurations" : {
"documentation" : "Retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes.
",
"operationName" : "DescribeExportConfigurations",
"deprecated" : false,
"input" : {
"variableName" : "describeExportConfigurationsRequest",
"variableType" : "DescribeExportConfigurationsRequest",
"variableDeclarationType" : "DescribeExportConfigurationsRequest",
"documentation" : "",
"simpleType" : "DescribeExportConfigurationsRequest",
"variableSetterType" : "DescribeExportConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeExportConfigurationsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeExportConfigurationsResult",
"asyncReturnType" : "DescribeExportConfigurationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeExportConfigurations"
},
"DescribeTags" : {
"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.
",
"operationName" : "DescribeTags",
"deprecated" : false,
"input" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : "",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "DescribeTagsResult",
"asyncReturnType" : "DescribeTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeTags"
},
"ExportConfigurations" : {
"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.
",
"operationName" : "ExportConfigurations",
"deprecated" : false,
"input" : {
"variableName" : "exportConfigurationsRequest",
"variableType" : "ExportConfigurationsRequest",
"variableDeclarationType" : "ExportConfigurationsRequest",
"documentation" : null,
"simpleType" : "ExportConfigurationsRequest",
"variableSetterType" : "ExportConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ExportConfigurationsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "ExportConfigurationsResult",
"asyncReturnType" : "ExportConfigurationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "exportConfigurations"
},
"ListConfigurations" : {
"documentation" : "Retrieves a list of configurations items according to the criteria you specify in a filter. The filter criteria identify relationship requirements.
",
"operationName" : "ListConfigurations",
"deprecated" : false,
"input" : {
"variableName" : "listConfigurationsRequest",
"variableType" : "ListConfigurationsRequest",
"variableDeclarationType" : "ListConfigurationsRequest",
"documentation" : "",
"simpleType" : "ListConfigurationsRequest",
"variableSetterType" : "ListConfigurationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListConfigurationsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "ListConfigurationsResult",
"asyncReturnType" : "ListConfigurationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listConfigurations"
},
"StartDataCollectionByAgentIds" : {
"documentation" : "Instructs the specified agents to start collecting data. Agents can reside on host servers or virtual machines in your data center.
",
"operationName" : "StartDataCollectionByAgentIds",
"deprecated" : false,
"input" : {
"variableName" : "startDataCollectionByAgentIdsRequest",
"variableType" : "StartDataCollectionByAgentIdsRequest",
"variableDeclarationType" : "StartDataCollectionByAgentIdsRequest",
"documentation" : "",
"simpleType" : "StartDataCollectionByAgentIdsRequest",
"variableSetterType" : "StartDataCollectionByAgentIdsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StartDataCollectionByAgentIdsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "StartDataCollectionByAgentIdsResult",
"asyncReturnType" : "StartDataCollectionByAgentIdsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "startDataCollectionByAgentIds"
},
"StopDataCollectionByAgentIds" : {
"documentation" : "Instructs the specified agents to stop collecting data.
",
"operationName" : "StopDataCollectionByAgentIds",
"deprecated" : false,
"input" : {
"variableName" : "stopDataCollectionByAgentIdsRequest",
"variableType" : "StopDataCollectionByAgentIdsRequest",
"variableDeclarationType" : "StopDataCollectionByAgentIdsRequest",
"documentation" : "",
"simpleType" : "StopDataCollectionByAgentIdsRequest",
"variableSetterType" : "StopDataCollectionByAgentIdsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StopDataCollectionByAgentIdsResult",
"documentation" : null
},
"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,
"authenticated" : true,
"syncReturnType" : "StopDataCollectionByAgentIdsResult",
"asyncReturnType" : "StopDataCollectionByAgentIdsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "stopDataCollectionByAgentIds"
}
},
"shapes" : {
"AgentNetworkInfo" : {
"c2jName" : "AgentNetworkInfo",
"documentation" : "Network details about the host where the agent resides.
",
"shapeName" : "AgentNetworkInfo",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The IP address for the host where the agent resides.
",
"name" : "IpAddress",
"c2jName" : "ipAddress",
"c2jShape" : "String",
"variable" : {
"variableName" : "ipAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The IP address for the host where the agent resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "ipAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ipAddress",
"marshallLocationName" : "ipAddress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The IP address for the host where the agent resides.
\n@param ipAddress The IP address for the host where the agent resides.*/",
"getterDocumentation" : "/**The IP address for the host where the agent resides.
\n@return The IP address for the host where the agent resides.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "The MAC address for the host where the agent resides.
",
"name" : "MacAddress",
"c2jName" : "macAddress",
"c2jShape" : "String",
"variable" : {
"variableName" : "macAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The MAC address for the host where the agent resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "macAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "macAddress",
"marshallLocationName" : "macAddress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The MAC address for the host where the agent resides.
\n@param macAddress The MAC address for the host where the agent resides.*/",
"getterDocumentation" : "/**The MAC address for the host where the agent resides.
\n@return The MAC address for the host where the agent resides.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "agentNetworkInfo",
"variableType" : "AgentNetworkInfo",
"variableDeclarationType" : "AgentNetworkInfo",
"documentation" : null,
"simpleType" : "AgentNetworkInfo",
"variableSetterType" : "AgentNetworkInfo"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"IpAddress" : {
"documentation" : "The IP address for the host where the agent resides.
",
"name" : "IpAddress",
"c2jName" : "ipAddress",
"c2jShape" : "String",
"variable" : {
"variableName" : "ipAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The IP address for the host where the agent resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "ipAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ipAddress",
"marshallLocationName" : "ipAddress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The IP address for the host where the agent resides.
\n@param ipAddress The IP address for the host where the agent resides.*/",
"getterDocumentation" : "/**The IP address for the host where the agent resides.
\n@return The IP address for the host where the agent resides.*/",
"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.*/",
"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.*/"
},
"MacAddress" : {
"documentation" : "The MAC address for the host where the agent resides.
",
"name" : "MacAddress",
"c2jName" : "macAddress",
"c2jShape" : "String",
"variable" : {
"variableName" : "macAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The MAC address for the host where the agent resides.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "macAddress",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "macAddress",
"marshallLocationName" : "macAddress",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The MAC address for the host where the agent resides.
\n@param macAddress The MAC address for the host where the agent resides.*/",
"getterDocumentation" : "/**The MAC address for the host where the agent resides.
\n@return The MAC address for the host where the agent resides.*/",
"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.*/",
"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.*/"
}
}
},
"DescribeTagsRequest" : {
"c2jName" : "DescribeTagsRequest",
"documentation" : "",
"shapeName" : "DescribeTagsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"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
.
",
"name" : "Filters",
"c2jName" : "filters",
"c2jShape" : "TagFilters",
"variable" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "filters",
"marshallLocationName" : "filters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TagFilter",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TagFilter",
"variable" : {
"variableName" : "member",
"variableType" : "TagFilter",
"variableDeclarationType" : "TagFilter",
"documentation" : "",
"simpleType" : "TagFilter",
"variableSetterType" : "TagFilter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TagFilter",
"variableDeclarationType" : "TagFilter",
"documentation" : "",
"simpleType" : "TagFilter",
"variableSetterType" : "TagFilter"
},
"getterModel" : {
"returnType" : "TagFilter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "TagFilter",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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
.*/",
"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
.*/",
"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.*/",
"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
.
\nNOTE: 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.*/"
}, {
"documentation" : "The total number of items to return. The maximum value is 100.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The total number of items to return. The maximum value is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "A token to start the list. Use this token to get the next set of results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A token to start the list. Use this token to get the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : null,
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"marshaller" : {
"action" : "DescribeTags",
"verb" : "POST",
"target" : "AWSPoseidonService_V2015_11_01.DescribeTags",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Filters" : {
"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
.
",
"name" : "Filters",
"c2jName" : "filters",
"c2jShape" : "TagFilters",
"variable" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "filters",
"marshallLocationName" : "filters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TagFilter",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TagFilter",
"variable" : {
"variableName" : "member",
"variableType" : "TagFilter",
"variableDeclarationType" : "TagFilter",
"documentation" : "",
"simpleType" : "TagFilter",
"variableSetterType" : "TagFilter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TagFilter",
"variableDeclarationType" : "TagFilter",
"documentation" : "",
"simpleType" : "TagFilter",
"variableSetterType" : "TagFilter"
},
"getterModel" : {
"returnType" : "TagFilter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "TagFilter",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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
.*/",
"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
.*/",
"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.*/",
"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
.
\nNOTE: 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.*/"
},
"NextToken" : {
"documentation" : "A token to start the list. Use this token to get the next set of results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A token to start the list. Use this token to get the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"MaxResults" : {
"documentation" : "The total number of items to return. The maximum value is 100.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The total number of items to return. The maximum value is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
}
}
},
"DescribeTagsResult" : {
"c2jName" : "DescribeTagsResponse",
"documentation" : "",
"shapeName" : "DescribeTagsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"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.
",
"name" : "Tags",
"c2jName" : "tags",
"c2jShape" : "ConfigurationTagSet",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "tags",
"marshallLocationName" : "tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationTag",
"memberLocationName" : "item",
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationTag",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationTag",
"variableDeclarationType" : "ConfigurationTag",
"documentation" : "",
"simpleType" : "ConfigurationTag",
"variableSetterType" : "ConfigurationTag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationTag",
"variableDeclarationType" : "ConfigurationTag",
"documentation" : "",
"simpleType" : "ConfigurationTag",
"variableSetterType" : "ConfigurationTag"
},
"getterModel" : {
"returnType" : "ConfigurationTag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "item",
"marshallLocationName" : "item",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ConfigurationTag",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
}, {
"documentation" : "The call returns a token. Use this token to get the next set of results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The call returns a token. Use this token to get the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTagsResult",
"variableType" : "DescribeTagsResult",
"variableDeclarationType" : "DescribeTagsResult",
"documentation" : null,
"simpleType" : "DescribeTagsResult",
"variableSetterType" : "DescribeTagsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "The call returns a token. Use this token to get the next set of results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The call returns a token. Use this token to get the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"Tags" : {
"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.
",
"name" : "Tags",
"c2jName" : "tags",
"c2jShape" : "ConfigurationTagSet",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "tags",
"marshallLocationName" : "tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ConfigurationTag",
"memberLocationName" : "item",
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ConfigurationTag",
"variable" : {
"variableName" : "member",
"variableType" : "ConfigurationTag",
"variableDeclarationType" : "ConfigurationTag",
"documentation" : "",
"simpleType" : "ConfigurationTag",
"variableSetterType" : "ConfigurationTag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ConfigurationTag",
"variableDeclarationType" : "ConfigurationTag",
"documentation" : "",
"simpleType" : "ConfigurationTag",
"variableSetterType" : "ConfigurationTag"
},
"getterModel" : {
"returnType" : "ConfigurationTag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "item",
"marshallLocationName" : "item",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ConfigurationTag",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
}
}
},
"TagFilter" : {
"c2jName" : "TagFilter",
"documentation" : "The name of a tag filter. Valid names are: tagKey
, tagValue
, configurationId
.
",
"shapeName" : "TagFilter",
"deprecated" : false,
"required" : [ "name", "values" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A name of a tag filter.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "FilterName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A name of a tag filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "name",
"marshallLocationName" : "name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A name of a tag filter.
\n@param name A name of a tag filter.*/",
"getterDocumentation" : "/**A name of a tag filter.
\n@return A name of a tag filter.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Values of a tag filter.
",
"name" : "Values",
"c2jName" : "values",
"c2jShape" : "FilterValues",
"variable" : {
"variableName" : "values",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Values of a tag filter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "values",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "values",
"marshallLocationName" : "values",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "item",
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "FilterValue",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "item",
"marshallLocationName" : "item",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Values of a tag filter.
\n@param values Values of a tag filter.*/",
"getterDocumentation" : "/**Values of a tag filter.
\n@return Values of a tag filter.*/",
"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.*/",
"varargSetterDocumentation" : "/**Values of a tag filter.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "tagFilter",
"variableType" : "TagFilter",
"variableDeclarationType" : "TagFilter",
"documentation" : null,
"simpleType" : "TagFilter",
"variableSetterType" : "TagFilter"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Values" : {
"documentation" : "Values of a tag filter.
",
"name" : "Values",
"c2jName" : "values",
"c2jShape" : "FilterValues",
"variable" : {
"variableName" : "values",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Values of a tag filter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "values",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "values",
"marshallLocationName" : "values",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : "item",
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "FilterValue",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "item",
"marshallLocationName" : "item",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Values of a tag filter.
\n@param values Values of a tag filter.*/",
"getterDocumentation" : "/**Values of a tag filter.
\n@return Values of a tag filter.*/",
"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.*/",
"varargSetterDocumentation" : "/**Values of a tag filter.
\nNOTE: 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.*/"
},
"Name" : {
"documentation" : "A name of a tag filter.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "FilterName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A name of a tag filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "name",
"marshallLocationName" : "name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A name of a tag filter.
\n@param name A name of a tag filter.*/",
"getterDocumentation" : "/**A name of a tag filter.
\n@return A name of a tag filter.*/",
"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.*/",
"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.*/"
}
}
},
"ExportStatus" : {
"c2jName" : "ExportStatus",
"documentation" : "",
"shapeName" : "ExportStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "FAILED",
"value" : "FAILED"
}, {
"name" : "SUCCEEDED",
"value" : "SUCCEEDED"
}, {
"name" : "IN_PROGRESS",
"value" : "IN_PROGRESS"
} ],
"variable" : {
"variableName" : "exportStatus",
"variableType" : "ExportStatus",
"variableDeclarationType" : "ExportStatus",
"documentation" : null,
"simpleType" : "ExportStatus",
"variableSetterType" : "ExportStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ServerInternalErrorException" : {
"c2jName" : "ServerInternalErrorException",
"documentation" : "The server experienced an internal error. Try again.
",
"shapeName" : "ServerInternalErrorException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "serverInternalErrorException",
"variableType" : "ServerInternalErrorException",
"variableDeclarationType" : "ServerInternalErrorException",
"documentation" : null,
"simpleType" : "ServerInternalErrorException",
"variableSetterType" : "ServerInternalErrorException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ServerInternalErrorException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeleteTagsResult" : {
"c2jName" : "DeleteTagsResponse",
"documentation" : "",
"shapeName" : "DeleteTagsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteTagsResult",
"variableType" : "DeleteTagsResult",
"variableDeclarationType" : "DeleteTagsResult",
"documentation" : null,
"simpleType" : "DeleteTagsResult",
"variableSetterType" : "DeleteTagsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"StopDataCollectionByAgentIdsRequest" : {
"c2jName" : "StopDataCollectionByAgentIdsRequest",
"documentation" : "",
"shapeName" : "StopDataCollectionByAgentIdsRequest",
"deprecated" : false,
"required" : [ "agentIds" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The IDs of the agents that you want to stop collecting data.
",
"name" : "AgentIds",
"c2jName" : "agentIds",
"c2jShape" : "AgentIds",
"variable" : {
"variableName" : "agentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The IDs of the agents that you want to stop collecting data.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "agentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentIds",
"marshallLocationName" : "agentIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AgentId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"varargSetterDocumentation" : "/**The IDs of the agents that you want to stop collecting data.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "stopDataCollectionByAgentIdsRequest",
"variableType" : "StopDataCollectionByAgentIdsRequest",
"variableDeclarationType" : "StopDataCollectionByAgentIdsRequest",
"documentation" : null,
"simpleType" : "StopDataCollectionByAgentIdsRequest",
"variableSetterType" : "StopDataCollectionByAgentIdsRequest"
},
"marshaller" : {
"action" : "StopDataCollectionByAgentIds",
"verb" : "POST",
"target" : "AWSPoseidonService_V2015_11_01.StopDataCollectionByAgentIds",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AgentIds" : {
"documentation" : "The IDs of the agents that you want to stop collecting data.
",
"name" : "AgentIds",
"c2jName" : "agentIds",
"c2jShape" : "AgentIds",
"variable" : {
"variableName" : "agentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The IDs of the agents that you want to stop collecting data.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "agentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentIds",
"marshallLocationName" : "agentIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AgentId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"varargSetterDocumentation" : "/**The IDs of the agents that you want to stop collecting data.
\nNOTE: 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.*/"
}
}
},
"StopDataCollectionByAgentIdsResult" : {
"c2jName" : "StopDataCollectionByAgentIdsResponse",
"documentation" : "",
"shapeName" : "StopDataCollectionByAgentIdsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"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.
",
"name" : "AgentsConfigurationStatus",
"c2jName" : "agentsConfigurationStatus",
"c2jShape" : "AgentConfigurationStatusList",
"variable" : {
"variableName" : "agentsConfigurationStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "agentsConfigurationStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentsConfigurationStatus",
"marshallLocationName" : "agentsConfigurationStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AgentConfigurationStatus",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AgentConfigurationStatus",
"variable" : {
"variableName" : "member",
"variableType" : "AgentConfigurationStatus",
"variableDeclarationType" : "AgentConfigurationStatus",
"documentation" : "",
"simpleType" : "AgentConfigurationStatus",
"variableSetterType" : "AgentConfigurationStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AgentConfigurationStatus",
"variableDeclarationType" : "AgentConfigurationStatus",
"documentation" : "",
"simpleType" : "AgentConfigurationStatus",
"variableSetterType" : "AgentConfigurationStatus"
},
"getterModel" : {
"returnType" : "AgentConfigurationStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AgentConfigurationStatus",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "stopDataCollectionByAgentIdsResult",
"variableType" : "StopDataCollectionByAgentIdsResult",
"variableDeclarationType" : "StopDataCollectionByAgentIdsResult",
"documentation" : null,
"simpleType" : "StopDataCollectionByAgentIdsResult",
"variableSetterType" : "StopDataCollectionByAgentIdsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AgentsConfigurationStatus" : {
"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.
",
"name" : "AgentsConfigurationStatus",
"c2jName" : "agentsConfigurationStatus",
"c2jShape" : "AgentConfigurationStatusList",
"variable" : {
"variableName" : "agentsConfigurationStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "agentsConfigurationStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentsConfigurationStatus",
"marshallLocationName" : "agentsConfigurationStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AgentConfigurationStatus",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AgentConfigurationStatus",
"variable" : {
"variableName" : "member",
"variableType" : "AgentConfigurationStatus",
"variableDeclarationType" : "AgentConfigurationStatus",
"documentation" : "",
"simpleType" : "AgentConfigurationStatus",
"variableSetterType" : "AgentConfigurationStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AgentConfigurationStatus",
"variableDeclarationType" : "AgentConfigurationStatus",
"documentation" : "",
"simpleType" : "AgentConfigurationStatus",
"variableSetterType" : "AgentConfigurationStatus"
},
"getterModel" : {
"returnType" : "AgentConfigurationStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AgentConfigurationStatus",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
}
}
},
"ConfigurationItemType" : {
"c2jName" : "ConfigurationItemType",
"documentation" : "",
"shapeName" : "ConfigurationItemType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "SERVER",
"value" : "SERVER"
}, {
"name" : "PROCESS",
"value" : "PROCESS"
}, {
"name" : "CONNECTION",
"value" : "CONNECTION"
} ],
"variable" : {
"variableName" : "configurationItemType",
"variableType" : "ConfigurationItemType",
"variableDeclarationType" : "ConfigurationItemType",
"documentation" : null,
"simpleType" : "ConfigurationItemType",
"variableSetterType" : "ConfigurationItemType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidParameterException" : {
"c2jName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid. Verify the parameters and try again.
",
"shapeName" : "InvalidParameterException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidParameterException",
"variableType" : "InvalidParameterException",
"variableDeclarationType" : "InvalidParameterException",
"documentation" : null,
"simpleType" : "InvalidParameterException",
"variableSetterType" : "InvalidParameterException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidParameterException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CreateTagsResult" : {
"c2jName" : "CreateTagsResponse",
"documentation" : "",
"shapeName" : "CreateTagsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "createTagsResult",
"variableType" : "CreateTagsResult",
"variableDeclarationType" : "CreateTagsResult",
"documentation" : null,
"simpleType" : "CreateTagsResult",
"variableSetterType" : "CreateTagsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AgentStatus" : {
"c2jName" : "AgentStatus",
"documentation" : "",
"shapeName" : "AgentStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"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"
} ],
"variable" : {
"variableName" : "agentStatus",
"variableType" : "AgentStatus",
"variableDeclarationType" : "AgentStatus",
"documentation" : null,
"simpleType" : "AgentStatus",
"variableSetterType" : "AgentStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidParameterValueException" : {
"c2jName" : "InvalidParameterValueException",
"documentation" : "The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
",
"shapeName" : "InvalidParameterValueException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidParameterValueException",
"variableType" : "InvalidParameterValueException",
"variableDeclarationType" : "InvalidParameterValueException",
"documentation" : null,
"simpleType" : "InvalidParameterValueException",
"variableSetterType" : "InvalidParameterValueException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidParameterValueException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ExportConfigurationsRequest" : {
"c2jName" : "ExportConfigurationsRequest",
"documentation" : null,
"shapeName" : "ExportConfigurationsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "exportConfigurationsRequest",
"variableType" : "ExportConfigurationsRequest",
"variableDeclarationType" : "ExportConfigurationsRequest",
"documentation" : null,
"simpleType" : "ExportConfigurationsRequest",
"variableSetterType" : "ExportConfigurationsRequest"
},
"marshaller" : {
"action" : "ExportConfigurations",
"verb" : "POST",
"target" : "AWSPoseidonService_V2015_11_01.ExportConfigurations",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"StartDataCollectionByAgentIdsRequest" : {
"c2jName" : "StartDataCollectionByAgentIdsRequest",
"documentation" : "",
"shapeName" : "StartDataCollectionByAgentIdsRequest",
"deprecated" : false,
"required" : [ "agentIds" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"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.
",
"name" : "AgentIds",
"c2jName" : "agentIds",
"c2jShape" : "AgentIds",
"variable" : {
"variableName" : "agentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "agentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentIds",
"marshallLocationName" : "agentIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AgentId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "startDataCollectionByAgentIdsRequest",
"variableType" : "StartDataCollectionByAgentIdsRequest",
"variableDeclarationType" : "StartDataCollectionByAgentIdsRequest",
"documentation" : null,
"simpleType" : "StartDataCollectionByAgentIdsRequest",
"variableSetterType" : "StartDataCollectionByAgentIdsRequest"
},
"marshaller" : {
"action" : "StartDataCollectionByAgentIds",
"verb" : "POST",
"target" : "AWSPoseidonService_V2015_11_01.StartDataCollectionByAgentIds",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AgentIds" : {
"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.
",
"name" : "AgentIds",
"c2jName" : "agentIds",
"c2jShape" : "AgentIds",
"variable" : {
"variableName" : "agentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "agentIds",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentIds",
"marshallLocationName" : "agentIds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AgentId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
}
}
},
"ListConfigurationsRequest" : {
"c2jName" : "ListConfigurationsRequest",
"documentation" : "",
"shapeName" : "ListConfigurationsRequest",
"deprecated" : false,
"required" : [ "configurationType" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A valid configuration identified by the Discovery Service.
",
"name" : "ConfigurationType",
"c2jName" : "configurationType",
"c2jShape" : "ConfigurationItemType",
"variable" : {
"variableName" : "configurationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A valid configuration identified by the Discovery Service.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configurationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationType",
"marshallLocationName" : "configurationType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ConfigurationItemType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A valid configuration identified by the Discovery Service.
\n@param configurationType A valid configuration identified by the Discovery Service.\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*/",
"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*/",
"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*/"
}, {
"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.
",
"name" : "Filters",
"c2jName" : "filters",
"c2jShape" : "Filters",
"variable" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "filters",
"marshallLocationName" : "filters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Filter",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Filter",
"variable" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"getterModel" : {
"returnType" : "Filter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Filter",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
}, {
"documentation" : "
The total number of items to return. The maximum value is 100.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The total number of items to return. The maximum value is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "A token to start the list. Use this token to get the next set of results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A token to start the list. Use this token to get the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listConfigurationsRequest",
"variableType" : "ListConfigurationsRequest",
"variableDeclarationType" : "ListConfigurationsRequest",
"documentation" : null,
"simpleType" : "ListConfigurationsRequest",
"variableSetterType" : "ListConfigurationsRequest"
},
"marshaller" : {
"action" : "ListConfigurations",
"verb" : "POST",
"target" : "AWSPoseidonService_V2015_11_01.ListConfigurations",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ConfigurationType" : {
"documentation" : "A valid configuration identified by the Discovery Service.
",
"name" : "ConfigurationType",
"c2jName" : "configurationType",
"c2jShape" : "ConfigurationItemType",
"variable" : {
"variableName" : "configurationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A valid configuration identified by the Discovery Service.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "configurationType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurationType",
"marshallLocationName" : "configurationType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ConfigurationItemType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A valid configuration identified by the Discovery Service.
\n@param configurationType A valid configuration identified by the Discovery Service.\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*/",
"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*/",
"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*/"
},
"Filters" : {
"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.
",
"name" : "Filters",
"c2jName" : "filters",
"c2jShape" : "Filters",
"variable" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "filters",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "filters",
"marshallLocationName" : "filters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Filter",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Filter",
"variable" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Filter",
"variableDeclarationType" : "Filter",
"documentation" : "",
"simpleType" : "Filter",
"variableSetterType" : "Filter"
},
"getterModel" : {
"returnType" : "Filter",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Filter",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
},
"NextToken" : {
"documentation" : "
A token to start the list. Use this token to get the next set of results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A token to start the list. Use this token to get the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"MaxResults" : {
"documentation" : "The total number of items to return. The maximum value is 100.
",
"name" : "MaxResults",
"c2jName" : "maxResults",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The total number of items to return. The maximum value is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maxResults",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "maxResults",
"marshallLocationName" : "maxResults",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
}
}
},
"StartDataCollectionByAgentIdsResult" : {
"c2jName" : "StartDataCollectionByAgentIdsResponse",
"documentation" : "",
"shapeName" : "StartDataCollectionByAgentIdsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"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.
",
"name" : "AgentsConfigurationStatus",
"c2jName" : "agentsConfigurationStatus",
"c2jShape" : "AgentConfigurationStatusList",
"variable" : {
"variableName" : "agentsConfigurationStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "agentsConfigurationStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentsConfigurationStatus",
"marshallLocationName" : "agentsConfigurationStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AgentConfigurationStatus",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AgentConfigurationStatus",
"variable" : {
"variableName" : "member",
"variableType" : "AgentConfigurationStatus",
"variableDeclarationType" : "AgentConfigurationStatus",
"documentation" : "",
"simpleType" : "AgentConfigurationStatus",
"variableSetterType" : "AgentConfigurationStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AgentConfigurationStatus",
"variableDeclarationType" : "AgentConfigurationStatus",
"documentation" : "",
"simpleType" : "AgentConfigurationStatus",
"variableSetterType" : "AgentConfigurationStatus"
},
"getterModel" : {
"returnType" : "AgentConfigurationStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AgentConfigurationStatus",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "startDataCollectionByAgentIdsResult",
"variableType" : "StartDataCollectionByAgentIdsResult",
"variableDeclarationType" : "StartDataCollectionByAgentIdsResult",
"documentation" : null,
"simpleType" : "StartDataCollectionByAgentIdsResult",
"variableSetterType" : "StartDataCollectionByAgentIdsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AgentsConfigurationStatus" : {
"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.
",
"name" : "AgentsConfigurationStatus",
"c2jName" : "agentsConfigurationStatus",
"c2jShape" : "AgentConfigurationStatusList",
"variable" : {
"variableName" : "agentsConfigurationStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "agentsConfigurationStatus",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "agentsConfigurationStatus",
"marshallLocationName" : "agentsConfigurationStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AgentConfigurationStatus",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AgentConfigurationStatus",
"variable" : {
"variableName" : "member",
"variableType" : "AgentConfigurationStatus",
"variableDeclarationType" : "AgentConfigurationStatus",
"documentation" : "",
"simpleType" : "AgentConfigurationStatus",
"variableSetterType" : "AgentConfigurationStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AgentConfigurationStatus",
"variableDeclarationType" : "AgentConfigurationStatus",
"documentation" : "",
"simpleType" : "AgentConfigurationStatus",
"variableSetterType" : "AgentConfigurationStatus"
},
"getterModel" : {
"returnType" : "AgentConfigurationStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AgentConfigurationStatus",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"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.
\nNOTE: 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.*/"
}
}
},
"ResourceNotFoundException" : {
"c2jName" : "ResourceNotFoundException",
"documentation" : "The specified configuration ID was not located. Verify the configuration ID and try again.
",
"shapeName" : "ResourceNotFoundException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "resourceNotFoundException",
"variableType" : "ResourceNotFoundException",
"variableDeclarationType" : "ResourceNotFoundException",
"documentation" : null,
"simpleType" : "ResourceNotFoundException",
"variableSetterType" : "ResourceNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ResourceNotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"OperationNotPermittedException" : {
"c2jName" : "OperationNotPermittedException",
"documentation" : "This operation is not permitted.
",
"shapeName" : "OperationNotPermittedException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "operationNotPermittedException",
"variableType" : "OperationNotPermittedException",
"variableDeclarationType" : "OperationNotPermittedException",
"documentation" : null,
"simpleType" : "OperationNotPermittedException",
"variableSetterType" : "OperationNotPermittedException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "OperationNotPermittedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ListConfigurationsResult" : {
"c2jName" : "ListConfigurationsResponse",
"documentation" : "",
"shapeName" : "ListConfigurationsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Returns configuration details, including the configuration ID, attribute names, and attribute values.
",
"name" : "Configurations",
"c2jName" : "configurations",
"c2jShape" : "Configurations",
"variable" : {
"variableName" : "configurations",
"variableType" : "java.util.List>",
"variableDeclarationType" : "java.util.List>",
"documentation" : "Returns configuration details, including the configuration ID, attribute names, and attribute values.
",
"simpleType" : "Map>",
"variableSetterType" : "java.util.Collection>"
},
"setterModel" : {
"variableName" : "configurations",
"variableType" : "java.util.List>",
"variableDeclarationType" : "java.util.List>",
"documentation" : "",
"simpleType" : "Map>",
"variableSetterType" : "java.util.Collection>"
},
"getterModel" : {
"returnType" : "java.util.List>",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurations",
"marshallLocationName" : "configurations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "java.util.Map",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Configuration",
"variable" : {
"variableName" : "member",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "String",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"templateType" : "java.util.Map",
"templateImplType" : "java.util.HashMap",
"valueSimple" : true,
"valueList" : false,
"keySimple" : true,
"entryType" : "Map.Entry"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Map",
"map" : true,
"templateType" : "java.util.List>",
"templateImplType" : "java.util.ArrayList>"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"varargSetterDocumentation" : "/**Returns configuration details, including the configuration ID, attribute names, and attribute values.
\nNOTE: 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.*/"
}, {
"documentation" : "The call returns a token. Use this token to get the next set of results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The call returns a token. Use this token to get the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listConfigurationsResult",
"variableType" : "ListConfigurationsResult",
"variableDeclarationType" : "ListConfigurationsResult",
"documentation" : null,
"simpleType" : "ListConfigurationsResult",
"variableSetterType" : "ListConfigurationsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "The call returns a token. Use this token to get the next set of results.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The call returns a token. Use this token to get the next set of results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"Configurations" : {
"documentation" : "Returns configuration details, including the configuration ID, attribute names, and attribute values.
",
"name" : "Configurations",
"c2jName" : "configurations",
"c2jShape" : "Configurations",
"variable" : {
"variableName" : "configurations",
"variableType" : "java.util.List>",
"variableDeclarationType" : "java.util.List>",
"documentation" : "Returns configuration details, including the configuration ID, attribute names, and attribute values.
",
"simpleType" : "Map>",
"variableSetterType" : "java.util.Collection>"
},
"setterModel" : {
"variableName" : "configurations",
"variableType" : "java.util.List>",
"variableDeclarationType" : "java.util.List>",
"documentation" : "",
"simpleType" : "Map>",
"variableSetterType" : "java.util.Collection>"
},
"getterModel" : {
"returnType" : "java.util.List>",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configurations",
"marshallLocationName" : "configurations",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "java.util.Map",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Configuration",
"variable" : {
"variableName" : "member",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "java.util.Map",
"variableDeclarationType" : "java.util.Map",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "String",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"templateType" : "java.util.Map