|
67 | 67 | "errors":[
|
68 | 68 | {"shape":"ValidationException"},
|
69 | 69 | {"shape":"ResourceNotFoundException"},
|
70 |
| - {"shape":"InternalServerException"} |
| 70 | + {"shape":"InternalServerException"}, |
| 71 | + {"shape":"EKSRequestThrottledException"} |
71 | 72 | ],
|
72 | 73 | "documentation":"<p>Creates a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.</p>"
|
73 | 74 | },
|
|
318 | 319 | "max":5000,
|
319 | 320 | "pattern":"^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{4}|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$"
|
320 | 321 | },
|
| 322 | + "Boolean":{"type":"boolean"}, |
321 | 323 | "CancelJobRunRequest":{
|
322 | 324 | "type":"structure",
|
323 | 325 | "required":[
|
|
856 | 858 | }
|
857 | 859 | }
|
858 | 860 | },
|
| 861 | + "EKSRequestThrottledException":{ |
| 862 | + "type":"structure", |
| 863 | + "members":{ |
| 864 | + "message":{"shape":"String1024"} |
| 865 | + }, |
| 866 | + "documentation":"<p>The request exceeded the Amazon EKS API operation limits.</p>", |
| 867 | + "error":{"httpStatusCode":429}, |
| 868 | + "exception":true |
| 869 | + }, |
859 | 870 | "EksInfo":{
|
860 | 871 | "type":"structure",
|
861 | 872 | "members":{
|
|
1531 | 1542 | "documentation":"<p>The token for the next set of virtual clusters to return. </p>",
|
1532 | 1543 | "location":"querystring",
|
1533 | 1544 | "locationName":"nextToken"
|
| 1545 | + }, |
| 1546 | + "eksAccessEntryIntegrated":{ |
| 1547 | + "shape":"Boolean", |
| 1548 | + "documentation":"<p>Optional Boolean that specifies whether the operation should return the virtual clusters that have the access entry integration enabled or disabled. If not specified, the operation returns all applicable virtual clusters.</p>", |
| 1549 | + "location":"querystring", |
| 1550 | + "locationName":"eksAccessEntryIntegrated" |
1534 | 1551 | }
|
1535 | 1552 | }
|
1536 | 1553 | },
|
|
2107 | 2124 | "member":{"shape":"VirtualCluster"}
|
2108 | 2125 | }
|
2109 | 2126 | },
|
2110 |
| - "documentation":"<p>Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). With this deployment option, you can focus on running analytics workloads while Amazon EMR on EKS builds, configures, and manages containers for open-source applications. For more information about Amazon EMR on EKS concepts and tasks, see <a href=\"https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/emr-eks.html\">What is shared id=\"EMR-EKS\"/></a>.</p> <p> <i>Amazon EMR containers</i> is the API name for Amazon EMR on EKS. The <code>emr-containers</code> prefix is used in the following scenarios: </p> <ul> <li> <p>It is the prefix in the CLI commands for Amazon EMR on EKS. For example, <code>aws emr-containers start-job-run</code>.</p> </li> <li> <p>It is the prefix before IAM policy actions for Amazon EMR on EKS. For example, <code>\"Action\": [ \"emr-containers:StartJobRun\"]</code>. For more information, see <a href=\"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\">Policy actions for Amazon EMR on EKS</a>.</p> </li> <li> <p>It is the prefix used in Amazon EMR on EKS service endpoints. For example, <code>emr-containers.us-east-2.amazonaws.com</code>. For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/service-quotas.html#service-endpoints\">Amazon EMR on EKSService Endpoints</a>.</p> </li> </ul>" |
| 2127 | + "documentation":"<p>Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). With this deployment option, you can focus on running analytics workloads while Amazon EMR on EKS builds, configures, and manages containers for open-source applications. For more information about Amazon EMR on EKS concepts and tasks, see <a href=\"https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/emr-eks.html\">What is Amazon EMR on EKS</a>.</p> <p> <i>Amazon EMR containers</i> is the API name for Amazon EMR on EKS. The <code>emr-containers</code> prefix is used in the following scenarios: </p> <ul> <li> <p>It is the prefix in the CLI commands for Amazon EMR on EKS. For example, <code>aws emr-containers start-job-run</code>.</p> </li> <li> <p>It is the prefix before IAM policy actions for Amazon EMR on EKS. For example, <code>\"Action\": [ \"emr-containers:StartJobRun\"]</code>. For more information, see <a href=\"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\">Policy actions for Amazon EMR on EKS</a>.</p> </li> <li> <p>It is the prefix used in Amazon EMR on EKS service endpoints. For example, <code>emr-containers.us-east-2.amazonaws.com</code>. For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/service-quotas.html#service-endpoints\">Amazon EMR on EKSService Endpoints</a>.</p> </li> </ul>" |
2111 | 2128 | }
|
0 commit comments