We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8cb2b commit e7fc59fCopy full SHA for e7fc59f
python/rpdk/java/templates/init/guided_aws/Translator.java
@@ -91,9 +91,9 @@ static AwsRequest translateToSecondUpdateRequest(final ResourceModel model) {
91
}
92
93
/**
94
- * Request to update properties of a previously created resource
95
- * @param nextToken token passed to the aws service describe resource request
96
- * @return awsRequest the aws service request to describe resources within aws account
+ * Request to list resources
+ * @param nextToken token passed to the aws service list resources request
+ * @return awsRequest the aws service request to list resources within aws account
97
*/
98
static AwsRequest translateToListRequest(final String nextToken) {
99
final AwsRequest awsRequest = null;
0 commit comments