UpdateNetworkProfileRequest

public struct UpdateNetworkProfileRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

    Declaration

    Swift

    public let certificateAuthorityArn: String?
  • The current password of the Wi-Fi network.

    Declaration

    Swift

    public let currentPassword: String?
  • Detailed information about a device’s network profile.

    Declaration

    Swift

    public let description: String?
  • The ARN of the network profile associated with a device.

    Declaration

    Swift

    public let networkProfileArn: String
  • The name of the network profile associated with a device.

    Declaration

    Swift

    public let networkProfileName: String?
  • The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.

    Declaration

    Swift

    public let nextPassword: String?
  • The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.

    Declaration

    Swift

    public let trustAnchors: [String]?
  • Undocumented

    Declaration

    Swift

    public init(certificateAuthorityArn: String? = nil, currentPassword: String? = nil, description: String? = nil, networkProfileArn: String, networkProfileName: String? = nil, nextPassword: String? = nil, trustAnchors: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws