Module Values.CreateSubscriptionTargetOutputSource

Creates a subscription target in Amazon DataZone.

Sourcetype nonrec t = {
  1. id : SubscriptionTargetId.t option;
    (*

    The ID of the subscription target.

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

    The authorised principals of the subscription target.

    *)
  3. domainId : DomainId.t option;
    (*

    The ID of the Amazon DataZone domain in which the subscription target was created.

    *)
  4. projectId : ProjectId.t option;
    (*

    ???

    *)
  5. environmentId : EnvironmentId.t option;
    (*

    The ID of the environment in which the subscription target was created.

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

    The name of the subscription target.

    *)
  7. type_ : String_.t option;
    (*

    The type of the subscription target.

    *)
  8. createdBy : CreatedBy.t option;
    (*

    The Amazon DataZone user who created the subscription target.

    *)
  9. updatedBy : UpdatedBy.t option;
    (*

    The Amazon DataZone user who updated the subscription target.

    *)
  10. createdAt : CreatedAt.t option;
    (*

    The timestamp of when the subscription target was created.

    *)
  11. updatedAt : UpdatedAt.t option;
    (*

    The timestamp of when the subscription target was updated.

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

    The manage access role with which the subscription target was created.

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

    The asset types that can be included in the subscription target.

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

    The configuration of the subscription target.

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

    The provider of the subscription target.

    *)
  16. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `UnauthorizedException of UnauthorizedException.t
  7. | `ValidationException of ValidationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?authorizedPrincipals:??? -> ?domainId:??? -> ?projectId:??? -> ?environmentId:??? -> ?name:??? -> ?type_:??? -> ?createdBy:??? -> ?updatedBy:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?manageAccessRole:??? -> ?applicableAssetTypes:??? -> ?subscriptionTargetConfig:??? -> ?provider:??? -> ?subscriptionGrantCreationMode:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ConflictException of ConflictException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.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 SubscriptionTargetId.t | `Timestamp of CreatedAt.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