We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e0c51 commit 8a04296Copy full SHA for 8a04296
kotlin/services/mediaconvert/src/main/kotlin/com/kotlin/mediaconvert/CreateJob.kt
@@ -59,7 +59,7 @@ suspend fun main(args: Array<String>) {
59
val fileInput = args[1]
60
val mcClient = MediaConvertClient.fromEnvironment { region = "us-west-2" }
61
val id = createMediaJob(mcClient, mcRoleARN, fileInput)
62
- println("MediaConvert job $id was successfully created!")
+ println("MediaConvert job $id was created successfully!")
63
}
64
65
// snippet-start:[mediaconvert.kotlin.createjob.main]
0 commit comments