Skip to content

Commit

Permalink
docs(client-datasync): Documentation-only updates for AWS DataSync.
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 15, 2023
1 parent aec538f commit 2cac9a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ export interface GenerateRecommendationsCommandOutput extends GenerateRecommenda
* on-premises storage system's resources. For more information, see <a href="https://docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html">Recommendations
* provided by DataSync Discovery</a>.</p>
* <p>Once generated, you can view your recommendations by using the <a href="https://docs.aws.amazon.com/datasync/latest/userguide/API_DescribeStorageSystemResources.html">DescribeStorageSystemResources</a> operation.</p>
* <note>
* <p>If your <a href="https://docs.aws.amazon.com/datasync/latest/userguide/discovery-job-statuses.html#discovery-job-statuses-table">discovery job completes successfully</a>, you don't need to use this operation. DataSync
* Discovery generates the recommendations for you automatically.</p>
* </note>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
2 changes: 1 addition & 1 deletion clients/client-datasync/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2317,7 +2317,7 @@ export interface ReportOverrides {

/**
* @public
* <p>Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. This only applies if you <a href="https://docs.aws.amazon.com/datasync/latest/userguide/configure-data-verification-options.html">configure your task</a> to verify data during and after the transfer (which DataSync does by default).</p>
* <p>Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.</p>
*/
Verified?: ReportOverride;

Expand Down
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/datasync.json
Original file line number Diff line number Diff line change
Expand Up @@ -5175,7 +5175,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Creates recommendations about where to migrate your data to in Amazon Web Services.\n Recommendations are generated based on information that DataSync Discovery collects about your\n on-premises storage system's resources. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html\">Recommendations\n provided by DataSync Discovery</a>.</p>\n <p>Once generated, you can view your recommendations by using the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_DescribeStorageSystemResources.html\">DescribeStorageSystemResources</a> operation.</p>\n <note>\n <p>If your <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/discovery-job-statuses.html#discovery-job-statuses-table\">discovery job completes successfully</a>, you don't need to use this operation. DataSync\n Discovery generates the recommendations for you automatically.</p>\n </note>",
"smithy.api#documentation": "<p>Creates recommendations about where to migrate your data to in Amazon Web Services.\n Recommendations are generated based on information that DataSync Discovery collects about your\n on-premises storage system's resources. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html\">Recommendations\n provided by DataSync Discovery</a>.</p>\n <p>Once generated, you can view your recommendations by using the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_DescribeStorageSystemResources.html\">DescribeStorageSystemResources</a> operation.</p>",
"smithy.api#endpoint": {
"hostPrefix": "discovery-"
}
Expand Down Expand Up @@ -7446,7 +7446,7 @@
"Verified": {
"target": "com.amazonaws.datasync#ReportOverride",
"traits": {
"smithy.api#documentation": "<p>Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer. This only applies if you <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/configure-data-verification-options.html\">configure your task</a> to verify data during and after the transfer (which DataSync does by default).</p>"
"smithy.api#documentation": "<p>Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.</p>"
}
},
"Deleted": {
Expand Down Expand Up @@ -9426,4 +9426,4 @@
"type": "string"
}
}
}
}

0 comments on commit 2cac9a6

Please sign in to comment.