github.com/aavshr/aws-sdk-go@v1.41.3/service/emrcontainers/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package emrcontainers provides the client and types for making API 4 // requests to Amazon EMR Containers. 5 // 6 // Amazon EMR on EKS provides a deployment option for Amazon EMR that allows 7 // you to run open-source big data frameworks on Amazon Elastic Kubernetes Service 8 // (Amazon EKS). With this deployment option, you can focus on running analytics 9 // workloads while Amazon EMR on EKS builds, configures, and manages containers 10 // for open-source applications. For more information about Amazon EMR on EKS 11 // concepts and tasks, see What is Amazon EMR on EKS (https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/emr-eks.html). 12 // 13 // Amazon EMR containers is the API name for Amazon EMR on EKS. The emr-containers 14 // prefix is used in the following scenarios: 15 // 16 // * It is the prefix in the CLI commands for Amazon EMR on EKS. For example, 17 // aws emr-containers start-job-run. 18 // 19 // * It is the prefix before IAM policy actions for Amazon EMR on EKS. For 20 // example, "Action": [ "emr-containers:StartJobRun"]. For more information, 21 // see Policy actions for Amazon EMR on EKS (https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions). 22 // 23 // * It is the prefix used in Amazon EMR on EKS service endpoints. For example, 24 // emr-containers.us-east-2.amazonaws.com. For more information, see Amazon 25 // EMR on EKS Service Endpoints (https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/service-quotas.html#service-endpoints). 26 // 27 // See https://docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01 for more information on this service. 28 // 29 // See emrcontainers package documentation for more information. 30 // https://docs.aws.amazon.com/sdk-for-go/api/service/emrcontainers/ 31 // 32 // Using the Client 33 // 34 // To contact Amazon EMR Containers with the SDK use the New function to create 35 // a new service client. With that client you can make API requests to the service. 36 // These clients are safe to use concurrently. 37 // 38 // See the SDK's documentation for more information on how to use the SDK. 39 // https://docs.aws.amazon.com/sdk-for-go/api/ 40 // 41 // See aws.Config documentation for more information on configuring SDK clients. 42 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 43 // 44 // See the Amazon EMR Containers client EMRContainers for more 45 // information on creating client for this service. 46 // https://docs.aws.amazon.com/sdk-for-go/api/service/emrcontainers/#New 47 package emrcontainers