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 |
Synopsis
- listManagedEndpoints_states :: Lens' ListManagedEndpoints (Maybe [EndpointState])
- listManagedEndpoints_createdAfter :: Lens' ListManagedEndpoints (Maybe UTCTime)
- listManagedEndpoints_types :: Lens' ListManagedEndpoints (Maybe [Text])
- listManagedEndpoints_nextToken :: Lens' ListManagedEndpoints (Maybe Text)
- listManagedEndpoints_maxResults :: Lens' ListManagedEndpoints (Maybe Int)
- listManagedEndpoints_createdBefore :: Lens' ListManagedEndpoints (Maybe UTCTime)
- listManagedEndpoints_virtualClusterId :: Lens' ListManagedEndpoints Text
- listManagedEndpointsResponse_nextToken :: Lens' ListManagedEndpointsResponse (Maybe Text)
- listManagedEndpointsResponse_endpoints :: Lens' ListManagedEndpointsResponse (Maybe [Endpoint])
- listManagedEndpointsResponse_httpStatus :: Lens' ListManagedEndpointsResponse Int
- createVirtualCluster_tags :: Lens' CreateVirtualCluster (Maybe (HashMap Text Text))
- createVirtualCluster_name :: Lens' CreateVirtualCluster Text
- createVirtualCluster_containerProvider :: Lens' CreateVirtualCluster ContainerProvider
- createVirtualCluster_clientToken :: Lens' CreateVirtualCluster Text
- createVirtualClusterResponse_arn :: Lens' CreateVirtualClusterResponse (Maybe Text)
- createVirtualClusterResponse_name :: Lens' CreateVirtualClusterResponse (Maybe Text)
- createVirtualClusterResponse_id :: Lens' CreateVirtualClusterResponse (Maybe Text)
- createVirtualClusterResponse_httpStatus :: Lens' CreateVirtualClusterResponse Int
- deleteVirtualCluster_id :: Lens' DeleteVirtualCluster Text
- deleteVirtualClusterResponse_id :: Lens' DeleteVirtualClusterResponse (Maybe Text)
- deleteVirtualClusterResponse_httpStatus :: Lens' DeleteVirtualClusterResponse Int
- 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
- 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
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text))
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- cancelJobRun_id :: Lens' CancelJobRun Text
- cancelJobRun_virtualClusterId :: Lens' CancelJobRun Text
- cancelJobRunResponse_id :: Lens' CancelJobRunResponse (Maybe Text)
- cancelJobRunResponse_virtualClusterId :: Lens' CancelJobRunResponse (Maybe Text)
- cancelJobRunResponse_httpStatus :: Lens' CancelJobRunResponse Int
- deleteManagedEndpoint_id :: Lens' DeleteManagedEndpoint Text
- deleteManagedEndpoint_virtualClusterId :: Lens' DeleteManagedEndpoint Text
- deleteManagedEndpointResponse_id :: Lens' DeleteManagedEndpointResponse (Maybe Text)
- deleteManagedEndpointResponse_virtualClusterId :: Lens' DeleteManagedEndpointResponse (Maybe Text)
- deleteManagedEndpointResponse_httpStatus :: Lens' DeleteManagedEndpointResponse Int
- listJobRuns_states :: Lens' ListJobRuns (Maybe [JobRunState])
- listJobRuns_createdAfter :: Lens' ListJobRuns (Maybe UTCTime)
- listJobRuns_nextToken :: Lens' ListJobRuns (Maybe Text)
- listJobRuns_name :: Lens' ListJobRuns (Maybe Text)
- listJobRuns_maxResults :: Lens' ListJobRuns (Maybe Int)
- listJobRuns_createdBefore :: Lens' ListJobRuns (Maybe UTCTime)
- listJobRuns_virtualClusterId :: Lens' ListJobRuns Text
- listJobRunsResponse_nextToken :: Lens' ListJobRunsResponse (Maybe Text)
- listJobRunsResponse_jobRuns :: Lens' ListJobRunsResponse (Maybe [JobRun])
- listJobRunsResponse_httpStatus :: Lens' ListJobRunsResponse Int
- listVirtualClusters_states :: Lens' ListVirtualClusters (Maybe [VirtualClusterState])
- listVirtualClusters_createdAfter :: Lens' ListVirtualClusters (Maybe UTCTime)
- listVirtualClusters_containerProviderType :: Lens' ListVirtualClusters (Maybe ContainerProviderType)
- listVirtualClusters_nextToken :: Lens' ListVirtualClusters (Maybe Text)
- listVirtualClusters_containerProviderId :: Lens' ListVirtualClusters (Maybe Text)
- listVirtualClusters_maxResults :: Lens' ListVirtualClusters (Maybe Int)
- listVirtualClusters_createdBefore :: Lens' ListVirtualClusters (Maybe UTCTime)
- listVirtualClustersResponse_nextToken :: Lens' ListVirtualClustersResponse (Maybe Text)
- listVirtualClustersResponse_virtualClusters :: Lens' ListVirtualClustersResponse (Maybe [VirtualCluster])
- listVirtualClustersResponse_httpStatus :: Lens' ListVirtualClustersResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- describeManagedEndpoint_id :: Lens' DescribeManagedEndpoint Text
- describeManagedEndpoint_virtualClusterId :: Lens' DescribeManagedEndpoint Text
- describeManagedEndpointResponse_endpoint :: Lens' DescribeManagedEndpointResponse (Maybe Endpoint)
- describeManagedEndpointResponse_httpStatus :: Lens' DescribeManagedEndpointResponse Int
- describeJobRun_id :: Lens' DescribeJobRun Text
- describeJobRun_virtualClusterId :: Lens' DescribeJobRun Text
- describeJobRunResponse_jobRun :: Lens' DescribeJobRunResponse (Maybe JobRun)
- describeJobRunResponse_httpStatus :: Lens' DescribeJobRunResponse Int
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- describeVirtualCluster_id :: Lens' DescribeVirtualCluster Text
- describeVirtualClusterResponse_virtualCluster :: Lens' DescribeVirtualClusterResponse (Maybe VirtualCluster)
- describeVirtualClusterResponse_httpStatus :: Lens' DescribeVirtualClusterResponse Int
- startJobRun_configurationOverrides :: Lens' StartJobRun (Maybe ConfigurationOverrides)
- startJobRun_name :: Lens' StartJobRun (Maybe Text)
- startJobRun_tags :: Lens' StartJobRun (Maybe (HashMap Text Text))
- startJobRun_virtualClusterId :: Lens' StartJobRun Text
- startJobRun_clientToken :: Lens' StartJobRun Text
- startJobRun_executionRoleArn :: Lens' StartJobRun Text
- startJobRun_releaseLabel :: Lens' StartJobRun Text
- startJobRun_jobDriver :: Lens' StartJobRun JobDriver
- startJobRunResponse_arn :: Lens' StartJobRunResponse (Maybe Text)
- startJobRunResponse_name :: Lens' StartJobRunResponse (Maybe Text)
- startJobRunResponse_id :: Lens' StartJobRunResponse (Maybe Text)
- startJobRunResponse_virtualClusterId :: Lens' StartJobRunResponse (Maybe Text)
- startJobRunResponse_httpStatus :: Lens' StartJobRunResponse Int
- cloudWatchMonitoringConfiguration_logStreamNamePrefix :: Lens' CloudWatchMonitoringConfiguration (Maybe Text)
- cloudWatchMonitoringConfiguration_logGroupName :: Lens' CloudWatchMonitoringConfiguration Text
- configuration_configurations :: Lens' Configuration (Maybe [Configuration])
- configuration_properties :: Lens' Configuration (Maybe (HashMap Text Text))
- configuration_classification :: Lens' Configuration Text
- configurationOverrides_monitoringConfiguration :: Lens' ConfigurationOverrides (Maybe MonitoringConfiguration)
- configurationOverrides_applicationConfiguration :: Lens' ConfigurationOverrides (Maybe [Configuration])
- containerInfo_eksInfo :: Lens' ContainerInfo (Maybe EksInfo)
- containerProvider_info :: Lens' ContainerProvider (Maybe ContainerInfo)
- containerProvider_type :: Lens' ContainerProvider ContainerProviderType
- containerProvider_id :: Lens' ContainerProvider Text
- eksInfo_namespace :: Lens' EksInfo (Maybe Text)
- endpoint_failureReason :: Lens' Endpoint (Maybe FailureReason)
- endpoint_state :: Lens' Endpoint (Maybe EndpointState)
- endpoint_arn :: Lens' Endpoint (Maybe Text)
- endpoint_createdAt :: Lens' Endpoint (Maybe UTCTime)
- endpoint_subnetIds :: Lens' Endpoint (Maybe [Text])
- endpoint_stateDetails :: Lens' Endpoint (Maybe Text)
- endpoint_certificateArn :: Lens' Endpoint (Maybe Text)
- endpoint_executionRoleArn :: Lens' Endpoint (Maybe Text)
- endpoint_securityGroup :: Lens' Endpoint (Maybe Text)
- endpoint_configurationOverrides :: Lens' Endpoint (Maybe ConfigurationOverrides)
- endpoint_name :: Lens' Endpoint (Maybe Text)
- endpoint_releaseLabel :: Lens' Endpoint (Maybe Text)
- endpoint_id :: Lens' Endpoint (Maybe Text)
- endpoint_type :: Lens' Endpoint (Maybe Text)
- endpoint_serverUrl :: Lens' Endpoint (Maybe Text)
- endpoint_virtualClusterId :: Lens' Endpoint (Maybe Text)
- endpoint_tags :: Lens' Endpoint (Maybe (HashMap Text Text))
- jobDriver_sparkSubmitJobDriver :: Lens' JobDriver (Maybe SparkSubmitJobDriver)
- jobRun_failureReason :: Lens' JobRun (Maybe FailureReason)
- jobRun_state :: Lens' JobRun (Maybe JobRunState)
- jobRun_clientToken :: Lens' JobRun (Maybe Text)
- jobRun_arn :: Lens' JobRun (Maybe Text)
- jobRun_createdAt :: Lens' JobRun (Maybe UTCTime)
- jobRun_stateDetails :: Lens' JobRun (Maybe Text)
- jobRun_createdBy :: Lens' JobRun (Maybe Text)
- jobRun_executionRoleArn :: Lens' JobRun (Maybe Text)
- jobRun_jobDriver :: Lens' JobRun (Maybe JobDriver)
- jobRun_configurationOverrides :: Lens' JobRun (Maybe ConfigurationOverrides)
- jobRun_finishedAt :: Lens' JobRun (Maybe UTCTime)
- jobRun_name :: Lens' JobRun (Maybe Text)
- jobRun_releaseLabel :: Lens' JobRun (Maybe Text)
- jobRun_id :: Lens' JobRun (Maybe Text)
- jobRun_virtualClusterId :: Lens' JobRun (Maybe Text)
- jobRun_tags :: Lens' JobRun (Maybe (HashMap Text Text))
- monitoringConfiguration_persistentAppUI :: Lens' MonitoringConfiguration (Maybe PersistentAppUI)
- monitoringConfiguration_s3MonitoringConfiguration :: Lens' MonitoringConfiguration (Maybe S3MonitoringConfiguration)
- monitoringConfiguration_cloudWatchMonitoringConfiguration :: Lens' MonitoringConfiguration (Maybe CloudWatchMonitoringConfiguration)
- s3MonitoringConfiguration_logUri :: Lens' S3MonitoringConfiguration Text
- sparkSubmitJobDriver_sparkSubmitParameters :: Lens' SparkSubmitJobDriver (Maybe Text)
- sparkSubmitJobDriver_entryPointArguments :: Lens' SparkSubmitJobDriver (Maybe [Text])
- sparkSubmitJobDriver_entryPoint :: Lens' SparkSubmitJobDriver Text
- virtualCluster_state :: Lens' VirtualCluster (Maybe VirtualClusterState)
- virtualCluster_arn :: Lens' VirtualCluster (Maybe Text)
- virtualCluster_createdAt :: Lens' VirtualCluster (Maybe UTCTime)
- virtualCluster_name :: Lens' VirtualCluster (Maybe Text)
- virtualCluster_id :: Lens' VirtualCluster (Maybe Text)
- virtualCluster_containerProvider :: Lens' VirtualCluster (Maybe ContainerProvider)
- virtualCluster_tags :: Lens' VirtualCluster (Maybe (HashMap Text Text))
Operations
ListManagedEndpoints
listManagedEndpoints_states :: Lens' ListManagedEndpoints (Maybe [EndpointState]) Source #
The states of the managed endpoints.
listManagedEndpoints_createdAfter :: Lens' ListManagedEndpoints (Maybe UTCTime) Source #
The date and time after which the endpoints are created.
listManagedEndpoints_types :: Lens' ListManagedEndpoints (Maybe [Text]) Source #
The types of the managed endpoints.
listManagedEndpoints_nextToken :: Lens' ListManagedEndpoints (Maybe Text) Source #
The token for the next set of managed endpoints to return.
listManagedEndpoints_maxResults :: Lens' ListManagedEndpoints (Maybe Int) Source #
The maximum number of managed endpoints that can be listed.
listManagedEndpoints_createdBefore :: Lens' ListManagedEndpoints (Maybe UTCTime) Source #
The date and time before which the endpoints are created.
listManagedEndpoints_virtualClusterId :: Lens' ListManagedEndpoints Text Source #
The ID of the virtual cluster.
listManagedEndpointsResponse_nextToken :: Lens' ListManagedEndpointsResponse (Maybe Text) Source #
The token for the next set of endpoints to return.
listManagedEndpointsResponse_endpoints :: Lens' ListManagedEndpointsResponse (Maybe [Endpoint]) Source #
The managed endpoints to be listed.
listManagedEndpointsResponse_httpStatus :: Lens' ListManagedEndpointsResponse Int Source #
The response's http status code.
CreateVirtualCluster
createVirtualCluster_tags :: Lens' CreateVirtualCluster (Maybe (HashMap Text Text)) Source #
The tags assigned to the virtual cluster.
createVirtualCluster_name :: Lens' CreateVirtualCluster Text Source #
The specified name of the virtual cluster.
createVirtualCluster_containerProvider :: Lens' CreateVirtualCluster ContainerProvider Source #
The container provider of the virtual cluster.
createVirtualCluster_clientToken :: Lens' CreateVirtualCluster Text Source #
The client token of the virtual cluster.
createVirtualClusterResponse_arn :: Lens' CreateVirtualClusterResponse (Maybe Text) Source #
This output contains the ARN of virtual cluster.
createVirtualClusterResponse_name :: Lens' CreateVirtualClusterResponse (Maybe Text) Source #
This output contains the name of the virtual cluster.
createVirtualClusterResponse_id :: Lens' CreateVirtualClusterResponse (Maybe Text) Source #
This output contains the virtual cluster ID.
createVirtualClusterResponse_httpStatus :: Lens' CreateVirtualClusterResponse Int Source #
The response's http status code.
DeleteVirtualCluster
deleteVirtualCluster_id :: Lens' DeleteVirtualCluster Text Source #
The ID of the virtual cluster that will be deleted.
deleteVirtualClusterResponse_id :: Lens' DeleteVirtualClusterResponse (Maybe Text) Source #
This output contains the ID of the virtual cluster that will be deleted.
deleteVirtualClusterResponse_httpStatus :: Lens' DeleteVirtualClusterResponse Int Source #
The response's http status code.
CreateManagedEndpoint
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.
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.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
The ARN of tagged resources.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #
The tags assigned to resources.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
CancelJobRun
cancelJobRun_id :: Lens' CancelJobRun Text Source #
The ID of the job run to cancel.
cancelJobRun_virtualClusterId :: Lens' CancelJobRun Text Source #
The ID of the virtual cluster for which the job run will be canceled.
cancelJobRunResponse_id :: Lens' CancelJobRunResponse (Maybe Text) Source #
The output contains the ID of the cancelled job run.
cancelJobRunResponse_virtualClusterId :: Lens' CancelJobRunResponse (Maybe Text) Source #
The output contains the virtual cluster ID for which the job run is cancelled.
cancelJobRunResponse_httpStatus :: Lens' CancelJobRunResponse Int Source #
The response's http status code.
DeleteManagedEndpoint
deleteManagedEndpoint_id :: Lens' DeleteManagedEndpoint Text Source #
The ID of the managed endpoint.
deleteManagedEndpoint_virtualClusterId :: Lens' DeleteManagedEndpoint Text Source #
The ID of the endpoint's virtual cluster.
deleteManagedEndpointResponse_id :: Lens' DeleteManagedEndpointResponse (Maybe Text) Source #
The output displays the ID of the managed endpoint.
deleteManagedEndpointResponse_virtualClusterId :: Lens' DeleteManagedEndpointResponse (Maybe Text) Source #
The output displays the ID of the endpoint's virtual cluster.
deleteManagedEndpointResponse_httpStatus :: Lens' DeleteManagedEndpointResponse Int Source #
The response's http status code.
ListJobRuns
listJobRuns_states :: Lens' ListJobRuns (Maybe [JobRunState]) Source #
The states of the job run.
listJobRuns_createdAfter :: Lens' ListJobRuns (Maybe UTCTime) Source #
The date and time after which the job runs were submitted.
listJobRuns_nextToken :: Lens' ListJobRuns (Maybe Text) Source #
The token for the next set of job runs to return.
listJobRuns_name :: Lens' ListJobRuns (Maybe Text) Source #
The name of the job run.
listJobRuns_maxResults :: Lens' ListJobRuns (Maybe Int) Source #
The maximum number of job runs that can be listed.
listJobRuns_createdBefore :: Lens' ListJobRuns (Maybe UTCTime) Source #
The date and time before which the job runs were submitted.
listJobRuns_virtualClusterId :: Lens' ListJobRuns Text Source #
The ID of the virtual cluster for which to list the job run.
listJobRunsResponse_nextToken :: Lens' ListJobRunsResponse (Maybe Text) Source #
This output displays the token for the next set of job runs.
listJobRunsResponse_jobRuns :: Lens' ListJobRunsResponse (Maybe [JobRun]) Source #
This output lists information about the specified job runs.
listJobRunsResponse_httpStatus :: Lens' ListJobRunsResponse Int Source #
The response's http status code.
ListVirtualClusters
listVirtualClusters_states :: Lens' ListVirtualClusters (Maybe [VirtualClusterState]) Source #
The states of the requested virtual clusters.
listVirtualClusters_createdAfter :: Lens' ListVirtualClusters (Maybe UTCTime) Source #
The date and time after which the virtual clusters are created.
listVirtualClusters_containerProviderType :: Lens' ListVirtualClusters (Maybe ContainerProviderType) Source #
The container provider type of the virtual cluster. EKS is the only supported type as of now.
listVirtualClusters_nextToken :: Lens' ListVirtualClusters (Maybe Text) Source #
The token for the next set of virtual clusters to return.
listVirtualClusters_containerProviderId :: Lens' ListVirtualClusters (Maybe Text) Source #
The container provider ID of the virtual cluster.
listVirtualClusters_maxResults :: Lens' ListVirtualClusters (Maybe Int) Source #
The maximum number of virtual clusters that can be listed.
listVirtualClusters_createdBefore :: Lens' ListVirtualClusters (Maybe UTCTime) Source #
The date and time before which the virtual clusters are created.
listVirtualClustersResponse_nextToken :: Lens' ListVirtualClustersResponse (Maybe Text) Source #
This output displays the token for the next set of virtual clusters.
listVirtualClustersResponse_virtualClusters :: Lens' ListVirtualClustersResponse (Maybe [VirtualCluster]) Source #
This output lists the specified virtual clusters.
listVirtualClustersResponse_httpStatus :: Lens' ListVirtualClustersResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
The ARN of resources.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
The tags assigned to resources.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
DescribeManagedEndpoint
describeManagedEndpoint_id :: Lens' DescribeManagedEndpoint Text Source #
This output displays ID of the managed endpoint.
describeManagedEndpoint_virtualClusterId :: Lens' DescribeManagedEndpoint Text Source #
The ID of the endpoint's virtual cluster.
describeManagedEndpointResponse_endpoint :: Lens' DescribeManagedEndpointResponse (Maybe Endpoint) Source #
This output displays information about a managed endpoint.
describeManagedEndpointResponse_httpStatus :: Lens' DescribeManagedEndpointResponse Int Source #
The response's http status code.
DescribeJobRun
describeJobRun_id :: Lens' DescribeJobRun Text Source #
The ID of the job run request.
describeJobRun_virtualClusterId :: Lens' DescribeJobRun Text Source #
The ID of the virtual cluster for which the job run is submitted.
describeJobRunResponse_jobRun :: Lens' DescribeJobRunResponse (Maybe JobRun) Source #
The output displays information about a job run.
describeJobRunResponse_httpStatus :: Lens' DescribeJobRunResponse Int Source #
The response's http status code.
UntagResource
untagResource_resourceArn :: Lens' UntagResource Text Source #
The ARN of resources.
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
The tag keys of the resources.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
DescribeVirtualCluster
describeVirtualCluster_id :: Lens' DescribeVirtualCluster Text Source #
The ID of the virtual cluster that will be described.
describeVirtualClusterResponse_virtualCluster :: Lens' DescribeVirtualClusterResponse (Maybe VirtualCluster) Source #
This output displays information about the specified virtual cluster.
describeVirtualClusterResponse_httpStatus :: Lens' DescribeVirtualClusterResponse Int Source #
The response's http status code.
StartJobRun
startJobRun_configurationOverrides :: Lens' StartJobRun (Maybe ConfigurationOverrides) Source #
The configuration overrides for the job run.
startJobRun_name :: Lens' StartJobRun (Maybe Text) Source #
The name of the job run.
startJobRun_tags :: Lens' StartJobRun (Maybe (HashMap Text Text)) Source #
The tags assigned to job runs.
startJobRun_virtualClusterId :: Lens' StartJobRun Text Source #
The virtual cluster ID for which the job run request is submitted.
startJobRun_clientToken :: Lens' StartJobRun Text Source #
The client idempotency token of the job run request.
startJobRun_executionRoleArn :: Lens' StartJobRun Text Source #
The execution role ARN for the job run.
startJobRun_releaseLabel :: Lens' StartJobRun Text Source #
The Amazon EMR release version to use for the job run.
startJobRun_jobDriver :: Lens' StartJobRun JobDriver Source #
The job driver for the job run.
startJobRunResponse_arn :: Lens' StartJobRunResponse (Maybe Text) Source #
This output lists the ARN of job run.
startJobRunResponse_name :: Lens' StartJobRunResponse (Maybe Text) Source #
This output displays the name of the started job run.
startJobRunResponse_id :: Lens' StartJobRunResponse (Maybe Text) Source #
This output displays the started job run ID.
startJobRunResponse_virtualClusterId :: Lens' StartJobRunResponse (Maybe Text) Source #
This output displays the virtual cluster ID for which the job run was submitted.
startJobRunResponse_httpStatus :: Lens' StartJobRunResponse Int Source #
The response's http status code.
Types
CloudWatchMonitoringConfiguration
cloudWatchMonitoringConfiguration_logStreamNamePrefix :: Lens' CloudWatchMonitoringConfiguration (Maybe Text) Source #
The specified name prefix for log streams.
cloudWatchMonitoringConfiguration_logGroupName :: Lens' CloudWatchMonitoringConfiguration Text Source #
The name of the log group for log publishing.
Configuration
configuration_configurations :: Lens' Configuration (Maybe [Configuration]) Source #
A list of additional configurations to apply within a configuration object.
configuration_properties :: Lens' Configuration (Maybe (HashMap Text Text)) Source #
A set of properties specified within a configuration classification.
configuration_classification :: Lens' Configuration Text Source #
The classification within a configuration.
ConfigurationOverrides
configurationOverrides_monitoringConfiguration :: Lens' ConfigurationOverrides (Maybe MonitoringConfiguration) Source #
The configurations for monitoring.
configurationOverrides_applicationConfiguration :: Lens' ConfigurationOverrides (Maybe [Configuration]) Source #
The configurations for the application running by the job run.
ContainerInfo
containerInfo_eksInfo :: Lens' ContainerInfo (Maybe EksInfo) Source #
The information about the EKS cluster.
ContainerProvider
containerProvider_info :: Lens' ContainerProvider (Maybe ContainerInfo) Source #
The information about the container cluster.
containerProvider_type :: Lens' ContainerProvider ContainerProviderType Source #
The type of the container provider. EKS is the only supported type as of now.
containerProvider_id :: Lens' ContainerProvider Text Source #
The ID of the container cluster.
EksInfo
Endpoint
endpoint_failureReason :: Lens' Endpoint (Maybe FailureReason) Source #
The reasons why the endpoint has failed.
endpoint_state :: Lens' Endpoint (Maybe EndpointState) Source #
The state of the endpoint.
endpoint_createdAt :: Lens' Endpoint (Maybe UTCTime) Source #
The date and time when the endpoint was created.
endpoint_stateDetails :: Lens' Endpoint (Maybe Text) Source #
Additional details of the endpoint state.
endpoint_executionRoleArn :: Lens' Endpoint (Maybe Text) Source #
The execution role ARN of the endpoint.
endpoint_securityGroup :: Lens' Endpoint (Maybe Text) Source #
The security group configuration of the endpoint.
endpoint_configurationOverrides :: Lens' Endpoint (Maybe ConfigurationOverrides) Source #
The configuration settings that are used to override existing configurations for endpoints.
endpoint_releaseLabel :: Lens' Endpoint (Maybe Text) Source #
The EMR release version to be used for the endpoint.
endpoint_virtualClusterId :: Lens' Endpoint (Maybe Text) Source #
The ID of the endpoint's virtual cluster.
JobDriver
jobDriver_sparkSubmitJobDriver :: Lens' JobDriver (Maybe SparkSubmitJobDriver) Source #
The job driver parameters specified for spark submit.
JobRun
jobRun_failureReason :: Lens' JobRun (Maybe FailureReason) Source #
The reasons why the job run has failed.
jobRun_state :: Lens' JobRun (Maybe JobRunState) Source #
The state of the job run.
jobRun_createdAt :: Lens' JobRun (Maybe UTCTime) Source #
The date and time when the job run was created.
jobRun_jobDriver :: Lens' JobRun (Maybe JobDriver) Source #
Parameters of job driver for the job run.
jobRun_configurationOverrides :: Lens' JobRun (Maybe ConfigurationOverrides) Source #
The configuration settings that are used to override default configuration.
jobRun_finishedAt :: Lens' JobRun (Maybe UTCTime) Source #
The date and time when the job run has finished.
jobRun_virtualClusterId :: Lens' JobRun (Maybe Text) Source #
The ID of the job run's virtual cluster.
MonitoringConfiguration
monitoringConfiguration_persistentAppUI :: Lens' MonitoringConfiguration (Maybe PersistentAppUI) Source #
Monitoring configurations for the persistent application UI.
monitoringConfiguration_s3MonitoringConfiguration :: Lens' MonitoringConfiguration (Maybe S3MonitoringConfiguration) Source #
Amazon S3 configuration for monitoring log publishing.
monitoringConfiguration_cloudWatchMonitoringConfiguration :: Lens' MonitoringConfiguration (Maybe CloudWatchMonitoringConfiguration) Source #
Monitoring configurations for CloudWatch.
S3MonitoringConfiguration
s3MonitoringConfiguration_logUri :: Lens' S3MonitoringConfiguration Text Source #
Amazon S3 destination URI for log publishing.
SparkSubmitJobDriver
sparkSubmitJobDriver_sparkSubmitParameters :: Lens' SparkSubmitJobDriver (Maybe Text) Source #
The Spark submit parameters that are used for job runs.
sparkSubmitJobDriver_entryPointArguments :: Lens' SparkSubmitJobDriver (Maybe [Text]) Source #
The arguments for job application.
sparkSubmitJobDriver_entryPoint :: Lens' SparkSubmitJobDriver Text Source #
The entry point of job application.
VirtualCluster
virtualCluster_state :: Lens' VirtualCluster (Maybe VirtualClusterState) Source #
The state of the virtual cluster.
virtualCluster_arn :: Lens' VirtualCluster (Maybe Text) Source #
The ARN of the virtual cluster.
virtualCluster_createdAt :: Lens' VirtualCluster (Maybe UTCTime) Source #
The date and time when the virtual cluster is created.
virtualCluster_name :: Lens' VirtualCluster (Maybe Text) Source #
The name of the virtual cluster.
virtualCluster_id :: Lens' VirtualCluster (Maybe Text) Source #
The ID of the virtual cluster.
virtualCluster_containerProvider :: Lens' VirtualCluster (Maybe ContainerProvider) Source #
The container provider of the virtual cluster.
virtualCluster_tags :: Lens' VirtualCluster (Maybe (HashMap Text Text)) Source #
The assigned tags of the virtual cluster.