Module Values.UpdateSubscriptionTargetInputSource

Updates the specified subscription target in Amazon DataZone.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The identifier of the Amazon DataZone domain in which a subscription target is to be updated.

    *)
  2. environmentIdentifier : EnvironmentId.t;
    (*

    The identifier of the environment in which a subscription target is to be updated.

    *)
  3. identifier : SubscriptionTargetId.t;
    (*

    Identifier of the subscription target that is to be updated.

    *)
  4. name : SubscriptionTargetName.t option;
    (*

    The name to be updated as part of the UpdateSubscriptionTarget action.

    *)
  5. authorizedPrincipals : AuthorizedPrincipalIdentifiers.t option;
    (*

    The authorized principals to be updated as part of the UpdateSubscriptionTarget action.

    *)
  6. applicableAssetTypes : ApplicableAssetTypes.t option;
    (*

    The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.

    *)
  7. subscriptionTargetConfig : SubscriptionTargetForms.t option;
    (*

    The configuration to be updated as part of the UpdateSubscriptionTarget action.

    *)
  8. manageAccessRole : IamRoleArn.t option;
    (*

    The manage access role to be updated as part of the UpdateSubscriptionTarget action.

    *)
  9. provider : String_.t option;
    (*

    The provider to be updated as part of the UpdateSubscriptionTarget action.

    *)
  10. subscriptionGrantCreationMode : SubscriptionGrantCreationMode.t option;
    (*

    Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?authorizedPrincipals:??? -> ?applicableAssetTypes:??? -> ?subscriptionTargetConfig:??? -> ?manageAccessRole:??? -> ?provider:??? -> ?subscriptionGrantCreationMode:??? -> domainIdentifier:DomainId.t -> environmentIdentifier:EnvironmentId.t -> identifier:SubscriptionTargetId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of AuthorizedPrincipalIdentifier.t | `Structure of (string * [> `String of FormName.t ]) list ] list | `String of DomainId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t