{ "smithy": "1.0", "metadata": { "suppressions": [ { "id": "HttpMethodSemantics", "namespace": "*" }, { "id": "HttpResponseCodeSemantics", "namespace": "*" }, { "id": "PaginatedTrait", "namespace": "*" }, { "id": "HttpHeaderTrait", "namespace": "*" }, { "id": "HttpUriConflict", "namespace": "*" }, { "id": "Service", "namespace": "*" } ] }, "shapes": { "com.amazonaws.applicationdiscoveryservice#AWSPoseidonService_V2015_11_01": { "type": "service", "version": "2015-11-01", "operations": [ { "target": "com.amazonaws.applicationdiscoveryservice#AssociateConfigurationItemsToApplication" }, { "target": "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportData" }, { "target": "com.amazonaws.applicationdiscoveryservice#CreateApplication" }, { "target": "com.amazonaws.applicationdiscoveryservice#CreateTags" }, { "target": "com.amazonaws.applicationdiscoveryservice#DeleteApplications" }, { "target": "com.amazonaws.applicationdiscoveryservice#DeleteTags" }, { "target": "com.amazonaws.applicationdiscoveryservice#DescribeAgents" }, { "target": "com.amazonaws.applicationdiscoveryservice#DescribeConfigurations" }, { "target": "com.amazonaws.applicationdiscoveryservice#DescribeContinuousExports" }, { "target": "com.amazonaws.applicationdiscoveryservice#DescribeExportConfigurations" }, { "target": "com.amazonaws.applicationdiscoveryservice#DescribeExportTasks" }, { "target": "com.amazonaws.applicationdiscoveryservice#DescribeImportTasks" }, { "target": "com.amazonaws.applicationdiscoveryservice#DescribeTags" }, { "target": "com.amazonaws.applicationdiscoveryservice#DisassociateConfigurationItemsFromApplication" }, { "target": "com.amazonaws.applicationdiscoveryservice#ExportConfigurations" }, { "target": "com.amazonaws.applicationdiscoveryservice#GetDiscoverySummary" }, { "target": "com.amazonaws.applicationdiscoveryservice#ListConfigurations" }, { "target": "com.amazonaws.applicationdiscoveryservice#ListServerNeighbors" }, { "target": "com.amazonaws.applicationdiscoveryservice#StartContinuousExport" }, { "target": "com.amazonaws.applicationdiscoveryservice#StartDataCollectionByAgentIds" }, { "target": "com.amazonaws.applicationdiscoveryservice#StartExportTask" }, { "target": "com.amazonaws.applicationdiscoveryservice#StartImportTask" }, { "target": "com.amazonaws.applicationdiscoveryservice#StopContinuousExport" }, { "target": "com.amazonaws.applicationdiscoveryservice#StopDataCollectionByAgentIds" }, { "target": "com.amazonaws.applicationdiscoveryservice#UpdateApplication" } ], "traits": { "aws.api#service": { "sdkId": "Application Discovery Service", "arnNamespace": "discovery", "cloudFormationName": "ApplicationDiscoveryService", "cloudTrailEventSource": "applicationdiscoveryservice.amazonaws.com", "endpointPrefix": "discovery" }, "aws.auth#sigv4": { "name": "discovery" }, "aws.protocols#awsJson1_1": {}, "smithy.api#documentation": "AWS Application Discovery Service\n\n

AWS Application Discovery Service helps you plan application migration projects. It\n automatically identifies servers, virtual machines (VMs), and network dependencies in your\n on-premises data centers. For more information, see the AWS Application Discovery Service\n FAQ. Application Discovery Service offers three ways of performing discovery and\n collecting data about your on-premises servers:

\n\n \n\n \n\n \n\n\n

\n Recommendations\n

\n

We recommend that you use agent-based discovery for non-VMware environments, and\n whenever you want to collect information about network dependencies. You can run agent-based\n and agentless discovery simultaneously. Use agentless discovery to complete the initial\n infrastructure assessment quickly, and then install agents on select hosts to collect\n additional information.

\n\n

\n Working With This Guide\n

\n\n

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

\n\n \n \n \n\n

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

\n\n \n

All data is handled according to the AWS\n Privacy Policy. You can operate Application Discovery Service offline to inspect\n collected data before it is shared with the service.

\n
", "smithy.api#title": "AWS Application Discovery Service", "smithy.api#xmlNamespace": { "uri": "http://ec2.amazon.com/awsposiedon/V2015_11_01/" } } }, "com.amazonaws.applicationdiscoveryservice#AgentConfigurationStatus": { "type": "structure", "members": { "agentId": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

The agent/connector ID.

" } }, "operationSucceeded": { "target": "com.amazonaws.applicationdiscoveryservice#Boolean", "traits": { "smithy.api#documentation": "

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

" } }, "description": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

A description of the operation performed.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.applicationdiscoveryservice#AgentConfigurationStatusList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#AgentConfigurationStatus" } }, "com.amazonaws.applicationdiscoveryservice#AgentId": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#AgentIds": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#AgentId" } }, "com.amazonaws.applicationdiscoveryservice#AgentInfo": { "type": "structure", "members": { "agentId": { "target": "com.amazonaws.applicationdiscoveryservice#AgentId", "traits": { "smithy.api#documentation": "

The agent or connector ID.

" } }, "hostName": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

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

" } }, "agentNetworkInfoList": { "target": "com.amazonaws.applicationdiscoveryservice#AgentNetworkInfoList", "traits": { "smithy.api#documentation": "

Network details about the host where the agent or connector resides.

" } }, "connectorId": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

The ID of the connector.

" } }, "version": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

The agent or connector version.

" } }, "health": { "target": "com.amazonaws.applicationdiscoveryservice#AgentStatus", "traits": { "smithy.api#documentation": "

The health of the agent or connector.

" } }, "lastHealthPingTime": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

Time since agent or connector health was reported.

" } }, "collectionStatus": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

Status of the collection process for an agent or connector.

" } }, "agentType": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

Type of agent.

" } }, "registeredTime": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

Agent's first registration timestamp in UTC.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.applicationdiscoveryservice#AgentNetworkInfo": { "type": "structure", "members": { "ipAddress": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

The IP address for the host where the agent/connector resides.

" } }, "macAddress": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

The MAC address for the host where the agent/connector resides.

" } } }, "traits": { "smithy.api#documentation": "

Network details about the host where the agent/connector resides.

" } }, "com.amazonaws.applicationdiscoveryservice#AgentNetworkInfoList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#AgentNetworkInfo" } }, "com.amazonaws.applicationdiscoveryservice#AgentStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "HEALTHY", "name": "HEALTHY" }, { "value": "UNHEALTHY", "name": "UNHEALTHY" }, { "value": "RUNNING", "name": "RUNNING" }, { "value": "UNKNOWN", "name": "UNKNOWN" }, { "value": "BLACKLISTED", "name": "BLACKLISTED" }, { "value": "SHUTDOWN", "name": "SHUTDOWN" } ] } }, "com.amazonaws.applicationdiscoveryservice#AgentsInfo": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#AgentInfo" } }, "com.amazonaws.applicationdiscoveryservice#ApplicationId": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#ApplicationIdsList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ApplicationId" } }, "com.amazonaws.applicationdiscoveryservice#AssociateConfigurationItemsToApplication": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#AssociateConfigurationItemsToApplicationRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#AssociateConfigurationItemsToApplicationResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Associates one or more configuration items with an application.

" } }, "com.amazonaws.applicationdiscoveryservice#AssociateConfigurationItemsToApplicationRequest": { "type": "structure", "members": { "applicationConfigurationId": { "target": "com.amazonaws.applicationdiscoveryservice#ApplicationId", "traits": { "smithy.api#documentation": "

The configuration ID of an application with which items are to be associated.

", "smithy.api#required": {} } }, "configurationIds": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationIdList", "traits": { "smithy.api#documentation": "

The ID of each configuration item to be associated with an application.

", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#AssociateConfigurationItemsToApplicationResponse": { "type": "structure", "members": {} }, "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.applicationdiscoveryservice#Message" } }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#error": "client", "smithy.api#httpError": 403 } }, "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportData": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Deletes one or more import tasks, each identified by their import ID. Each import task has\n a number of records that can identify servers or applications.

\n\n

AWS Application Discovery Service has built-in matching logic that will identify when\n discovered servers match existing entries that you've previously discovered, the information\n for the already-existing discovered server is updated. When you delete an import task that\n contains records that were used to match, the information in those matched records that comes\n from the deleted records will also be deleted.

" } }, "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataError": { "type": "structure", "members": { "importTaskId": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskIdentifier", "traits": { "smithy.api#documentation": "

The unique import ID associated with the error that occurred.

" } }, "errorCode": { "target": "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataErrorCode", "traits": { "smithy.api#documentation": "

The type of error that occurred for a specific import task.

" } }, "errorDescription": { "target": "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataErrorDescription", "traits": { "smithy.api#documentation": "

The description of the error that occurred for a specific import task.

" } } }, "traits": { "smithy.api#documentation": "

Error messages returned for each import task that you deleted as a response for this\n command.

" } }, "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataErrorCode": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "NOT_FOUND", "name": "NOT_FOUND" }, { "value": "INTERNAL_SERVER_ERROR", "name": "INTERNAL_SERVER_ERROR" }, { "value": "OVER_LIMIT", "name": "OVER_LIMIT" } ] } }, "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataErrorDescription": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataErrorList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataError" } }, "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataRequest": { "type": "structure", "members": { "importTaskIds": { "target": "com.amazonaws.applicationdiscoveryservice#ToDeleteIdentifierList", "traits": { "smithy.api#documentation": "

The IDs for the import tasks that you want to delete.

", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataResponse": { "type": "structure", "members": { "errors": { "target": "com.amazonaws.applicationdiscoveryservice#BatchDeleteImportDataErrorList", "traits": { "smithy.api#documentation": "

Error messages returned for each import task that you deleted as a response for this\n command.

" } } } }, "com.amazonaws.applicationdiscoveryservice#Boolean": { "type": "boolean" }, "com.amazonaws.applicationdiscoveryservice#BoxedInteger": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.applicationdiscoveryservice#ClientRequestToken": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.applicationdiscoveryservice#Condition": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#Configuration": { "type": "map", "key": { "target": "com.amazonaws.applicationdiscoveryservice#String" }, "value": { "target": "com.amazonaws.applicationdiscoveryservice#String" } }, "com.amazonaws.applicationdiscoveryservice#ConfigurationId": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#ConfigurationIdList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationId" } }, "com.amazonaws.applicationdiscoveryservice#ConfigurationItemType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SERVER", "name": "SERVER" }, { "value": "PROCESS", "name": "PROCESS" }, { "value": "CONNECTION", "name": "CONNECTIONS" }, { "value": "APPLICATION", "name": "APPLICATION" } ] } }, "com.amazonaws.applicationdiscoveryservice#ConfigurationTag": { "type": "structure", "members": { "configurationType": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationItemType", "traits": { "smithy.api#documentation": "

A type of IT asset to tag.

" } }, "configurationId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationId", "traits": { "smithy.api#documentation": "

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

" } }, "key": { "target": "com.amazonaws.applicationdiscoveryservice#TagKey", "traits": { "smithy.api#documentation": "

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

" } }, "value": { "target": "com.amazonaws.applicationdiscoveryservice#TagValue", "traits": { "smithy.api#documentation": "

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

" } }, "timeOfCreation": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.applicationdiscoveryservice#ConfigurationTagSet": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationTag", "traits": { "smithy.api#xmlName": "item" } } }, "com.amazonaws.applicationdiscoveryservice#Configurations": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#Configuration" } }, "com.amazonaws.applicationdiscoveryservice#ConfigurationsDownloadUrl": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#ConfigurationsExportId": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#ConflictErrorException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.applicationdiscoveryservice#Message" } }, "traits": { "smithy.api#documentation": "

", "smithy.api#error": "client", "smithy.api#httpError": 409 } }, "com.amazonaws.applicationdiscoveryservice#ContinuousExportDescription": { "type": "structure", "members": { "exportId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationsExportId", "traits": { "smithy.api#documentation": "

The unique ID assigned to this export.

" } }, "status": { "target": "com.amazonaws.applicationdiscoveryservice#ContinuousExportStatus", "traits": { "smithy.api#documentation": "

Describes the status of the export. Can be one of the following values:

\n " } }, "statusDetail": { "target": "com.amazonaws.applicationdiscoveryservice#StringMax255", "traits": { "smithy.api#documentation": "

Contains information about any errors that have occurred. This data type can have the\n following values:

\n\n " } }, "s3Bucket": { "target": "com.amazonaws.applicationdiscoveryservice#S3Bucket", "traits": { "smithy.api#documentation": "

The name of the s3 bucket where the export data parquet files are stored.

" } }, "startTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The timestamp representing when the continuous export was started.

" } }, "stopTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The timestamp that represents when this continuous export was stopped.

" } }, "dataSource": { "target": "com.amazonaws.applicationdiscoveryservice#DataSource", "traits": { "smithy.api#documentation": "

The type of data collector used to gather this data (currently only offered for\n AGENT).

" } }, "schemaStorageConfig": { "target": "com.amazonaws.applicationdiscoveryservice#SchemaStorageConfig", "traits": { "smithy.api#documentation": "

An object which describes how the data is stored.

\n " } } }, "traits": { "smithy.api#documentation": "

A list of continuous export descriptions.

" } }, "com.amazonaws.applicationdiscoveryservice#ContinuousExportDescriptions": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ContinuousExportDescription" } }, "com.amazonaws.applicationdiscoveryservice#ContinuousExportIds": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationsExportId" } }, "com.amazonaws.applicationdiscoveryservice#ContinuousExportStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "START_IN_PROGRESS", "name": "START_IN_PROGRESS" }, { "value": "START_FAILED", "name": "START_FAILED" }, { "value": "ACTIVE", "name": "ACTIVE" }, { "value": "ERROR", "name": "ERROR" }, { "value": "STOP_IN_PROGRESS", "name": "STOP_IN_PROGRESS" }, { "value": "STOP_FAILED", "name": "STOP_FAILED" }, { "value": "INACTIVE", "name": "INACTIVE" } ] } }, "com.amazonaws.applicationdiscoveryservice#CreateApplication": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#CreateApplicationRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#CreateApplicationResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Creates an application with the given name and description.

" } }, "com.amazonaws.applicationdiscoveryservice#CreateApplicationRequest": { "type": "structure", "members": { "name": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

Name of the application to be created.

", "smithy.api#required": {} } }, "description": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

Description of the application to be created.

" } } } }, "com.amazonaws.applicationdiscoveryservice#CreateApplicationResponse": { "type": "structure", "members": { "configurationId": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

Configuration ID of an application to be created.

" } } } }, "com.amazonaws.applicationdiscoveryservice#CreateTags": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#CreateTagsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#CreateTagsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceNotFoundException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.applicationdiscoveryservice#CreateTagsRequest": { "type": "structure", "members": { "configurationIds": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationIdList", "traits": { "smithy.api#documentation": "

A list of configuration items that you want to tag.

", "smithy.api#required": {} } }, "tags": { "target": "com.amazonaws.applicationdiscoveryservice#TagSet", "traits": { "smithy.api#documentation": "

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

\n

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

", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#CreateTagsResponse": { "type": "structure", "members": {} }, "com.amazonaws.applicationdiscoveryservice#CustomerAgentInfo": { "type": "structure", "members": { "activeAgents": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of active discovery agents.

", "smithy.api#required": {} } }, "healthyAgents": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of healthy discovery agents

", "smithy.api#required": {} } }, "blackListedAgents": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of blacklisted discovery agents.

", "smithy.api#required": {} } }, "shutdownAgents": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of discovery agents with status SHUTDOWN.

", "smithy.api#required": {} } }, "unhealthyAgents": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of unhealthy discovery agents.

", "smithy.api#required": {} } }, "totalAgents": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Total number of discovery agents.

", "smithy.api#required": {} } }, "unknownAgents": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of unknown discovery agents.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Inventory data for installed discovery agents.

" } }, "com.amazonaws.applicationdiscoveryservice#CustomerConnectorInfo": { "type": "structure", "members": { "activeConnectors": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of active discovery connectors.

", "smithy.api#required": {} } }, "healthyConnectors": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of healthy discovery connectors.

", "smithy.api#required": {} } }, "blackListedConnectors": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of blacklisted discovery connectors.

", "smithy.api#required": {} } }, "shutdownConnectors": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of discovery connectors with status SHUTDOWN,

", "smithy.api#required": {} } }, "unhealthyConnectors": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of unhealthy discovery connectors.

", "smithy.api#required": {} } }, "totalConnectors": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Total number of discovery connectors.

", "smithy.api#required": {} } }, "unknownConnectors": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Number of unknown discovery connectors.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Inventory data for installed discovery connectors.

" } }, "com.amazonaws.applicationdiscoveryservice#DataSource": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "AGENT", "name": "AGENT" } ] } }, "com.amazonaws.applicationdiscoveryservice#DatabaseName": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 252 } } }, "com.amazonaws.applicationdiscoveryservice#DeleteApplications": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DeleteApplicationsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DeleteApplicationsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Deletes a list of applications and their associations with configuration\n items.

" } }, "com.amazonaws.applicationdiscoveryservice#DeleteApplicationsRequest": { "type": "structure", "members": { "configurationIds": { "target": "com.amazonaws.applicationdiscoveryservice#ApplicationIdsList", "traits": { "smithy.api#documentation": "

Configuration ID of an application to be deleted.

", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#DeleteApplicationsResponse": { "type": "structure", "members": {} }, "com.amazonaws.applicationdiscoveryservice#DeleteTags": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DeleteTagsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DeleteTagsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceNotFoundException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.applicationdiscoveryservice#DeleteTagsRequest": { "type": "structure", "members": { "configurationIds": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationIdList", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "tags": { "target": "com.amazonaws.applicationdiscoveryservice#TagSet", "traits": { "smithy.api#documentation": "

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

\n

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

" } } } }, "com.amazonaws.applicationdiscoveryservice#DeleteTagsResponse": { "type": "structure", "members": {} }, "com.amazonaws.applicationdiscoveryservice#DescribeAgents": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeAgentsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeAgentsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Lists agents or connectors as specified by ID or other filters. All agents/connectors\n associated with your user account can be listed if you call DescribeAgents as is\n without passing any parameters.

" } }, "com.amazonaws.applicationdiscoveryservice#DescribeAgentsRequest": { "type": "structure", "members": { "agentIds": { "target": "com.amazonaws.applicationdiscoveryservice#AgentIds", "traits": { "smithy.api#documentation": "

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

" } }, "filters": { "target": "com.amazonaws.applicationdiscoveryservice#Filters", "traits": { "smithy.api#documentation": "

You can filter the request using various logical operators and a\n key-value format. For example:

\n

\n {\"key\": \"collectionStatus\", \"value\": \"STARTED\"}\n

" } }, "maxResults": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

The total number of agents/Connectors to return in a single page of output. The maximum\n value is 100.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

Token to retrieve the next set of results. For example, if you previously specified 100\n IDs for DescribeAgentsRequest$agentIds but set\n DescribeAgentsRequest$maxResults to 10, you received a set of 10 results along\n with a token. Use that token in this query to get the next set of 10.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeAgentsResponse": { "type": "structure", "members": { "agentsInfo": { "target": "com.amazonaws.applicationdiscoveryservice#AgentsInfo", "traits": { "smithy.api#documentation": "

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

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

Token to retrieve the next set of results. For example, if you specified 100 IDs for\n DescribeAgentsRequest$agentIds but set\n DescribeAgentsRequest$maxResults to 10, you received a set of 10 results along\n with this token. Use this token in the next query to retrieve the next set of 10.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeConfigurations": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeConfigurationsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeConfigurationsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Retrieves attributes for a list of configuration item IDs.

\n\n \n

All of the supplied IDs must be for the same asset type from one of the\n following:

\n \n\n

Output fields are specific to the asset type specified. For example, the output for a\n server configuration item includes a list of attributes about the\n server, such as host name, operating system, number of network cards, etc.

\n

For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the AWS Application\n Discovery Service User Guide.

\n
" } }, "com.amazonaws.applicationdiscoveryservice#DescribeConfigurationsAttribute": { "type": "map", "key": { "target": "com.amazonaws.applicationdiscoveryservice#String" }, "value": { "target": "com.amazonaws.applicationdiscoveryservice#String" } }, "com.amazonaws.applicationdiscoveryservice#DescribeConfigurationsAttributes": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeConfigurationsAttribute" } }, "com.amazonaws.applicationdiscoveryservice#DescribeConfigurationsRequest": { "type": "structure", "members": { "configurationIds": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationIdList", "traits": { "smithy.api#documentation": "

One or more configuration IDs.

", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeConfigurationsResponse": { "type": "structure", "members": { "configurations": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeConfigurationsAttributes", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeContinuousExports": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeContinuousExportsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeContinuousExportsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#OperationNotPermittedException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceNotFoundException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Lists exports as specified by ID. All continuous exports associated with your user\n account can be listed if you call DescribeContinuousExports as is without passing\n any parameters.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "pageSize": "maxResults" } } }, "com.amazonaws.applicationdiscoveryservice#DescribeContinuousExportsMaxResults": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 1, "max": 100 } } }, "com.amazonaws.applicationdiscoveryservice#DescribeContinuousExportsRequest": { "type": "structure", "members": { "exportIds": { "target": "com.amazonaws.applicationdiscoveryservice#ContinuousExportIds", "traits": { "smithy.api#documentation": "

The unique IDs assigned to the exports.

" } }, "maxResults": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeContinuousExportsMaxResults", "traits": { "smithy.api#documentation": "

A number between 1 and 100 specifying the maximum number of continuous export\n descriptions returned.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

The token from the previous call to DescribeExportTasks.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeContinuousExportsResponse": { "type": "structure", "members": { "descriptions": { "target": "com.amazonaws.applicationdiscoveryservice#ContinuousExportDescriptions", "traits": { "smithy.api#documentation": "

A list of continuous export descriptions.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

The token from the previous call to DescribeExportTasks.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeExportConfigurations": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeExportConfigurationsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeExportConfigurationsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceNotFoundException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#deprecated": {}, "smithy.api#documentation": "

\n DescribeExportConfigurations is deprecated. Use DescribeImportTasks, instead.

" } }, "com.amazonaws.applicationdiscoveryservice#DescribeExportConfigurationsRequest": { "type": "structure", "members": { "exportIds": { "target": "com.amazonaws.applicationdiscoveryservice#ExportIds", "traits": { "smithy.api#documentation": "

A list of continuous export IDs to search for.

" } }, "maxResults": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

A number between 1 and 100 specifying the maximum number of continuous export\n descriptions returned.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

The token from the previous call to describe-export-tasks.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeExportConfigurationsResponse": { "type": "structure", "members": { "exportsInfo": { "target": "com.amazonaws.applicationdiscoveryservice#ExportsInfo", "traits": { "smithy.api#documentation": "

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

The token from the previous call to describe-export-tasks.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeExportTasks": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeExportTasksRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeExportTasksResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Retrieve status of one or more export tasks. You can retrieve the status of up to 100\n export tasks.

" } }, "com.amazonaws.applicationdiscoveryservice#DescribeExportTasksRequest": { "type": "structure", "members": { "exportIds": { "target": "com.amazonaws.applicationdiscoveryservice#ExportIds", "traits": { "smithy.api#documentation": "

One or more unique identifiers used to query the status of an export request.

" } }, "filters": { "target": "com.amazonaws.applicationdiscoveryservice#ExportFilters", "traits": { "smithy.api#documentation": "

One or more filters.

\n " } }, "maxResults": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

The maximum number of volume results returned by DescribeExportTasks in\n paginated output. When this parameter is used, DescribeExportTasks only returns\n maxResults results in a single page along with a nextToken\n response element.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

The nextToken value returned from a previous paginated\n DescribeExportTasks request where maxResults was used and the\n results exceeded the value of that parameter. Pagination continues from the end of the\n previous results that returned the nextToken value. This value is null when there\n are no more results to return.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeExportTasksResponse": { "type": "structure", "members": { "exportsInfo": { "target": "com.amazonaws.applicationdiscoveryservice#ExportsInfo", "traits": { "smithy.api#documentation": "

Contains one or more sets of export request details. When the status of a request is\n SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can\n view the data in a CSV file.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

The nextToken value to include in a future\n DescribeExportTasks request. When the results of a\n DescribeExportTasks request exceed maxResults, this value can be\n used to retrieve the next page of results. This value is null when there are no more results\n to return.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeImportTasks": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeImportTasksRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeImportTasksResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Returns an array of import tasks for your account, including status information, times,\n IDs, the Amazon S3 Object URL for the import file, and more.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "pageSize": "maxResults" } } }, "com.amazonaws.applicationdiscoveryservice#DescribeImportTasksFilterList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskFilter" } }, "com.amazonaws.applicationdiscoveryservice#DescribeImportTasksMaxResults": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 1, "max": 100 } } }, "com.amazonaws.applicationdiscoveryservice#DescribeImportTasksRequest": { "type": "structure", "members": { "filters": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeImportTasksFilterList", "traits": { "smithy.api#documentation": "

An array of name-value pairs that you provide to filter the results for the\n DescribeImportTask request to a specific subset of results. Currently, wildcard\n values aren't supported for filters.

" } }, "maxResults": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeImportTasksMaxResults", "traits": { "smithy.api#documentation": "

The maximum number of results that you want this request to return, up to 100.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

The token to request a specific page of results.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeImportTasksResponse": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

The token to request the next page of results.

" } }, "tasks": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskList", "traits": { "smithy.api#documentation": "

A returned array of import tasks that match any applied filters, up to the specified\n number of maximum results.

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeTags": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeTagsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DescribeTagsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceNotFoundException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Retrieves a list of configuration items that have tags as specified by the key-value\n pairs, name and value, passed to the optional parameter filters.

\n

There are three valid tag filter names:

\n \n

Also, all configuration items associated with your user account that have tags can be\n listed if you call DescribeTags as is without passing any parameters.

" } }, "com.amazonaws.applicationdiscoveryservice#DescribeTagsRequest": { "type": "structure", "members": { "filters": { "target": "com.amazonaws.applicationdiscoveryservice#TagFilters", "traits": { "smithy.api#documentation": "

You can filter the list using a key-value\n format. You can separate these items by using logical operators. Allowed filters include\n tagKey, tagValue, and configurationId.

" } }, "maxResults": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

The total number of items to return in a single page of output. The maximum value is\n 100.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.applicationdiscoveryservice#DescribeTagsResponse": { "type": "structure", "members": { "tags": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationTagSet", "traits": { "smithy.api#documentation": "

Depending on the input, this is a list of configuration items tagged with a specific\n tag, or a list of tags for a specific configuration item.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.applicationdiscoveryservice#DisassociateConfigurationItemsFromApplication": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#DisassociateConfigurationItemsFromApplicationRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#DisassociateConfigurationItemsFromApplicationResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Disassociates one or more configuration items from an application.

" } }, "com.amazonaws.applicationdiscoveryservice#DisassociateConfigurationItemsFromApplicationRequest": { "type": "structure", "members": { "applicationConfigurationId": { "target": "com.amazonaws.applicationdiscoveryservice#ApplicationId", "traits": { "smithy.api#documentation": "

Configuration ID of an application from which each item is disassociated.

", "smithy.api#required": {} } }, "configurationIds": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationIdList", "traits": { "smithy.api#documentation": "

Configuration ID of each item to be disassociated from an application.

", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#DisassociateConfigurationItemsFromApplicationResponse": { "type": "structure", "members": {} }, "com.amazonaws.applicationdiscoveryservice#ExportConfigurations": { "type": "operation", "output": { "target": "com.amazonaws.applicationdiscoveryservice#ExportConfigurationsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#OperationNotPermittedException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#deprecated": {}, "smithy.api#documentation": "

Deprecated. Use StartExportTask instead.

\n

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

" } }, "com.amazonaws.applicationdiscoveryservice#ExportConfigurationsResponse": { "type": "structure", "members": { "exportId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationsExportId", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.applicationdiscoveryservice#ExportDataFormat": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "CSV", "name": "CSV" }, { "value": "GRAPHML", "name": "GRAPHML" } ] } }, "com.amazonaws.applicationdiscoveryservice#ExportDataFormats": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ExportDataFormat" } }, "com.amazonaws.applicationdiscoveryservice#ExportFilter": { "type": "structure", "members": { "name": { "target": "com.amazonaws.applicationdiscoveryservice#FilterName", "traits": { "smithy.api#documentation": "

A single ExportFilter name. Supported filters:\n agentId.

", "smithy.api#required": {} } }, "values": { "target": "com.amazonaws.applicationdiscoveryservice#FilterValues", "traits": { "smithy.api#documentation": "

A single agentId for a Discovery Agent. An agentId can be\n found using the DescribeAgents action. Typically an ADS agentId is in the form\n o-0123456789abcdef0.

", "smithy.api#required": {} } }, "condition": { "target": "com.amazonaws.applicationdiscoveryservice#Condition", "traits": { "smithy.api#documentation": "

Supported condition: EQUALS\n

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Used to select which agent's data is to be exported. A single agent ID may be selected\n for export using the StartExportTask action.

" } }, "com.amazonaws.applicationdiscoveryservice#ExportFilters": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ExportFilter" } }, "com.amazonaws.applicationdiscoveryservice#ExportIds": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationsExportId" } }, "com.amazonaws.applicationdiscoveryservice#ExportInfo": { "type": "structure", "members": { "exportId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationsExportId", "traits": { "smithy.api#documentation": "

A unique identifier used to query an export.

", "smithy.api#required": {} } }, "exportStatus": { "target": "com.amazonaws.applicationdiscoveryservice#ExportStatus", "traits": { "smithy.api#documentation": "

The status of the data export job.

", "smithy.api#required": {} } }, "statusMessage": { "target": "com.amazonaws.applicationdiscoveryservice#ExportStatusMessage", "traits": { "smithy.api#documentation": "

A status message provided for API callers.

", "smithy.api#required": {} } }, "configurationsDownloadUrl": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationsDownloadUrl", "traits": { "smithy.api#documentation": "

A URL for an Amazon S3 bucket where you can review the exported data. The URL is\n displayed only if the export succeeded.

" } }, "exportRequestTime": { "target": "com.amazonaws.applicationdiscoveryservice#ExportRequestTime", "traits": { "smithy.api#documentation": "

The time that the data export was initiated.

", "smithy.api#required": {} } }, "isTruncated": { "target": "com.amazonaws.applicationdiscoveryservice#Boolean", "traits": { "smithy.api#documentation": "

If true, the export of agent information exceeded the size limit for a single export\n and the exported data is incomplete for the requested time range. To address this, select a\n smaller time range for the export by using startDate and\n endDate.

" } }, "requestedStartTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The value of startTime parameter in the StartExportTask\n request. If no startTime was requested, this result does not appear in\n ExportInfo.

" } }, "requestedEndTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The endTime used in the StartExportTask request. If no\n endTime was requested, this result does not appear in\n ExportInfo.

" } } }, "traits": { "smithy.api#documentation": "

Information regarding the export status of discovered data. The value is an array of\n objects.

" } }, "com.amazonaws.applicationdiscoveryservice#ExportRequestTime": { "type": "timestamp" }, "com.amazonaws.applicationdiscoveryservice#ExportStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "FAILED", "name": "FAILED" }, { "value": "SUCCEEDED", "name": "SUCCEEDED" }, { "value": "IN_PROGRESS", "name": "IN_PROGRESS" } ] } }, "com.amazonaws.applicationdiscoveryservice#ExportStatusMessage": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#ExportsInfo": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ExportInfo" } }, "com.amazonaws.applicationdiscoveryservice#Filter": { "type": "structure", "members": { "name": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

The name of the filter.

", "smithy.api#required": {} } }, "values": { "target": "com.amazonaws.applicationdiscoveryservice#FilterValues", "traits": { "smithy.api#documentation": "

A string value on which to filter. For example, if you choose the\n destinationServer.osVersion filter name, you could specify Ubuntu\n for the value.

", "smithy.api#required": {} } }, "condition": { "target": "com.amazonaws.applicationdiscoveryservice#Condition", "traits": { "smithy.api#documentation": "

A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS,\n CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as\n though concatenated by AND. If you specify multiple values for a\n particular filter, the system differentiates the values using OR. Calling\n either DescribeConfigurations or ListConfigurations\n returns attributes of matching configuration items.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A filter that can use conditional operators.

\n

For more information about filters, see Querying Discovered\n Configuration Items in the AWS Application Discovery Service User\n Guide.

" } }, "com.amazonaws.applicationdiscoveryservice#FilterName": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#FilterValue": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#FilterValues": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#FilterValue", "traits": { "smithy.api#xmlName": "item" } } }, "com.amazonaws.applicationdiscoveryservice#Filters": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#Filter" } }, "com.amazonaws.applicationdiscoveryservice#GetDiscoverySummary": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#GetDiscoverySummaryRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#GetDiscoverySummaryResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Retrieves a short summary of discovered assets.

\n

This API operation takes no request parameters and is called as is at the command\n prompt as shown in the example.

" } }, "com.amazonaws.applicationdiscoveryservice#GetDiscoverySummaryRequest": { "type": "structure", "members": {} }, "com.amazonaws.applicationdiscoveryservice#GetDiscoverySummaryResponse": { "type": "structure", "members": { "servers": { "target": "com.amazonaws.applicationdiscoveryservice#Long", "traits": { "smithy.api#documentation": "

The number of servers discovered.

" } }, "applications": { "target": "com.amazonaws.applicationdiscoveryservice#Long", "traits": { "smithy.api#documentation": "

The number of applications discovered.

" } }, "serversMappedToApplications": { "target": "com.amazonaws.applicationdiscoveryservice#Long", "traits": { "smithy.api#documentation": "

The number of servers mapped to applications.

" } }, "serversMappedtoTags": { "target": "com.amazonaws.applicationdiscoveryservice#Long", "traits": { "smithy.api#documentation": "

The number of servers mapped to tags.

" } }, "agentSummary": { "target": "com.amazonaws.applicationdiscoveryservice#CustomerAgentInfo", "traits": { "smithy.api#documentation": "

Details about discovered agents, including agent status and health.

" } }, "connectorSummary": { "target": "com.amazonaws.applicationdiscoveryservice#CustomerConnectorInfo", "traits": { "smithy.api#documentation": "

Details about discovered connectors, including connector status and health.

" } } } }, "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.applicationdiscoveryservice#Message" } }, "traits": { "smithy.api#documentation": "

The home region is not set. Set the home region to continue.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.applicationdiscoveryservice#ImportStatus": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "IMPORT_IN_PROGRESS", "name": "IMPORT_IN_PROGRESS" }, { "value": "IMPORT_COMPLETE", "name": "IMPORT_COMPLETE" }, { "value": "IMPORT_COMPLETE_WITH_ERRORS", "name": "IMPORT_COMPLETE_WITH_ERRORS" }, { "value": "IMPORT_FAILED", "name": "IMPORT_FAILED" }, { "value": "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED", "name": "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED" }, { "value": "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED", "name": "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED" }, { "value": "DELETE_IN_PROGRESS", "name": "DELETE_IN_PROGRESS" }, { "value": "DELETE_COMPLETE", "name": "DELETE_COMPLETE" }, { "value": "DELETE_FAILED", "name": "DELETE_FAILED" }, { "value": "DELETE_FAILED_LIMIT_EXCEEDED", "name": "DELETE_FAILED_LIMIT_EXCEEDED" }, { "value": "INTERNAL_ERROR", "name": "INTERNAL_ERROR" } ] } }, "com.amazonaws.applicationdiscoveryservice#ImportTask": { "type": "structure", "members": { "importTaskId": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskIdentifier", "traits": { "smithy.api#documentation": "

The unique ID for a specific import task. These IDs aren't globally unique, but they are\n unique within an AWS account.

" } }, "clientRequestToken": { "target": "com.amazonaws.applicationdiscoveryservice#ClientRequestToken", "traits": { "smithy.api#documentation": "

A unique token used to prevent the same import request from occurring more than once. If\n you didn't provide a token, a token was automatically generated when the import task request\n was sent.

" } }, "name": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskName", "traits": { "smithy.api#documentation": "

A descriptive name for an import task. You can use this name to filter future requests\n related to this import task, such as identifying applications and servers that were included\n in this import task. We recommend that you use a meaningful name for each import task.

" } }, "importUrl": { "target": "com.amazonaws.applicationdiscoveryservice#ImportURL", "traits": { "smithy.api#documentation": "

The URL for your import file that you've uploaded to Amazon S3.

" } }, "status": { "target": "com.amazonaws.applicationdiscoveryservice#ImportStatus", "traits": { "smithy.api#documentation": "

The status of the import task. An import can have the status of\n IMPORT_COMPLETE and still have some records fail to import from the overall\n request. More information can be found in the downloadable archive defined in the\n errorsAndFailedEntriesZip field, or in the Migration Hub management\n console.

" } }, "importRequestTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The time that the import task request was made, presented in the Unix time stamp\n format.

" } }, "importCompletionTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The time that the import task request finished, presented in the Unix time stamp\n format.

" } }, "importDeletedTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The time that the import task request was deleted, presented in the Unix time stamp\n format.

" } }, "serverImportSuccess": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

The total number of server records in the import file that were successfully\n imported.

" } }, "serverImportFailure": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

The total number of server records in the import file that failed to be imported.

" } }, "applicationImportSuccess": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

The total number of application records in the import file that were successfully\n imported.

" } }, "applicationImportFailure": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

The total number of application records in the import file that failed to be\n imported.

" } }, "errorsAndFailedEntriesZip": { "target": "com.amazonaws.applicationdiscoveryservice#S3PresignedUrl", "traits": { "smithy.api#documentation": "

A link to a compressed archive folder (in the ZIP format) that contains an error log and a\n file of failed records. You can use these two files to quickly identify records that failed,\n why they failed, and correct those records. Afterward, you can upload the corrected file to\n your Amazon S3 bucket and create another import task request.

\n\n

This field also includes authorization information so you can confirm the authenticity of\n the compressed archive before you download it.

\n\n

If some records failed to be imported we recommend that you correct the records in the\n failed entries file and then imports that failed entries file. This prevents you from having\n to correct and update the larger original file and attempt importing it again.

" } } }, "traits": { "smithy.api#documentation": "

An array of information related to the import task request that includes status\n information, times, IDs, the Amazon S3 Object URL for the import file, and more.

" } }, "com.amazonaws.applicationdiscoveryservice#ImportTaskFilter": { "type": "structure", "members": { "name": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskFilterName", "traits": { "smithy.api#documentation": "

The name, status, or import task ID for a specific import task.

" } }, "values": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskFilterValueList", "traits": { "smithy.api#documentation": "

An array of strings that you can provide to match against a specific name, status, or\n import task ID to filter the results for your import task queries.

" } } }, "traits": { "smithy.api#documentation": "

A name-values pair of elements you can use to filter the results when querying your import\n tasks. Currently, wildcards are not supported for filters.

\n\n \n

When filtering by import status, all other filter values are ignored.

\n
" } }, "com.amazonaws.applicationdiscoveryservice#ImportTaskFilterName": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "IMPORT_TASK_ID", "name": "IMPORT_TASK_ID" }, { "value": "STATUS", "name": "STATUS" }, { "value": "NAME", "name": "NAME" } ] } }, "com.amazonaws.applicationdiscoveryservice#ImportTaskFilterValue": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.applicationdiscoveryservice#ImportTaskFilterValueList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskFilterValue" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.applicationdiscoveryservice#ImportTaskIdentifier": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#ImportTaskList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTask" } }, "com.amazonaws.applicationdiscoveryservice#ImportTaskName": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.applicationdiscoveryservice#ImportURL": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 4000 } } }, "com.amazonaws.applicationdiscoveryservice#Integer": { "type": "integer" }, "com.amazonaws.applicationdiscoveryservice#InvalidParameterException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.applicationdiscoveryservice#Message" } }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.applicationdiscoveryservice#Message" } }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.applicationdiscoveryservice#ListConfigurations": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#ListConfigurationsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#ListConfigurationsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceNotFoundException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Retrieves a list of configuration items as specified by the value passed to the\n required parameter configurationType. Optional filtering may be applied to refine\n search results.

" } }, "com.amazonaws.applicationdiscoveryservice#ListConfigurationsRequest": { "type": "structure", "members": { "configurationType": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationItemType", "traits": { "smithy.api#documentation": "

A valid configuration identified by Application Discovery Service.

", "smithy.api#required": {} } }, "filters": { "target": "com.amazonaws.applicationdiscoveryservice#Filters", "traits": { "smithy.api#documentation": "

You can filter the request using various logical operators and a\n key-value format. For example:

\n

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

\n

For a complete list of filter options and guidance about using them with this action,\n see Using the ListConfigurations Action in the AWS Application Discovery\n Service User Guide.

" } }, "maxResults": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

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

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

Token to retrieve the next set of results. For example, if a previous call to\n ListConfigurations returned 100 items, but you set\n ListConfigurationsRequest$maxResults to 10, you received a set of 10 results\n along with a token. Use that token in this query to get the next set of 10.

" } }, "orderBy": { "target": "com.amazonaws.applicationdiscoveryservice#OrderByList", "traits": { "smithy.api#documentation": "

Certain filter criteria return output that can be sorted in ascending or descending\n order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the AWS Application Discovery\n Service User Guide.

" } } } }, "com.amazonaws.applicationdiscoveryservice#ListConfigurationsResponse": { "type": "structure", "members": { "configurations": { "target": "com.amazonaws.applicationdiscoveryservice#Configurations", "traits": { "smithy.api#documentation": "

Returns configuration details, including the configuration ID, attribute names, and\n attribute values.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#NextToken", "traits": { "smithy.api#documentation": "

Token to retrieve the next set of results. For example, if your call to\n ListConfigurations returned 100 items, but you set\n ListConfigurationsRequest$maxResults to 10, you received a set of 10 results\n along with this token. Use this token in the next query to retrieve the next set of\n 10.

" } } } }, "com.amazonaws.applicationdiscoveryservice#ListServerNeighbors": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#ListServerNeighborsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#ListServerNeighborsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Retrieves a list of servers that are one network hop away from a specified\n server.

" } }, "com.amazonaws.applicationdiscoveryservice#ListServerNeighborsRequest": { "type": "structure", "members": { "configurationId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationId", "traits": { "smithy.api#documentation": "

Configuration ID of the server for which neighbors are being listed.

", "smithy.api#required": {} } }, "portInformationNeeded": { "target": "com.amazonaws.applicationdiscoveryservice#Boolean", "traits": { "smithy.api#documentation": "

Flag to indicate if port and protocol information is needed as part of the\n response.

" } }, "neighborConfigurationIds": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationIdList", "traits": { "smithy.api#documentation": "

List of configuration IDs to test for one-hop-away.

" } }, "maxResults": { "target": "com.amazonaws.applicationdiscoveryservice#Integer", "traits": { "smithy.api#documentation": "

Maximum number of results to return in a single page of output.

" } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

Token to retrieve the next set of results. For example, if you previously specified 100\n IDs for ListServerNeighborsRequest$neighborConfigurationIds but set\n ListServerNeighborsRequest$maxResults to 10, you received a set of 10 results\n along with a token. Use that token in this query to get the next set of 10.

" } } } }, "com.amazonaws.applicationdiscoveryservice#ListServerNeighborsResponse": { "type": "structure", "members": { "neighbors": { "target": "com.amazonaws.applicationdiscoveryservice#NeighborDetailsList", "traits": { "smithy.api#documentation": "

List of distinct servers that are one hop away from the given server.

", "smithy.api#required": {} } }, "nextToken": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

Token to retrieve the next set of results. For example, if you specified 100 IDs for\n ListServerNeighborsRequest$neighborConfigurationIds but set\n ListServerNeighborsRequest$maxResults to 10, you received a set of 10 results\n along with this token. Use this token in the next query to retrieve the next set of\n 10.

" } }, "knownDependencyCount": { "target": "com.amazonaws.applicationdiscoveryservice#Long", "traits": { "smithy.api#documentation": "

Count of distinct servers that are one hop away from the given server.

" } } } }, "com.amazonaws.applicationdiscoveryservice#Long": { "type": "long" }, "com.amazonaws.applicationdiscoveryservice#Message": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#NeighborConnectionDetail": { "type": "structure", "members": { "sourceServerId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationId", "traits": { "smithy.api#documentation": "

The ID of the server that opened the network connection.

", "smithy.api#required": {} } }, "destinationServerId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationId", "traits": { "smithy.api#documentation": "

The ID of the server that accepted the network connection.

", "smithy.api#required": {} } }, "destinationPort": { "target": "com.amazonaws.applicationdiscoveryservice#BoxedInteger", "traits": { "smithy.api#documentation": "

The destination network port for the connection.

" } }, "transportProtocol": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

The network protocol used for the connection.

" } }, "connectionsCount": { "target": "com.amazonaws.applicationdiscoveryservice#Long", "traits": { "smithy.api#documentation": "

The number of open network connections with the neighboring server.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Details about neighboring servers.

" } }, "com.amazonaws.applicationdiscoveryservice#NeighborDetailsList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#NeighborConnectionDetail" } }, "com.amazonaws.applicationdiscoveryservice#NextToken": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#OperationNotPermittedException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.applicationdiscoveryservice#Message" } }, "traits": { "smithy.api#documentation": "

This operation is not permitted.

", "smithy.api#error": "client", "smithy.api#httpError": 429 } }, "com.amazonaws.applicationdiscoveryservice#OrderByElement": { "type": "structure", "members": { "fieldName": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

The field on which to order.

", "smithy.api#required": {} } }, "sortOrder": { "target": "com.amazonaws.applicationdiscoveryservice#orderString", "traits": { "smithy.api#documentation": "

Ordering direction.

" } } }, "traits": { "smithy.api#documentation": "

A field and direction for ordered output.

" } }, "com.amazonaws.applicationdiscoveryservice#OrderByList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#OrderByElement" } }, "com.amazonaws.applicationdiscoveryservice#ResourceInUseException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.applicationdiscoveryservice#Message" } }, "traits": { "smithy.api#documentation": "

This issue occurs when the same clientRequestToken is used with the\n StartImportTask action, but with different parameters. For example, you use the\n same request token but have two different import URLs, you can encounter this issue. If the\n import tasks are meant to be different, use a different clientRequestToken, and\n try again.

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.applicationdiscoveryservice#ResourceNotFoundException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.applicationdiscoveryservice#Message" } }, "traits": { "smithy.api#documentation": "

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

", "smithy.api#error": "client", "smithy.api#httpError": 400 } }, "com.amazonaws.applicationdiscoveryservice#S3Bucket": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#S3PresignedUrl": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#SchemaStorageConfig": { "type": "map", "key": { "target": "com.amazonaws.applicationdiscoveryservice#DatabaseName" }, "value": { "target": "com.amazonaws.applicationdiscoveryservice#String" } }, "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.applicationdiscoveryservice#Message" } }, "traits": { "smithy.api#documentation": "

The server experienced an internal error. Try again.

", "smithy.api#error": "server", "smithy.api#httpError": 500 } }, "com.amazonaws.applicationdiscoveryservice#StartContinuousExport": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#StartContinuousExportRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#StartContinuousExportResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ConflictErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#OperationNotPermittedException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceInUseException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Start the continuous flow of agent's discovered data into Amazon Athena.

" } }, "com.amazonaws.applicationdiscoveryservice#StartContinuousExportRequest": { "type": "structure", "members": {} }, "com.amazonaws.applicationdiscoveryservice#StartContinuousExportResponse": { "type": "structure", "members": { "exportId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationsExportId", "traits": { "smithy.api#documentation": "

The unique ID assigned to this export.

" } }, "s3Bucket": { "target": "com.amazonaws.applicationdiscoveryservice#S3Bucket", "traits": { "smithy.api#documentation": "

The name of the s3 bucket where the export data parquet files are stored.

" } }, "startTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The timestamp representing when the continuous export was started.

" } }, "dataSource": { "target": "com.amazonaws.applicationdiscoveryservice#DataSource", "traits": { "smithy.api#documentation": "

The type of data collector used to gather this data (currently only offered for\n AGENT).

" } }, "schemaStorageConfig": { "target": "com.amazonaws.applicationdiscoveryservice#SchemaStorageConfig", "traits": { "smithy.api#documentation": "

A dictionary which describes how the data is stored.

\n " } } } }, "com.amazonaws.applicationdiscoveryservice#StartDataCollectionByAgentIds": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#StartDataCollectionByAgentIdsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#StartDataCollectionByAgentIdsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Instructs the specified agents or connectors to start collecting data.

" } }, "com.amazonaws.applicationdiscoveryservice#StartDataCollectionByAgentIdsRequest": { "type": "structure", "members": { "agentIds": { "target": "com.amazonaws.applicationdiscoveryservice#AgentIds", "traits": { "smithy.api#documentation": "

The IDs of the agents or connectors from which to start collecting data. If you send a\n request to an agent/connector ID that you do not have permission to contact, according to your\n AWS account, the service does not throw an exception. Instead, it returns the error in the\n Description field. If you send a request to multiple agents/connectors\n and you do not have permission to contact some of those agents/connectors, the system does not\n throw an exception. Instead, the system shows Failed in the\n Description field.

", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#StartDataCollectionByAgentIdsResponse": { "type": "structure", "members": { "agentsConfigurationStatus": { "target": "com.amazonaws.applicationdiscoveryservice#AgentConfigurationStatusList", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.applicationdiscoveryservice#StartExportTask": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#StartExportTaskRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#StartExportTaskResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#OperationNotPermittedException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Begins the export of discovered data to an S3 bucket.

\n

If you specify agentIds in a filter, the task exports up to 72 hours of\n detailed data collected by the identified Application Discovery Agent, including network,\n process, and performance details. A time range for exported agent data may be set by using\n startTime and endTime. Export of detailed agent data is limited to\n five concurrently running exports.

\n

If you do not include an agentIds filter, summary data is exported that\n includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery\n Agents. Export of summary data is limited to two exports per day.

" } }, "com.amazonaws.applicationdiscoveryservice#StartExportTaskRequest": { "type": "structure", "members": { "exportDataFormat": { "target": "com.amazonaws.applicationdiscoveryservice#ExportDataFormats", "traits": { "smithy.api#documentation": "

The file format for the returned export data. Default value is CSV.\n Note:\n The\n GRAPHML\n option has been deprecated.\n

" } }, "filters": { "target": "com.amazonaws.applicationdiscoveryservice#ExportFilters", "traits": { "smithy.api#documentation": "

If a filter is present, it selects the single agentId of the Application\n Discovery Agent for which data is exported. The agentId can be found in the\n results of the DescribeAgents API or CLI. If no filter is present,\n startTime and endTime are ignored and exported data includes both\n Agentless Discovery Connector data and summary data from Application Discovery agents.\n

" } }, "startTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The start timestamp for exported data from the single Application Discovery Agent\n selected in the filters. If no value is specified, data is exported starting from the first\n data collected by the agent.

" } }, "endTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

The end timestamp for exported data from the single Application Discovery Agent\n selected in the filters. If no value is specified, exported data includes the most recent data\n collected by the agent.

" } } } }, "com.amazonaws.applicationdiscoveryservice#StartExportTaskResponse": { "type": "structure", "members": { "exportId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationsExportId", "traits": { "smithy.api#documentation": "

A unique identifier used to query the status of an export request.

" } } } }, "com.amazonaws.applicationdiscoveryservice#StartImportTask": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#StartImportTaskRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#StartImportTaskResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceInUseException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Starts an import task, which allows you to import details of your on-premises environment\n directly into AWS Migration Hub without having to use the Application Discovery Service (ADS)\n tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform\n migration assessment and planning directly from your imported data, including the ability to\n group your devices as applications and track their migration status.

\n\n

To start an import request, do this:

\n\n
    \n
  1. \n

    Download the specially formatted comma separated value (CSV) import template, which\n you can find here: https://s3-us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv.

    \n
  2. \n
  3. \n

    Fill out the template with your server and application data.

    \n
  4. \n
  5. \n

    Upload your import file to an Amazon S3 bucket, and make a note of it's Object URL.\n Your import file must be in the CSV format.

    \n
  6. \n
  7. \n

    Use the console or the StartImportTask command with the AWS CLI or one of\n the AWS SDKs to import the records from your file.

    \n
  8. \n
\n\n

For more information, including step-by-step procedures, see Migration Hub\n Import in the AWS Application Discovery Service User\n Guide.

\n\n \n

There are limits to the number of import tasks you can create (and delete) in an AWS\n account. For more information, see AWS Application\n Discovery Service Limits in the AWS Application Discovery Service User\n Guide.

\n
" } }, "com.amazonaws.applicationdiscoveryservice#StartImportTaskRequest": { "type": "structure", "members": { "clientRequestToken": { "target": "com.amazonaws.applicationdiscoveryservice#ClientRequestToken", "traits": { "smithy.api#documentation": "

Optional. A unique token that you can provide to prevent the same import request from\n occurring more than once. If you don't provide a token, a token is automatically\n generated.

\n\n

Sending more than one StartImportTask request with the same client request\n token will return information about the original import task with that client request\n token.

", "smithy.api#idempotencyToken": {} } }, "name": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskName", "traits": { "smithy.api#documentation": "

A descriptive name for this request. You can use this name to filter future requests\n related to this import task, such as identifying applications and servers that were included\n in this import task. We recommend that you use a meaningful name for each import task.

", "smithy.api#required": {} } }, "importUrl": { "target": "com.amazonaws.applicationdiscoveryservice#ImportURL", "traits": { "smithy.api#documentation": "

The URL for your import file that you've uploaded to Amazon S3.

\n\n \n

If you're using the AWS CLI, this URL is structured as follows:\n s3://BucketName/ImportFileName.CSV\n

\n
", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#StartImportTaskResponse": { "type": "structure", "members": { "task": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTask", "traits": { "smithy.api#documentation": "

An array of information related to the import task request including status information,\n times, IDs, the Amazon S3 Object URL for the import file, and more.

" } } } }, "com.amazonaws.applicationdiscoveryservice#StopContinuousExport": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#StopContinuousExportRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#StopContinuousExportResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#OperationNotPermittedException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceInUseException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ResourceNotFoundException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Stop the continuous flow of agent's discovered data into Amazon Athena.

" } }, "com.amazonaws.applicationdiscoveryservice#StopContinuousExportRequest": { "type": "structure", "members": { "exportId": { "target": "com.amazonaws.applicationdiscoveryservice#ConfigurationsExportId", "traits": { "smithy.api#documentation": "

The unique ID assigned to this export.

", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#StopContinuousExportResponse": { "type": "structure", "members": { "startTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

Timestamp that represents when this continuous export started collecting\n data.

" } }, "stopTime": { "target": "com.amazonaws.applicationdiscoveryservice#TimeStamp", "traits": { "smithy.api#documentation": "

Timestamp that represents when this continuous export was stopped.

" } } } }, "com.amazonaws.applicationdiscoveryservice#StopDataCollectionByAgentIds": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#StopDataCollectionByAgentIdsRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#StopDataCollectionByAgentIdsResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Instructs the specified agents or connectors to stop collecting data.

" } }, "com.amazonaws.applicationdiscoveryservice#StopDataCollectionByAgentIdsRequest": { "type": "structure", "members": { "agentIds": { "target": "com.amazonaws.applicationdiscoveryservice#AgentIds", "traits": { "smithy.api#documentation": "

The IDs of the agents or connectors from which to stop collecting data.

", "smithy.api#required": {} } } } }, "com.amazonaws.applicationdiscoveryservice#StopDataCollectionByAgentIdsResponse": { "type": "structure", "members": { "agentsConfigurationStatus": { "target": "com.amazonaws.applicationdiscoveryservice#AgentConfigurationStatusList", "traits": { "smithy.api#documentation": "

Information about the agents or connector that were instructed to stop collecting data.\n Information includes the agent/connector ID, a description of the operation performed, and\n whether the agent/connector configuration was updated.

" } } } }, "com.amazonaws.applicationdiscoveryservice#String": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#StringMax255": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 255 } } }, "com.amazonaws.applicationdiscoveryservice#Tag": { "type": "structure", "members": { "key": { "target": "com.amazonaws.applicationdiscoveryservice#TagKey", "traits": { "smithy.api#documentation": "

The type of tag on which to filter.

", "smithy.api#required": {} } }, "value": { "target": "com.amazonaws.applicationdiscoveryservice#TagValue", "traits": { "smithy.api#documentation": "

A value for a tag key on which to filter.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Metadata that help you categorize IT assets.

" } }, "com.amazonaws.applicationdiscoveryservice#TagFilter": { "type": "structure", "members": { "name": { "target": "com.amazonaws.applicationdiscoveryservice#FilterName", "traits": { "smithy.api#documentation": "

A name of the tag filter.

", "smithy.api#required": {} } }, "values": { "target": "com.amazonaws.applicationdiscoveryservice#FilterValues", "traits": { "smithy.api#documentation": "

Values for the tag filter.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

The tag filter. Valid names are: tagKey, tagValue,\n configurationId.

" } }, "com.amazonaws.applicationdiscoveryservice#TagFilters": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#TagFilter" } }, "com.amazonaws.applicationdiscoveryservice#TagKey": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#TagSet": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#Tag", "traits": { "smithy.api#xmlName": "item" } } }, "com.amazonaws.applicationdiscoveryservice#TagValue": { "type": "string" }, "com.amazonaws.applicationdiscoveryservice#TimeStamp": { "type": "timestamp" }, "com.amazonaws.applicationdiscoveryservice#ToDeleteIdentifierList": { "type": "list", "member": { "target": "com.amazonaws.applicationdiscoveryservice#ImportTaskIdentifier" }, "traits": { "smithy.api#length": { "min": 1, "max": 10 } } }, "com.amazonaws.applicationdiscoveryservice#UpdateApplication": { "type": "operation", "input": { "target": "com.amazonaws.applicationdiscoveryservice#UpdateApplicationRequest" }, "output": { "target": "com.amazonaws.applicationdiscoveryservice#UpdateApplicationResponse" }, "errors": [ { "target": "com.amazonaws.applicationdiscoveryservice#AuthorizationErrorException" }, { "target": "com.amazonaws.applicationdiscoveryservice#HomeRegionNotSetException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterException" }, { "target": "com.amazonaws.applicationdiscoveryservice#InvalidParameterValueException" }, { "target": "com.amazonaws.applicationdiscoveryservice#ServerInternalErrorException" } ], "traits": { "smithy.api#documentation": "

Updates metadata about an application.

" } }, "com.amazonaws.applicationdiscoveryservice#UpdateApplicationRequest": { "type": "structure", "members": { "configurationId": { "target": "com.amazonaws.applicationdiscoveryservice#ApplicationId", "traits": { "smithy.api#documentation": "

Configuration ID of the application to be updated.

", "smithy.api#required": {} } }, "name": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

New name of the application to be updated.

" } }, "description": { "target": "com.amazonaws.applicationdiscoveryservice#String", "traits": { "smithy.api#documentation": "

New description of the application to be updated.

" } } } }, "com.amazonaws.applicationdiscoveryservice#UpdateApplicationResponse": { "type": "structure", "members": {} }, "com.amazonaws.applicationdiscoveryservice#orderString": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ASC", "name": "ASC" }, { "value": "DESC", "name": "DESC" } ] } } } }