Skip to content

Commit cff6798

Browse files
chore: Updates version to 1.6.110
1 parent 5aedbc0 commit cff6798

16 files changed

Lines changed: 7734 additions & 534 deletions

File tree

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.109
1+
1.6.110

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.110
1+
1.6.111

Sources/Core/AWSSDKDynamic/Sources/AWSSDKDynamic/PackageVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
// Code is auto-generated. DO NOT EDIT!
99

10-
public let packageVersion = "1.6.109"
10+
public let packageVersion = "1.6.110"

Sources/Services/AWSBCMDataExports/Sources/AWSBCMDataExports/Models.swift

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,16 @@ extension BCMDataExportsClientTypes {
318318
extension BCMDataExportsClientTypes {
319319

320320
public enum S3OutputType: Swift.Sendable, Swift.Equatable, Swift.RawRepresentable, Swift.CaseIterable, Swift.Hashable {
321+
case athena
321322
case custom
323+
case redshift
322324
case sdkUnknown(Swift.String)
323325

324326
public static var allCases: [S3OutputType] {
325327
return [
326-
.custom
328+
.athena,
329+
.custom,
330+
.redshift
327331
]
328332
}
329333

@@ -334,7 +338,9 @@ extension BCMDataExportsClientTypes {
334338

335339
public var rawValue: Swift.String {
336340
switch self {
341+
case .athena: return "ATHENA"
337342
case .custom: return "CUSTOM"
343+
case .redshift: return "REDSHIFT"
338344
case let .sdkUnknown(s): return s
339345
}
340346
}

Sources/Services/AWSBedrockAgentCore/Sources/AWSBedrockAgentCore/BedrockAgentCoreClient.swift

Lines changed: 869 additions & 46 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)