'2.0', 'service' => '

Migration Hub Strategy Recommendations

This API reference provides descriptions, syntax, and other details about each of the actions and data types for Migration Hub Strategy Recommendations (Strategy Recommendations). The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you\'re using. For more information, see AWS SDKs.

', 'operations' => [ 'GetApplicationComponentDetails' => '

Retrieves details about an application component.

', 'GetApplicationComponentStrategies' => '

Retrieves a list of all the recommended strategies and tools for an application component running on a server.

', 'GetAssessment' => '

Retrieves the status of an on-going assessment.

', 'GetImportFileTask' => '

Retrieves the details about a specific import task.

', 'GetLatestAssessmentId' => '

Retrieve the latest ID of a specific assessment task.

', 'GetPortfolioPreferences' => '

Retrieves your migration and modernization preferences.

', 'GetPortfolioSummary' => '

Retrieves overall summary including the number of servers to rehost and the overall number of anti-patterns.

', 'GetRecommendationReportDetails' => '

Retrieves detailed information about the specified recommendation report.

', 'GetServerDetails' => '

Retrieves detailed information about a specified server.

', 'GetServerStrategies' => '

Retrieves recommended strategies and tools for the specified server.

', 'ListApplicationComponents' => '

Retrieves a list of all the application components (processes).

', 'ListCollectors' => '

Retrieves a list of all the installed collectors.

', 'ListImportFileTask' => '

Retrieves a list of all the imports performed.

', 'ListServers' => '

Returns a list of all the servers.

', 'PutPortfolioPreferences' => '

Saves the specified migration and modernization preferences.

', 'StartAssessment' => '

Starts the assessment of an on-premises environment.

', 'StartImportFileTask' => '

Starts a file import.

', 'StartRecommendationReportGeneration' => '

Starts generating a recommendation report.

', 'StopAssessment' => '

Stops the assessment of an on-premises environment.

', 'UpdateApplicationComponentConfig' => '

Updates the configuration of an application component.

', 'UpdateServerConfig' => '

Updates the configuration of the specified server.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

The user does not have permission to perform the action. Check the AWS Identity and Access Management (IAM) policy associated with this user.

', 'refs' => [], ], 'AnalysisStatusUnion' => [ 'base' => '

A combination of existing analysis statuses.

', 'refs' => [ 'Result$analysisStatus' => '

The error in server analysis.

', ], ], 'AnalysisType' => [ 'base' => NULL, 'refs' => [ 'Result$analysisType' => '

The error in server analysis.

', ], ], 'AnalyzerNameUnion' => [ 'base' => '

The combination of the existing analyzers.

', 'refs' => [ 'AntipatternReportResult$analyzerName' => '

The analyzer name.

', ], ], 'AntipatternReportResult' => [ 'base' => '

The anti-pattern report result.

', 'refs' => [ 'AntipatternReportResultList$member' => NULL, ], ], 'AntipatternReportResultList' => [ 'base' => NULL, 'refs' => [ 'Result$antipatternReportResultList' => '

The error in server analysis.

', ], ], 'AntipatternReportStatus' => [ 'base' => NULL, 'refs' => [ 'AntipatternReportResult$antipatternReportStatus' => '

The status of the anti-pattern report generation.

', 'ApplicationComponentDetail$antipatternReportStatus' => '

The status of the anti-pattern report generation.

', 'AssessmentSummary$antipatternReportStatus' => '

The status of the anti-pattern report.

', 'ServerDetail$antipatternReportStatus' => '

The status of the anti-pattern report generation.

', ], ], 'AntipatternSeveritySummary' => [ 'base' => '

Contains the summary of anti-patterns and their severity.

', 'refs' => [ 'ListAntipatternSeveritySummary$member' => NULL, ], ], 'AppType' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$appType' => '

The type of application component.

', 'ApplicationComponentSummary$appType' => '

Contains the name of application types.

', 'UpdateApplicationComponentConfigRequest$appType' => '

The type of known component.

', ], ], 'AppUnitError' => [ 'base' => '

Error in the analysis of the application unit.

', 'refs' => [ 'ApplicationComponentDetail$appUnitError' => '

The error in the analysis of the source code or database.

', ], ], 'AppUnitErrorCategory' => [ 'base' => NULL, 'refs' => [ 'AppUnitError$appUnitErrorCategory' => '

The category of the error.

', ], ], 'ApplicationComponentCriteria' => [ 'base' => NULL, 'refs' => [ 'ListApplicationComponentsRequest$applicationComponentCriteria' => '

Criteria for filtering the list of application components.

', ], ], 'ApplicationComponentDetail' => [ 'base' => '

Contains detailed information about an application component.

', 'refs' => [ 'ApplicationComponentDetails$member' => NULL, 'GetApplicationComponentDetailsResponse$applicationComponentDetail' => '

Detailed information about an application component.

', ], ], 'ApplicationComponentDetails' => [ 'base' => NULL, 'refs' => [ 'ListApplicationComponentsResponse$applicationComponentInfos' => '

The list of application components with detailed information about each component.

', ], ], 'ApplicationComponentId' => [ 'base' => NULL, 'refs' => [ 'GetApplicationComponentDetailsRequest$applicationComponentId' => '

The ID of the application component. The ID is unique within an AWS account.

', 'GetApplicationComponentStrategiesRequest$applicationComponentId' => '

The ID of the application component. The ID is unique within an AWS account.

', 'UpdateApplicationComponentConfigRequest$applicationComponentId' => '

The ID of the application component. The ID is unique within an AWS account.

', ], ], 'ApplicationComponentStatusSummary' => [ 'base' => '

Summary of the analysis status of the application component.

', 'refs' => [ 'ListApplicationComponentStatusSummary$member' => NULL, ], ], 'ApplicationComponentStrategies' => [ 'base' => NULL, 'refs' => [ 'GetApplicationComponentStrategiesResponse$applicationComponentStrategies' => '

A list of application component strategy recommendations.

', ], ], 'ApplicationComponentStrategy' => [ 'base' => '

Contains information about a strategy recommendation for an application component.

', 'refs' => [ 'ApplicationComponentStrategies$member' => NULL, ], ], 'ApplicationComponentSummary' => [ 'base' => '

