ListRecordsRequest

public struct ListRecordsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A string of up to 128 characters. Allowed characters are a-z, A-Z, 0-9, ‘_’ (underscore), ‘-’ (dash), and ‘.’ (dot).

    Declaration

    Swift

    public let datasetName: String
  • A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

    Declaration

    Swift

    public let identityId: String
  • A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

    Declaration

    Swift

    public let identityPoolId: String
  • The last server sync count for this record.

    Declaration

    Swift

    public let lastSyncCount: Int64?
  • The maximum number of results to be returned.

    Declaration

    Swift

    public let maxResults: Int?
  • A pagination token for obtaining the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • A token containing a session ID, identity ID, and expiration.

    Declaration

    Swift

    public let syncSessionToken: String?
  • Undocumented

    Declaration

    Swift

    public init(datasetName: String, identityId: String, identityPoolId: String, lastSyncCount: Int64? = nil, maxResults: Int? = nil, nextToken: String? = nil, syncSessionToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws