UpdateDashboardRequest

public struct UpdateDashboardRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.

    Declaration

    Swift

    public let clientToken: String?
  • The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide.

    Declaration

    Swift

    public let dashboardDefinition: String
  • A new description for the dashboard.

    Declaration

    Swift

    public let dashboardDescription: String?
  • The ID of the dashboard to update.

    Declaration

    Swift

    public let dashboardId: String
  • A new friendly name for the dashboard.

    Declaration

    Swift

    public let dashboardName: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = UpdateDashboardRequest.idempotencyToken(), dashboardDefinition: String, dashboardDescription: String? = nil, dashboardId: String, dashboardName: String)
  • Declaration

    Swift

    public func validate(name: String) throws