Contains the summary of application components.

', 'refs' => [ 'ListApplicationComponentSummary$member' => NULL, ], ], 'ApplicationMode' => [ 'base' => NULL, 'refs' => [ 'GetPortfolioPreferencesResponse$applicationMode' => '

The classification for application component types.

', 'PutPortfolioPreferencesRequest$applicationMode' => '

The classification for application component types.

', ], ], 'ApplicationPreferences' => [ 'base' => '

Application preferences that you specify.

', 'refs' => [ 'GetPortfolioPreferencesResponse$applicationPreferences' => '

The transformation preferences for non-database applications.

', 'PutPortfolioPreferencesRequest$applicationPreferences' => '

The transformation preferences for non-database applications.

', ], ], 'AssessmentStatus' => [ 'base' => NULL, 'refs' => [ 'DataCollectionDetails$status' => '

The status of the assessment.

', ], ], 'AssessmentStatusMessage' => [ 'base' => NULL, 'refs' => [ 'DataCollectionDetails$statusMessage' => '

The status message of the assessment.

', ], ], 'AssessmentSummary' => [ 'base' => '

Contains the summary of the assessment results.

', 'refs' => [ 'GetPortfolioSummaryResponse$assessmentSummary' => '

An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.

', ], ], 'AssessmentTarget' => [ 'base' => '

Defines the criteria of assessment.

', 'refs' => [ 'AssessmentTargets$member' => NULL, ], ], 'AssessmentTargetValues' => [ 'base' => NULL, 'refs' => [ 'AssessmentTarget$values' => '

Values of an assessment.

', ], ], 'AssessmentTargets' => [ 'base' => NULL, 'refs' => [ 'GetAssessmentResponse$assessmentTargets' => '

List of criteria for assessment.

', 'StartAssessmentRequest$assessmentTargets' => '

List of criteria for assessment.

', ], ], 'AssociatedApplication' => [ 'base' => '

Object containing details about applications as defined in Application Discovery Service.

', 'refs' => [ 'AssociatedApplications$member' => NULL, ], ], 'AssociatedApplications' => [ 'base' => NULL, 'refs' => [ 'GetApplicationComponentDetailsResponse$associatedApplications' => '

The associated application group as defined in AWS Application Discovery Service.

', 'GetServerDetailsResponse$associatedApplications' => '

The associated application group the server belongs to, as defined in AWS Application Discovery Service.

', ], ], 'AssociatedServerIDs' => [ 'base' => NULL, 'refs' => [ 'GetApplicationComponentDetailsResponse$associatedServerIds' => '

A list of the IDs of the servers on which the application component is running.

', ], ], 'AsyncTaskId' => [ 'base' => NULL, 'refs' => [ 'GetAssessmentRequest$id' => '

The assessmentid returned by StartAssessment.

', 'GetAssessmentResponse$id' => '

The ID for the specific assessment task.

', 'GetLatestAssessmentIdResponse$id' => '

The latest ID for the specific assessment task.

', 'StartAssessmentResponse$assessmentId' => '

The ID of the assessment.

', 'StopAssessmentRequest$assessmentId' => '

The assessmentId returned by StartAssessment.

', ], ], 'AuthType' => [ 'base' => NULL, 'refs' => [ 'IPAddressBasedRemoteInfo$authType' => '

The type of authorization.

', ], ], 'AwsManagedResources' => [ 'base' => '

Object containing the choice of application destination that you specify.

', 'refs' => [ 'ManagementPreference$awsManagedResources' => '

Indicates interest in solutions that are managed by AWS.

', ], ], 'AwsManagedTargetDestination' => [ 'base' => NULL, 'refs' => [ 'AwsManagedTargetDestinations$member' => NULL, ], ], 'AwsManagedTargetDestinations' => [ 'base' => NULL, 'refs' => [ 'AwsManagedResources$targetDestination' => '

The choice of application destination that you specify.

', ], ], 'BinaryAnalyzerName' => [ 'base' => NULL, 'refs' => [ 'AnalyzerNameUnion$binaryAnalyzerName' => '

The binary analyzer names.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$moreServerAssociationExists' => '

Set to true if the application component is running on multiple servers.

', 'ApplicationComponentStrategy$isPreferred' => '

Set to true if the recommendation is set as preferred.

', 'GetApplicationComponentDetailsResponse$moreApplicationResource' => '

Set to true if the application component belongs to more than one application group.

', 'ServerStrategy$isPreferred' => '

Set to true if the recommendation is set as preferred.

', 'StrategyOption$isPreferred' => '

Indicates if a specific strategy is preferred for the application component.

', 'UpdateApplicationComponentConfigRequest$configureOnly' => '

Update the configuration request of an application component. If it is set to true, the source code and/or database credentials are updated. If it is set to false, the source code and/or database credentials are updated and an analysis is initiated.

', ], ], 'BusinessGoals' => [ 'base' => '

Business goals that you specify.

', 'refs' => [ 'PrioritizeBusinessGoals$businessGoals' => '

Rank of business goals based on priority.

', ], ], 'BusinessGoalsInteger' => [ 'base' => NULL, 'refs' => [ 'BusinessGoals$licenseCostReduction' => '

Business goal to reduce license costs.

', 'BusinessGoals$modernizeInfrastructureWithCloudNativeTechnologies' => '

Business goal to modernize infrastructure by moving to cloud native technologies.

', 'BusinessGoals$reduceOperationalOverheadWithManagedServices' => '

Business goal to reduce the operational overhead on the team by moving into managed services.

', 'BusinessGoals$speedOfMigration' => '

Business goal to achieve migration at a fast pace.

', ], ], 'Collector' => [ 'base' => '

Process data collector that runs in the environment that you specify.

', 'refs' => [ 'Collectors$member' => NULL, ], ], 'CollectorHealth' => [ 'base' => NULL, 'refs' => [ 'Collector$collectorHealth' => '

Indicates the health of a collector.

', ], ], 'Collectors' => [ 'base' => NULL, 'refs' => [ 'ListCollectorsResponse$Collectors' => '

The list of all the installed collectors.

