File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
8484Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
8585
86- SPDX-License-Identifier: Apache-2.0
86+ SPDX-License-Identifier: Apache-2.0
Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments