MergeShardsInput

public struct MergeShardsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The shard ID of the adjacent shard for the merge.

    Declaration

    Swift

    public let adjacentShardToMerge: String
  • The shard ID of the shard to combine with the adjacent shard for the merge.

    Declaration

    Swift

    public let shardToMerge: String
  • The name of the stream for the merge.

    Declaration

    Swift

    public let streamName: String
  • Undocumented

    Declaration

    Swift

    public init(adjacentShardToMerge: String, shardToMerge: String, streamName: String)
  • Declaration

    Swift

    public func validate(name: String) throws