', ], ], 'Condition' => [ 'base' => NULL, 'refs' => [ 'AssessmentTarget$condition' => '

Condition of an assessment.

', ], ], 'ConfigurationSummary' => [ 'base' => '

Summary of the collector configuration.

', 'refs' => [ 'Collector$configurationSummary' => '

Summary of the collector configuration.

', ], ], 'ConflictException' => [ 'base' => '

Exception to indicate that there is an ongoing task when a new task is created. Return when once the existing tasks are complete.

', 'refs' => [], ], 'DataCollectionDetails' => [ 'base' => '

Detailed information about an assessment.

', 'refs' => [ 'GetAssessmentResponse$dataCollectionDetails' => '

Detailed information about the assessment.

', ], ], 'DataSourceType' => [ 'base' => NULL, 'refs' => [ 'StartImportFileTaskRequest$dataSourceType' => '

Specifies the source that the servers are coming from. By default, Strategy Recommendations assumes that the servers specified in the import file are available in AWS Application Discovery Service.

', ], ], 'DatabaseConfigDetail' => [ 'base' => '

Configuration information used for assessing databases.

', 'refs' => [ 'ApplicationComponentDetail$databaseConfigDetail' => '

Configuration details for the database associated with the application component.

', ], ], 'DatabaseManagementPreference' => [ 'base' => NULL, 'refs' => [ 'DatabasePreferences$databaseManagementPreference' => '

Specifies whether you\'re interested in self-managed databases or databases managed by AWS.

', ], ], 'DatabaseMigrationPreference' => [ 'base' => '

Preferences for migrating a database to AWS.

', 'refs' => [ 'DatabasePreferences$databaseMigrationPreference' => '

Specifies your preferred migration path.

', ], ], 'DatabasePreferences' => [ 'base' => '

Preferences on managing your databases on AWS.

', 'refs' => [ 'GetPortfolioPreferencesResponse$databasePreferences' => '

The transformation preferences for database applications.

', 'PutPortfolioPreferencesRequest$databasePreferences' => '

The transformation preferences for database applications.

', ], ], 'DependencyException' => [ 'base' => '

Dependency encountered an error.

', 'refs' => [], ], 'GetApplicationComponentDetailsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetApplicationComponentDetailsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetApplicationComponentStrategiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetApplicationComponentStrategiesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetAssessmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAssessmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetImportFileTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetImportFileTaskResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetLatestAssessmentIdRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLatestAssessmentIdResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPortfolioPreferencesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPortfolioPreferencesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPortfolioSummaryRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPortfolioSummaryResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetRecommendationReportDetailsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetRecommendationReportDetailsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetServerDetailsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetServerDetailsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetServerStrategiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetServerStrategiesResponse' => [ 'base' => NULL, 'refs' => [], ], 'Group' => [ 'base' => '

The object containing information about distinct imports or groups for Strategy Recommendations.

', 'refs' => [ 'GroupIds$member' => NULL, ], ], 'GroupIds' => [ 'base' => NULL, 'refs' => [ 'ListApplicationComponentsRequest$groupIdFilter' => '

The group ID specified in to filter on.

', 'ListServersRequest$groupIdFilter' => '

Specifies the group ID to filter on.

', 'StartImportFileTaskRequest$groupId' => '

Groups the resources in the import file together with a unique name. This ID can be as filter in ListApplicationComponents and ListServers.

', 'StartRecommendationReportGenerationRequest$groupIdFilter' => '

Groups the resources in the recommendation report with a unique name.

', ], ], 'GroupName' => [ 'base' => NULL, 'refs' => [ 'Group$name' => '

The key of the specific import group.

', ], ], 'Heterogeneous' => [ 'base' => '

The object containing details about heterogeneous database preferences.

', 'refs' => [ 'DatabaseMigrationPreference$heterogeneous' => '

Indicates whether you are interested in moving from one type of database to another. For example, from SQL Server to Amazon Aurora MySQL-Compatible Edition.

', ], ], 'HeterogeneousTargetDatabaseEngine' => [ 'base' => NULL, 'refs' => [ 'HeterogeneousTargetDatabaseEngines$member' => NULL, ], ], 'HeterogeneousTargetDatabaseEngines' => [ 'base' => NULL, 'refs' => [ 'Heterogeneous$targetDatabaseEngine' => '

The target database engine for heterogeneous database migration preference.

', ], ], 'Homogeneous' => [ 'base' => '

The object containing details about homogeneous database preferences.

', 'refs' => [ 'DatabaseMigrationPreference$homogeneous' => '

Indicates whether you are interested in moving to the same type of database into AWS. For example, from SQL Server in your environment to SQL Server on AWS.

', ], ], 'HomogeneousTargetDatabaseEngine' => [ 'base' => NULL, 'refs' => [ 'HomogeneousTargetDatabaseEngines$member' => NULL, ], ], 'HomogeneousTargetDatabaseEngines' => [ 'base' => NULL, 'refs' => [ 'Homogeneous$targetDatabaseEngine' => '

The target database engine for homogeneous database migration preferences.

', ], ], 'IPAddress' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$ipAddress' => '

Information about the IP address of the server for which the assessment was run.

', ], ], 'IPAddressBasedRemoteInfo' => [ 'base' => '

IP address based configurations.

', 'refs' => [ 'IPAddressBasedRemoteInfoList$member' => NULL, ], ], 'IPAddressBasedRemoteInfoList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationSummary$ipAddressBasedRemoteInfoList' => '

IP address based configurations.

', ], ], 'ImportFileTaskInformation' => [ 'base' => '

Information about the import file tasks you request.

', 'refs' => [ 'ListImportFileTaskInformation$member' => NULL, ], ], 'ImportFileTaskStatus' => [ 'base' => NULL, 'refs' => [ 'GetImportFileTaskResponse$status' => '

Status of import file task.

', 'ImportFileTaskInformation$status' => '

Status of import file task.

', ], ], 'InclusionStatus' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$inclusionStatus' => '

Indicates whether the application component has been included for server recommendation or not.

', 'UpdateApplicationComponentConfigRequest$inclusionStatus' => '

