Skip to content

Commit 170d0b1

Browse files
committed
updated the Kotlin SDK build number
1 parent 00dea77 commit 170d0b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

kotlin/services/redshift/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Code excerpts that show you how to call individual service functions.
3636
- [CreateCluster](src/main/kotlin/com/kotlin/redshift/CreateAndModifyCluster.kt#L56)
3737
- [DeleteCluster](src/main/kotlin/com/kotlin/redshift/DeleteCluster.kt#L38)
3838
- [DescribeClusters](src/main/kotlin/com/kotlin/redshift/DescribeClusters.kt#L22)
39-
- [ModifyCluster](src/main/kotlin/com/kotlin/redshift/CreateAndModifyCluster.kt#L112)
39+
- [ModifyCluster](src/main/kotlin/com/kotlin/redshift/CreateAndModifyCluster.kt#L114)
4040

4141

4242
<!--custom.examples.start-->
@@ -83,4 +83,4 @@ in the `kotlin` folder.
8383

8484
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
8585

86-
SPDX-License-Identifier: Apache-2.0
86+
SPDX-License-Identifier: Apache-2.0

kotlin/services/redshift/src/test/kotlin/RedshiftKotlinTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class RedshiftKotlinTest {
7979
println("Test 6 passed")
8080
}
8181

82-
8382
suspend fun getSecretValues(): String? {
8483
val secretName = "test/red"
8584
val valueRequest =

0 commit comments

Comments
 (0)