Module Values.GetEnvironmentBlueprintConfigurationOutputSource

Gets the blueprint configuration in Amazon DataZone.

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

    The ID of the Amazon DataZone domain where this blueprint exists.

    *)
  2. environmentBlueprintId : EnvironmentBlueprintId.t option;
    (*

    The ID of the blueprint.

    *)
  3. provisioningRoleArn : RoleArn.t option;
    (*

    The ARN of the provisioning role with which this blueprint is created.

    *)
  4. environmentRolePermissionBoundary : PolicyArn.t option;
    (*

    The environment role permissions boundary.

    *)
  5. manageAccessRoleArn : RoleArn.t option;
    (*

    The ARN of the manage access role with which this blueprint is created.

    *)
  6. enabledRegions : EnabledRegionList.t option;
    (*

    The Amazon Web Services regions in which this blueprint is enabled.

    *)
  7. regionalParameters : RegionalParameterMap.t option;
    (*

    The regional parameters of the blueprint.

    *)
  8. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp of when this blueprint was created.

    *)
  9. updatedAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp of when this blueprint was upated.

    *)
  10. provisioningConfigurations : ProvisioningConfigurationList.t option;
    (*

    The provisioning configuration of a blueprint.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `UnauthorizedException of UnauthorizedException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?domainId:??? -> ?environmentBlueprintId:??? -> ?provisioningRoleArn:??? -> ?environmentRolePermissionBoundary:??? -> ?manageAccessRoleArn:??? -> ?enabledRegions:??? -> ?regionalParameters:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?provisioningConfigurations:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.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 | `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 * [> `List of [> `String of RegionName.t | `Structure of (string * [> `Structure of (string * [> `List of [> `String of S3Location.t ] list | `String of RoleArn.t ]) list ]) list ] list | `Map of ([> `String of RegionName.t ] * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list ]) list | `String of DomainId.t | `Timestamp of SyntheticTimestamp_date_time.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