Skip to content

Commit b7567e9

Browse files
committed
Fix readme problem
1 parent 11b995e commit b7567e9

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

swift/example_code/rds/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ Code examples that show you how to perform the essential operations within a ser
4040

4141
Code excerpts that show you how to call individual service functions.
4242

43-
- [CreateDBInstance](scenario/Sources/entry.swift#L543)
44-
- [CreateDBParameterGroup](scenario/Sources/entry.swift#L340)
45-
- [CreateDBSnapshot](scenario/Sources/entry.swift#L641)
46-
- [DeleteDBInstance](scenario/Sources/entry.swift#L719)
47-
- [DeleteDBParameterGroup](scenario/Sources/entry.swift#L784)
48-
- [DescribeDBEngineVersions](scenario/Sources/entry.swift#L317)
49-
- [DescribeDBInstances](scenario/Sources/entry.swift#L595)
50-
- [DescribeDBParameterGroups](scenario/Sources/entry.swift#L364)
51-
- [DescribeDBParameters](scenario/Sources/entry.swift#L388)
52-
- [DescribeDBSnapshots](scenario/Sources/entry.swift#L670)
53-
- [DescribeOrderableDBInstanceOptions](scenario/Sources/entry.swift#L492)
54-
- [ModifyDBParameterGroup](scenario/Sources/entry.swift#L427)
43+
- [CreateDBInstance](scenario/Sources/entry.swift#L529)
44+
- [CreateDBParameterGroup](scenario/Sources/entry.swift#L326)
45+
- [CreateDBSnapshot](scenario/Sources/entry.swift#L627)
46+
- [DeleteDBInstance](scenario/Sources/entry.swift#L705)
47+
- [DeleteDBParameterGroup](scenario/Sources/entry.swift#L770)
48+
- [DescribeDBEngineVersions](scenario/Sources/entry.swift#L303)
49+
- [DescribeDBInstances](scenario/Sources/entry.swift#L581)
50+
- [DescribeDBParameterGroups](scenario/Sources/entry.swift#L350)
51+
- [DescribeDBParameters](scenario/Sources/entry.swift#L374)
52+
- [DescribeDBSnapshots](scenario/Sources/entry.swift#L656)
53+
- [DescribeOrderableDBInstanceOptions](scenario/Sources/entry.swift#L478)
54+
- [ModifyDBParameterGroup](scenario/Sources/entry.swift#L413)
5555

5656

5757
<!--custom.examples.start-->

swift/example_code/swift-sdk/http-config/Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// (swift-tools-version has two lines here because it needs to be the first
66
// line in the file, but it should also appear in the snippet below)
77
//
8-
// snippet-start:[swift.cognito-identity-provider.scenario.package]
98
// swift-tools-version: 5.9
109
//
1110
// The swift-tools-version declares the minimum version of Swift required to
@@ -44,4 +43,3 @@ let package = Package(
4443

4544
]
4645
)
47-
// snippet-end:[swift.cognito-identity-provider.scenario.package]

0 commit comments

Comments
 (0)