Indicates whether the application component has been included for server recommendation or not.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'AntipatternSeveritySummary$count' => '

Contains the count of anti-patterns.

', 'ApplicationComponentStatusSummary$count' => '

The number of application components successfully analyzed, partially successful or failed analysis.

', 'ApplicationComponentSummary$count' => '

Contains the count of application type.

', 'DataCollectionDetails$failed' => '

The number of failed servers in the assessment.

', 'DataCollectionDetails$inProgress' => '

The number of servers with the assessment status IN_PROGESS.

', 'DataCollectionDetails$servers' => '

The total number of servers in the assessment.

', 'DataCollectionDetails$success' => '

The number of successful servers in the assessment.

', 'GetImportFileTaskResponse$numberOfRecordsFailed' => '

The number of records that failed to be imported.

', 'GetImportFileTaskResponse$numberOfRecordsSuccess' => '

The number of records successfully imported.

', 'ImportFileTaskInformation$numberOfRecordsFailed' => '

The number of records that failed to be imported.

', 'ImportFileTaskInformation$numberOfRecordsSuccess' => '

The number of records successfully imported.

', 'ListImportFileTaskRequest$maxResults' => '

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

', 'ServerStatusSummary$count' => '

The number of servers successfully analyzed, partially successful or failed analysis.

', 'ServerStrategy$numberOfApplicationComponents' => '

The number of application components with this strategy recommendation running on the server.

', 'ServerSummary$count' => '

Number of servers.

', 'StrategySummary$count' => '

The count of recommendations per strategy.

', ], ], 'InterfaceName' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$interfaceName' => '

Information about the name of the interface of the server for which the assessment was run.

', ], ], 'InternalServerException' => [ 'base' => '

The server experienced an internal error. Try again.

', 'refs' => [], ], 'ListAntipatternSeveritySummary' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$listAntipatternSeveritySummary' => '

A list of anti-pattern severity summaries.

', 'AssessmentSummary$listAntipatternSeveritySummary' => '

List of AntipatternSeveritySummary.

', 'ServerDetail$listAntipatternSeveritySummary' => '

A list of anti-pattern severity summaries.

', ], ], 'ListApplicationComponentStatusSummary' => [ 'base' => NULL, 'refs' => [ 'AssessmentSummary$listApplicationComponentStatusSummary' => '

List of status summaries of the analyzed application components.

', ], ], 'ListApplicationComponentSummary' => [ 'base' => NULL, 'refs' => [ 'AssessmentSummary$listApplicationComponentSummary' => '

List of ApplicationComponentSummary.

', ], ], 'ListApplicationComponentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListApplicationComponentsRequestFilterValueString' => [ 'base' => NULL, 'refs' => [ 'ListApplicationComponentsRequest$filterValue' => '

Specify the value based on the application component criteria type. For example, if applicationComponentCriteria is set to SERVER_ID and filterValue is set to server1, then ListApplicationComponents returns all the application components running on server1.

', ], ], 'ListApplicationComponentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCollectorsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCollectorsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListImportFileTaskInformation' => [ 'base' => NULL, 'refs' => [ 'ListImportFileTaskResponse$taskInfos' => '

Lists information about the files you import.

', ], ], 'ListImportFileTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListImportFileTaskResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListServerStatusSummary' => [ 'base' => NULL, 'refs' => [ 'AssessmentSummary$listServerStatusSummary' => '

List of status summaries of the analyzed servers.

', ], ], 'ListServerSummary' => [ 'base' => NULL, 'refs' => [ 'AssessmentSummary$listServerSummary' => '

List of ServerSummary.

', ], ], 'ListServersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListServersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListStrategySummary' => [ 'base' => NULL, 'refs' => [ 'AssessmentSummary$listApplicationComponentStrategySummary' => '

List of ApplicationComponentStrategySummary.

', 'AssessmentSummary$listServerStrategySummary' => '

List of ServerStrategySummary.

', 'ServerDetail$applicationComponentStrategySummary' => '

A list of strategy summaries.

', ], ], 'Location' => [ 'base' => NULL, 'refs' => [ 'SourceCode$location' => '

The repository name for the source code.

', ], ], 'MacAddress' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$macAddress' => '

Information about the MAC address of the server for which the assessment was run.

', ], ], 'ManagementPreference' => [ 'base' => '

Preferences for migrating an application to AWS.

', 'refs' => [ 'ApplicationPreferences$managementPreference' => '

Application preferences that you specify to prefer managed environment.

', ], ], 'MaxResult' => [ 'base' => NULL, 'refs' => [ 'GetServerDetailsRequest$maxResults' => '

The maximum number of items to include in the response. The maximum value is 100.

', 'ListApplicationComponentsRequest$maxResults' => '

The maximum number of items to include in the response. The maximum value is 100.

', 'ListCollectorsRequest$maxResults' => '

The maximum number of items to include in the response. The maximum value is 100.

', 'ListServersRequest$maxResults' => '

The maximum number of items to include in the response. The maximum value is 100.

', ], ], 'NetMask' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$netMask' => '

Information about the subnet mask of the server for which the assessment was run.

', ], ], 'NetworkInfo' => [ 'base' => '

Information about the server\'s network for which the assessment was run.

', 'refs' => [ 'NetworkInfoList$member' => NULL, ], ], 'NetworkInfoList' => [ 'base' => NULL, 'refs' => [ 'SystemInfo$networkInfoList' => '

Networking information related to a server.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'GetServerDetailsRequest$nextToken' => '

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You\'ll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

', 'ListApplicationComponentsRequest$nextToken' => '

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You\'ll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

', 'ListApplicationComponentsResponse$nextToken' => '

The token you use to retrieve the next set of results, or null if there are no more results.

', 'ListCollectorsRequest$nextToken' => '

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You\'ll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

', 'ListCollectorsResponse$nextToken' => '

The token you use to retrieve the next set of results, or null if there are no more results.

', 'ListServersRequest$nextToken' => '

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You\'ll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

', 'ListServersResponse$nextToken' => '

The token you use to retrieve the next set of results, or null if there are no more results.

', ], ], 'NoDatabaseMigrationPreference' => [ 'base' => '

