We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9b637 commit fa26073Copy full SHA for fa26073
Sources/AWSLambdaRuntime/LambdaContext.swift
@@ -21,7 +21,7 @@ import NIOCore
21
/// AWS Mobile SDK client fields.
22
public struct ClientApplication: Codable, Sendable {
23
/// The mobile app installation id
24
- public let installationId: String?
+ public let installationID: String?
25
/// The app title for the mobile app as registered with AWS' mobile services.
26
public let appTitle: String?
27
/// The version name of the application as registered with AWS' mobile services.
0 commit comments