Upgrade AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2017-09-28 17:57:05 +03:00
parent 9a767b7631
commit 182c21e38c
1096 changed files with 309697 additions and 132612 deletions
@@ -132,6 +132,22 @@
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
],
"deprecated":true
},
"DescribeExportTasks":{
"name":"DescribeExportTasks",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeExportTasksRequest"},
"output":{"shape":"DescribeExportTasksResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"}
]
},
"DescribeTags":{
@@ -178,7 +194,8 @@
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"},
{"shape":"OperationNotPermittedException"}
]
],
"deprecated":true
},
"GetDiscoverySummary":{
"name":"GetDiscoverySummary",
@@ -241,6 +258,22 @@
{"shape":"ServerInternalErrorException"}
]
},
"StartExportTask":{
"name":"StartExportTask",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartExportTaskRequest"},
"output":{"shape":"StartExportTaskResponse"},
"errors":[
{"shape":"AuthorizationErrorException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalErrorException"},
{"shape":"OperationNotPermittedException"}
]
},
"StopDataCollectionByAgentIds":{
"name":"StopDataCollectionByAgentIds",
"http":{
@@ -557,6 +590,22 @@
"nextToken":{"shape":"NextToken"}
}
},
"DescribeExportTasksRequest":{
"type":"structure",
"members":{
"exportIds":{"shape":"ExportIds"},
"filters":{"shape":"ExportFilters"},
"maxResults":{"shape":"Integer"},
"nextToken":{"shape":"NextToken"}
}
},
"DescribeExportTasksResponse":{
"type":"structure",
"members":{
"exportsInfo":{"shape":"ExportsInfo"},
"nextToken":{"shape":"NextToken"}
}
},
"DescribeTagsRequest":{
"type":"structure",
"members":{
@@ -594,6 +643,34 @@
"exportId":{"shape":"ConfigurationsExportId"}
}
},
"ExportDataFormat":{
"type":"string",
"enum":[
"CSV",
"GRAPHML"
]
},
"ExportDataFormats":{
"type":"list",
"member":{"shape":"ExportDataFormat"}
},
"ExportFilter":{
"type":"structure",
"required":[
"name",
"values",
"condition"
],
"members":{
"name":{"shape":"FilterName"},
"values":{"shape":"FilterValues"},
"condition":{"shape":"Condition"}
}
},
"ExportFilters":{
"type":"list",
"member":{"shape":"ExportFilter"}
},
"ExportIds":{
"type":"list",
"member":{"shape":"ConfigurationsExportId"}
@@ -611,7 +688,10 @@
"exportStatus":{"shape":"ExportStatus"},
"statusMessage":{"shape":"ExportStatusMessage"},
"configurationsDownloadUrl":{"shape":"ConfigurationsDownloadUrl"},
"exportRequestTime":{"shape":"ExportRequestTime"}
"exportRequestTime":{"shape":"ExportRequestTime"},
"isTruncated":{"shape":"Boolean"},
"requestedStartTime":{"shape":"TimeStamp"},
"requestedEndTime":{"shape":"TimeStamp"}
}
},
"ExportRequestTime":{"type":"timestamp"},
@@ -792,6 +872,21 @@
"agentsConfigurationStatus":{"shape":"AgentConfigurationStatusList"}
}
},
"StartExportTaskRequest":{
"type":"structure",
"members":{
"exportDataFormat":{"shape":"ExportDataFormats"},
"filters":{"shape":"ExportFilters"},
"startTime":{"shape":"TimeStamp"},
"endTime":{"shape":"TimeStamp"}
}
},
"StartExportTaskResponse":{
"type":"structure",
"members":{
"exportId":{"shape":"ConfigurationsExportId"}
}
},
"StopDataCollectionByAgentIdsRequest":{
"type":"structure",
"required":["agentIds"],
+120 -59
View File
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<fullname>AWS Application Discovery Service</fullname> <p>AWS Application Discovery Service helps you plan application migration projects by automatically identifying servers, virtual machines (VMs), software, and software dependencies running in your on-premises data centers. Application Discovery Service also collects application performance data, which can help you assess the outcome of your migration. The data collected by Application Discovery Service is securely retained in an Amazon-hosted and managed database in the cloud. You can export the data as a CSV or XML file into your preferred visualization tool or cloud-migration solution to plan your migration. For more information, see the Application Discovery Service <a href=\"http://aws.amazon.com/application-discovery/faqs/\">FAQ</a>.</p> <p>Application Discovery Service offers two modes of operation.</p> <ul> <li> <p> <b>Agentless discovery</b> mode is recommended for environments that use VMware vCenter Server. This mode doesn't require you to install an agent on each host. Agentless discovery gathers server information regardless of the operating systems, which minimizes the time required for initial on-premises infrastructure assessment. Agentless discovery doesn't collect information about software and software dependencies. It also doesn't work in non-VMware environments. We recommend that you use agent-based discovery for non-VMware environments and if you want to collect information about software and software dependencies. You can also run agent-based and agentless discovery simultaneously. Use agentless discovery to quickly complete the initial infrastructure assessment and then install agents on select hosts to gather information about software and software dependencies.</p> </li> <li> <p> <b>Agent-based discovery</b> mode collects a richer set of data than agentless discovery by using Amazon software, the AWS Application Discovery Agent, which you install on one or more hosts in your data center. The agent captures infrastructure and application information, including an inventory of installed software applications, system and process performance, resource utilization, and network dependencies between workloads. The information collected by agents is secured at rest and in transit to the Application Discovery Service database in the cloud. </p> </li> </ul> <p>Application Discovery Service integrates with application discovery solutions from AWS Partner Network (APN) partners. Third-party application discovery tools can query the Application Discovery Service and write to the Application Discovery Service database using a public API. You can then import the data into either a visualization tool or cloud-migration solution.</p> <important> <p>Application Discovery Service doesn't gather sensitive information. All data is handled according to the <a href=\"http://aws.amazon.com/privacy/\">AWS Privacy Policy</a>. You can operate Application Discovery Service using offline mode to inspect collected data before it is shared with the service.</p> </important> <p>Your AWS account must be granted access to Application Discovery Service, a process called <i>whitelisting</i>. This is true for AWS partners and customers alike. To request access, sign up for the AWS Application Discovery Service <a href=\"http://aws.amazon.com/application-discovery/preview/\">here</a>. We will send you information about how to get started.</p> <p>This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Application 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 <a href=\"http://aws.amazon.com/tools/#SDKs\">AWS SDKs</a>.</p> <p>This guide is intended for use with the <a href=\"http://docs.aws.amazon.com/application-discovery/latest/userguide/\"> <i>AWS Application Discovery Service User Guide</i> </a>.</p>",
"service": "<fullname>AWS Application Discovery Service</fullname> <p>AWS Application Discovery Service helps you plan application migration projects by automatically identifying servers, virtual machines (VMs), software, and software dependencies running in your on-premises data centers. Application Discovery Service also collects application performance data, which can help you assess the outcome of your migration. The data collected by Application Discovery Service is securely retained in an Amazon-hosted and managed database in the cloud. You can export the data as a CSV or XML file into your preferred visualization tool or cloud-migration solution to plan your migration. For more information, see the Application Discovery Service <a href=\"http://aws.amazon.com/application-discovery/faqs/\">FAQ</a>.</p> <p>Application Discovery Service offers two modes of operation.</p> <ul> <li> <p> <b>Agentless discovery</b> mode is recommended for environments that use VMware vCenter Server. This mode doesn't require you to install an agent on each host. Agentless discovery gathers server information regardless of the operating systems, which minimizes the time required for initial on-premises infrastructure assessment. Agentless discovery doesn't collect information about software and software dependencies. It also doesn't work in non-VMware environments. We recommend that you use agent-based discovery for non-VMware environments and if you want to collect information about software and software dependencies. You can also run agent-based and agentless discovery simultaneously. Use agentless discovery to quickly complete the initial infrastructure assessment and then install agents on select hosts to gather information about software and software dependencies.</p> </li> <li> <p> <b>Agent-based discovery</b> mode collects a richer set of data than agentless discovery by using Amazon software, the AWS Application Discovery Agent, which you install on one or more hosts in your data center. The agent captures infrastructure and application information, including an inventory of installed software applications, system and process performance, resource utilization, and network dependencies between workloads. The information collected by agents is secured at rest and in transit to the Application Discovery Service database in the cloud. </p> </li> </ul> <p>Application Discovery Service integrates with application discovery solutions from AWS Partner Network (APN) partners. Third-party application discovery tools can query Application Discovery Service and write to the Application Discovery Service database using a public API. You can then import the data into either a visualization tool or cloud-migration solution.</p> <important> <p>Application Discovery Service doesn't gather sensitive information. All data is handled according to the <a href=\"http://aws.amazon.com/privacy/\">AWS Privacy Policy</a>. You can operate Application Discovery Service using offline mode to inspect collected data before it is shared with the service.</p> </important> <p>Your AWS account must be granted access to Application Discovery Service, a process called <i>whitelisting</i>. This is true for AWS partners and customers alike. To request access, sign up for AWS Application Discovery Service <a href=\"http://aws.amazon.com/application-discovery/preview/\">here</a>. We send you information about how to get started.</p> <p>This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for Application 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 <a href=\"http://aws.amazon.com/tools/#SDKs\">AWS SDKs</a>.</p> <p>This guide is intended for use with the <a href=\"http://docs.aws.amazon.com/application-discovery/latest/userguide/\"> <i>AWS Application Discovery Service User Guide</i> </a>.</p>",
"operations": {
"AssociateConfigurationItemsToApplication": "<p>Associates one or more configuration items with an application.</p>",
"CreateApplication": "<p>Creates an application with the given name and description.</p>",
@@ -8,21 +8,23 @@
"DeleteApplications": "<p>Deletes a list of applications and their associations with configuration items.</p>",
"DeleteTags": "<p>Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.</p>",
"DescribeAgents": "<p>Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an ID.</p>",
"DescribeConfigurations": "<p>Retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type (server, application, process, or connection). Output fields are specific to the asset type selected. For example, the output for a <i>server</i> configuration item includes a list of attributes about the server, such as host name, operating system, and number of network cards.</p> <p>For a complete list of outputs for each asset type, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/querying-configuration-items.html#DescribeConfigurations\">Querying Discovered Configuration Items</a>.</p>",
"DescribeExportConfigurations": "<p>Retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes.</p>",
"DescribeConfigurations": "<p>Retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type (server, application, process, or connection). Output fields are specific to the asset type selected. For example, the output for a <i>server</i> configuration item includes a list of attributes about the server, such as host name, operating system, and number of network cards.</p> <p>For a complete list of outputs for each asset type, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/discovery-api-queries.html#DescribeConfigurations\">Using the DescribeConfigurations Action</a>.</p>",
"DescribeExportConfigurations": "<p>Deprecated. Use <code>DescribeExportTasks</code> instead.</p> <p>Retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes.</p>",
"DescribeExportTasks": "<p>Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.</p>",
"DescribeTags": "<p>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.</p>",
"DisassociateConfigurationItemsFromApplication": "<p>Disassociates one or more configuration items from an application.</p>",
"ExportConfigurations": "<p>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 <i>DescribeExportConfigurations</i> API. The system imposes a limit of two configuration exports in six hours.</p>",
"ExportConfigurations": "<p>Deprecated. Use <code>StartExportTask</code> instead.</p> <p>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 that you can query using the <i>DescribeExportConfigurations</i> API. The system imposes a limit of two configuration exports in six hours.</p>",
"GetDiscoverySummary": "<p>Retrieves a short summary of discovered assets.</p>",
"ListConfigurations": "<p>Retrieves a list of configuration items according to criteria you specify in a filter. The filter criteria identify relationship requirements.</p>",
"ListServerNeighbors": "<p>Retrieves a list of servers which are one network hop away from a specified server.</p>",
"StartDataCollectionByAgentIds": "<p>Instructs the specified agents or Connectors to start collecting data.</p>",
"StopDataCollectionByAgentIds": "<p>Instructs the specified agents or Connectors to stop collecting data.</p>",
"ListConfigurations": "<p>Retrieves a list of configuration items according to criteria that you specify in a filter. The filter criteria identifies the relationship requirements.</p>",
"ListServerNeighbors": "<p>Retrieves a list of servers that are one network hop away from a specified server.</p>",
"StartDataCollectionByAgentIds": "<p>Instructs the specified agents or connectors to start collecting data.</p>",
"StartExportTask": "<p> Begins the export of discovered data to an S3 bucket.</p> <p> If you specify <code>agentId</code> in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using <code>startTime</code> and <code>endTime</code>. Export of detailed agent data is limited to five concurrently running exports. </p> <p> If you do not include an <code>agentId</code> filter, summary data is exported that includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery Agents. Export of summary data is limited to two exports per day. </p>",
"StopDataCollectionByAgentIds": "<p>Instructs the specified agents or connectors to stop collecting data.</p>",
"UpdateApplication": "<p>Updates metadata about an application.</p>"
},
"shapes": {
"AgentConfigurationStatus": {
"base": "<p>Information about agents or Connectors that were instructed to start collecting data. Information includes the agent/Connector ID, a description of the operation, and whether or not the agent/Connector configuration was updated.</p>",
"base": "<p>Information about agents or connectors that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation, and whether the agent/connector configuration was updated.</p>",
"refs": {
"AgentConfigurationStatusList$member": null
}
@@ -30,8 +32,8 @@
"AgentConfigurationStatusList": {
"base": null,
"refs": {
"StartDataCollectionByAgentIdsResponse$agentsConfigurationStatus": "<p>Information about agents or the Connector that were instructed to start collecting data. Information includes the agent/Connector ID, a description of the operation performed, and whether or not the agent/Connector configuration was updated.</p>",
"StopDataCollectionByAgentIdsResponse$agentsConfigurationStatus": "<p>Information about agents or the Connector that were instructed to stop collecting data. Information includes the agent/Connector ID, a description of the operation performed, and whether or not the agent/Connector configuration was updated.</p>"
"StartDataCollectionByAgentIdsResponse$agentsConfigurationStatus": "<p>Information about agents or the connector that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.</p>",
"StopDataCollectionByAgentIdsResponse$agentsConfigurationStatus": "<p>Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.</p>"
}
},
"AgentId": {
@@ -45,8 +47,8 @@
"base": null,
"refs": {
"DescribeAgentsRequest$agentIds": "<p>The agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your AWS user account.</p>",
"StartDataCollectionByAgentIdsRequest$agentIds": "<p>The IDs of the agents or Connectors that you want to start collecting data. If you send a request to an agent/Connector 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 <i>Description</i> field. If you send a request to multiple agents/Connectors and you do not have permission to contact some of those agents/Connectors, the system does not throw an exception. Instead, the system shows <code>Failed</code> in the <i>Description</i> field.</p>",
"StopDataCollectionByAgentIdsRequest$agentIds": "<p>The IDs of the agents or Connectors that you want to stop collecting data.</p>"
"StartDataCollectionByAgentIdsRequest$agentIds": "<p>The IDs of the agents or connectors from which to start collecting data. If you send a request to an agent/connector 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 <i>Description</i> field. If you send a request to multiple agents/connectors and you do not have permission to contact some of those agents/connectors, the system does not throw an exception. Instead, the system shows <code>Failed</code> in the <i>Description</i> field.</p>",
"StopDataCollectionByAgentIdsRequest$agentIds": "<p>The IDs of the agents or connectors from which to stop collecting data.</p>"
}
},
"AgentInfo": {
@@ -56,7 +58,7 @@
}
},
"AgentNetworkInfo": {
"base": "<p>Network details about the host where the agent/Connector resides.</p>",
"base": "<p>Network details about the host where the agent/connector resides.</p>",
"refs": {
"AgentNetworkInfoList$member": null
}
@@ -84,7 +86,7 @@
"refs": {
"ApplicationIdsList$member": null,
"AssociateConfigurationItemsToApplicationRequest$applicationConfigurationId": "<p>The configuration ID of an application with which items are to be associated.</p>",
"DisassociateConfigurationItemsFromApplicationRequest$applicationConfigurationId": "<p>Configuration ID of an application from which each item will be disassociated.</p>",
"DisassociateConfigurationItemsFromApplicationRequest$applicationConfigurationId": "<p>Configuration ID of an application from which each item is disassociated.</p>",
"UpdateApplicationRequest$configurationId": "<p>Configuration ID of the application to be updated.</p>"
}
},
@@ -112,19 +114,21 @@
"Boolean": {
"base": null,
"refs": {
"AgentConfigurationStatus$operationSucceeded": "<p>Information about the status of the <code>StartDataCollection</code> and <code>StopDataCollection</code> operations. The system has recorded the data collection operation. The agent/Connector receives this command the next time it polls for a new command. </p>",
"AgentConfigurationStatus$operationSucceeded": "<p>Information about the status of the <code>StartDataCollection</code> and <code>StopDataCollection</code> operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command. </p>",
"ExportInfo$isTruncated": "<p>If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using <code>startDate</code> and <code>endDate</code>.</p>",
"ListServerNeighborsRequest$portInformationNeeded": "<p>Flag to indicate if port and protocol information is needed as part of the response.</p>"
}
},
"BoxedInteger": {
"base": null,
"refs": {
"NeighborConnectionDetail$destinationPort": "<p>Destination network port for the connection.</p>"
"NeighborConnectionDetail$destinationPort": "<p>The destination network port for the connection.</p>"
}
},
"Condition": {
"base": null,
"refs": {
"ExportFilter$condition": "<p>Supported condition: <code>EQUALS</code> </p>",
"Filter$condition": "<p>A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by <i>AND</i>. If you specify multiple values for a particular filter, the system differentiates the values using <i>OR</i>. Calling either <i>DescribeConfigurations</i> or <i>ListConfigurations</i> returns attributes of matching configuration items.</p>"
}
},
@@ -138,10 +142,10 @@
"base": null,
"refs": {
"ConfigurationIdList$member": null,
"ConfigurationTag$configurationId": "<p>The configuration ID for the item you want to tag. You can specify a list of keys and values.</p>",
"ConfigurationTag$configurationId": "<p>The configuration ID for the item to tag. You can specify a list of keys and values.</p>",
"ListServerNeighborsRequest$configurationId": "<p>Configuration ID of the server for which neighbors are being listed.</p>",
"NeighborConnectionDetail$sourceServerId": "<p>ID of server that opened the network connection.</p>",
"NeighborConnectionDetail$destinationServerId": "<p>ID of the server that accepted the networker connection.</p>"
"NeighborConnectionDetail$sourceServerId": "<p>The ID of the server that opened the network connection.</p>",
"NeighborConnectionDetail$destinationServerId": "<p>The ID of the server that accepted the network connection.</p>"
}
},
"ConfigurationIdList": {
@@ -151,15 +155,15 @@
"CreateTagsRequest$configurationIds": "<p>A list of configuration items that you want to tag.</p>",
"DeleteTagsRequest$configurationIds": "<p>A list of configuration items with tags that you want to delete.</p>",
"DescribeConfigurationsRequest$configurationIds": "<p>One or more configuration IDs.</p>",
"DisassociateConfigurationItemsFromApplicationRequest$configurationIds": "<p>Configuration ID of each item be be disassociated from an application.</p>",
"DisassociateConfigurationItemsFromApplicationRequest$configurationIds": "<p>Configuration ID of each item to be disassociated from an application.</p>",
"ListServerNeighborsRequest$neighborConfigurationIds": "<p>List of configuration IDs to test for one-hop-away.</p>"
}
},
"ConfigurationItemType": {
"base": null,
"refs": {
"ConfigurationTag$configurationType": "<p>A type of IT asset that you want to tag.</p>",
"ListConfigurationsRequest$configurationType": "<p>A valid configuration identified by the Discovery Service. </p>"
"ConfigurationTag$configurationType": "<p>A type of IT asset to tag.</p>",
"ListConfigurationsRequest$configurationType": "<p>A valid configuration identified by Application Discovery Service. </p>"
}
},
"ConfigurationTag": {
@@ -183,7 +187,7 @@
"ConfigurationsDownloadUrl": {
"base": null,
"refs": {
"ExportInfo$configurationsDownloadUrl": "<p>A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.</p>"
"ExportInfo$configurationsDownloadUrl": "<p>A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.</p>"
}
},
"ConfigurationsExportId": {
@@ -191,7 +195,8 @@
"refs": {
"ExportConfigurationsResponse$exportId": "<p>A unique identifier that you can use to query the export status.</p>",
"ExportIds$member": null,
"ExportInfo$exportId": "<p>A unique identifier that you can use to query the export.</p>"
"ExportInfo$exportId": "<p>A unique identifier used to query an export.</p>",
"StartExportTaskResponse$exportId": "<p>A unique identifier used to query the status of an export request.</p>"
}
},
"CreateApplicationRequest": {
@@ -288,6 +293,16 @@
"refs": {
}
},
"DescribeExportTasksRequest": {
"base": null,
"refs": {
}
},
"DescribeExportTasksResponse": {
"base": null,
"refs": {
}
},
"DescribeTagsRequest": {
"base": null,
"refs": {
@@ -313,14 +328,40 @@
"refs": {
}
},
"ExportDataFormat": {
"base": null,
"refs": {
"ExportDataFormats$member": null
}
},
"ExportDataFormats": {
"base": null,
"refs": {
"StartExportTaskRequest$exportDataFormat": "<p>The file format for the returned export data. Default value is <code>CSV</code>.</p>"
}
},
"ExportFilter": {
"base": "<p>Used to select which agent's data is to be exported. A single agent ID may be selected for export using the <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html\">StartExportTask</a> action.</p>",
"refs": {
"ExportFilters$member": null
}
},
"ExportFilters": {
"base": null,
"refs": {
"DescribeExportTasksRequest$filters": "<p>One or more filters.</p> <ul> <li> <p> <code>AgentId</code> - ID of the agent whose collected data will be exported</p> </li> </ul>",
"StartExportTaskRequest$filters": "<p>If a filter is present, it selects the single <code>agentId</code> of the Application Discovery Agent for which data is exported. The <code>agentId</code> can be found in the results of the <code>DescribeAgents</code> API or CLI. If no filter is present, <code>startTime</code> and <code>endTime</code> are ignored and exported data includes both Agentless Discovery Connector data and summary data from Application Discovery agents. </p>"
}
},
"ExportIds": {
"base": null,
"refs": {
"DescribeExportConfigurationsRequest$exportIds": "<p>A unique identifier that you can use to query the export status.</p>"
"DescribeExportConfigurationsRequest$exportIds": "<p>A unique identifier that you can use to query the export status.</p>",
"DescribeExportTasksRequest$exportIds": "<p>One or more unique identifiers used to query the status of an export request.</p>"
}
},
"ExportInfo": {
"base": "<p>Information regarding the export status of the discovered data. The value is an array of objects.</p>",
"base": "<p>Information regarding the export status of discovered data. The value is an array of objects.</p>",
"refs": {
"ExportsInfo$member": null
}
@@ -328,29 +369,30 @@
"ExportRequestTime": {
"base": null,
"refs": {
"ExportInfo$exportRequestTime": "<p>The time the configuration data export was initiated.</p>"
"ExportInfo$exportRequestTime": "<p>The time that the data export was initiated.</p>"
}
},
"ExportStatus": {
"base": null,
"refs": {
"ExportInfo$exportStatus": "<p>The status of the configuration data export. The status can succeed, fail, or be in-progress.</p>"
"ExportInfo$exportStatus": "<p>The status of the data export job.</p>"
}
},
"ExportStatusMessage": {
"base": null,
"refs": {
"ExportInfo$statusMessage": "<p>Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.</p>"
"ExportInfo$statusMessage": "<p>A status message provided for API callers.</p>"
}
},
"ExportsInfo": {
"base": null,
"refs": {
"DescribeExportConfigurationsResponse$exportsInfo": "<p>Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.</p>"
"DescribeExportConfigurationsResponse$exportsInfo": "<p>Returns export details. When the status is complete, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.</p>",
"DescribeExportTasksResponse$exportsInfo": "<p>Contains one or more sets of export request details. When the status of a request is <code>SUCCEEDED</code>, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.</p>"
}
},
"Filter": {
"base": "<p>A filter that can use conditional operators.</p> <p>for a complete list of filters and guidance for using them with the Application Discovery Service, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/querying-configuration-items.html\">Querying Discovered Configuration Items</a>.</p>",
"base": "<p>A filter that can use conditional operators.</p> <p>For more information about filters, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/discovery-api-queries.html\">Querying Discovered Configuration Items</a>. </p>",
"refs": {
"Filters$member": null
}
@@ -358,7 +400,8 @@
"FilterName": {
"base": null,
"refs": {
"TagFilter$name": "<p>A name of a tag filter.</p>"
"ExportFilter$name": "<p>A single <code>ExportFilter</code> name. Supported filters: <code>agentId</code>.</p>",
"TagFilter$name": "<p>A name of the tag filter.</p>"
}
},
"FilterValue": {
@@ -370,15 +413,16 @@
"FilterValues": {
"base": null,
"refs": {
"Filter$values": "<p>A string value that you want to filter on. For example, if you choose the <code>destinationServer.osVersion</code> filter name, you could specify <code>Ubuntu</code> for the value.</p>",
"TagFilter$values": "<p>Values of a tag filter.</p>"
"ExportFilter$values": "<p>A single <code>agentId</code> for a Discovery Agent. An <code>agentId</code> can be found using the <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html\">DescribeAgents</a> action. Typically an ADS <code>agentId</code> is in the form <code>o-0123456789abcdef0</code>.</p>",
"Filter$values": "<p>A string value on which to filter. For example, if you choose the <code>destinationServer.osVersion</code> filter name, you could specify <code>Ubuntu</code> for the value.</p>",
"TagFilter$values": "<p>Values for the tag filter.</p>"
}
},
"Filters": {
"base": null,
"refs": {
"DescribeAgentsRequest$filters": "<p>You can filter the request using various logical operators and a <i>key</i>-<i>value</i> format. For example: </p> <p> <code>{\"key\": \"collectionStatus\", \"value\": \"STARTED\"}</code> </p> <p>For a complete list of filter options and guidance about using them with this action, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/managing-agent.html\">Managing AWS Application Discovery Service Agents and the AWS Application Discovery Connector </a>.</p>",
"ListConfigurationsRequest$filters": "<p>You can filter the request using various logical operators and a <i>key</i>-<i>value</i> format. For example: </p> <p> <code>{\"key\": \"serverType\", \"value\": \"webServer\"}</code> </p> <p>For a complete list of filter options and guidance about using them with this action, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/querying-configuration-items.html#ListConfigurations\">Querying Discovered Configuration Items</a>. </p>"
"DescribeAgentsRequest$filters": "<p>You can filter the request using various logical operators and a <i>key</i>-<i>value</i> format. For example: </p> <p> <code>{\"key\": \"collectionStatus\", \"value\": \"STARTED\"}</code> </p>",
"ListConfigurationsRequest$filters": "<p>You can filter the request using various logical operators and a <i>key</i>-<i>value</i> format. For example: </p> <p> <code>{\"key\": \"serverType\", \"value\": \"webServer\"}</code> </p> <p>For a complete list of filter options and guidance about using them with this action, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/discovery-api-queries.html#ListConfigurations\">Querying Discovered Configuration Items</a>. </p>"
}
},
"GetDiscoverySummaryRequest": {
@@ -410,6 +454,7 @@
"CustomerConnectorInfo$unknownConnectors": "<p>Number of unknown discovery connectors.</p>",
"DescribeAgentsRequest$maxResults": "<p>The total number of agents/Connectors to return in a single page of output. The maximum value is 100.</p>",
"DescribeExportConfigurationsRequest$maxResults": "<p>The maximum number of results that you want to display as a part of the query.</p>",
"DescribeExportTasksRequest$maxResults": "<p>The maximum number of volume results returned by <code>DescribeExportTasks</code> in paginated output. When this parameter is used, <code>DescribeExportTasks</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element.</p>",
"DescribeTagsRequest$maxResults": "<p>The total number of items to return in a single page of output. The maximum value is 100.</p>",
"ListConfigurationsRequest$maxResults": "<p>The total number of items to return. The maximum value is 100.</p>",
"ListServerNeighborsRequest$maxResults": "<p>Maximum number of results to return in a single page of output.</p>"
@@ -448,12 +493,12 @@
"Long": {
"base": null,
"refs": {
"GetDiscoverySummaryResponse$servers": "<p>Number of servers discovered.</p>",
"GetDiscoverySummaryResponse$applications": "<p>Number of applications discovered.</p>",
"GetDiscoverySummaryResponse$serversMappedToApplications": "<p>Number of servers mapped to applications.</p>",
"GetDiscoverySummaryResponse$serversMappedtoTags": "<p>Number of servers mapped to tags.</p>",
"GetDiscoverySummaryResponse$servers": "<p>The number of servers discovered.</p>",
"GetDiscoverySummaryResponse$applications": "<p>The number of applications discovered.</p>",
"GetDiscoverySummaryResponse$serversMappedToApplications": "<p>The number of servers mapped to applications.</p>",
"GetDiscoverySummaryResponse$serversMappedtoTags": "<p>The number of servers mapped to tags.</p>",
"ListServerNeighborsResponse$knownDependencyCount": "<p>Count of distinct servers that are one hop away from the given server.</p>",
"NeighborConnectionDetail$connectionsCount": "<p>Number of open network connections with the neighboring server.</p>"
"NeighborConnectionDetail$connectionsCount": "<p>The number of open network connections with the neighboring server.</p>"
}
},
"Message": {
@@ -484,8 +529,10 @@
"refs": {
"DescribeAgentsRequest$nextToken": "<p>Token to retrieve the next set of results. For example, if you previously specified 100 IDs for <code>DescribeAgentsRequest$agentIds</code> but set <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.</p>",
"DescribeAgentsResponse$nextToken": "<p>Token to retrieve the next set of results. For example, if you specified 100 IDs for <code>DescribeAgentsRequest$agentIds</code> but set <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.</p>",
"DescribeExportConfigurationsRequest$nextToken": "<p>A token to get the next set of results. For example, if you specified 100 IDs for <code>DescribeExportConfigurationsRequest$exportIds</code> but set <code>DescribeExportConfigurationsRequest$maxResults</code> to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.</p>",
"DescribeExportConfigurationsResponse$nextToken": "<p>A token to get the next set of results. For example, if you specified 100 IDs for <code>DescribeExportConfigurationsRequest$exportIds</code> but set <code>DescribeExportConfigurationsRequest$maxResults</code> to 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.</p>",
"DescribeExportConfigurationsRequest$nextToken": "<p>A token to get the next set of results. For example, if you specify 100 IDs for <code>DescribeExportConfigurationsRequest$exportIds</code> but set <code>DescribeExportConfigurationsRequest$maxResults</code> to 10, you get results in a set of 10. Use the token in the query to get the next set of 10.</p>",
"DescribeExportConfigurationsResponse$nextToken": "<p>A token to get the next set of results. For example, if you specify 100 IDs for <code>DescribeExportConfigurationsRequest$exportIds</code> but set <code>DescribeExportConfigurationsRequest$maxResults</code> to 10, you get results in a set of 10. Use the token in the query to get the next set of 10.</p>",
"DescribeExportTasksRequest$nextToken": "<p>The <code>nextToken</code> value returned from a previous paginated <code>DescribeExportTasks</code> request where <code>maxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>",
"DescribeExportTasksResponse$nextToken": "<p>The <code>nextToken</code> value to include in a future <code>DescribeExportTasks</code> request. When the results of a <code>DescribeExportTasks</code> request exceed <code>maxResults</code>, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.</p>",
"DescribeTagsRequest$nextToken": "<p>A token to start the list. Use this token to get the next set of results.</p>",
"DescribeTagsResponse$nextToken": "<p>The call returns a token. Use this token to get the next set of results.</p>",
"ListConfigurationsRequest$nextToken": "<p>Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100 items, but you set <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.</p>",
@@ -498,7 +545,7 @@
}
},
"OrderByElement": {
"base": "<p>Field and direction for ordered output.</p>",
"base": "<p>A field and direction for ordered output.</p>",
"refs": {
"OrderByList$member": null
}
@@ -506,7 +553,7 @@
"OrderByList": {
"base": null,
"refs": {
"ListConfigurationsRequest$orderBy": "<p>Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/querying-configuration-items.html#ListConfigurations\">Querying Discovered Configuration Items</a>.</p>"
"ListConfigurationsRequest$orderBy": "<p>Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/discovery-api-queries.html#ListConfigurations\">Using the ListConfigurations Action</a>.</p>"
}
},
"ResourceNotFoundException": {
@@ -529,6 +576,16 @@
"refs": {
}
},
"StartExportTaskRequest": {
"base": null,
"refs": {
}
},
"StartExportTaskResponse": {
"base": null,
"refs": {
}
},
"StopDataCollectionByAgentIdsRequest": {
"base": null,
"refs": {
@@ -542,7 +599,7 @@
"String": {
"base": null,
"refs": {
"AgentConfigurationStatus$agentId": "<p>The agent/Connector ID.</p>",
"AgentConfigurationStatus$agentId": "<p>The agent/connector ID.</p>",
"AgentConfigurationStatus$description": "<p>A description of the operation performed.</p>",
"AgentInfo$hostName": "<p>The name of the host where the agent or connector resides. The host can be a server or virtual machine.</p>",
"AgentInfo$connectorId": "<p>The ID of the connector.</p>",
@@ -550,9 +607,9 @@
"AgentInfo$lastHealthPingTime": "<p>Time since agent or connector health was reported.</p>",
"AgentInfo$collectionStatus": "<p>Status of the collection process for an agent or connector.</p>",
"AgentInfo$agentType": "<p>Type of agent.</p>",
"AgentInfo$registeredTime": "<p>Agent's first registration time stamp in UTC.</p>",
"AgentNetworkInfo$ipAddress": "<p>The IP address for the host where the agent/Connector resides.</p>",
"AgentNetworkInfo$macAddress": "<p>The MAC address for the host where the agent/Connector resides.</p>",
"AgentInfo$registeredTime": "<p>Agent's first registration timestamp in UTC.</p>",
"AgentNetworkInfo$ipAddress": "<p>The IP address for the host where the agent/connector resides.</p>",
"AgentNetworkInfo$macAddress": "<p>The MAC address for the host where the agent/connector resides.</p>",
"Configuration$key": null,
"Configuration$value": null,
"CreateApplicationRequest$name": "<p>Name of the application to be created.</p>",
@@ -563,8 +620,8 @@
"Filter$name": "<p>The name of the filter.</p>",
"ListServerNeighborsRequest$nextToken": "<p>Token to retrieve the next set of results. For example, if you previously specified 100 IDs for <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.</p>",
"ListServerNeighborsResponse$nextToken": "<p>Token to retrieve the next set of results. For example, if you specified 100 IDs for <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.</p>",
"NeighborConnectionDetail$transportProtocol": "<p>Network protocol used for the connection.</p>",
"OrderByElement$fieldName": "<p>Field to order on.</p>",
"NeighborConnectionDetail$transportProtocol": "<p>The network protocol used for the connection.</p>",
"OrderByElement$fieldName": "<p>The field on which to order.</p>",
"UpdateApplicationRequest$name": "<p>New name of the application to be updated.</p>",
"UpdateApplicationRequest$description": "<p>New description of the application to be updated.</p>"
}
@@ -576,7 +633,7 @@
}
},
"TagFilter": {
"base": "<p>The name of a tag filter. Valid names are: <code>tagKey</code>, <code>tagValue</code>, <code>configurationId</code>.</p>",
"base": "<p>The tag filter. Valid names are: <code>tagKey</code>, <code>tagValue</code>, <code>configurationId</code>.</p>",
"refs": {
"TagFilters$member": null
}
@@ -584,14 +641,14 @@
"TagFilters": {
"base": null,
"refs": {
"DescribeTagsRequest$filters": "<p>You can filter the list using a <i>key</i>-<i>value</i> format. You can separate these items by using logical operators. Allowed filters include <code>tagKey</code>, <code>tagValue</code>, and <code>configurationId</code>. </p> <p>For a complete list of filter options and guidance about using them with this action, see <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/managing-agents.html\">Managing AWS Application Discovery Service Agents and the AWS Application Discovery Connector </a>.</p>"
"DescribeTagsRequest$filters": "<p>You can filter the list using a <i>key</i>-<i>value</i> format. You can separate these items by using logical operators. Allowed filters include <code>tagKey</code>, <code>tagValue</code>, and <code>configurationId</code>. </p>"
}
},
"TagKey": {
"base": null,
"refs": {
"ConfigurationTag$key": "<p>A type of tag to filter on. For example, <i>serverType</i>.</p>",
"Tag$key": "<p>A type of tag to filter on.</p>"
"ConfigurationTag$key": "<p>A type of tag on which to filter. For example, <i>serverType</i>.</p>",
"Tag$key": "<p>The type of tag on which to filter.</p>"
}
},
"TagSet": {
@@ -604,14 +661,18 @@
"TagValue": {
"base": null,
"refs": {
"ConfigurationTag$value": "<p>A value to filter on. For example <i>key = serverType</i> and <i>value = web server</i>.</p>",
"Tag$value": "<p>A value for a tag key to filter on.</p>"
"ConfigurationTag$value": "<p>A value on which to filter. For example <i>key = serverType</i> and <i>value = web server</i>.</p>",
"Tag$value": "<p>A value for a tag key on which to filter.</p>"
}
},
"TimeStamp": {
"base": null,
"refs": {
"ConfigurationTag$timeOfCreation": "<p>The time the configuration tag was created in Coordinated Universal Time (UTC).</p>"
"ConfigurationTag$timeOfCreation": "<p>The time the configuration tag was created in Coordinated Universal Time (UTC).</p>",
"ExportInfo$requestedStartTime": "<p>The value of <code>startTime</code> parameter in the <code>StartExportTask</code> request. If no <code>startTime</code> was requested, this result does not appear in <code>ExportInfo</code>.</p>",
"ExportInfo$requestedEndTime": "<p>The <code>endTime</code> used in the <code>StartExportTask</code> request. If no <code>endTime</code> was requested, this result does not appear in <code>ExportInfo</code>.</p>",
"StartExportTaskRequest$startTime": "<p>The start timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, data is exported starting from the first data collected by the agent.</p>",
"StartExportTaskRequest$endTime": "<p>The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.</p>"
}
},
"UpdateApplicationRequest": {
@@ -0,0 +1,4 @@
{
"pagination": {
}
}