The object containing details about database migration preferences, when you have no particular preference.

', 'refs' => [ 'DatabaseMigrationPreference$noPreference' => '

Indicated that you do not prefer heterogeneous or homogeneous.

', ], ], 'NoManagementPreference' => [ 'base' => '

Object containing the choice of application destination that you specify.

', 'refs' => [ 'ManagementPreference$noPreference' => '

No specific preference.

', ], ], 'NoPreferenceTargetDestination' => [ 'base' => NULL, 'refs' => [ 'NoPreferenceTargetDestinations$member' => NULL, ], ], 'NoPreferenceTargetDestinations' => [ 'base' => NULL, 'refs' => [ 'NoManagementPreference$targetDestination' => '

The choice of application destination that you specify.

', ], ], 'OSInfo' => [ 'base' => '

Information about the operating system.

', 'refs' => [ 'SystemInfo$osInfo' => '

Operating system corresponding to a server.

', ], ], 'OSType' => [ 'base' => NULL, 'refs' => [ 'IPAddressBasedRemoteInfo$osType' => '

The type of the operating system.

', 'OSInfo$type' => '

Information about the type of operating system.

', 'VcenterBasedRemoteInfo$osType' => '

The type of the operating system.

', ], ], 'OSVersion' => [ 'base' => NULL, 'refs' => [ 'OSInfo$version' => '

Information about the version of operating system.

', ], ], 'OutputFormat' => [ 'base' => NULL, 'refs' => [ 'StartRecommendationReportGenerationRequest$outputFormat' => '

The output format for the recommendation report file. The default format is Microsoft Excel.

', ], ], 'PipelineInfo' => [ 'base' => '

Detailed information of the pipeline.

', 'refs' => [ 'PipelineInfoList$member' => NULL, ], ], 'PipelineInfoList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationSummary$pipelineInfoList' => '

The list of pipeline info configurations.

', ], ], 'PipelineType' => [ 'base' => NULL, 'refs' => [ 'PipelineInfo$pipelineType' => '

The type of pipeline.

', ], ], 'PrioritizeBusinessGoals' => [ 'base' => '

Rank of business goals based on priority.

', 'refs' => [ 'GetPortfolioPreferencesResponse$prioritizeBusinessGoals' => '

The rank of business goals based on priority.

', 'PutPortfolioPreferencesRequest$prioritizeBusinessGoals' => '

The rank of the business goals based on priority.

', ], ], 'ProjectName' => [ 'base' => NULL, 'refs' => [ 'SourceCode$projectName' => '

The name of the project.

', ], ], 'PutPortfolioPreferencesRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutPortfolioPreferencesResponse' => [ 'base' => NULL, 'refs' => [], ], 'RecommendationReportDetails' => [ 'base' => '

Contains detailed information about a recommendation report.

', 'refs' => [ 'GetRecommendationReportDetailsResponse$recommendationReportDetails' => '

Detailed information about the recommendation report.

', ], ], 'RecommendationReportStatus' => [ 'base' => NULL, 'refs' => [ 'RecommendationReportDetails$status' => '

The status of the recommendation report generation task.

', ], ], 'RecommendationReportStatusMessage' => [ 'base' => NULL, 'refs' => [ 'RecommendationReportDetails$statusMessage' => '

The status message for recommendation report generation.

', ], ], 'RecommendationReportTimeStamp' => [ 'base' => NULL, 'refs' => [ 'RecommendationReportDetails$completionTime' => '

The time that the recommendation report generation task completes.

', 'RecommendationReportDetails$startTime' => '

The time that the recommendation report generation task starts.

', ], ], 'RecommendationSet' => [ 'base' => '

Contains a recommendation set.

', 'refs' => [ 'ApplicationComponentDetail$recommendationSet' => '

The top recommendation set for the application component.

', 'ApplicationComponentStrategy$recommendation' => '

Strategy recommendation for the application component.

', 'ServerDetail$recommendationSet' => '

A set of recommendations.

', 'ServerStrategy$recommendation' => '

Strategy recommendation for the server.

', ], ], 'RecommendationTaskId' => [ 'base' => NULL, 'refs' => [ 'GetRecommendationReportDetailsRequest$id' => '

The recommendation report generation task id returned by StartRecommendationReportGeneration.

', 'GetRecommendationReportDetailsResponse$id' => '

The ID of the recommendation report generation task. See the response of StartRecommendationReportGeneration.

', 'StartRecommendationReportGenerationResponse$id' => '

The ID of the recommendation report generation task.

', ], ], 'RemoteSourceCodeAnalysisServerInfo' => [ 'base' => '

Information about the server configured for source code analysis.

', 'refs' => [ 'ConfigurationSummary$remoteSourceCodeAnalysisServerInfo' => '

Info about the remote server source code configuration.

', ], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$id' => '

The ID of the application component.

', 'ServerDetail$id' => '

The server ID.

', ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$name' => '

The name of application component.

', 'ServerDetail$name' => '

The name of the server.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The specified ID in the request is not found.

', 'refs' => [], ], 'ResourceSubType' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$resourceSubType' => '

The application component subtype.

', ], ], 'Result' => [ 'base' => '

The error in server analysis.

', 'refs' => [ 'ResultList$member' => NULL, ], ], 'ResultList' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$resultList' => '

A list of the analysis results.

', ], ], 'RunTimeAnalyzerName' => [ 'base' => NULL, 'refs' => [ 'AnalyzerNameUnion$runTimeAnalyzerName' => '

The assessment analyzer names.

', ], ], 'RunTimeAssessmentStatus' => [ 'base' => NULL, 'refs' => [ 'ServerDetail$dataCollectionStatus' => '

The status of assessment for the server.

', 'ServerStatusSummary$runTimeAssessmentStatus' => '

The status of the run time.

', ], ], 'RuntimeAnalysisStatus' => [ 'base' => NULL, 'refs' => [ 'AnalysisStatusUnion$runtimeAnalysisStatus' => '

The status of the analysis.

', 'ApplicationComponentDetail$runtimeStatus' => '

The status of the application unit.

', ], ], 'S3Bucket' => [ 'base' => NULL, 'refs' => [ 'S3Object$s3Bucket' => '

