Values_1.CreateDevEndpointResponseSourceCreates a new development endpoint.
type nonrec t = {endpointName : Values_0.GenericString.t option;The name assigned to the new DevEndpoint.
*)status : Values_0.GenericString.t option;The current status of the new DevEndpoint.
*)securityGroupIds : Values_0.StringList.t option;The security groups assigned to the new DevEndpoint.
*)subnetId : Values_0.GenericString.t option;The subnet ID assigned to the new DevEndpoint.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.
*)yarnEndpointAddress : Values_0.GenericString.t option;The address of the YARN endpoint used by this DevEndpoint.
*)zeppelinRemoteSparkInterpreterPort : Values_0.IntegerValue.t option;The Apache Zeppelin port for the remote Apache Spark interpreter.
*)numberOfNodes : Values_0.IntegerValue.t option;The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.
*)workerType : Values_0.WorkerType.t option;The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.
*)glueVersion : Values_0.GlueVersionString.t option;Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.
*)numberOfWorkers : Values_0.NullableInteger.t option;The number of workers of a defined workerType that are allocated to the development endpoint.
*)availabilityZone : Values_0.GenericString.t option;The Amazon Web Services Availability Zone where this DevEndpoint is located.
*)vpcId : Values_0.GenericString.t option;The ID of the virtual private cloud (VPC) used by this DevEndpoint.
*)extraPythonLibsS3Path : Values_0.GenericString.t option;The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.
*)extraJarsS3Path : Values_0.GenericString.t option;Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.
*)failureReason : Values_0.GenericString.t option;The reason for a current failure in this DevEndpoint.
*)securityConfiguration : Values_0.NameString.t option;The name of the SecurityConfiguration structure being used with this DevEndpoint.
*)createdTimestamp : Values_0.TimestampValue.t option;The point in time at which this DevEndpoint was created.
*)arguments : Values_0.MapValue.t option;The map of arguments used to configure this DevEndpoint. Valid arguments are: "--enable-glue-datacatalog": "" You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `AlreadyExistsException of Values_0.AlreadyExistsException.t| `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?endpointName:??? ->
?status:??? ->
?securityGroupIds:??? ->
?subnetId:??? ->
?roleArn:??? ->
?yarnEndpointAddress:??? ->
?zeppelinRemoteSparkInterpreterPort:??? ->
?numberOfNodes:??? ->
?workerType:??? ->
?glueVersion:??? ->
?numberOfWorkers:??? ->
?availabilityZone:??? ->
?vpcId:??? ->
?extraPythonLibsS3Path:??? ->
?extraJarsS3Path:??? ->
?failureReason:??? ->
?securityConfiguration:??? ->
?createdTimestamp:??? ->
?arguments:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `AlreadyExistsException of Values_0.AlreadyExistsException.t
| `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `ResourceNumberLimitExceededException of
Values_0.ResourceNumberLimitExceededException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.IntegerValue.t
| `List of [> `String of string ] list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.GenericString.t
| `Timestamp of Values_0.TimestampValue.t ])
list ]