Locale
public struct Locale : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The country of the locale. Must be a valid ISO 3166 country code. For example, the code US refers to the United States of America. DeclarationSwift public let country: String
- 
                  
                  The state or subdivision of the locale. A valid ISO 3166-2 subdivision code. For example, the code WA refers to the state of Washington. DeclarationSwift public let subdivision: String?
- 
                  
                  Undocumented DeclarationSwift public init(country: String, subdivision: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub Locale Structure Reference
        Locale Structure Reference