Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python/rpdk/java/templates/init/guided_aws/Translator.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ static AwsRequest translateToSecondUpdateRequest(final ResourceModel model) {
}

/**
* Request to update properties of a previously created resource
* @param nextToken token passed to the aws service describe resource request
* @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
*/
static AwsRequest translateToListRequest(final String nextToken) {
final AwsRequest awsRequest = null;
Expand Down