Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Creates a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.
Synopsis
- data CreateManagedEndpoint = CreateManagedEndpoint' {}
- newCreateManagedEndpoint :: Text -> Text -> Text -> Text -> Text -> Text -> Text -> CreateManagedEndpoint
- createManagedEndpoint_configurationOverrides :: Lens' CreateManagedEndpoint (Maybe ConfigurationOverrides)
- createManagedEndpoint_tags :: Lens' CreateManagedEndpoint (Maybe (HashMap Text Text))
- createManagedEndpoint_name :: Lens' CreateManagedEndpoint Text
- createManagedEndpoint_virtualClusterId :: Lens' CreateManagedEndpoint Text
- createManagedEndpoint_type :: Lens' CreateManagedEndpoint Text
- createManagedEndpoint_releaseLabel :: Lens' CreateManagedEndpoint Text
- createManagedEndpoint_executionRoleArn :: Lens' CreateManagedEndpoint Text
- createManagedEndpoint_certificateArn :: Lens' CreateManagedEndpoint Text
- createManagedEndpoint_clientToken :: Lens' CreateManagedEndpoint Text
- data CreateManagedEndpointResponse = CreateManagedEndpointResponse' {}
- newCreateManagedEndpointResponse :: Int -> CreateManagedEndpointResponse
- createManagedEndpointResponse_arn :: Lens' CreateManagedEndpointResponse (Maybe Text)
- createManagedEndpointResponse_name :: Lens' CreateManagedEndpointResponse (Maybe Text)
- createManagedEndpointResponse_id :: Lens' CreateManagedEndpointResponse (Maybe Text)
- createManagedEndpointResponse_virtualClusterId :: Lens' CreateManagedEndpointResponse (Maybe Text)
- createManagedEndpointResponse_httpStatus :: Lens' CreateManagedEndpointResponse Int
Creating a Request
data CreateManagedEndpoint Source #
See: newCreateManagedEndpoint
smart constructor.
CreateManagedEndpoint' | |
|
Instances
newCreateManagedEndpoint Source #
Create a value of CreateManagedEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurationOverrides:CreateManagedEndpoint'
, createManagedEndpoint_configurationOverrides
- The configuration settings that will be used to override existing
configurations.
$sel:tags:CreateManagedEndpoint'
, createManagedEndpoint_tags
- The tags of the managed endpoint.
$sel:name:CreateManagedEndpoint'
, createManagedEndpoint_name
- The name of the managed endpoint.
$sel:virtualClusterId:CreateManagedEndpoint'
, createManagedEndpoint_virtualClusterId
- The ID of the virtual cluster for which a managed endpoint is created.
$sel:type':CreateManagedEndpoint'
, createManagedEndpoint_type
- The type of the managed endpoint.
$sel:releaseLabel:CreateManagedEndpoint'
, createManagedEndpoint_releaseLabel
- The Amazon EMR release version.
$sel:executionRoleArn:CreateManagedEndpoint'
, createManagedEndpoint_executionRoleArn
- The ARN of the execution role.
$sel:certificateArn:CreateManagedEndpoint'
, createManagedEndpoint_certificateArn
- The certificate ARN of the managed endpoint.
$sel:clientToken:CreateManagedEndpoint'
, createManagedEndpoint_clientToken
- The client idempotency token for this create call.
Request Lenses
createManagedEndpoint_configurationOverrides :: Lens' CreateManagedEndpoint (Maybe ConfigurationOverrides) Source #
The configuration settings that will be used to override existing configurations.
createManagedEndpoint_tags :: Lens' CreateManagedEndpoint (Maybe (HashMap Text Text)) Source #
The tags of the managed endpoint.
createManagedEndpoint_name :: Lens' CreateManagedEndpoint Text Source #
The name of the managed endpoint.
createManagedEndpoint_virtualClusterId :: Lens' CreateManagedEndpoint Text Source #
The ID of the virtual cluster for which a managed endpoint is created.
createManagedEndpoint_type :: Lens' CreateManagedEndpoint Text Source #
The type of the managed endpoint.
createManagedEndpoint_releaseLabel :: Lens' CreateManagedEndpoint Text Source #
The Amazon EMR release version.
createManagedEndpoint_executionRoleArn :: Lens' CreateManagedEndpoint Text Source #
The ARN of the execution role.
createManagedEndpoint_certificateArn :: Lens' CreateManagedEndpoint Text Source #
The certificate ARN of the managed endpoint.
createManagedEndpoint_clientToken :: Lens' CreateManagedEndpoint Text Source #
The client idempotency token for this create call.
Destructuring the Response
data CreateManagedEndpointResponse Source #
See: newCreateManagedEndpointResponse
smart constructor.
CreateManagedEndpointResponse' | |
|
Instances
newCreateManagedEndpointResponse Source #
Create a value of CreateManagedEndpointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:CreateManagedEndpointResponse'
, createManagedEndpointResponse_arn
- The output contains the ARN of the managed endpoint.
$sel:name:CreateManagedEndpoint'
, createManagedEndpointResponse_name
- The output contains the name of the managed endpoint.
$sel:id:CreateManagedEndpointResponse'
, createManagedEndpointResponse_id
- The output contains the ID of the managed endpoint.
$sel:virtualClusterId:CreateManagedEndpoint'
, createManagedEndpointResponse_virtualClusterId
- The output contains the ID of the virtual cluster.
$sel:httpStatus:CreateManagedEndpointResponse'
, createManagedEndpointResponse_httpStatus
- The response's http status code.
Response Lenses
createManagedEndpointResponse_arn :: Lens' CreateManagedEndpointResponse (Maybe Text) Source #
The output contains the ARN of the managed endpoint.
createManagedEndpointResponse_name :: Lens' CreateManagedEndpointResponse (Maybe Text) Source #
The output contains the name of the managed endpoint.
createManagedEndpointResponse_id :: Lens' CreateManagedEndpointResponse (Maybe Text) Source #
The output contains the ID of the managed endpoint.
createManagedEndpointResponse_virtualClusterId :: Lens' CreateManagedEndpointResponse (Maybe Text) Source #
The output contains the ID of the virtual cluster.
createManagedEndpointResponse_httpStatus :: Lens' CreateManagedEndpointResponse Int Source #
The response's http status code.