DisassociateAssetsRequest

public struct DisassociateAssetsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the parent asset from which to disassociate the child asset.

    Declaration

    Swift

    public let assetId: String
  • The ID of the child asset to disassociate.

    Declaration

    Swift

    public let childAssetId: String
  • 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 ID of a hierarchy in the parent asset’s model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to identify the correct asset to disassociate. For more information, see Asset hierarchies in the AWS IoT SiteWise User Guide.

    Declaration

    Swift

    public let hierarchyId: String
  • Undocumented

    Declaration

    Swift

    public init(assetId: String, childAssetId: String, clientToken: String? = DisassociateAssetsRequest.idempotencyToken(), hierarchyId: String)
  • Declaration

    Swift

    public func validate(name: String) throws