-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
doc.go
45 lines (44 loc) · 2.26 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package emrserverless provides the client and types for making API
// requests to EMR Serverless.
//
// Amazon EMR Serverless is a new deployment option for Amazon EMR. Amazon EMR
// Serverless provides a serverless runtime environment that simplifies running
// analytics applications using the latest open source frameworks such as Apache
// Spark and Apache Hive. With Amazon EMR Serverless, you don’t have to configure,
// optimize, secure, or operate clusters to run applications with these frameworks.
//
// The API reference to Amazon EMR Serverless is emr-serverless. The emr-serverless
// prefix is used in the following scenarios:
//
// - It is the prefix in the CLI commands for Amazon EMR Serverless. For
// example, aws emr-serverless start-job-run.
//
// - It is the prefix before IAM policy actions for Amazon EMR Serverless.
// For example, "Action": ["emr-serverless:StartJobRun"]. For more information,
// see Policy actions for Amazon EMR Serverless (https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions).
//
// - It is the prefix used in Amazon EMR Serverless service endpoints. For
// example, emr-serverless.us-east-2.amazonaws.com.
//
// See https://docs.aws.amazon.com/goto/WebAPI/emr-serverless-2021-07-13 for more information on this service.
//
// See emrserverless package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/emrserverless/
//
// # Using the Client
//
// To contact EMR Serverless with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the EMR Serverless client EMRServerless for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/emrserverless/#New
package emrserverless