Skip to content

Commit 8d93bf7

Browse files
chore: Updates version to 1.6.74
1 parent c105453 commit 8d93bf7

File tree

18 files changed

+12238
-5262
lines changed

18 files changed

+12238
-5262
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import PackageDescription
1515

1616
// MARK: - Dynamic Content
1717

18-
let clientRuntimeVersion: Version = "0.191.0"
18+
let clientRuntimeVersion: Version = "0.192.0"
1919
let crtVersion: Version = "0.58.1"
2020

2121
let excludeRuntimeUnitTests = false
@@ -1316,7 +1316,7 @@ private let serviceClientData: [ServiceClientData] = [
13161316
.init(
13171317
"AWSMgn",
13181318
"mgn.json",
1319-
[.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI]
1319+
[.AWSClientRuntime, .AWSSDKChecksums, .AWSSDKHTTPAuth, .AWSSDKIdentity, .ClientRuntime, .Smithy, .SmithyHTTPAPI, .SmithyHTTPAuthAPI, .SmithyIdentity, .SmithyJSON, .SmithyReadWrite, .SmithyRetries, .SmithyRetriesAPI, .SmithyTimestamps]
13201320
),
13211321
.init(
13221322
"AWSMigrationHub",

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.73
1+
1.6.74

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.74
1+
1.6.75

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.73"
10+
public let packageVersion = "1.6.74"

Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/Models.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,6 +1418,7 @@ extension APIGatewayClientTypes {
14181418
case securitypolicyTls122018Edge
14191419
case securitypolicyTls12Pfs2025Edge
14201420
case securitypolicyTls1312202106
1421+
case securitypolicyTls1312FipsPfsPq202509
14211422
case securitypolicyTls1312FipsPq202509
14221423
case securitypolicyTls1312PfsPq202509
14231424
case securitypolicyTls1312Pq202509
@@ -1433,6 +1434,7 @@ extension APIGatewayClientTypes {
14331434
.securitypolicyTls122018Edge,
14341435
.securitypolicyTls12Pfs2025Edge,
14351436
.securitypolicyTls1312202106,
1437+
.securitypolicyTls1312FipsPfsPq202509,
14361438
.securitypolicyTls1312FipsPq202509,
14371439
.securitypolicyTls1312PfsPq202509,
14381440
.securitypolicyTls1312Pq202509,
@@ -1454,6 +1456,7 @@ extension APIGatewayClientTypes {
14541456
case .securitypolicyTls122018Edge: return "SecurityPolicy_TLS12_2018_EDGE"
14551457
case .securitypolicyTls12Pfs2025Edge: return "SecurityPolicy_TLS12_PFS_2025_EDGE"
14561458
case .securitypolicyTls1312202106: return "SecurityPolicy_TLS13_1_2_2021_06"
1459+
case .securitypolicyTls1312FipsPfsPq202509: return "SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09"
14571460
case .securitypolicyTls1312FipsPq202509: return "SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09"
14581461
case .securitypolicyTls1312PfsPq202509: return "SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09"
14591462
case .securitypolicyTls1312Pq202509: return "SecurityPolicy_TLS13_1_2_PQ_2025_09"

Sources/Services/AWSConfigService/Sources/AWSConfigService/Paginators.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,15 @@ extension DescribeConformancePackComplianceInput: ClientRuntime.PaginateToken {
308308
nextToken: token
309309
)}
310310
}
311+
312+
extension PaginatorSequence where OperationStackInput == DescribeConformancePackComplianceInput, OperationStackOutput == DescribeConformancePackComplianceOutput {
313+
/// This paginator transforms the `AsyncSequence` returned by `describeConformancePackCompliancePaginated`
314+
/// to access the nested member `[ConfigClientTypes.ConformancePackRuleCompliance]`
315+
/// - Returns: `[ConfigClientTypes.ConformancePackRuleCompliance]`
316+
public func conformancePackRuleComplianceList() async throws -> [ConfigClientTypes.ConformancePackRuleCompliance] {
317+
return try await self.asyncCompactMap { item in item.conformancePackRuleComplianceList }
318+
}
319+
}
311320
extension ConfigClient {
312321
/// Paginate over `[DescribeConformancePacksOutput]` results.
313322
///

Sources/Services/AWSConnect/Sources/AWSConnect/Models.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7645,6 +7645,7 @@ public struct CreateNotificationInput: Swift.Sendable {
76457645
/// This member is required.
76467646
public var instanceId: Swift.String?
76477647
/// The unique identifier for a notification.
7648+
@available(*, deprecated, message: "PredefinedNotificationId is deprecated. Use ClientToken for idempotency. API deprecated since 3/13/2026")
76487649
public var predefinedNotificationId: Swift.String?
76497650
/// The priority level of the notification. Valid values are HIGH and LOW. High priority notifications are displayed above low priority notifications.
76507651
public var priority: ConnectClientTypes.ConfigurableNotificationPriority?

Sources/Services/AWSGameLiftStreams/Sources/AWSGameLiftStreams/GameLiftStreamsClient.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,6 +2021,8 @@ extension GameLiftStreamsClient {
20212021
///
20222022
/// * Connection timeout: The amount of time that Amazon GameLift Streams waits for a client to connect to a stream session in ACTIVE status, or reconnect to a stream session in PENDING_CLIENT_RECONNECTION status, the latter of which occurs when a client disconnects or loses connection from a stream session. If no client connects before the timeout, Amazon GameLift Streams terminates the stream session. This value is specified by ConnectionTimeoutSeconds in the StartStreamSession parameters.
20232023
///
2024+
/// * Idle timeout: A stream session will be terminated if no user input has been received for 60 minutes.
2025+
///
20242026
/// * Maximum session length: A stream session will be terminated after this amount of time has elapsed since it started, regardless of any existing client connections. This value is specified by SessionLengthSeconds in the StartStreamSession parameters.
20252027
///
20262028
///

0 commit comments

Comments
 (0)