The S3 bucket name.

', ], ], 'S3Key' => [ 'base' => NULL, 'refs' => [ 'S3Object$s3key' => '

The Amazon S3 key name.

', ], ], 'S3Keys' => [ 'base' => NULL, 'refs' => [ 'RecommendationReportDetails$s3Keys' => '

The Amazon S3 key name of the report file.

', ], ], 'S3Object' => [ 'base' => '

Contains the S3 bucket name and the Amazon S3 key name.

', 'refs' => [ 'AntipatternReportResult$antiPatternReportS3Object' => NULL, 'ApplicationComponentDetail$antipatternReportS3Object' => '

The S3 bucket name and the Amazon S3 key name for the anti-pattern report.

', 'AssessmentSummary$antipatternReportS3Object' => '

The Amazon S3 object containing the anti-pattern report.

', 'ServerDetail$antipatternReportS3Object' => '

The S3 bucket name and Amazon S3 key name for anti-pattern report.

', ], ], 'SecretsManagerKey' => [ 'base' => NULL, 'refs' => [ 'UpdateApplicationComponentConfigRequest$secretsManagerKey' => '

Database credentials.

', ], ], 'SelfManageResources' => [ 'base' => '

Self-managed resources.

', 'refs' => [ 'ManagementPreference$selfManageResources' => '

Indicates interest in managing your own resources on AWS.

', ], ], 'SelfManageTargetDestination' => [ 'base' => NULL, 'refs' => [ 'SelfManageTargetDestinations$member' => NULL, ], ], 'SelfManageTargetDestinations' => [ 'base' => NULL, 'refs' => [ 'SelfManageResources$targetDestination' => '

Self-managed resources target destination.

', ], ], 'ServerCriteria' => [ 'base' => NULL, 'refs' => [ 'ListServersRequest$serverCriteria' => '

Criteria for filtering servers.

', ], ], 'ServerDetail' => [ 'base' => '

Detailed information about a server.

', 'refs' => [ 'GetServerDetailsResponse$serverDetail' => '

Detailed information about the server.

', 'ServerDetails$member' => NULL, ], ], 'ServerDetails' => [ 'base' => NULL, 'refs' => [ 'ListServersResponse$serverInfos' => '

The list of servers with detailed information about each server.

', ], ], 'ServerError' => [ 'base' => '

The error in server analysis.

', 'refs' => [ 'ServerDetail$serverError' => '

The error in server analysis.

', ], ], 'ServerErrorCategory' => [ 'base' => NULL, 'refs' => [ 'ServerError$serverErrorCategory' => '

The error category of server analysis.

', ], ], 'ServerId' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$associatedServerId' => '

The ID of the server that the application component is running on.

', 'GetServerDetailsRequest$serverId' => '

The ID of the server.

', 'GetServerStrategiesRequest$serverId' => '

The ID of the server.

', 'UpdateServerConfigRequest$serverId' => '

The ID of the server.

', ], ], 'ServerOsType' => [ 'base' => NULL, 'refs' => [ 'ServerSummary$ServerOsType' => '

Type of operating system for the servers.

', ], ], 'ServerStatusSummary' => [ 'base' => '

The status summary of the server analysis.

', 'refs' => [ 'ListServerStatusSummary$member' => NULL, ], ], 'ServerStrategies' => [ 'base' => NULL, 'refs' => [ 'GetServerStrategiesResponse$serverStrategies' => '

A list of strategy recommendations for the server.

', ], ], 'ServerStrategy' => [ 'base' => '

Contains information about a strategy recommendation for a server.

', 'refs' => [ 'ServerStrategies$member' => NULL, ], ], 'ServerSummary' => [ 'base' => '

Object containing details about the servers imported by Application Discovery Service

', 'refs' => [ 'ListServerSummary$member' => NULL, ], ], 'ServiceLinkedRoleLockClientException' => [ 'base' => '

Exception to indicate that the service-linked role (SLR) is locked.

', 'refs' => [], ], 'ServiceQuotaExceededException' => [ 'base' => '

The AWS account has reached its quota of imports. Contact AWS Support to increase the quota for this account.

', 'refs' => [], ], 'Severity' => [ 'base' => NULL, 'refs' => [ 'AntipatternSeveritySummary$severity' => '

Contains the severity of anti-patterns.

', ], ], 'SortOrder' => [ 'base' => NULL, 'refs' => [ 'ListApplicationComponentsRequest$sort' => '

Specifies whether to sort by ascending (ASC) or descending (DESC) order.

', 'ListServersRequest$sort' => '

Specifies whether to sort by ascending (ASC) or descending (DESC) order.

', ], ], 'SourceCode' => [ 'base' => '

Object containing source code information that is linked to an application component.

', 'refs' => [ 'SourceCodeList$member' => NULL, ], ], 'SourceCodeAnalyzerName' => [ 'base' => NULL, 'refs' => [ 'AnalyzerNameUnion$sourceCodeAnalyzerName' => '

The source code analyzer names.

', ], ], 'SourceCodeList' => [ 'base' => NULL, 'refs' => [ 'UpdateApplicationComponentConfigRequest$sourceCodeList' => '

The list of source code configurations to update for the application component.

', ], ], 'SourceCodeRepositories' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$sourceCodeRepositories' => '

Details about the source code repository associated with the application component.

', ], ], 'SourceCodeRepository' => [ 'base' => '

Object containing source code information that is linked to an application component.

', 'refs' => [ 'SourceCodeRepositories$member' => NULL, ], ], 'SourceVersion' => [ 'base' => NULL, 'refs' => [ 'SourceCode$sourceVersion' => '

The branch of the source code.

', ], ], 'SrcCodeOrDbAnalysisStatus' => [ 'base' => NULL, 'refs' => [ 'AnalysisStatusUnion$srcCodeOrDbAnalysisStatus' => '

The status of the source code or database analysis.

', 'ApplicationComponentDetail$analysisStatus' => '

The status of analysis, if the application component has source code or an associated database.

', 'ApplicationComponentStatusSummary$srcCodeOrDbAnalysisStatus' => '

The status of database analysis.

