Skip to content

Commit 2cac9a6

Browse files
author
awstools
committed
docs(client-datasync): Documentation-only updates for AWS DataSync.
1 parent aec538f commit 2cac9a6

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Diff for: clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts

-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ export interface GenerateRecommendationsCommandOutput extends GenerateRecommenda
4141
* 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
4242
* provided by DataSync Discovery</a>.</p>
4343
* <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>
44-
* <note>
45-
* <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
46-
* Discovery generates the recommendations for you automatically.</p>
47-
* </note>
4844
* @example
4945
* Use a bare-bones client and the command you need to make an API call.
5046
* ```javascript

Diff for: clients/client-datasync/src/models/models_0.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ export interface ReportOverrides {
23172317

23182318
/**
23192319
* @public
2320-
* <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>
2320+
* <p>Specifies the level of reporting for the files, objects, and directories that DataSync attempted to verify at the end of your transfer.</p>
23212321
*/
23222322
Verified?: ReportOverride;
23232323

Diff for: codegen/sdk-codegen/aws-models/datasync.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5175,7 +5175,7 @@
51755175
}
51765176
],
51775177
"traits": {
5178-
"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>",
5178+
"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>",
51795179
"smithy.api#endpoint": {
51805180
"hostPrefix": "discovery-"
51815181
}
@@ -7446,7 +7446,7 @@
74467446
"Verified": {
74477447
"target": "com.amazonaws.datasync#ReportOverride",
74487448
"traits": {
7449-
"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>"
7449+
"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>"
74507450
}
74517451
},
74527452
"Deleted": {
@@ -9426,4 +9426,4 @@
94269426
"type": "string"
94279427
}
94289428
}
9429-
}
9429+
}

0 commit comments

Comments
 (0)