', ], ], 'StartAssessmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartAssessmentRequestS3bucketForAnalysisDataString' => [ 'base' => NULL, 'refs' => [ 'StartAssessmentRequest$s3bucketForAnalysisData' => '

The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with migrationhub-strategy-.

', ], ], 'StartAssessmentRequestS3bucketForReportDataString' => [ 'base' => NULL, 'refs' => [ 'StartAssessmentRequest$s3bucketForReportData' => '

The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with migrationhub-strategy-.

', ], ], 'StartAssessmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartImportFileTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartImportFileTaskRequestNameString' => [ 'base' => NULL, 'refs' => [ 'StartImportFileTaskRequest$name' => '

A descriptive name for the request.

', ], ], 'StartImportFileTaskRequestS3bucketForReportDataString' => [ 'base' => NULL, 'refs' => [ 'StartImportFileTaskRequest$s3bucketForReportData' => '

The S3 bucket where Strategy Recommendations uploads import results. The bucket name is required to begin with migrationhub-strategy-.

', ], ], 'StartImportFileTaskResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartRecommendationReportGenerationRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartRecommendationReportGenerationResponse' => [ 'base' => NULL, 'refs' => [], ], 'StatusMessage' => [ 'base' => NULL, 'refs' => [ 'AntipatternReportResult$antipatternReportStatusMessage' => '

The status message for the anti-pattern.

', 'ApplicationComponentDetail$antipatternReportStatusMessage' => '

The status message for the anti-pattern.

', 'ApplicationComponentDetail$runtimeStatusMessage' => '

The status message for the application unit.

', 'ApplicationComponentDetail$statusMessage' => '

A detailed description of the analysis status and any failure message.

', 'AssessmentSummary$antipatternReportStatusMessage' => '

The status message of the anti-pattern report.

', 'Result$statusMessage' => '

The error in server analysis.

', 'ServerDetail$antipatternReportStatusMessage' => '

A message about the status of the anti-pattern report generation.

', 'ServerDetail$statusMessage' => '

A message about the status of data collection, which contains detailed descriptions of any error messages.

', ], ], 'StopAssessmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopAssessmentResponse' => [ 'base' => NULL, 'refs' => [], ], 'Strategy' => [ 'base' => NULL, 'refs' => [ 'RecommendationSet$strategy' => '

The recommended strategy.

', 'StrategyOption$strategy' => '

Type of transformation. For example, Rehost, Replatform, and so on.

', 'StrategySummary$strategy' => '

The name of recommended strategy.

', ], ], 'StrategyOption' => [ 'base' => '

Information about all the available strategy options for migrating and modernizing an application component.

', 'refs' => [ 'UpdateApplicationComponentConfigRequest$strategyOption' => '

The preferred strategy options for the application component. Use values from the GetApplicationComponentStrategies response.

', 'UpdateServerConfigRequest$strategyOption' => '

The preferred strategy options for the application component. See the response from GetServerStrategies.

', ], ], 'StrategyRecommendation' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentStrategy$status' => '

The recommendation status of a strategy for an application component.

', 'ServerStrategy$status' => '

The recommendation status of the strategy for the server.

', ], ], 'StrategySummary' => [ 'base' => '

Object containing the summary of the strategy recommendations.

', 'refs' => [ 'ListStrategySummary$member' => NULL, ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => NULL, 'ApplicationComponentDetail$osDriver' => '

OS driver.

', 'ApplicationComponentDetail$osVersion' => '

OS version.

', 'AssessmentTarget$name' => '

Name of an assessment.

', 'AssessmentTargetValues$member' => NULL, 'AssociatedApplication$id' => '

ID of the application as defined in Application Discovery Service.

', 'AssociatedApplication$name' => '

Name of the application as defined in Application Discovery Service.

', 'AssociatedServerIDs$member' => NULL, 'Collector$collectorId' => '

The ID of the collector.

', 'Collector$collectorVersion' => '

Current version of the collector that is running in the environment that you specify.

', 'Collector$hostName' => '

Hostname of the server that is hosting the collector.

', 'Collector$ipAddress' => '

IP address of the server that is hosting the collector.

', 'Collector$lastActivityTimeStamp' => '

Time when the collector last pinged the service.

', 'Collector$registeredTimeStamp' => '

Time when the collector registered with the service.

', 'ConflictException$message' => NULL, 'DatabaseConfigDetail$secretName' => '

AWS Secrets Manager key that holds the credentials that you use to connect to a database.

', 'GetImportFileTaskRequest$id' => '

The ID of the import file task. This ID is returned in the response of StartImportFileTask.

', 'GetImportFileTaskResponse$id' => '

The import file task id returned in the response of StartImportFileTask.

', 'GetImportFileTaskResponse$importName' => '

The name of the import task given in StartImportFileTask.

', 'GetServerDetailsResponse$nextToken' => '

The token you use to retrieve the next set of results, or null if there are no more results.

', 'Group$value' => '

The value of the specific import group.

', 'IPAddressBasedRemoteInfo$ipAddressConfigurationTimeStamp' => '

The time stamp of the configuration.

', 'ImportFileTaskInformation$id' => '

The ID of the import file task.

', 'ImportFileTaskInformation$importName' => '

The name of the import task given in StartImportFileTask.

', 'ListImportFileTaskRequest$nextToken' => '

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You\'ll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

', 'ListImportFileTaskResponse$nextToken' => '

The token you use to retrieve the next set of results, or null if there are no more results.

', 'ListServersRequest$filterValue' => '

Specifies the filter value, which is based on the type of server criteria. For example, if serverCriteria is OS_NAME, and the filterValue is equal to WindowsServer, then ListServers returns all of the servers matching the OS name WindowsServer.

', 'PipelineInfo$pipelineConfigurationTimeStamp' => '

The time when the pipeline info was configured.

', 'RecommendationReportDetails$s3Bucket' => '

The S3 bucket where the report file is located.

', 'RemoteSourceCodeAnalysisServerInfo$remoteSourceCodeAnalysisServerConfigurationTimestamp' => '

The time when the remote source code server was configured.

', 'S3Keys$member' => NULL, 'ServerDetail$serverType' => '

The type of server.

', 'ServiceQuotaExceededException$message' => NULL, 'SourceCodeRepository$branch' => '

The branch of the source code.

', 'SourceCodeRepository$projectName' => '

The name of the project.

', 'SourceCodeRepository$repository' => '

The repository name for the source code.

', 'SourceCodeRepository$versionControlType' => '

The type of repository to use for the source code.

', 'StartImportFileTaskRequest$s3key' => '

The Amazon S3 key name of the import file.

', 'StartImportFileTaskResponse$id' => '

The ID for a specific import task. The ID is unique within an AWS account.

', 'SystemInfo$cpuArchitecture' => '

CPU architecture type for the server.

', 'SystemInfo$fileSystemType' => '

File system type for the server.

', 'VcenterBasedRemoteInfo$vcenterConfigurationTimeStamp' => '

The time when the remote server based on vCenter was last configured.

', 'VersionControlInfo$versionControlConfigurationTimeStamp' => '

The time when the version control system was last configured.

', ], ], 'SystemInfo' => [ 'base' => '

Information about the server that hosts application components.

', 'refs' => [ 'ServerDetail$systemInfo' => '

System information about the server.

', ], ], 'TargetDatabaseEngine' => [ 'base' => NULL, 'refs' => [ 'TargetDatabaseEngines$member' => NULL, ], ], 'TargetDatabaseEngines' => [ 'base' => NULL, 'refs' => [ 'NoDatabaseMigrationPreference$targetDatabaseEngine' => '

The target database engine for database migration preference that you specify.

', ], ], 'TargetDestination' => [ 'base' => NULL, 'refs' => [ 'RecommendationSet$targetDestination' => '

The recommended target destination.

', 'StrategyOption$targetDestination' => '

Destination information about where the application component can migrate to. For example, EC2, ECS, and so on.

', ], ], 'ThrottlingException' => [ 'base' => '

The request was denied due to request throttling.

', 'refs' => [], ], 'TimeStamp' => [ 'base' => NULL, 'refs' => [ 'ApplicationComponentDetail$lastAnalyzedTimestamp' => '

The timestamp of when the application component was assessed.

', 'AssessmentSummary$lastAnalyzedTimestamp' => '

The time the assessment was performed.

', 'DataCollectionDetails$completionTime' => '

The time the assessment completes.

', 'DataCollectionDetails$startTime' => '

The start time of assessment.

', 'GetImportFileTaskResponse$completionTime' => '

The time that the import task completed.

', 'GetImportFileTaskResponse$startTime' => '

Start time of the import task.

', 'ImportFileTaskInformation$completionTime' => '

The time that the import task completes.

', 'ImportFileTaskInformation$startTime' => '

Start time of the import task.

', 'ServerDetail$lastAnalyzedTimestamp' => '

The timestamp of when the server was assessed.

', ], ], 'TranformationToolDescription' => [ 'base' => NULL, 'refs' => [ 'TransformationTool$description' => '

Description of the tool.

', ], ], 'TranformationToolInstallationLink' => [ 'base' => NULL, 'refs' => [ 'TransformationTool$tranformationToolInstallationLink' => '

URL for installing the tool.

', ], ], 'TransformationTool' => [ 'base' => '

Information of the transformation tool that can be used to migrate and modernize the application.

', 'refs' => [ 'RecommendationSet$transformationTool' => '

The target destination for the recommendation set.

', ], ], 'TransformationToolName' => [ 'base' => NULL, 'refs' => [ 'StrategyOption$toolName' => '

The name of the tool that can be used to transform an application component using this strategy.

', 'TransformationTool$name' => '

Name of the tool.

', ], ], 'UpdateApplicationComponentConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApplicationComponentConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServerConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateServerConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

The request body isn\'t valid.

', 'refs' => [], ], 'VcenterBasedRemoteInfo' => [ 'base' => '

Details about the server in vCenter.

', 'refs' => [ 'VcenterBasedRemoteInfoList$member' => NULL, ], ], 'VcenterBasedRemoteInfoList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationSummary$vcenterBasedRemoteInfoList' => '

The list of vCenter configurations.

', ], ], 'VersionControl' => [ 'base' => NULL, 'refs' => [ 'SourceCode$versionControl' => '

The type of repository to use for the source code.

', ], ], 'VersionControlInfo' => [ 'base' => '

Details about the version control configuration.

', 'refs' => [ 'VersionControlInfoList$member' => NULL, ], ], 'VersionControlInfoList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationSummary$versionControlInfoList' => '

The list of the version control configurations.

', ], ], 'VersionControlType' => [ 'base' => NULL, 'refs' => [ 'VersionControlInfo$versionControlType' => '

The type of version control.

', ], ], 'errorMessage' => [ 'base' => NULL, 'refs' => [ 'DependencyException$message' => NULL, 'InternalServerException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'ServiceLinkedRoleLockClientException$message' => NULL, 'ThrottlingException$message' => NULL, 'ValidationException$message' => NULL, ], ], 'importS3Bucket' => [ 'base' => NULL, 'refs' => [ 'GetImportFileTaskResponse$inputS3Bucket' => '

The S3 bucket where import file is located.

', 'GetImportFileTaskResponse$statusReportS3Bucket' => '

The S3 bucket name for status report of import task.

', 'ImportFileTaskInformation$inputS3Bucket' => '

The S3 bucket where the import file is located.

', 'ImportFileTaskInformation$statusReportS3Bucket' => '

The S3 bucket name for status report of import task.

', 'StartImportFileTaskRequest$S3Bucket' => '

The S3 bucket where the import file is located. The bucket name is required to begin with migrationhub-strategy-.

', ], ], 'importS3Key' => [ 'base' => NULL, 'refs' => [ 'GetImportFileTaskResponse$inputS3Key' => '

The Amazon S3 key name of the import file.

', 'GetImportFileTaskResponse$statusReportS3Key' => '

The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.

', 'ImportFileTaskInformation$inputS3Key' => '

The Amazon S3 key name of the import file.

', 'ImportFileTaskInformation$statusReportS3Key' => '

The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.

', ], ], ],];