{ "version": "2.0", "metadata": { "apiVersion": "2017-11-01", "endpointPrefix": "eks", "jsonVersion": "1.1", "protocol": "rest-json", "protocols": [ "rest-json" ], "serviceAbbreviation": "Amazon EKS", "serviceFullName": "Amazon Elastic Kubernetes Service", "serviceId": "EKS", "signatureVersion": "v4", "signingName": "eks", "uid": "eks-2017-11-01", "auth": [ "aws.auth#sigv4" ] }, "operations": { "AssociateAccessPolicy": { "name": "AssociateAccessPolicy", "http": { "method": "POST", "requestUri": "/clusters/{name}/access-entries/{principalArn}/access-policies" }, "input": { "shape": "AssociateAccessPolicyRequest" }, "output": { "shape": "AssociateAccessPolicyResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Associates an access policy and its scope to an access entry. For more information about associating access policies, see Associating and disassociating access policies to and from access entries in the Amazon EKS User Guide.

" }, "AssociateEncryptionConfig": { "name": "AssociateEncryptionConfig", "http": { "method": "POST", "requestUri": "/clusters/{name}/encryption-config/associate" }, "input": { "shape": "AssociateEncryptionConfigRequest" }, "output": { "shape": "AssociateEncryptionConfigResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Associates an encryption configuration to an existing cluster.

Use this API to enable encryption on existing clusters that don't already have encryption enabled. This allows you to implement a defense-in-depth security strategy without migrating applications to new Amazon EKS clusters.

" }, "AssociateIdentityProviderConfig": { "name": "AssociateIdentityProviderConfig", "http": { "method": "POST", "requestUri": "/clusters/{name}/identity-provider-configs/associate" }, "input": { "shape": "AssociateIdentityProviderConfigRequest" }, "output": { "shape": "AssociateIdentityProviderConfigResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Associates an identity provider configuration to a cluster.

If you want to authenticate identities using an identity provider, you can create an identity provider configuration and associate it to your cluster. After configuring authentication to your cluster you can create Kubernetes Role and ClusterRole objects, assign permissions to them, and then bind them to the identities using Kubernetes RoleBinding and ClusterRoleBinding objects. For more information see Using RBAC Authorization in the Kubernetes documentation.

" }, "CreateAccessEntry": { "name": "CreateAccessEntry", "http": { "method": "POST", "requestUri": "/clusters/{name}/access-entries" }, "input": { "shape": "CreateAccessEntryRequest" }, "output": { "shape": "CreateAccessEntryResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" }, { "shape": "ResourceLimitExceededException" }, { "shape": "ResourceInUseException" } ], "documentation": "

Creates an access entry.

An access entry allows an IAM principal to access your cluster. Access entries can replace the need to maintain entries in the aws-auth ConfigMap for authentication. You have the following options for authorizing an IAM principal to access Kubernetes objects on your cluster: Kubernetes role-based access control (RBAC), Amazon EKS, or both. Kubernetes RBAC authorization requires you to create and manage Kubernetes Role, ClusterRole, RoleBinding, and ClusterRoleBinding objects, in addition to managing access entries. If you use Amazon EKS authorization exclusively, you don't need to create and manage Kubernetes Role, ClusterRole, RoleBinding, and ClusterRoleBinding objects.

For more information about access entries, see Access entries in the Amazon EKS User Guide.

" }, "CreateAddon": { "name": "CreateAddon", "http": { "method": "POST", "requestUri": "/clusters/{name}/addons" }, "input": { "shape": "CreateAddonRequest" }, "output": { "shape": "CreateAddonResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ResourceInUseException" }, { "shape": "ClientException" }, { "shape": "ServerException" } ], "documentation": "

Creates an Amazon EKS add-on.

Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.

" }, "CreateCluster": { "name": "CreateCluster", "http": { "method": "POST", "requestUri": "/clusters" }, "input": { "shape": "CreateClusterRequest" }, "output": { "shape": "CreateClusterResponse" }, "errors": [ { "shape": "ResourceInUseException" }, { "shape": "ResourceLimitExceededException" }, { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" }, { "shape": "UnsupportedAvailabilityZoneException" } ], "documentation": "

Creates an Amazon EKS control plane.

The Amazon EKS control plane consists of control plane instances that run the Kubernetes software, such as etcd and the API server. The control plane runs in an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS API server endpoint. Each Amazon EKS cluster control plane is single tenant and unique. It runs on its own set of Amazon EC2 instances.

The cluster control plane is provisioned across multiple Availability Zones and fronted by an Elastic Load Balancing Network Load Balancer. Amazon EKS also provisions elastic network interfaces in your VPC subnets to provide connectivity from the control plane instances to the nodes (for example, to support kubectl exec, logs, and proxy data flows).

Amazon EKS nodes run in your Amazon Web Services account and connect to your cluster's control plane over the Kubernetes API server endpoint and a certificate file that is created for your cluster.

You can use the endpointPublicAccess and endpointPrivateAccess parameters to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS Cluster Endpoint Access Control in the Amazon EKS User Guide .

You can use the logging parameter to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster Control Plane Logs in the Amazon EKS User Guide .

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing.

In most cases, it takes several minutes to create a cluster. After you create an Amazon EKS cluster, you must configure your Kubernetes tooling to communicate with the API server and launch nodes into your cluster. For more information, see Allowing users to access your cluster and Launching Amazon EKS nodes in the Amazon EKS User Guide.

" }, "CreateEksAnywhereSubscription": { "name": "CreateEksAnywhereSubscription", "http": { "method": "POST", "requestUri": "/eks-anywhere-subscriptions" }, "input": { "shape": "CreateEksAnywhereSubscriptionRequest" }, "output": { "shape": "CreateEksAnywhereSubscriptionResponse" }, "errors": [ { "shape": "ResourceLimitExceededException" }, { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Creates an EKS Anywhere subscription. When a subscription is created, it is a contract agreement for the length of the term specified in the request. Licenses that are used to validate support are provisioned in Amazon Web Services License Manager and the caller account is granted access to EKS Anywhere Curated Packages.

" }, "CreateFargateProfile": { "name": "CreateFargateProfile", "http": { "method": "POST", "requestUri": "/clusters/{name}/fargate-profiles" }, "input": { "shape": "CreateFargateProfileRequest" }, "output": { "shape": "CreateFargateProfileResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceLimitExceededException" }, { "shape": "UnsupportedAvailabilityZoneException" } ], "documentation": "

Creates an Fargate profile for your Amazon EKS cluster. You must have at least one Fargate profile in a cluster to be able to run pods on Fargate.

The Fargate profile allows an administrator to declare which pods run on Fargate and specify which pods run on which Fargate profile. This declaration is done through the profile’s selectors. Each profile can have up to five selectors that contain a namespace and labels. A namespace is required for every selector. The label field consists of multiple optional key-value pairs. Pods that match the selectors are scheduled on Fargate. If a to-be-scheduled pod matches any of the selectors in the Fargate profile, then that pod is run on Fargate.

When you create a Fargate profile, you must specify a pod execution role to use with the pods that are scheduled with the profile. This role is added to the cluster's Kubernetes Role Based Access Control (RBAC) for authorization so that the kubelet that is running on the Fargate infrastructure can register with your Amazon EKS cluster so that it can appear in your cluster as a node. The pod execution role also provides IAM permissions to the Fargate infrastructure to allow read access to Amazon ECR image repositories. For more information, see Pod Execution Role in the Amazon EKS User Guide.

Fargate profiles are immutable. However, you can create a new updated profile to replace an existing profile and then delete the original after the updated profile has finished creating.

If any Fargate profiles in a cluster are in the DELETING status, you must wait for that Fargate profile to finish deleting before you can create any other profiles in that cluster.

For more information, see Fargate profile in the Amazon EKS User Guide.

" }, "CreateNodegroup": { "name": "CreateNodegroup", "http": { "method": "POST", "requestUri": "/clusters/{name}/node-groups" }, "input": { "shape": "CreateNodegroupRequest" }, "output": { "shape": "CreateNodegroupResponse" }, "errors": [ { "shape": "ResourceInUseException" }, { "shape": "ResourceLimitExceededException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Creates a managed node group for an Amazon EKS cluster.

You can only create a node group for your cluster that is equal to the current Kubernetes version for the cluster. All node groups are created with the latest AMI release version for the respective minor Kubernetes version of the cluster, unless you deploy a custom AMI using a launch template. For more information about using launch templates, see Customizing managed nodes with launch templates.

An Amazon EKS managed node group is an Amazon EC2 Auto Scaling group and associated Amazon EC2 instances that are managed by Amazon Web Services for an Amazon EKS cluster. For more information, see Managed node groups in the Amazon EKS User Guide.

Windows AMI types are only supported for commercial Amazon Web Services Regions that support Windows on Amazon EKS.

" }, "CreatePodIdentityAssociation": { "name": "CreatePodIdentityAssociation", "http": { "method": "POST", "requestUri": "/clusters/{name}/pod-identity-associations" }, "input": { "shape": "CreatePodIdentityAssociationRequest" }, "output": { "shape": "CreatePodIdentityAssociationResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" }, { "shape": "ResourceLimitExceededException" }, { "shape": "ResourceInUseException" } ], "documentation": "

Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role with EKS Pod Identity. Use EKS Pod Identity to give temporary IAM credentials to pods and the credentials are rotated automatically.

Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.

If a pod uses a service account that has an association, Amazon EKS sets environment variables in the containers of the pod. The environment variables configure the Amazon Web Services SDKs, including the Command Line Interface, to use the EKS Pod Identity credentials.

Pod Identity is a simpler method than IAM roles for service accounts, as this method doesn't use OIDC identity providers. Additionally, you can configure a role for Pod Identity once, and reuse it across clusters.

" }, "DeleteAccessEntry": { "name": "DeleteAccessEntry", "http": { "method": "DELETE", "requestUri": "/clusters/{name}/access-entries/{principalArn}" }, "input": { "shape": "DeleteAccessEntryRequest" }, "output": { "shape": "DeleteAccessEntryResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Deletes an access entry.

Deleting an access entry of a type other than Standard can cause your cluster to function improperly. If you delete an access entry in error, you can recreate it.

" }, "DeleteAddon": { "name": "DeleteAddon", "http": { "method": "DELETE", "requestUri": "/clusters/{name}/addons/{addonName}" }, "input": { "shape": "DeleteAddonRequest" }, "output": { "shape": "DeleteAddonResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "ServerException" } ], "documentation": "

Deletes an Amazon EKS add-on.

When you remove an add-on, it's deleted from the cluster. You can always manually start an add-on on the cluster using the Kubernetes API.

" }, "DeleteCluster": { "name": "DeleteCluster", "http": { "method": "DELETE", "requestUri": "/clusters/{name}" }, "input": { "shape": "DeleteClusterRequest" }, "output": { "shape": "DeleteClusterResponse" }, "errors": [ { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Deletes an Amazon EKS cluster control plane.

If you have active services in your cluster that are associated with a load balancer, you must delete those services before deleting the cluster so that the load balancers are deleted properly. Otherwise, you can have orphaned resources in your VPC that prevent you from being able to delete the VPC. For more information, see Deleting a cluster in the Amazon EKS User Guide.

If you have managed node groups or Fargate profiles attached to the cluster, you must delete them first. For more information, see DeleteNodgroup and DeleteFargateProfile.

" }, "DeleteEksAnywhereSubscription": { "name": "DeleteEksAnywhereSubscription", "http": { "method": "DELETE", "requestUri": "/eks-anywhere-subscriptions/{id}" }, "input": { "shape": "DeleteEksAnywhereSubscriptionRequest" }, "output": { "shape": "DeleteEksAnywhereSubscriptionResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "InvalidRequestException" }, { "shape": "ServerException" } ], "documentation": "

Deletes an expired or inactive subscription. Deleting inactive subscriptions removes them from the Amazon Web Services Management Console view and from list/describe API responses. Subscriptions can only be cancelled within 7 days of creation and are cancelled by creating a ticket in the Amazon Web Services Support Center.

" }, "DeleteFargateProfile": { "name": "DeleteFargateProfile", "http": { "method": "DELETE", "requestUri": "/clusters/{name}/fargate-profiles/{fargateProfileName}" }, "input": { "shape": "DeleteFargateProfileRequest" }, "output": { "shape": "DeleteFargateProfileResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Deletes an Fargate profile.

When you delete a Fargate profile, any Pod running on Fargate that was created with the profile is deleted. If the Pod matches another Fargate profile, then it is scheduled on Fargate with that profile. If it no longer matches any Fargate profiles, then it's not scheduled on Fargate and may remain in a pending state.

Only one Fargate profile in a cluster can be in the DELETING status at a time. You must wait for a Fargate profile to finish deleting before you can delete any other profiles in that cluster.

" }, "DeleteNodegroup": { "name": "DeleteNodegroup", "http": { "method": "DELETE", "requestUri": "/clusters/{name}/node-groups/{nodegroupName}" }, "input": { "shape": "DeleteNodegroupRequest" }, "output": { "shape": "DeleteNodegroupResponse" }, "errors": [ { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Deletes a managed node group.

" }, "DeletePodIdentityAssociation": { "name": "DeletePodIdentityAssociation", "http": { "method": "DELETE", "requestUri": "/clusters/{name}/pod-identity-associations/{associationId}" }, "input": { "shape": "DeletePodIdentityAssociationRequest" }, "output": { "shape": "DeletePodIdentityAssociationResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Deletes a EKS Pod Identity association.

The temporary Amazon Web Services credentials from the previous IAM role session might still be valid until the session expiry. If you need to immediately revoke the temporary session credentials, then go to the role in the IAM console.

" }, "DeregisterCluster": { "name": "DeregisterCluster", "http": { "method": "DELETE", "requestUri": "/cluster-registrations/{name}" }, "input": { "shape": "DeregisterClusterRequest" }, "output": { "shape": "DeregisterClusterResponse" }, "errors": [ { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" }, { "shape": "AccessDeniedException" } ], "documentation": "

Deregisters a connected cluster to remove it from the Amazon EKS control plane.

A connected cluster is a Kubernetes cluster that you've connected to your control plane using the Amazon EKS Connector.

" }, "DescribeAccessEntry": { "name": "DescribeAccessEntry", "http": { "method": "GET", "requestUri": "/clusters/{name}/access-entries/{principalArn}" }, "input": { "shape": "DescribeAccessEntryRequest" }, "output": { "shape": "DescribeAccessEntryResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Describes an access entry.

" }, "DescribeAddon": { "name": "DescribeAddon", "http": { "method": "GET", "requestUri": "/clusters/{name}/addons/{addonName}" }, "input": { "shape": "DescribeAddonRequest" }, "output": { "shape": "DescribeAddonResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "ServerException" } ], "documentation": "

Describes an Amazon EKS add-on.

" }, "DescribeAddonConfiguration": { "name": "DescribeAddonConfiguration", "http": { "method": "GET", "requestUri": "/addons/configuration-schemas" }, "input": { "shape": "DescribeAddonConfigurationRequest" }, "output": { "shape": "DescribeAddonConfigurationResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Returns configuration options.

" }, "DescribeAddonVersions": { "name": "DescribeAddonVersions", "http": { "method": "GET", "requestUri": "/addons/supported-versions" }, "input": { "shape": "DescribeAddonVersionsRequest" }, "output": { "shape": "DescribeAddonVersionsResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Describes the versions for an add-on.

Information such as the Kubernetes versions that you can use the add-on with, the owner, publisher, and the type of the add-on are returned.

" }, "DescribeCluster": { "name": "DescribeCluster", "http": { "method": "GET", "requestUri": "/clusters/{name}" }, "input": { "shape": "DescribeClusterRequest" }, "output": { "shape": "DescribeClusterResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Describes an Amazon EKS cluster.

The API server endpoint and certificate authority data returned by this operation are required for kubelet and kubectl to communicate with your Kubernetes API server. For more information, see Creating or updating a kubeconfig file for an Amazon EKS cluster.

The API server endpoint and certificate authority data aren't available until the cluster reaches the ACTIVE state.

" }, "DescribeEksAnywhereSubscription": { "name": "DescribeEksAnywhereSubscription", "http": { "method": "GET", "requestUri": "/eks-anywhere-subscriptions/{id}" }, "input": { "shape": "DescribeEksAnywhereSubscriptionRequest" }, "output": { "shape": "DescribeEksAnywhereSubscriptionResponse" }, "errors": [ { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Returns descriptive information about a subscription.

" }, "DescribeFargateProfile": { "name": "DescribeFargateProfile", "http": { "method": "GET", "requestUri": "/clusters/{name}/fargate-profiles/{fargateProfileName}" }, "input": { "shape": "DescribeFargateProfileRequest" }, "output": { "shape": "DescribeFargateProfileResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Describes an Fargate profile.

" }, "DescribeIdentityProviderConfig": { "name": "DescribeIdentityProviderConfig", "http": { "method": "POST", "requestUri": "/clusters/{name}/identity-provider-configs/describe" }, "input": { "shape": "DescribeIdentityProviderConfigRequest" }, "output": { "shape": "DescribeIdentityProviderConfigResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Describes an identity provider configuration.

" }, "DescribeInsight": { "name": "DescribeInsight", "http": { "method": "GET", "requestUri": "/clusters/{name}/insights/{id}" }, "input": { "shape": "DescribeInsightRequest" }, "output": { "shape": "DescribeInsightResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Returns details about an insight that you specify using its ID.

" }, "DescribeNodegroup": { "name": "DescribeNodegroup", "http": { "method": "GET", "requestUri": "/clusters/{name}/node-groups/{nodegroupName}" }, "input": { "shape": "DescribeNodegroupRequest" }, "output": { "shape": "DescribeNodegroupResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Describes a managed node group.

" }, "DescribePodIdentityAssociation": { "name": "DescribePodIdentityAssociation", "http": { "method": "GET", "requestUri": "/clusters/{name}/pod-identity-associations/{associationId}" }, "input": { "shape": "DescribePodIdentityAssociationRequest" }, "output": { "shape": "DescribePodIdentityAssociationResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Returns descriptive information about an EKS Pod Identity association.

This action requires the ID of the association. You can get the ID from the response to the CreatePodIdentityAssocation for newly created associations. Or, you can list the IDs for associations with ListPodIdentityAssociations and filter the list by namespace or service account.

" }, "DescribeUpdate": { "name": "DescribeUpdate", "http": { "method": "GET", "requestUri": "/clusters/{name}/updates/{updateId}" }, "input": { "shape": "DescribeUpdateRequest" }, "output": { "shape": "DescribeUpdateResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Describes an update to an Amazon EKS resource.

When the status of the update is Succeeded, the update is complete. If an update fails, the status is Failed, and an error detail explains the reason for the failure.

" }, "DisassociateAccessPolicy": { "name": "DisassociateAccessPolicy", "http": { "method": "DELETE", "requestUri": "/clusters/{name}/access-entries/{principalArn}/access-policies/{policyArn}" }, "input": { "shape": "DisassociateAccessPolicyRequest" }, "output": { "shape": "DisassociateAccessPolicyResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Disassociates an access policy from an access entry.

" }, "DisassociateIdentityProviderConfig": { "name": "DisassociateIdentityProviderConfig", "http": { "method": "POST", "requestUri": "/clusters/{name}/identity-provider-configs/disassociate" }, "input": { "shape": "DisassociateIdentityProviderConfigRequest" }, "output": { "shape": "DisassociateIdentityProviderConfigResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Disassociates an identity provider configuration from a cluster.

If you disassociate an identity provider from your cluster, users included in the provider can no longer access the cluster. However, you can still access the cluster with IAM principals.

" }, "ListAccessEntries": { "name": "ListAccessEntries", "http": { "method": "GET", "requestUri": "/clusters/{name}/access-entries" }, "input": { "shape": "ListAccessEntriesRequest" }, "output": { "shape": "ListAccessEntriesResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Lists the access entries for your cluster.

" }, "ListAccessPolicies": { "name": "ListAccessPolicies", "http": { "method": "GET", "requestUri": "/access-policies" }, "input": { "shape": "ListAccessPoliciesRequest" }, "output": { "shape": "ListAccessPoliciesResponse" }, "errors": [ { "shape": "ServerException" } ], "documentation": "

Lists the available access policies.

" }, "ListAddons": { "name": "ListAddons", "http": { "method": "GET", "requestUri": "/clusters/{name}/addons" }, "input": { "shape": "ListAddonsRequest" }, "output": { "shape": "ListAddonsResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, { "shape": "ClientException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ServerException" } ], "documentation": "

Lists the installed add-ons.

" }, "ListAssociatedAccessPolicies": { "name": "ListAssociatedAccessPolicies", "http": { "method": "GET", "requestUri": "/clusters/{name}/access-entries/{principalArn}/access-policies" }, "input": { "shape": "ListAssociatedAccessPoliciesRequest" }, "output": { "shape": "ListAssociatedAccessPoliciesResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Lists the access policies associated with an access entry.

" }, "ListClusters": { "name": "ListClusters", "http": { "method": "GET", "requestUri": "/clusters" }, "input": { "shape": "ListClustersRequest" }, "output": { "shape": "ListClustersResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Lists the Amazon EKS clusters in your Amazon Web Services account in the specified Amazon Web Services Region.

" }, "ListEksAnywhereSubscriptions": { "name": "ListEksAnywhereSubscriptions", "http": { "method": "GET", "requestUri": "/eks-anywhere-subscriptions" }, "input": { "shape": "ListEksAnywhereSubscriptionsRequest" }, "output": { "shape": "ListEksAnywhereSubscriptionsResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" } ], "documentation": "

Displays the full description of the subscription.

" }, "ListFargateProfiles": { "name": "ListFargateProfiles", "http": { "method": "GET", "requestUri": "/clusters/{name}/fargate-profiles" }, "input": { "shape": "ListFargateProfilesRequest" }, "output": { "shape": "ListFargateProfilesResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ClientException" }, { "shape": "ServerException" } ], "documentation": "

Lists the Fargate profiles associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region.

" }, "ListIdentityProviderConfigs": { "name": "ListIdentityProviderConfigs", "http": { "method": "GET", "requestUri": "/clusters/{name}/identity-provider-configs" }, "input": { "shape": "ListIdentityProviderConfigsRequest" }, "output": { "shape": "ListIdentityProviderConfigsResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Lists the identity provider configurations for your cluster.

" }, "ListInsights": { "name": "ListInsights", "http": { "method": "POST", "requestUri": "/clusters/{name}/insights" }, "input": { "shape": "ListInsightsRequest" }, "output": { "shape": "ListInsightsResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Returns a list of all insights checked for against the specified cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.

" }, "ListNodegroups": { "name": "ListNodegroups", "http": { "method": "GET", "requestUri": "/clusters/{name}/node-groups" }, "input": { "shape": "ListNodegroupsRequest" }, "output": { "shape": "ListNodegroupsResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. Self-managed node groups aren't listed.

" }, "ListPodIdentityAssociations": { "name": "ListPodIdentityAssociations", "http": { "method": "GET", "requestUri": "/clusters/{name}/pod-identity-associations" }, "input": { "shape": "ListPodIdentityAssociationsRequest" }, "output": { "shape": "ListPodIdentityAssociationsResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" } ], "documentation": "

List the EKS Pod Identity associations in a cluster. You can filter the list by the namespace that the association is in or the service account that the association uses.

" }, "ListTagsForResource": { "name": "ListTagsForResource", "http": { "method": "GET", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "ListTagsForResourceRequest" }, "output": { "shape": "ListTagsForResourceResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "NotFoundException" } ], "documentation": "

List the tags for an Amazon EKS resource.

" }, "ListUpdates": { "name": "ListUpdates", "http": { "method": "GET", "requestUri": "/clusters/{name}/updates" }, "input": { "shape": "ListUpdatesRequest" }, "output": { "shape": "ListUpdatesResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" } ], "documentation": "

Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified Amazon Web Services Region.

" }, "RegisterCluster": { "name": "RegisterCluster", "http": { "method": "POST", "requestUri": "/cluster-registrations" }, "input": { "shape": "RegisterClusterRequest" }, "output": { "shape": "RegisterClusterResponse" }, "errors": [ { "shape": "ResourceLimitExceededException" }, { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ServiceUnavailableException" }, { "shape": "AccessDeniedException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourcePropagationDelayException" } ], "documentation": "

Connects a Kubernetes cluster to the Amazon EKS control plane.

Any Kubernetes cluster can be connected to the Amazon EKS control plane to view current information about the cluster and its nodes.

Cluster connection requires two steps. First, send a RegisterClusterRequest to add it to the Amazon EKS control plane.

Second, a Manifest containing the activationID and activationCode must be applied to the Kubernetes cluster through it's native provider to provide visibility.

After the manifest is updated and applied, the connected cluster is visible to the Amazon EKS control plane. If the manifest isn't applied within three days, the connected cluster will no longer be visible and must be deregistered using DeregisterCluster.

" }, "TagResource": { "name": "TagResource", "http": { "method": "POST", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "TagResourceRequest" }, "output": { "shape": "TagResourceResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "NotFoundException" } ], "documentation": "

Associates the specified tags to an Amazon EKS resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they aren't changed. When a resource is deleted, the tags associated with that resource are also deleted. Tags that you create for Amazon EKS resources don't propagate to any other resources associated with the cluster. For example, if you tag a cluster with this operation, that tag doesn't automatically propagate to the subnets and nodes associated with the cluster.

" }, "UntagResource": { "name": "UntagResource", "http": { "method": "DELETE", "requestUri": "/tags/{resourceArn}" }, "input": { "shape": "UntagResourceRequest" }, "output": { "shape": "UntagResourceResponse" }, "errors": [ { "shape": "BadRequestException" }, { "shape": "NotFoundException" } ], "documentation": "

Deletes specified tags from an Amazon EKS resource.

" }, "UpdateAccessEntry": { "name": "UpdateAccessEntry", "http": { "method": "POST", "requestUri": "/clusters/{name}/access-entries/{principalArn}" }, "input": { "shape": "UpdateAccessEntryRequest" }, "output": { "shape": "UpdateAccessEntryResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Updates an access entry.

" }, "UpdateAddon": { "name": "UpdateAddon", "http": { "method": "POST", "requestUri": "/clusters/{name}/addons/{addonName}/update" }, "input": { "shape": "UpdateAddonRequest" }, "output": { "shape": "UpdateAddonResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "InvalidRequestException" }, { "shape": "ResourceNotFoundException" }, { "shape": "ResourceInUseException" }, { "shape": "ClientException" }, { "shape": "ServerException" } ], "documentation": "

Updates an Amazon EKS add-on.

" }, "UpdateClusterConfig": { "name": "UpdateClusterConfig", "http": { "method": "POST", "requestUri": "/clusters/{name}/update-config" }, "input": { "shape": "UpdateClusterConfigRequest" }, "output": { "shape": "UpdateClusterConfigResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Updates an Amazon EKS cluster configuration. Your cluster continues to function during the update. The response output includes an update ID that you can use to track the status of your cluster update with DescribeUpdate\"/>.

You can use this API operation to enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster control plane logs in the Amazon EKS User Guide .

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing.

You can also use this API operation to enable or disable public and private access to your cluster's Kubernetes API server endpoint. By default, public access is enabled, and private access is disabled. For more information, see Amazon EKS cluster endpoint access control in the Amazon EKS User Guide .

You can also use this API operation to choose different subnets and security groups for the cluster. You must specify at least two subnets that are in different Availability Zones. You can't change which VPC the subnets are from, the subnets must be in the same VPC as the subnets that the cluster was created with. For more information about the VPC requirements, see https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html in the Amazon EKS User Guide .

Cluster updates are asynchronous, and they should finish within a few minutes. During an update, the cluster status moves to UPDATING (this status transition is eventually consistent). When the update is complete (either Failed or Successful), the cluster status moves to Active.

" }, "UpdateClusterVersion": { "name": "UpdateClusterVersion", "http": { "method": "POST", "requestUri": "/clusters/{name}/updates" }, "input": { "shape": "UpdateClusterVersionRequest" }, "output": { "shape": "UpdateClusterVersionResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster continues to function during the update. The response output includes an update ID that you can use to track the status of your cluster update with the DescribeUpdate API operation.

Cluster updates are asynchronous, and they should finish within a few minutes. During an update, the cluster status moves to UPDATING (this status transition is eventually consistent). When the update is complete (either Failed or Successful), the cluster status moves to Active.

If your cluster has managed node groups attached to it, all of your node groups’ Kubernetes versions must match the cluster’s Kubernetes version in order to update the cluster to a new Kubernetes version.

" }, "UpdateEksAnywhereSubscription": { "name": "UpdateEksAnywhereSubscription", "http": { "method": "POST", "requestUri": "/eks-anywhere-subscriptions/{id}" }, "input": { "shape": "UpdateEksAnywhereSubscriptionRequest" }, "output": { "shape": "UpdateEksAnywhereSubscriptionResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Update an EKS Anywhere Subscription. Only auto renewal and tags can be updated after subscription creation.

" }, "UpdateNodegroupConfig": { "name": "UpdateNodegroupConfig", "http": { "method": "POST", "requestUri": "/clusters/{name}/node-groups/{nodegroupName}/update-config" }, "input": { "shape": "UpdateNodegroupConfigRequest" }, "output": { "shape": "UpdateNodegroupConfigResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Updates an Amazon EKS managed node group configuration. Your node group continues to function during the update. The response output includes an update ID that you can use to track the status of your node group update with the DescribeUpdate API operation. Currently you can update the Kubernetes labels for a node group or the scaling configuration.

" }, "UpdateNodegroupVersion": { "name": "UpdateNodegroupVersion", "http": { "method": "POST", "requestUri": "/clusters/{name}/node-groups/{nodegroupName}/update-version" }, "input": { "shape": "UpdateNodegroupVersionRequest" }, "output": { "shape": "UpdateNodegroupVersionResponse" }, "errors": [ { "shape": "InvalidParameterException" }, { "shape": "ClientException" }, { "shape": "ServerException" }, { "shape": "ResourceInUseException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" } ], "documentation": "

Updates the Kubernetes version or AMI version of an Amazon EKS managed node group.

You can update a node group using a launch template only if the node group was originally deployed with a launch template. If you need to update a custom AMI in a node group that was deployed with a launch template, then update your custom AMI, specify the new ID in a new version of the launch template, and then update the node group to the new version of the launch template.

If you update without a launch template, then you can update to the latest available AMI version of a node group's current Kubernetes version by not specifying a Kubernetes version in the request. You can update to the latest AMI version of your cluster's current Kubernetes version by specifying your cluster's Kubernetes version in the request. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.

You cannot roll back a node group to an earlier Kubernetes version or AMI version.

When a node in a managed node group is terminated due to a scaling action or update, every Pod on that node is drained first. Amazon EKS attempts to drain the nodes gracefully and will fail if it is unable to do so. You can force the update if Amazon EKS is unable to drain the nodes as a result of a Pod disruption budget issue.

" }, "UpdatePodIdentityAssociation": { "name": "UpdatePodIdentityAssociation", "http": { "method": "POST", "requestUri": "/clusters/{name}/pod-identity-associations/{associationId}" }, "input": { "shape": "UpdatePodIdentityAssociationRequest" }, "output": { "shape": "UpdatePodIdentityAssociationResponse" }, "errors": [ { "shape": "ServerException" }, { "shape": "ResourceNotFoundException" }, { "shape": "InvalidRequestException" }, { "shape": "InvalidParameterException" } ], "documentation": "

Updates a EKS Pod Identity association. Only the IAM role can be changed; an association can't be moved between clusters, namespaces, or service accounts. If you need to edit the namespace or service account, you need to delete the association and then create a new association with your desired settings.

" } }, "shapes": { "AMITypes": { "type": "string", "enum": [ "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM", "BOTTLEROCKET_ARM_64", "BOTTLEROCKET_x86_64", "BOTTLEROCKET_ARM_64_NVIDIA", "BOTTLEROCKET_x86_64_NVIDIA", "WINDOWS_CORE_2019_x86_64", "WINDOWS_FULL_2019_x86_64", "WINDOWS_CORE_2022_x86_64", "WINDOWS_FULL_2022_x86_64", "AL2023_x86_64_STANDARD", "AL2023_ARM_64_STANDARD", "AL2023_x86_64_NEURON", "AL2023_x86_64_NVIDIA" ] }, "AccessConfigResponse": { "type": "structure", "members": { "bootstrapClusterCreatorAdminPermissions": { "shape": "BoxedBoolean", "documentation": "

Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time.

" }, "authenticationMode": { "shape": "AuthenticationMode", "documentation": "

The current authentication mode of the cluster.

" } }, "documentation": "

The access configuration for the cluster.

" }, "AccessEntry": { "type": "structure", "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

" }, "principalArn": { "shape": "String", "documentation": "

The ARN of the IAM principal for the access entry. If you ever delete the IAM principal with this ARN, the access entry isn't automatically deleted. We recommend that you delete the access entry with an ARN for an IAM principal that you delete. If you don't delete the access entry and ever recreate the IAM principal, even if it has the same ARN, the access entry won't work. This is because even though the ARN is the same for the recreated IAM principal, the roleID or userID (you can see this with the Security Token Service GetCallerIdentity API) is different for the recreated IAM principal than it was for the original IAM principal. Even though you don't see the IAM principal's roleID or userID for an access entry, Amazon EKS stores it with the access entry.

" }, "kubernetesGroups": { "shape": "StringList", "documentation": "

A name that you've specified in a Kubernetes RoleBinding or ClusterRoleBinding object so that Kubernetes authorizes the principalARN access to cluster objects.

" }, "accessEntryArn": { "shape": "String", "documentation": "

The ARN of the access entry.

" }, "createdAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp at object creation.

" }, "modifiedAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp for the last modification to the object.

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "username": { "shape": "String", "documentation": "

The name of a user that can authenticate to your cluster.

" }, "type": { "shape": "String", "documentation": "

The type of the access entry.

" } }, "documentation": "

An access entry allows an IAM principal (user or role) to access your cluster. Access entries can replace the need to maintain the aws-auth ConfigMap for authentication. For more information about access entries, see Access entries in the Amazon EKS User Guide.

" }, "AccessPoliciesList": { "type": "list", "member": { "shape": "AccessPolicy" } }, "AccessPolicy": { "type": "structure", "members": { "name": { "shape": "String", "documentation": "

The name of the access policy.

" }, "arn": { "shape": "String", "documentation": "

The ARN of the access policy.

" } }, "documentation": "

An access policy includes permissions that allow Amazon EKS to authorize an IAM principal to work with Kubernetes objects on your cluster. The policies are managed by Amazon EKS, but they're not IAM policies. You can't view the permissions in the policies using the API. The permissions for many of the policies are similar to the Kubernetes cluster-admin, admin, edit, and view cluster roles. For more information about these cluster roles, see User-facing roles in the Kubernetes documentation. To view the contents of the policies, see Access policy permissions in the Amazon EKS User Guide.

" }, "AccessScope": { "type": "structure", "members": { "type": { "shape": "AccessScopeType", "documentation": "

The scope type of an access policy.

" }, "namespaces": { "shape": "StringList", "documentation": "

A Kubernetes namespace that an access policy is scoped to. A value is required if you specified namespace for Type.

" } }, "documentation": "

The scope of an AccessPolicy that's associated to an AccessEntry.

" }, "AccessScopeType": { "type": "string", "enum": [ "cluster", "namespace" ] }, "AdditionalInfoMap": { "type": "map", "key": { "shape": "String" }, "value": { "shape": "String" } }, "Addon": { "type": "structure", "members": { "addonName": { "shape": "String", "documentation": "

The name of the add-on.

" }, "clusterName": { "shape": "ClusterName", "documentation": "

The name of your cluster.

" }, "status": { "shape": "AddonStatus", "documentation": "

The status of the add-on.

" }, "addonVersion": { "shape": "String", "documentation": "

The version of the add-on.

" }, "health": { "shape": "AddonHealth", "documentation": "

An object that represents the health of the add-on.

" }, "addonArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the add-on.

" }, "createdAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp at object creation.

" }, "modifiedAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp for the last modification to the object.

" }, "serviceAccountRoleArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the IAM role that's bound to the Kubernetes ServiceAccount object that the add-on uses.

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "publisher": { "shape": "String", "documentation": "

The publisher of the add-on.

" }, "owner": { "shape": "String", "documentation": "

The owner of the add-on.

" }, "marketplaceInformation": { "shape": "MarketplaceInformation", "documentation": "

Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.

" }, "configurationValues": { "shape": "String", "documentation": "

The configuration values that you provided.

" }, "podIdentityAssociations": { "shape": "StringList", "documentation": "

An array of Pod Identity Assocations owned by the Addon. Each EKS Pod Identity association maps a role to a service account in a namespace in the cluster.

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" } }, "documentation": "

An Amazon EKS add-on. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.

" }, "AddonHealth": { "type": "structure", "members": { "issues": { "shape": "AddonIssueList", "documentation": "

An object representing the health issues for an add-on.

" } }, "documentation": "

The health of the add-on.

" }, "AddonInfo": { "type": "structure", "members": { "addonName": { "shape": "String", "documentation": "

The name of the add-on.

" }, "type": { "shape": "String", "documentation": "

The type of the add-on.

" }, "addonVersions": { "shape": "AddonVersionInfoList", "documentation": "

An object representing information about available add-on versions and compatible Kubernetes versions.

" }, "publisher": { "shape": "String", "documentation": "

The publisher of the add-on.

" }, "owner": { "shape": "String", "documentation": "

The owner of the add-on.

" }, "marketplaceInformation": { "shape": "MarketplaceInformation", "documentation": "

Information about the add-on from the Amazon Web Services Marketplace.

" } }, "documentation": "

Information about an add-on.

" }, "AddonIssue": { "type": "structure", "members": { "code": { "shape": "AddonIssueCode", "documentation": "

A code that describes the type of issue.

" }, "message": { "shape": "String", "documentation": "

A message that provides details about the issue and what might cause it.

" }, "resourceIds": { "shape": "StringList", "documentation": "

The resource IDs of the issue.

" } }, "documentation": "

An issue related to an add-on.

" }, "AddonIssueCode": { "type": "string", "enum": [ "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound", "AddonSubscriptionNeeded", "AddonPermissionFailure" ] }, "AddonIssueList": { "type": "list", "member": { "shape": "AddonIssue" } }, "AddonPodIdentityAssociations": { "type": "structure", "required": [ "serviceAccount", "roleArn" ], "members": { "serviceAccount": { "shape": "String", "documentation": "

The name of a Kubernetes Service Account.

" }, "roleArn": { "shape": "String", "documentation": "

The ARN of an IAM Role.

" } }, "documentation": "

A type of Pod Identity Association owned by an Amazon EKS Add-on.

Each EKS Pod Identity Association maps a role to a service account in a namespace in the cluster.

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" }, "AddonPodIdentityAssociationsList": { "type": "list", "member": { "shape": "AddonPodIdentityAssociations" } }, "AddonPodIdentityConfiguration": { "type": "structure", "members": { "serviceAccount": { "shape": "String", "documentation": "

The Kubernetes Service Account name used by the addon.

" }, "recommendedManagedPolicies": { "shape": "StringList", "documentation": "

A suggested IAM Policy for the addon.

" } }, "documentation": "

Information about how to configure IAM for an Addon.

" }, "AddonPodIdentityConfigurationList": { "type": "list", "member": { "shape": "AddonPodIdentityConfiguration" } }, "AddonStatus": { "type": "string", "enum": [ "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED", "UPDATE_FAILED" ] }, "AddonVersionInfo": { "type": "structure", "members": { "addonVersion": { "shape": "String", "documentation": "

The version of the add-on.

" }, "architecture": { "shape": "StringList", "documentation": "

The architectures that the version supports.

" }, "compatibilities": { "shape": "Compatibilities", "documentation": "

An object representing the compatibilities of a version.

" }, "requiresConfiguration": { "shape": "Boolean", "documentation": "

Whether the add-on requires configuration.

" }, "requiresIamPermissions": { "shape": "Boolean", "documentation": "

Indicates if the Addon requires IAM Permissions to operate, such as networking permissions.

" } }, "documentation": "

Information about an add-on version.

" }, "AddonVersionInfoList": { "type": "list", "member": { "shape": "AddonVersionInfo" } }, "Addons": { "type": "list", "member": { "shape": "AddonInfo" } }, "AssociateAccessPolicyRequest": { "type": "structure", "required": [ "clusterName", "principalArn", "policyArn", "accessScope" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "principalArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the IAM user or role for the AccessEntry that you're associating the access policy to.

", "location": "uri", "locationName": "principalArn" }, "policyArn": { "shape": "String", "documentation": "

The ARN of the AccessPolicy that you're associating. For a list of ARNs, use ListAccessPolicies.

" }, "accessScope": { "shape": "AccessScope", "documentation": "

The scope for the AccessPolicy. You can scope access policies to an entire cluster or to specific Kubernetes namespaces.

" } } }, "AssociateAccessPolicyResponse": { "type": "structure", "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

" }, "principalArn": { "shape": "String", "documentation": "

The ARN of the IAM principal for the AccessEntry.

" }, "associatedAccessPolicy": { "shape": "AssociatedAccessPolicy", "documentation": "

The AccessPolicy and scope associated to the AccessEntry.

" } } }, "AssociateEncryptionConfigRequest": { "type": "structure", "required": [ "clusterName", "encryptionConfig" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "encryptionConfig": { "shape": "EncryptionConfigList", "documentation": "

The configuration you are using for encryption.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true } } }, "AssociateEncryptionConfigResponse": { "type": "structure", "members": { "update": { "shape": "Update" } } }, "AssociateIdentityProviderConfigRequest": { "type": "structure", "required": [ "clusterName", "oidc" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "oidc": { "shape": "OidcIdentityProviderConfigRequest", "documentation": "

An object representing an OpenID Connect (OIDC) identity provider configuration.

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true } } }, "AssociateIdentityProviderConfigResponse": { "type": "structure", "members": { "update": { "shape": "Update" }, "tags": { "shape": "TagMap", "documentation": "

The tags for the resource.

" } } }, "AssociatedAccessPoliciesList": { "type": "list", "member": { "shape": "AssociatedAccessPolicy" } }, "AssociatedAccessPolicy": { "type": "structure", "members": { "policyArn": { "shape": "String", "documentation": "

The ARN of the AccessPolicy.

" }, "accessScope": { "shape": "AccessScope", "documentation": "

The scope of the access policy.

" }, "associatedAt": { "shape": "Timestamp", "documentation": "

The date and time the AccessPolicy was associated with an AccessEntry.

" }, "modifiedAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp for the last modification to the object.

" } }, "documentation": "

An access policy association.

" }, "AuthenticationMode": { "type": "string", "enum": [ "API", "API_AND_CONFIG_MAP", "CONFIG_MAP" ] }, "AutoScalingGroup": { "type": "structure", "members": { "name": { "shape": "String", "documentation": "

The name of the Auto Scaling group associated with an Amazon EKS managed node group.

" } }, "documentation": "

An Auto Scaling group that is associated with an Amazon EKS managed node group.

" }, "AutoScalingGroupList": { "type": "list", "member": { "shape": "AutoScalingGroup" } }, "Boolean": { "type": "boolean" }, "BoxedBoolean": { "type": "boolean", "box": true }, "BoxedInteger": { "type": "integer", "box": true }, "Capacity": { "type": "integer", "box": true, "min": 1 }, "CapacityTypes": { "type": "string", "enum": [ "ON_DEMAND", "SPOT", "CAPACITY_BLOCK" ] }, "Category": { "type": "string", "enum": [ "UPGRADE_READINESS" ] }, "CategoryList": { "type": "list", "member": { "shape": "Category" } }, "Certificate": { "type": "structure", "members": { "data": { "shape": "String", "documentation": "

The Base64-encoded certificate data required to communicate with your cluster. Add this to the certificate-authority-data section of the kubeconfig file for your cluster.

" } }, "documentation": "

An object representing the certificate-authority-data for your cluster.

" }, "ClientStat": { "type": "structure", "members": { "userAgent": { "shape": "String", "documentation": "

The user agent of the Kubernetes client using the deprecated resource.

" }, "numberOfRequestsLast30Days": { "shape": "Integer", "documentation": "

The number of requests from the Kubernetes client seen over the last 30 days.

" }, "lastRequestTime": { "shape": "Timestamp", "documentation": "

The timestamp of the last request seen from the Kubernetes client.

" } }, "documentation": "

Details about clients using the deprecated resources.

" }, "ClientStats": { "type": "list", "member": { "shape": "ClientStat" } }, "Cluster": { "type": "structure", "members": { "name": { "shape": "String", "documentation": "

The name of your cluster.

" }, "arn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the cluster.

" }, "createdAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp at object creation.

" }, "version": { "shape": "String", "documentation": "

The Kubernetes server version for the cluster.

" }, "endpoint": { "shape": "String", "documentation": "

The endpoint for your Kubernetes API server.

" }, "roleArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf.

" }, "resourcesVpcConfig": { "shape": "VpcConfigResponse", "documentation": "

The VPC configuration used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC considerations and Cluster security group considerations in the Amazon EKS User Guide.

" }, "kubernetesNetworkConfig": { "shape": "KubernetesNetworkConfigResponse", "documentation": "

The Kubernetes network configuration for the cluster.

" }, "logging": { "shape": "Logging", "documentation": "

The logging configuration for your cluster.

" }, "identity": { "shape": "Identity", "documentation": "

The identity provider information for the cluster.

" }, "status": { "shape": "ClusterStatus", "documentation": "

The current status of the cluster.

" }, "certificateAuthority": { "shape": "Certificate", "documentation": "

The certificate-authority-data for your cluster.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

" }, "platformVersion": { "shape": "String", "documentation": "

The platform version of your Amazon EKS cluster. For more information about clusters deployed on the Amazon Web Services Cloud, see Platform versions in the Amazon EKS User Guide . For more information about local clusters deployed on an Outpost, see Amazon EKS local cluster platform versions in the Amazon EKS User Guide .

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "encryptionConfig": { "shape": "EncryptionConfigList", "documentation": "

The encryption configuration for the cluster.

" }, "connectorConfig": { "shape": "ConnectorConfigResponse", "documentation": "

The configuration used to connect to a cluster for registration.

" }, "id": { "shape": "String", "documentation": "

The ID of your local Amazon EKS cluster on an Amazon Web Services Outpost. This property isn't available for an Amazon EKS cluster on the Amazon Web Services cloud.

" }, "health": { "shape": "ClusterHealth", "documentation": "

An object representing the health of your Amazon EKS cluster.

" }, "outpostConfig": { "shape": "OutpostConfigResponse", "documentation": "

An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.

" }, "accessConfig": { "shape": "AccessConfigResponse", "documentation": "

The access configuration for the cluster.

" }, "upgradePolicy": { "shape": "UpgradePolicyResponse", "documentation": "

This value indicates if extended support is enabled or disabled for the cluster.

Learn more about EKS Extended Support in the EKS User Guide.

" } }, "documentation": "

An object representing an Amazon EKS cluster.

" }, "ClusterHealth": { "type": "structure", "members": { "issues": { "shape": "ClusterIssueList", "documentation": "

An object representing the health issues of your Amazon EKS cluster.

" } }, "documentation": "

An object representing the health of your Amazon EKS cluster.

" }, "ClusterIssue": { "type": "structure", "members": { "code": { "shape": "ClusterIssueCode", "documentation": "

The error code of the issue.

" }, "message": { "shape": "String", "documentation": "

A description of the issue.

" }, "resourceIds": { "shape": "StringList", "documentation": "

The resource IDs that the issue relates to.

" } }, "documentation": "

An issue with your Amazon EKS cluster.

" }, "ClusterIssueCode": { "type": "string", "enum": [ "AccessDenied", "ClusterUnreachable", "ConfigurationConflict", "InternalFailure", "ResourceLimitExceeded", "ResourceNotFound", "IamRoleNotFound", "VpcNotFound", "InsufficientFreeAddresses", "Ec2ServiceNotSubscribed", "Ec2SubnetNotFound", "Ec2SecurityGroupNotFound", "KmsGrantRevoked", "KmsKeyNotFound", "KmsKeyMarkedForDeletion", "KmsKeyDisabled", "StsRegionalEndpointDisabled", "UnsupportedVersion", "Other" ] }, "ClusterIssueList": { "type": "list", "member": { "shape": "ClusterIssue" } }, "ClusterName": { "type": "string", "max": 100, "min": 1, "pattern": "^[0-9A-Za-z][A-Za-z0-9\\-_]*" }, "ClusterStatus": { "type": "string", "enum": [ "CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "PENDING" ] }, "Compatibilities": { "type": "list", "member": { "shape": "Compatibility" } }, "Compatibility": { "type": "structure", "members": { "clusterVersion": { "shape": "String", "documentation": "

The supported Kubernetes version of the cluster.

" }, "platformVersions": { "shape": "StringList", "documentation": "

The supported compute platform.

" }, "defaultVersion": { "shape": "Boolean", "documentation": "

The supported default version.

" } }, "documentation": "

Compatibility information.

" }, "ConnectorConfigProvider": { "type": "string", "enum": [ "EKS_ANYWHERE", "ANTHOS", "GKE", "AKS", "OPENSHIFT", "TANZU", "RANCHER", "EC2", "OTHER" ] }, "ConnectorConfigRequest": { "type": "structure", "required": [ "roleArn", "provider" ], "members": { "roleArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.

" }, "provider": { "shape": "ConnectorConfigProvider", "documentation": "

The cloud provider for the target cluster to connect.

" } }, "documentation": "

The configuration sent to a cluster for configuration.

" }, "ConnectorConfigResponse": { "type": "structure", "members": { "activationId": { "shape": "String", "documentation": "

A unique ID associated with the cluster for registration purposes.

" }, "activationCode": { "shape": "String", "documentation": "

A unique code associated with the cluster for registration purposes.

" }, "activationExpiry": { "shape": "Timestamp", "documentation": "

The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.

" }, "provider": { "shape": "String", "documentation": "

The cluster's cloud service provider.

" }, "roleArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.

" } }, "documentation": "

The full description of your connected cluster.

" }, "ControlPlanePlacementRequest": { "type": "structure", "members": { "groupName": { "shape": "String", "documentation": "

The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation.

" } }, "documentation": "

The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

" }, "ControlPlanePlacementResponse": { "type": "structure", "members": { "groupName": { "shape": "String", "documentation": "

The name of the placement group for the Kubernetes control plane instances.

" } }, "documentation": "

The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

" }, "CreateAccessConfigRequest": { "type": "structure", "members": { "bootstrapClusterCreatorAdminPermissions": { "shape": "BoxedBoolean", "documentation": "

Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster creation time. The default value is true.

" }, "authenticationMode": { "shape": "AuthenticationMode", "documentation": "

The desired authentication mode for the cluster. If you create a cluster by using the EKS API, Amazon Web Services SDKs, or CloudFormation, the default is CONFIG_MAP. If you create the cluster by using the Amazon Web Services Management Console, the default value is API_AND_CONFIG_MAP.

" } }, "documentation": "

The access configuration information for the cluster.

" }, "CreateAccessEntryRequest": { "type": "structure", "required": [ "clusterName", "principalArn" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "principalArn": { "shape": "String", "documentation": "

The ARN of the IAM principal for the AccessEntry. You can specify one ARN for each access entry. You can't specify the same ARN in more than one access entry. This value can't be changed after access entry creation.

The valid principals differ depending on the type of the access entry in the type field. The only valid ARN is IAM roles for the types of access entries for nodes: . You can use every IAM principal type for STANDARD access entries. You can't use the STS session principal type with access entries because this is a temporary principal for each session and not a permanent identity that can be assigned permissions.

IAM best practices recommend using IAM roles with temporary credentials, rather than IAM users with long-term credentials.

" }, "kubernetesGroups": { "shape": "StringList", "documentation": "

The value for name that you've specified for kind: Group as a subject in a Kubernetes RoleBinding or ClusterRoleBinding object. Amazon EKS doesn't confirm that the value for name exists in any bindings on your cluster. You can specify one or more names.

Kubernetes authorizes the principalArn of the access entry to access any cluster objects that you've specified in a Kubernetes Role or ClusterRole object that is also specified in a binding's roleRef. For more information about creating Kubernetes RoleBinding, ClusterRoleBinding, Role, or ClusterRole objects, see Using RBAC Authorization in the Kubernetes documentation.

If you want Amazon EKS to authorize the principalArn (instead of, or in addition to Kubernetes authorizing the principalArn), you can associate one or more access policies to the access entry using AssociateAccessPolicy. If you associate any access policies, the principalARN has all permissions assigned in the associated access policies and all permissions in any Kubernetes Role or ClusterRole objects that the group names are bound to.

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "username": { "shape": "String", "documentation": "

The username to authenticate to Kubernetes with. We recommend not specifying a username and letting Amazon EKS specify it for you. For more information about the value Amazon EKS specifies for you, or constraints before specifying your own username, see Creating access entries in the Amazon EKS User Guide.

" }, "type": { "shape": "String", "documentation": "

The type of the new access entry. Valid values are Standard, FARGATE_LINUX, EC2_LINUX, and EC2_WINDOWS.

If the principalArn is for an IAM role that's used for self-managed Amazon EC2 nodes, specify EC2_LINUX or EC2_WINDOWS. Amazon EKS grants the necessary permissions to the node for you. If the principalArn is for any other purpose, specify STANDARD. If you don't specify a value, Amazon EKS sets the value to STANDARD. It's unnecessary to create access entries for IAM roles used with Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries in the aws-auth ConfigMap for the roles. You can't change this value once you've created the access entry.

If you set the value to EC2_LINUX or EC2_WINDOWS, you can't specify values for kubernetesGroups, or associate an AccessPolicy to the access entry.

" } } }, "CreateAccessEntryResponse": { "type": "structure", "members": { "accessEntry": { "shape": "AccessEntry" } } }, "CreateAddonRequest": { "type": "structure", "required": [ "clusterName", "addonName" ], "members": { "clusterName": { "shape": "ClusterName", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "addonName": { "shape": "String", "documentation": "

The name of the add-on. The name must match one of the names returned by DescribeAddonVersions.

" }, "addonVersion": { "shape": "String", "documentation": "

The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions .

" }, "serviceAccountRoleArn": { "shape": "RoleArn", "documentation": "

The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account. The role must be assigned the IAM permissions required by the add-on. If you don't specify an existing IAM role, then the add-on uses the permissions assigned to the node IAM role. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide.

To specify an existing IAM role, you must have an IAM OpenID Connect (OIDC) provider created for your cluster. For more information, see Enabling IAM roles for service accounts on your cluster in the Amazon EKS User Guide.

" }, "resolveConflicts": { "shape": "ResolveConflicts", "documentation": "

How to resolve field value conflicts for an Amazon EKS add-on. Conflicts are handled based on the value you choose:

If you don't currently have the self-managed version of the add-on installed on your cluster, the Amazon EKS add-on is installed. Amazon EKS sets all values to default values, regardless of the option that you specify.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "configurationValues": { "shape": "String", "documentation": "

The set of configuration values for the add-on that's created. The values that you provide are validated against the schema returned by DescribeAddonConfiguration.

" }, "podIdentityAssociations": { "shape": "AddonPodIdentityAssociationsList", "documentation": "

An array of Pod Identity Assocations to be created. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role.

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" } } }, "CreateAddonResponse": { "type": "structure", "members": { "addon": { "shape": "Addon" } } }, "CreateClusterRequest": { "type": "structure", "required": [ "name", "roleArn", "resourcesVpcConfig" ], "members": { "name": { "shape": "ClusterName", "documentation": "

The unique name to give to your cluster.

" }, "version": { "shape": "String", "documentation": "

The desired Kubernetes version for your cluster. If you don't specify a value here, the default version available in Amazon EKS is used.

The default version might not be the latest version available.

" }, "roleArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the IAM role that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf. For more information, see Amazon EKS Service IAM Role in the Amazon EKS User Guide .

" }, "resourcesVpcConfig": { "shape": "VpcConfigRequest", "documentation": "

The VPC configuration that's used by the cluster control plane. Amazon EKS VPC resources have specific requirements to work properly with Kubernetes. For more information, see Cluster VPC Considerations and Cluster Security Group Considerations in the Amazon EKS User Guide. You must specify at least two subnets. You can specify up to five security groups. However, we recommend that you use a dedicated security group for your cluster control plane.

" }, "kubernetesNetworkConfig": { "shape": "KubernetesNetworkConfigRequest", "documentation": "

The Kubernetes network configuration for the cluster.

" }, "logging": { "shape": "Logging", "documentation": "

Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS Cluster control plane logs in the Amazon EKS User Guide .

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "encryptionConfig": { "shape": "EncryptionConfigList", "documentation": "

The encryption configuration for the cluster.

" }, "outpostConfig": { "shape": "OutpostConfigRequest", "documentation": "

An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review Local clusters for Amazon EKS on Amazon Web Services Outposts in the Amazon EKS User Guide. This object isn't available for creating Amazon EKS clusters on the Amazon Web Services cloud.

" }, "accessConfig": { "shape": "CreateAccessConfigRequest", "documentation": "

The access configuration for the cluster.

" }, "bootstrapSelfManagedAddons": { "shape": "BoxedBoolean", "documentation": "

If you set this value to False when creating a cluster, the default networking add-ons will not be installed.

The default networking addons include vpc-cni, coredns, and kube-proxy.

Use this option when you plan to install third-party alternative add-ons or self-manage the default networking add-ons.

" }, "upgradePolicy": { "shape": "UpgradePolicyRequest", "documentation": "

New clusters, by default, have extended support enabled. You can disable extended support when creating a cluster by setting this value to STANDARD.

" } } }, "CreateClusterResponse": { "type": "structure", "members": { "cluster": { "shape": "Cluster", "documentation": "

The full description of your new cluster.

" } } }, "CreateEksAnywhereSubscriptionRequest": { "type": "structure", "required": [ "name", "term" ], "members": { "name": { "shape": "EksAnywhereSubscriptionName", "documentation": "

The unique name for your subscription. It must be unique in your Amazon Web Services account in the Amazon Web Services Region you're creating the subscription in. The name can contain only alphanumeric characters (case-sensitive), hyphens, and underscores. It must start with an alphabetic character and can't be longer than 100 characters.

" }, "term": { "shape": "EksAnywhereSubscriptionTerm", "documentation": "

An object representing the term duration and term unit type of your subscription. This determines the term length of your subscription. Valid values are MONTHS for term unit and 12 or 36 for term duration, indicating a 12 month or 36 month subscription. This value cannot be changed after creating the subscription.

" }, "licenseQuantity": { "shape": "Integer", "documentation": "

The number of licenses to purchase with the subscription. Valid values are between 1 and 100. This value can't be changed after creating the subscription.

" }, "licenseType": { "shape": "EksAnywhereSubscriptionLicenseType", "documentation": "

The license type for all licenses in the subscription. Valid value is CLUSTER. With the CLUSTER license type, each license covers support for a single EKS Anywhere cluster.

" }, "autoRenew": { "shape": "Boolean", "documentation": "

A boolean indicating whether the subscription auto renews at the end of the term.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "tags": { "shape": "TagMap", "documentation": "

The metadata for a subscription to assist with categorization and organization. Each tag consists of a key and an optional value. Subscription tags don't propagate to any other resources associated with the subscription.

" } } }, "CreateEksAnywhereSubscriptionResponse": { "type": "structure", "members": { "subscription": { "shape": "EksAnywhereSubscription", "documentation": "

The full description of the subscription.

" } } }, "CreateFargateProfileRequest": { "type": "structure", "required": [ "fargateProfileName", "clusterName", "podExecutionRoleArn" ], "members": { "fargateProfileName": { "shape": "String", "documentation": "

The name of the Fargate profile.

" }, "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "podExecutionRoleArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the Pod execution role to use for a Pod that matches the selectors in the Fargate profile. The Pod execution role allows Fargate infrastructure to register with your cluster as a node, and it provides read access to Amazon ECR image repositories. For more information, see Pod execution role in the Amazon EKS User Guide.

" }, "subnets": { "shape": "StringList", "documentation": "

The IDs of subnets to launch a Pod into. A Pod running on Fargate isn't assigned a public IP address, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.

" }, "selectors": { "shape": "FargateProfileSelectors", "documentation": "

The selectors to match for a Pod to use this Fargate profile. Each selector must have an associated Kubernetes namespace. Optionally, you can also specify labels for a namespace. You may specify up to five selectors in a Fargate profile.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" } } }, "CreateFargateProfileResponse": { "type": "structure", "members": { "fargateProfile": { "shape": "FargateProfile", "documentation": "

The full description of your new Fargate profile.

" } } }, "CreateNodegroupRequest": { "type": "structure", "required": [ "clusterName", "nodegroupName", "subnets", "nodeRole" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "nodegroupName": { "shape": "String", "documentation": "

The unique name to give your node group.

" }, "scalingConfig": { "shape": "NodegroupScalingConfig", "documentation": "

The scaling configuration details for the Auto Scaling group that is created for your node group.

" }, "diskSize": { "shape": "BoxedInteger", "documentation": "

The root device disk size (in GiB) for your node group instances. The default disk size is 20 GiB for Linux and Bottlerocket. The default disk size is 50 GiB for Windows. If you specify launchTemplate, then don't specify diskSize, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "subnets": { "shape": "StringList", "documentation": "

The subnets to use for the Auto Scaling group that is created for your node group. If you specify launchTemplate, then don't specify SubnetId in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "instanceTypes": { "shape": "StringList", "documentation": "

Specify the instance types for a node group. If you specify a GPU instance type, make sure to also specify an applicable GPU AMI type with the amiType parameter. If you specify launchTemplate, then you can specify zero or one instance type in your launch template or you can specify 0-20 instance types for instanceTypes. If however, you specify an instance type in your launch template and specify any instanceTypes, the node group deployment will fail. If you don't specify an instance type in a launch template or for instanceTypes, then t3.medium is used, by default. If you specify Spot for capacityType, then we recommend specifying multiple values for instanceTypes. For more information, see Managed node group capacity types and Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "amiType": { "shape": "AMITypes", "documentation": "

The AMI type for your node group. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify amiType, or the node group deployment will fail. If your launch template uses a Windows custom AMI, then add eks:kube-proxy-windows to your Windows nodes rolearn in the aws-auth ConfigMap. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "remoteAccess": { "shape": "RemoteAccessConfig", "documentation": "

The remote access configuration to use with your node group. For Linux, the protocol is SSH. For Windows, the protocol is RDP. If you specify launchTemplate, then don't specify remoteAccess, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "nodeRole": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the IAM role to associate with your node group. The Amazon EKS worker node kubelet daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies. Before you can launch nodes and register them into a cluster, you must create an IAM role for those nodes to use when they are launched. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide . If you specify launchTemplate, then don't specify IamInstanceProfile in your launch template, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "labels": { "shape": "labelsMap", "documentation": "

The Kubernetes labels to apply to the nodes in the node group when they are created.

" }, "taints": { "shape": "taintsList", "documentation": "

The Kubernetes taints to be applied to the nodes in the node group. For more information, see Node taints on managed node groups.

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "launchTemplate": { "shape": "LaunchTemplateSpecification", "documentation": "

An object representing a node group's launch template specification. When using this object, don't directly specify instanceTypes, diskSize, or remoteAccess. Make sure that the launch template meets the requirements in launchTemplateSpecification. Also refer to Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "updateConfig": { "shape": "NodegroupUpdateConfig", "documentation": "

The node group update configuration.

" }, "capacityType": { "shape": "CapacityTypes", "documentation": "

The capacity type for your node group.

" }, "version": { "shape": "String", "documentation": "

The Kubernetes version to use for your managed nodes. By default, the Kubernetes version of the cluster is used, and this is the only accepted specified value. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "releaseVersion": { "shape": "String", "documentation": "

The AMI version of the Amazon EKS optimized AMI to use with your node group. By default, the latest available AMI version for the node group's current Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group deployment will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" } } }, "CreateNodegroupResponse": { "type": "structure", "members": { "nodegroup": { "shape": "Nodegroup", "documentation": "

The full description of your new node group.

" } } }, "CreatePodIdentityAssociationRequest": { "type": "structure", "required": [ "clusterName", "namespace", "serviceAccount", "roleArn" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of the cluster to create the association in.

", "location": "uri", "locationName": "name" }, "namespace": { "shape": "String", "documentation": "

The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.

" }, "serviceAccount": { "shape": "String", "documentation": "

The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.

" }, "roleArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

The following basic restrictions apply to tags:

" } } }, "CreatePodIdentityAssociationResponse": { "type": "structure", "members": { "association": { "shape": "PodIdentityAssociation", "documentation": "

The full description of your new association.

The description includes an ID for the association. Use the ID of the association in further actions to manage the association.

" } } }, "DeleteAccessEntryRequest": { "type": "structure", "required": [ "clusterName", "principalArn" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "principalArn": { "shape": "String", "documentation": "

The ARN of the IAM principal for the AccessEntry.

", "location": "uri", "locationName": "principalArn" } } }, "DeleteAccessEntryResponse": { "type": "structure", "members": {} }, "DeleteAddonRequest": { "type": "structure", "required": [ "clusterName", "addonName" ], "members": { "clusterName": { "shape": "ClusterName", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "addonName": { "shape": "String", "documentation": "

The name of the add-on. The name must match one of the names returned by ListAddons .

", "location": "uri", "locationName": "addonName" }, "preserve": { "shape": "Boolean", "documentation": "

Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it isn't removed.

", "location": "querystring", "locationName": "preserve" } } }, "DeleteAddonResponse": { "type": "structure", "members": { "addon": { "shape": "Addon" } } }, "DeleteClusterRequest": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "String", "documentation": "

The name of the cluster to delete.

", "location": "uri", "locationName": "name" } } }, "DeleteClusterResponse": { "type": "structure", "members": { "cluster": { "shape": "Cluster", "documentation": "

The full description of the cluster to delete.

" } } }, "DeleteEksAnywhereSubscriptionRequest": { "type": "structure", "required": [ "id" ], "members": { "id": { "shape": "String", "documentation": "

The ID of the subscription.

", "location": "uri", "locationName": "id" } } }, "DeleteEksAnywhereSubscriptionResponse": { "type": "structure", "members": { "subscription": { "shape": "EksAnywhereSubscription", "documentation": "

The full description of the subscription to be deleted.

" } } }, "DeleteFargateProfileRequest": { "type": "structure", "required": [ "clusterName", "fargateProfileName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "fargateProfileName": { "shape": "String", "documentation": "

The name of the Fargate profile to delete.

", "location": "uri", "locationName": "fargateProfileName" } } }, "DeleteFargateProfileResponse": { "type": "structure", "members": { "fargateProfile": { "shape": "FargateProfile", "documentation": "

The deleted Fargate profile.

" } } }, "DeleteNodegroupRequest": { "type": "structure", "required": [ "clusterName", "nodegroupName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "nodegroupName": { "shape": "String", "documentation": "

The name of the node group to delete.

", "location": "uri", "locationName": "nodegroupName" } } }, "DeleteNodegroupResponse": { "type": "structure", "members": { "nodegroup": { "shape": "Nodegroup", "documentation": "

The full description of your deleted node group.

" } } }, "DeletePodIdentityAssociationRequest": { "type": "structure", "required": [ "clusterName", "associationId" ], "members": { "clusterName": { "shape": "String", "documentation": "

The cluster name that

", "location": "uri", "locationName": "name" }, "associationId": { "shape": "String", "documentation": "

The ID of the association to be deleted.

", "location": "uri", "locationName": "associationId" } } }, "DeletePodIdentityAssociationResponse": { "type": "structure", "members": { "association": { "shape": "PodIdentityAssociation", "documentation": "

The full description of the EKS Pod Identity association that was deleted.

" } } }, "DeprecationDetail": { "type": "structure", "members": { "usage": { "shape": "String", "documentation": "

The deprecated version of the resource.

" }, "replacedWith": { "shape": "String", "documentation": "

The newer version of the resource to migrate to if applicable.

" }, "stopServingVersion": { "shape": "String", "documentation": "

The version of the software where the deprecated resource version will stop being served.

" }, "startServingReplacementVersion": { "shape": "String", "documentation": "

The version of the software where the newer resource version became available to migrate to if applicable.

" }, "clientStats": { "shape": "ClientStats", "documentation": "

Details about Kubernetes clients using the deprecated resources.

" } }, "documentation": "

The summary information about deprecated resource usage for an insight check in the UPGRADE_READINESS category.

" }, "DeprecationDetails": { "type": "list", "member": { "shape": "DeprecationDetail" } }, "DeregisterClusterRequest": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "String", "documentation": "

The name of the connected cluster to deregister.

", "location": "uri", "locationName": "name" } } }, "DeregisterClusterResponse": { "type": "structure", "members": { "cluster": { "shape": "Cluster" } } }, "DescribeAccessEntryRequest": { "type": "structure", "required": [ "clusterName", "principalArn" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "principalArn": { "shape": "String", "documentation": "

The ARN of the IAM principal for the AccessEntry.

", "location": "uri", "locationName": "principalArn" } } }, "DescribeAccessEntryResponse": { "type": "structure", "members": { "accessEntry": { "shape": "AccessEntry", "documentation": "

Information about the access entry.

" } } }, "DescribeAddonConfigurationRequest": { "type": "structure", "required": [ "addonName", "addonVersion" ], "members": { "addonName": { "shape": "String", "documentation": "

The name of the add-on. The name must match one of the names returned by DescribeAddonVersions.

", "location": "querystring", "locationName": "addonName" }, "addonVersion": { "shape": "String", "documentation": "

The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions .

", "location": "querystring", "locationName": "addonVersion" } } }, "DescribeAddonConfigurationResponse": { "type": "structure", "members": { "addonName": { "shape": "String", "documentation": "

The name of the add-on.

" }, "addonVersion": { "shape": "String", "documentation": "

The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions .

" }, "configurationSchema": { "shape": "String", "documentation": "

A JSON schema that's used to validate the configuration values you provide when an add-on is created or updated.

" }, "podIdentityConfiguration": { "shape": "AddonPodIdentityConfigurationList", "documentation": "

The Kubernetes service account name used by the addon, and any suggested IAM policies. Use this information to create an IAM Role for the Addon.

" } } }, "DescribeAddonRequest": { "type": "structure", "required": [ "clusterName", "addonName" ], "members": { "clusterName": { "shape": "ClusterName", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "addonName": { "shape": "String", "documentation": "

The name of the add-on. The name must match one of the names returned by ListAddons .

", "location": "uri", "locationName": "addonName" } } }, "DescribeAddonResponse": { "type": "structure", "members": { "addon": { "shape": "Addon" } } }, "DescribeAddonVersionsRequest": { "type": "structure", "members": { "kubernetesVersion": { "shape": "String", "documentation": "

The Kubernetes versions that you can use the add-on with.

", "location": "querystring", "locationName": "kubernetesVersion" }, "maxResults": { "shape": "DescribeAddonVersionsRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" }, "addonName": { "shape": "String", "documentation": "

The name of the add-on. The name must match one of the names returned by ListAddons .

", "location": "querystring", "locationName": "addonName" }, "types": { "shape": "StringList", "documentation": "

The type of the add-on. For valid types, don't specify a value for this property.

", "location": "querystring", "locationName": "types" }, "publishers": { "shape": "StringList", "documentation": "

The publisher of the add-on. For valid publishers, don't specify a value for this property.

", "location": "querystring", "locationName": "publishers" }, "owners": { "shape": "StringList", "documentation": "

The owner of the add-on. For valid owners, don't specify a value for this property.

", "location": "querystring", "locationName": "owners" } } }, "DescribeAddonVersionsRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "DescribeAddonVersionsResponse": { "type": "structure", "members": { "addons": { "shape": "Addons", "documentation": "

The list of available versions with Kubernetes version compatibility and other properties.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value to include in a future DescribeAddonVersions request. When the results of a DescribeAddonVersions request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "DescribeClusterRequest": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" } } }, "DescribeClusterResponse": { "type": "structure", "members": { "cluster": { "shape": "Cluster", "documentation": "

The full description of your specified cluster.

" } } }, "DescribeEksAnywhereSubscriptionRequest": { "type": "structure", "required": [ "id" ], "members": { "id": { "shape": "String", "documentation": "

The ID of the subscription.

", "location": "uri", "locationName": "id" } } }, "DescribeEksAnywhereSubscriptionResponse": { "type": "structure", "members": { "subscription": { "shape": "EksAnywhereSubscription", "documentation": "

The full description of the subscription.

" } } }, "DescribeFargateProfileRequest": { "type": "structure", "required": [ "clusterName", "fargateProfileName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "fargateProfileName": { "shape": "String", "documentation": "

The name of the Fargate profile to describe.

", "location": "uri", "locationName": "fargateProfileName" } } }, "DescribeFargateProfileResponse": { "type": "structure", "members": { "fargateProfile": { "shape": "FargateProfile", "documentation": "

The full description of your Fargate profile.

" } } }, "DescribeIdentityProviderConfigRequest": { "type": "structure", "required": [ "clusterName", "identityProviderConfig" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "identityProviderConfig": { "shape": "IdentityProviderConfig", "documentation": "

An object representing an identity provider configuration.

" } } }, "DescribeIdentityProviderConfigResponse": { "type": "structure", "members": { "identityProviderConfig": { "shape": "IdentityProviderConfigResponse", "documentation": "

The object that represents an OpenID Connect (OIDC) identity provider configuration.

" } } }, "DescribeInsightRequest": { "type": "structure", "required": [ "clusterName", "id" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of the cluster to describe the insight for.

", "location": "uri", "locationName": "name" }, "id": { "shape": "String", "documentation": "

The identity of the insight to describe.

", "location": "uri", "locationName": "id" } } }, "DescribeInsightResponse": { "type": "structure", "members": { "insight": { "shape": "Insight", "documentation": "

The full description of the insight.

" } } }, "DescribeNodegroupRequest": { "type": "structure", "required": [ "clusterName", "nodegroupName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "nodegroupName": { "shape": "String", "documentation": "

The name of the node group to describe.

", "location": "uri", "locationName": "nodegroupName" } } }, "DescribeNodegroupResponse": { "type": "structure", "members": { "nodegroup": { "shape": "Nodegroup", "documentation": "

The full description of your node group.

" } } }, "DescribePodIdentityAssociationRequest": { "type": "structure", "required": [ "clusterName", "associationId" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of the cluster that the association is in.

", "location": "uri", "locationName": "name" }, "associationId": { "shape": "String", "documentation": "

The ID of the association that you want the description of.

", "location": "uri", "locationName": "associationId" } } }, "DescribePodIdentityAssociationResponse": { "type": "structure", "members": { "association": { "shape": "PodIdentityAssociation", "documentation": "

The full description of the EKS Pod Identity association.

" } } }, "DescribeUpdateRequest": { "type": "structure", "required": [ "name", "updateId" ], "members": { "name": { "shape": "String", "documentation": "

The name of the Amazon EKS cluster associated with the update.

", "location": "uri", "locationName": "name" }, "updateId": { "shape": "String", "documentation": "

The ID of the update to describe.

", "location": "uri", "locationName": "updateId" }, "nodegroupName": { "shape": "String", "documentation": "

The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update.

", "location": "querystring", "locationName": "nodegroupName" }, "addonName": { "shape": "String", "documentation": "

The name of the add-on. The name must match one of the names returned by ListAddons . This parameter is required if the update is an add-on update.

", "location": "querystring", "locationName": "addonName" } }, "documentation": "

Describes an update request.

" }, "DescribeUpdateResponse": { "type": "structure", "members": { "update": { "shape": "Update", "documentation": "

The full description of the specified update.

" } } }, "DisassociateAccessPolicyRequest": { "type": "structure", "required": [ "clusterName", "principalArn", "policyArn" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "principalArn": { "shape": "String", "documentation": "

The ARN of the IAM principal for the AccessEntry.

", "location": "uri", "locationName": "principalArn" }, "policyArn": { "shape": "String", "documentation": "

The ARN of the policy to disassociate from the access entry. For a list of associated policies ARNs, use ListAssociatedAccessPolicies.

", "location": "uri", "locationName": "policyArn" } } }, "DisassociateAccessPolicyResponse": { "type": "structure", "members": {} }, "DisassociateIdentityProviderConfigRequest": { "type": "structure", "required": [ "clusterName", "identityProviderConfig" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "identityProviderConfig": { "shape": "IdentityProviderConfig", "documentation": "

An object representing an identity provider configuration.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true } } }, "DisassociateIdentityProviderConfigResponse": { "type": "structure", "members": { "update": { "shape": "Update" } } }, "EksAnywhereSubscription": { "type": "structure", "members": { "id": { "shape": "String", "documentation": "

UUID identifying a subscription.

" }, "arn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) for the subscription.

" }, "createdAt": { "shape": "Timestamp", "documentation": "

The Unix timestamp in seconds for when the subscription was created.

" }, "effectiveDate": { "shape": "Timestamp", "documentation": "

The Unix timestamp in seconds for when the subscription is effective.

" }, "expirationDate": { "shape": "Timestamp", "documentation": "

The Unix timestamp in seconds for when the subscription will expire or auto renew, depending on the auto renew configuration of the subscription object.

" }, "licenseQuantity": { "shape": "Integer", "documentation": "

The number of licenses included in a subscription. Valid values are between 1 and 100.

" }, "licenseType": { "shape": "EksAnywhereSubscriptionLicenseType", "documentation": "

The type of licenses included in the subscription. Valid value is CLUSTER. With the CLUSTER license type, each license covers support for a single EKS Anywhere cluster.

" }, "term": { "shape": "EksAnywhereSubscriptionTerm", "documentation": "

An EksAnywhereSubscriptionTerm object.

" }, "status": { "shape": "String", "documentation": "

The status of a subscription.

" }, "autoRenew": { "shape": "Boolean", "documentation": "

A boolean indicating whether or not a subscription will auto renew when it expires.

" }, "licenseArns": { "shape": "StringList", "documentation": "

Amazon Web Services License Manager ARN associated with the subscription.

" }, "tags": { "shape": "TagMap", "documentation": "

The metadata for a subscription to assist with categorization and organization. Each tag consists of a key and an optional value. Subscription tags do not propagate to any other resources associated with the subscription.

" } }, "documentation": "

An EKS Anywhere subscription authorizing the customer to support for licensed clusters and access to EKS Anywhere Curated Packages.

" }, "EksAnywhereSubscriptionLicenseType": { "type": "string", "enum": [ "Cluster" ] }, "EksAnywhereSubscriptionList": { "type": "list", "member": { "shape": "EksAnywhereSubscription" } }, "EksAnywhereSubscriptionName": { "type": "string", "max": 100, "min": 1, "pattern": "^[0-9A-Za-z][A-Za-z0-9\\-_]*" }, "EksAnywhereSubscriptionStatus": { "type": "string", "enum": [ "CREATING", "ACTIVE", "UPDATING", "EXPIRING", "EXPIRED", "DELETING" ] }, "EksAnywhereSubscriptionStatusValues": { "type": "list", "member": { "shape": "EksAnywhereSubscriptionStatus" } }, "EksAnywhereSubscriptionTerm": { "type": "structure", "members": { "duration": { "shape": "Integer", "documentation": "

The duration of the subscription term. Valid values are 12 and 36, indicating a 12 month or 36 month subscription.

" }, "unit": { "shape": "EksAnywhereSubscriptionTermUnit", "documentation": "

The term unit of the subscription. Valid value is MONTHS.

" } }, "documentation": "

An object representing the term duration and term unit type of your subscription. This determines the term length of your subscription. Valid values are MONTHS for term unit and 12 or 36 for term duration, indicating a 12 month or 36 month subscription.

" }, "EksAnywhereSubscriptionTermUnit": { "type": "string", "enum": [ "MONTHS" ] }, "EncryptionConfig": { "type": "structure", "members": { "resources": { "shape": "StringList", "documentation": "

Specifies the resources to be encrypted. The only supported value is secrets.

" }, "provider": { "shape": "Provider", "documentation": "

Key Management Service (KMS) key. Either the ARN or the alias can be used.

" } }, "documentation": "

The encryption configuration for the cluster.

" }, "EncryptionConfigList": { "type": "list", "member": { "shape": "EncryptionConfig" }, "max": 1 }, "ErrorCode": { "type": "string", "enum": [ "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound" ] }, "ErrorDetail": { "type": "structure", "members": { "errorCode": { "shape": "ErrorCode", "documentation": "

A brief description of the error.

" }, "errorMessage": { "shape": "String", "documentation": "

A more complete description of the error.

" }, "resourceIds": { "shape": "StringList", "documentation": "

An optional field that contains the resource IDs associated with the error.

" } }, "documentation": "

An object representing an error when an asynchronous operation fails.

" }, "ErrorDetails": { "type": "list", "member": { "shape": "ErrorDetail" } }, "FargateProfile": { "type": "structure", "members": { "fargateProfileName": { "shape": "String", "documentation": "

The name of the Fargate profile.

" }, "fargateProfileArn": { "shape": "String", "documentation": "

The full Amazon Resource Name (ARN) of the Fargate profile.

" }, "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

" }, "createdAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp at object creation.

" }, "podExecutionRoleArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the Pod execution role to use for any Pod that matches the selectors in the Fargate profile. For more information, see Pod execution role in the Amazon EKS User Guide.

" }, "subnets": { "shape": "StringList", "documentation": "

The IDs of subnets to launch a Pod into.

" }, "selectors": { "shape": "FargateProfileSelectors", "documentation": "

The selectors to match for a Pod to use this Fargate profile.

" }, "status": { "shape": "FargateProfileStatus", "documentation": "

The current status of the Fargate profile.

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "health": { "shape": "FargateProfileHealth", "documentation": "

The health status of the Fargate profile. If there are issues with your Fargate profile's health, they are listed here.

" } }, "documentation": "

An object representing an Fargate profile.

" }, "FargateProfileHealth": { "type": "structure", "members": { "issues": { "shape": "FargateProfileIssueList", "documentation": "

Any issues that are associated with the Fargate profile.

" } }, "documentation": "

The health status of the Fargate profile. If there are issues with your Fargate profile's health, they are listed here.

" }, "FargateProfileIssue": { "type": "structure", "members": { "code": { "shape": "FargateProfileIssueCode", "documentation": "

A brief description of the error.

" }, "message": { "shape": "String", "documentation": "

The error message associated with the issue.

" }, "resourceIds": { "shape": "StringList", "documentation": "

The Amazon Web Services resources that are affected by this issue.

" } }, "documentation": "

An issue that is associated with the Fargate profile.

" }, "FargateProfileIssueCode": { "type": "string", "enum": [ "PodExecutionRoleAlreadyInUse", "AccessDenied", "ClusterUnreachable", "InternalFailure" ] }, "FargateProfileIssueList": { "type": "list", "member": { "shape": "FargateProfileIssue" } }, "FargateProfileLabel": { "type": "map", "key": { "shape": "String" }, "value": { "shape": "String" } }, "FargateProfileSelector": { "type": "structure", "members": { "namespace": { "shape": "String", "documentation": "

The Kubernetes namespace that the selector should match.

" }, "labels": { "shape": "FargateProfileLabel", "documentation": "

The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.

" } }, "documentation": "

An object representing an Fargate profile selector.

" }, "FargateProfileSelectors": { "type": "list", "member": { "shape": "FargateProfileSelector" } }, "FargateProfileStatus": { "type": "string", "enum": [ "CREATING", "ACTIVE", "DELETING", "CREATE_FAILED", "DELETE_FAILED" ] }, "FargateProfilesRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "Identity": { "type": "structure", "members": { "oidc": { "shape": "OIDC", "documentation": "

An object representing the OpenID Connect identity provider information.

" } }, "documentation": "

An object representing an identity provider.

" }, "IdentityProviderConfig": { "type": "structure", "required": [ "type", "name" ], "members": { "type": { "shape": "String", "documentation": "

The type of the identity provider configuration. The only type available is oidc.

" }, "name": { "shape": "String", "documentation": "

The name of the identity provider configuration.

" } }, "documentation": "

An object representing an identity provider configuration.

" }, "IdentityProviderConfigResponse": { "type": "structure", "members": { "oidc": { "shape": "OidcIdentityProviderConfig", "documentation": "

An object representing an OpenID Connect (OIDC) identity provider configuration.

" } }, "documentation": "

The full description of your identity configuration.

" }, "IdentityProviderConfigs": { "type": "list", "member": { "shape": "IdentityProviderConfig" } }, "IncludeClustersList": { "type": "list", "member": { "shape": "String" } }, "Insight": { "type": "structure", "members": { "id": { "shape": "String", "documentation": "

The ID of the insight.

" }, "name": { "shape": "String", "documentation": "

The name of the insight.

" }, "category": { "shape": "Category", "documentation": "

The category of the insight.

" }, "kubernetesVersion": { "shape": "String", "documentation": "

The Kubernetes minor version associated with an insight if applicable.

" }, "lastRefreshTime": { "shape": "Timestamp", "documentation": "

The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.

" }, "lastTransitionTime": { "shape": "Timestamp", "documentation": "

The time the status of the insight last changed.

" }, "description": { "shape": "String", "documentation": "

The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).

" }, "insightStatus": { "shape": "InsightStatus", "documentation": "

An object containing more detail on the status of the insight resource.

" }, "recommendation": { "shape": "String", "documentation": "

A summary of how to remediate the finding of this insight if applicable.

" }, "additionalInfo": { "shape": "AdditionalInfoMap", "documentation": "

Links to sources that provide additional context on the insight.

" }, "resources": { "shape": "InsightResourceDetails", "documentation": "

The details about each resource listed in the insight check result.

" }, "categorySpecificSummary": { "shape": "InsightCategorySpecificSummary", "documentation": "

Summary information that relates to the category of the insight. Currently only returned with certain insights having category UPGRADE_READINESS.

" } }, "documentation": "

A check that provides recommendations to remedy potential upgrade-impacting issues.

" }, "InsightCategorySpecificSummary": { "type": "structure", "members": { "deprecationDetails": { "shape": "DeprecationDetails", "documentation": "

The summary information about deprecated resource usage for an insight check in the UPGRADE_READINESS category.

" } }, "documentation": "

Summary information that relates to the category of the insight. Currently only returned with certain insights having category UPGRADE_READINESS.

" }, "InsightResourceDetail": { "type": "structure", "members": { "insightStatus": { "shape": "InsightStatus", "documentation": "

An object containing more detail on the status of the insight resource.

" }, "kubernetesResourceUri": { "shape": "String", "documentation": "

The Kubernetes resource URI if applicable.

" }, "arn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) if applicable.

" } }, "documentation": "

Returns information about the resource being evaluated.

" }, "InsightResourceDetails": { "type": "list", "member": { "shape": "InsightResourceDetail" } }, "InsightStatus": { "type": "structure", "members": { "status": { "shape": "InsightStatusValue", "documentation": "

The status of the resource.

" }, "reason": { "shape": "String", "documentation": "

Explanation on the reasoning for the status of the resource.

" } }, "documentation": "

The status of the insight.

" }, "InsightStatusValue": { "type": "string", "enum": [ "PASSING", "WARNING", "ERROR", "UNKNOWN" ] }, "InsightStatusValueList": { "type": "list", "member": { "shape": "InsightStatusValue" } }, "InsightSummaries": { "type": "list", "member": { "shape": "InsightSummary" } }, "InsightSummary": { "type": "structure", "members": { "id": { "shape": "String", "documentation": "

The ID of the insight.

" }, "name": { "shape": "String", "documentation": "

The name of the insight.

" }, "category": { "shape": "Category", "documentation": "

The category of the insight.

" }, "kubernetesVersion": { "shape": "String", "documentation": "

The Kubernetes minor version associated with an insight if applicable.

" }, "lastRefreshTime": { "shape": "Timestamp", "documentation": "

The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.

" }, "lastTransitionTime": { "shape": "Timestamp", "documentation": "

The time the status of the insight last changed.

" }, "description": { "shape": "String", "documentation": "

The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).

" }, "insightStatus": { "shape": "InsightStatus", "documentation": "

An object containing more detail on the status of the insight.

" } }, "documentation": "

The summarized description of the insight.

" }, "InsightsFilter": { "type": "structure", "members": { "categories": { "shape": "CategoryList", "documentation": "

The categories to use to filter insights.

" }, "kubernetesVersions": { "shape": "StringList", "documentation": "

The Kubernetes versions to use to filter the insights.

" }, "statuses": { "shape": "InsightStatusValueList", "documentation": "

The statuses to use to filter the insights.

" } }, "documentation": "

The criteria to use for the insights.

" }, "Integer": { "type": "integer" }, "IpFamily": { "type": "string", "enum": [ "ipv4", "ipv6" ] }, "Issue": { "type": "structure", "members": { "code": { "shape": "NodegroupIssueCode", "documentation": "

A brief description of the error.

" }, "message": { "shape": "String", "documentation": "

The error message associated with the issue.

" }, "resourceIds": { "shape": "StringList", "documentation": "

The Amazon Web Services resources that are afflicted by this issue.

" } }, "documentation": "

An object representing an issue with an Amazon EKS resource.

" }, "IssueList": { "type": "list", "member": { "shape": "Issue" } }, "KubernetesNetworkConfigRequest": { "type": "structure", "members": { "serviceIpv4Cidr": { "shape": "String", "documentation": "

Don't specify a value if you select ipv6 for ipFamily. The CIDR block to assign Kubernetes service IP addresses from. If you don't specify a block, Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. We recommend that you specify a block that does not overlap with resources in other networks that are peered or connected to your VPC. The block must meet the following requirements:

You can only specify a custom CIDR block when you create a cluster. You can't change this value after the cluster is created.

" }, "ipFamily": { "shape": "IpFamily", "documentation": "

Specify which IP family is used to assign Kubernetes pod and service IP addresses. If you don't specify a value, ipv4 is used by default. You can only specify an IP family when you create a cluster and can't change this value once the cluster is created. If you specify ipv6, the VPC and subnets that you specify for cluster creation must have both IPv4 and IPv6 CIDR blocks assigned to them. You can't specify ipv6 for clusters in China Regions.

You can only specify ipv6 for 1.21 and later clusters that use version 1.10.1 or later of the Amazon VPC CNI add-on. If you specify ipv6, then ensure that your VPC meets the requirements listed in the considerations listed in Assigning IPv6 addresses to pods and services in the Amazon EKS User Guide. Kubernetes assigns services IPv6 addresses from the unique local address range (fc00::/7). You can't specify a custom IPv6 CIDR block. Pod addresses are assigned from the subnet's IPv6 CIDR.

" } }, "documentation": "

The Kubernetes network configuration for the cluster.

" }, "KubernetesNetworkConfigResponse": { "type": "structure", "members": { "serviceIpv4Cidr": { "shape": "String", "documentation": "

The CIDR block that Kubernetes Pod and Service object IP addresses are assigned from. Kubernetes assigns addresses from an IPv4 CIDR block assigned to a subnet that the node is in. If you didn't specify a CIDR block when you created the cluster, then Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. If this was specified, then it was specified when the cluster was created and it can't be changed.

" }, "serviceIpv6Cidr": { "shape": "String", "documentation": "

The CIDR block that Kubernetes pod and service IP addresses are assigned from if you created a 1.21 or later cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and specified ipv6 for ipFamily when you created the cluster. Kubernetes assigns service addresses from the unique local address range (fc00::/7) because you can't specify a custom IPv6 CIDR block when you create the cluster.

" }, "ipFamily": { "shape": "IpFamily", "documentation": "

The IP family used to assign Kubernetes Pod and Service objects IP addresses. The IP family is always ipv4, unless you have a 1.21 or later cluster running version 1.10.1 or later of the Amazon VPC CNI plugin for Kubernetes and specified ipv6 when you created the cluster.

" } }, "documentation": "

The Kubernetes network configuration for the cluster. The response contains a value for serviceIpv6Cidr or serviceIpv4Cidr, but not both.

" }, "LaunchTemplateSpecification": { "type": "structure", "members": { "name": { "shape": "String", "documentation": "

The name of the launch template.

You must specify either the launch template name or the launch template ID in the request, but not both.

" }, "version": { "shape": "String", "documentation": "

The version number of the launch template to use. If no version is specified, then the template's default version is used.

" }, "id": { "shape": "String", "documentation": "

The ID of the launch template.

You must specify either the launch template ID or the launch template name in the request, but not both.

" } }, "documentation": "

An object representing a node group launch template specification. The launch template can't include SubnetId , IamInstanceProfile , RequestSpotInstances , HibernationOptions , or TerminateInstances , or the node group deployment or update will fail. For more information about launch templates, see CreateLaunchTemplate in the Amazon EC2 API Reference. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

You must specify either the launch template ID or the launch template name in the request, but not both.

" }, "ListAccessEntriesRequest": { "type": "structure", "required": [ "clusterName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "associatedPolicyArn": { "shape": "String", "documentation": "

The ARN of an AccessPolicy. When you specify an access policy ARN, only the access entries associated to that access policy are returned. For a list of available policy ARNs, use ListAccessPolicies.

", "location": "querystring", "locationName": "associatedPolicyArn" }, "maxResults": { "shape": "ListAccessEntriesRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" } } }, "ListAccessEntriesRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListAccessEntriesResponse": { "type": "structure", "members": { "accessEntries": { "shape": "StringList", "documentation": "

The list of access entries that exist for the cluster.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "ListAccessPoliciesRequest": { "type": "structure", "members": { "maxResults": { "shape": "ListAccessPoliciesRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" } } }, "ListAccessPoliciesRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListAccessPoliciesResponse": { "type": "structure", "members": { "accessPolicies": { "shape": "AccessPoliciesList", "documentation": "

The list of available access policies. You can't view the contents of an access policy using the API. To view the contents, see Access policy permissions in the Amazon EKS User Guide.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "ListAddonsRequest": { "type": "structure", "required": [ "clusterName" ], "members": { "clusterName": { "shape": "ClusterName", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "maxResults": { "shape": "ListAddonsRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" } } }, "ListAddonsRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListAddonsResponse": { "type": "structure", "members": { "addons": { "shape": "StringList", "documentation": "

A list of installed add-ons.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value to include in a future ListAddons request. When the results of a ListAddons request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "ListAssociatedAccessPoliciesRequest": { "type": "structure", "required": [ "clusterName", "principalArn" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "principalArn": { "shape": "String", "documentation": "

The ARN of the IAM principal for the AccessEntry.

", "location": "uri", "locationName": "principalArn" }, "maxResults": { "shape": "ListAssociatedAccessPoliciesRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" } } }, "ListAssociatedAccessPoliciesRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListAssociatedAccessPoliciesResponse": { "type": "structure", "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

" }, "principalArn": { "shape": "String", "documentation": "

The ARN of the IAM principal for the AccessEntry.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" }, "associatedAccessPolicies": { "shape": "AssociatedAccessPoliciesList", "documentation": "

The list of access policies associated with the access entry.

" } } }, "ListClustersRequest": { "type": "structure", "members": { "maxResults": { "shape": "ListClustersRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" }, "include": { "shape": "IncludeClustersList", "documentation": "

Indicates whether external clusters are included in the returned list. Use 'all' to return https://docs.aws.amazon.com/eks/latest/userguide/eks-connector.htmlconnected clusters, or blank to return only Amazon EKS clusters. 'all' must be in lowercase otherwise an error occurs.

", "location": "querystring", "locationName": "include" } } }, "ListClustersRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListClustersResponse": { "type": "structure", "members": { "clusters": { "shape": "StringList", "documentation": "

A list of all of the clusters for your account in the specified Amazon Web Services Region.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "ListEksAnywhereSubscriptionsRequest": { "type": "structure", "members": { "maxResults": { "shape": "ListEksAnywhereSubscriptionsRequestMaxResults", "documentation": "

The maximum number of cluster results returned by ListEksAnywhereSubscriptions in paginated output. When you use this parameter, ListEksAnywhereSubscriptions returns only maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListEksAnywhereSubscriptions request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListEksAnywhereSubscriptions returns up to 10 results and a nextToken value if applicable.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated ListEksAnywhereSubscriptions request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

", "location": "querystring", "locationName": "nextToken" }, "includeStatus": { "shape": "EksAnywhereSubscriptionStatusValues", "documentation": "

An array of subscription statuses to filter on.

", "location": "querystring", "locationName": "includeStatus" } } }, "ListEksAnywhereSubscriptionsRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListEksAnywhereSubscriptionsResponse": { "type": "structure", "members": { "subscriptions": { "shape": "EksAnywhereSubscriptionList", "documentation": "

A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value to include in a future ListEksAnywhereSubscriptions request. When the results of a ListEksAnywhereSubscriptions request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

" } } }, "ListFargateProfilesRequest": { "type": "structure", "required": [ "clusterName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "maxResults": { "shape": "FargateProfilesRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" } } }, "ListFargateProfilesResponse": { "type": "structure", "members": { "fargateProfileNames": { "shape": "StringList", "documentation": "

A list of all of the Fargate profiles associated with the specified cluster.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "ListIdentityProviderConfigsRequest": { "type": "structure", "required": [ "clusterName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "maxResults": { "shape": "ListIdentityProviderConfigsRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" } } }, "ListIdentityProviderConfigsRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListIdentityProviderConfigsResponse": { "type": "structure", "members": { "identityProviderConfigs": { "shape": "IdentityProviderConfigs", "documentation": "

The identity provider configurations for the cluster.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value to include in a future ListIdentityProviderConfigsResponse request. When the results of a ListIdentityProviderConfigsResponse request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "ListInsightsMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListInsightsRequest": { "type": "structure", "required": [ "clusterName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of the Amazon EKS cluster associated with the insights.

", "location": "uri", "locationName": "name" }, "filter": { "shape": "InsightsFilter", "documentation": "

The criteria to filter your list of insights for your cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.

" }, "maxResults": { "shape": "ListInsightsMaxResults", "documentation": "

The maximum number of identity provider configurations returned by ListInsights in paginated output. When you use this parameter, ListInsights returns only maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListInsights request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListInsights returns up to 100 results and a nextToken value, if applicable.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated ListInsights request. When the results of a ListInsights request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

" } } }, "ListInsightsResponse": { "type": "structure", "members": { "insights": { "shape": "InsightSummaries", "documentation": "

The returned list of insights.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value to include in a future ListInsights request. When the results of a ListInsights request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

" } } }, "ListNodegroupsRequest": { "type": "structure", "required": [ "clusterName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "maxResults": { "shape": "ListNodegroupsRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" } } }, "ListNodegroupsRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListNodegroupsResponse": { "type": "structure", "members": { "nodegroups": { "shape": "StringList", "documentation": "

A list of all of the node groups associated with the specified cluster.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "ListPodIdentityAssociationsMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListPodIdentityAssociationsRequest": { "type": "structure", "required": [ "clusterName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of the cluster that the associations are in.

", "location": "uri", "locationName": "name" }, "namespace": { "shape": "String", "documentation": "

The name of the Kubernetes namespace inside the cluster that the associations are in.

", "location": "querystring", "locationName": "namespace" }, "serviceAccount": { "shape": "String", "documentation": "

The name of the Kubernetes service account that the associations use.

", "location": "querystring", "locationName": "serviceAccount" }, "maxResults": { "shape": "ListPodIdentityAssociationsMaxResults", "documentation": "

The maximum number of EKS Pod Identity association results returned by ListPodIdentityAssociations in paginated output. When you use this parameter, ListPodIdentityAssociations returns only maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another ListPodIdentityAssociations request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, ListPodIdentityAssociations returns up to 100 results and a nextToken value if applicable.

", "location": "querystring", "locationName": "maxResults" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated ListUpdates request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" } } }, "ListPodIdentityAssociationsResponse": { "type": "structure", "members": { "associations": { "shape": "PodIdentityAssociationSummaries", "documentation": "

The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.

Each summary is simplified by removing these fields compared to the full PodIdentityAssociation :

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value to include in a future ListPodIdentityAssociations request. When the results of a ListPodIdentityAssociations request exceed maxResults, you can use this value to retrieve the next page of results. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "ListTagsForResourceRequest": { "type": "structure", "required": [ "resourceArn" ], "members": { "resourceArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) that identifies the resource to list tags for.

", "location": "uri", "locationName": "resourceArn" } } }, "ListTagsForResourceResponse": { "type": "structure", "members": { "tags": { "shape": "TagMap", "documentation": "

The tags for the resource.

" } } }, "ListUpdatesRequest": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "String", "documentation": "

The name of the Amazon EKS cluster to list updates for.

", "location": "uri", "locationName": "name" }, "nodegroupName": { "shape": "String", "documentation": "

The name of the Amazon EKS managed node group to list updates for.

", "location": "querystring", "locationName": "nodegroupName" }, "addonName": { "shape": "String", "documentation": "

The names of the installed add-ons that have available updates.

", "location": "querystring", "locationName": "addonName" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

", "location": "querystring", "locationName": "nextToken" }, "maxResults": { "shape": "ListUpdatesRequestMaxResults", "documentation": "

The maximum number of results, returned in paginated output. You receive maxResults in a single page, along with a nextToken response element. You can see the remaining results of the initial request by sending another request with the returned nextToken value. This value can be between 1 and 100. If you don't use this parameter, 100 results and a nextToken value, if applicable, are returned.

", "location": "querystring", "locationName": "maxResults" } } }, "ListUpdatesRequestMaxResults": { "type": "integer", "box": true, "max": 100, "min": 1 }, "ListUpdatesResponse": { "type": "structure", "members": { "updateIds": { "shape": "StringList", "documentation": "

A list of all the updates for the specified cluster and Region.

" }, "nextToken": { "shape": "String", "documentation": "

The nextToken value returned from a previous paginated request, where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.

" } } }, "LogSetup": { "type": "structure", "members": { "types": { "shape": "LogTypes", "documentation": "

The available cluster control plane log types.

" }, "enabled": { "shape": "BoxedBoolean", "documentation": "

If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently.

" } }, "documentation": "

An object representing the enabled or disabled Kubernetes control plane logs for your cluster.

" }, "LogSetups": { "type": "list", "member": { "shape": "LogSetup" } }, "LogType": { "type": "string", "enum": [ "api", "audit", "authenticator", "controllerManager", "scheduler" ] }, "LogTypes": { "type": "list", "member": { "shape": "LogType" } }, "Logging": { "type": "structure", "members": { "clusterLogging": { "shape": "LogSetups", "documentation": "

The cluster control plane logging configuration for your cluster.

" } }, "documentation": "

An object representing the logging configuration for resources in your cluster.

" }, "MarketplaceInformation": { "type": "structure", "members": { "productId": { "shape": "String", "documentation": "

The product ID from the Amazon Web Services Marketplace.

" }, "productUrl": { "shape": "String", "documentation": "

The product URL from the Amazon Web Services Marketplace.

" } }, "documentation": "

Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.

" }, "Nodegroup": { "type": "structure", "members": { "nodegroupName": { "shape": "String", "documentation": "

The name associated with an Amazon EKS managed node group.

" }, "nodegroupArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) associated with the managed node group.

" }, "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

" }, "version": { "shape": "String", "documentation": "

The Kubernetes version of the managed node group.

" }, "releaseVersion": { "shape": "String", "documentation": "

If the node group was deployed using a launch template with a custom AMI, then this is the AMI ID that was specified in the launch template. For node groups that weren't deployed using a launch template, this is the version of the Amazon EKS optimized AMI that the node group was deployed with.

" }, "createdAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp at object creation.

" }, "modifiedAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp for the last modification to the object.

" }, "status": { "shape": "NodegroupStatus", "documentation": "

The current status of the managed node group.

" }, "capacityType": { "shape": "CapacityTypes", "documentation": "

The capacity type of your managed node group.

" }, "scalingConfig": { "shape": "NodegroupScalingConfig", "documentation": "

The scaling configuration details for the Auto Scaling group that is associated with your node group.

" }, "instanceTypes": { "shape": "StringList", "documentation": "

If the node group wasn't deployed with a launch template, then this is the instance type that is associated with the node group. If the node group was deployed with a launch template, then this is null.

" }, "subnets": { "shape": "StringList", "documentation": "

The subnets that were specified for the Auto Scaling group that is associated with your node group.

" }, "remoteAccess": { "shape": "RemoteAccessConfig", "documentation": "

If the node group wasn't deployed with a launch template, then this is the remote access configuration that is associated with the node group. If the node group was deployed with a launch template, then this is null.

" }, "amiType": { "shape": "AMITypes", "documentation": "

If the node group was deployed using a launch template with a custom AMI, then this is CUSTOM. For node groups that weren't deployed using a launch template, this is the AMI type that was specified in the node group configuration.

" }, "nodeRole": { "shape": "String", "documentation": "

The IAM role associated with your node group. The Amazon EKS node kubelet daemon makes calls to Amazon Web Services APIs on your behalf. Nodes receive permissions for these API calls through an IAM instance profile and associated policies.

" }, "labels": { "shape": "labelsMap", "documentation": "

The Kubernetes labels applied to the nodes in the node group.

Only labels that are applied with the Amazon EKS API are shown here. There may be other Kubernetes labels applied to the nodes in this group.

" }, "taints": { "shape": "taintsList", "documentation": "

The Kubernetes taints to be applied to the nodes in the node group when they are created. Effect is one of No_Schedule, Prefer_No_Schedule, or No_Execute. Kubernetes taints can be used together with tolerations to control how workloads are scheduled to your nodes. For more information, see Node taints on managed node groups.

" }, "resources": { "shape": "NodegroupResources", "documentation": "

The resources associated with the node group, such as Auto Scaling groups and security groups for remote access.

" }, "diskSize": { "shape": "BoxedInteger", "documentation": "

If the node group wasn't deployed with a launch template, then this is the disk size in the node group configuration. If the node group was deployed with a launch template, then this is null.

" }, "health": { "shape": "NodegroupHealth", "documentation": "

The health status of the node group. If there are issues with your node group's health, they are listed here.

" }, "updateConfig": { "shape": "NodegroupUpdateConfig", "documentation": "

The node group update configuration.

" }, "launchTemplate": { "shape": "LaunchTemplateSpecification", "documentation": "

If a launch template was used to create the node group, then this is the launch template that was used.

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" } }, "documentation": "

An object representing an Amazon EKS managed node group.

" }, "NodegroupHealth": { "type": "structure", "members": { "issues": { "shape": "IssueList", "documentation": "

Any issues that are associated with the node group.

" } }, "documentation": "

An object representing the health status of the node group.

" }, "NodegroupIssueCode": { "type": "string", "enum": [ "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "Ec2SubnetMissingIpv6Assignment", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure", "ClusterUnreachable", "AmiIdNotFound", "AutoScalingGroupOptInRequired", "AutoScalingGroupRateLimitExceeded", "Ec2LaunchTemplateDeletionFailure", "Ec2LaunchTemplateInvalidConfiguration", "Ec2LaunchTemplateMaxLimitExceeded", "Ec2SubnetListTooLong", "IamThrottling", "NodeTerminationFailure", "PodEvictionFailure", "SourceEc2LaunchTemplateNotFound", "LimitExceeded", "Unknown", "AutoScalingGroupInstanceRefreshActive", "KubernetesLabelInvalid", "Ec2LaunchTemplateVersionMaxLimitExceeded" ] }, "NodegroupResources": { "type": "structure", "members": { "autoScalingGroups": { "shape": "AutoScalingGroupList", "documentation": "

The Auto Scaling groups associated with the node group.

" }, "remoteAccessSecurityGroup": { "shape": "String", "documentation": "

The remote access security group associated with the node group. This security group controls SSH access to the nodes.

" } }, "documentation": "

An object representing the resources associated with the node group, such as Auto Scaling groups and security groups for remote access.

" }, "NodegroupScalingConfig": { "type": "structure", "members": { "minSize": { "shape": "ZeroCapacity", "documentation": "

The minimum number of nodes that the managed node group can scale in to.

" }, "maxSize": { "shape": "Capacity", "documentation": "

The maximum number of nodes that the managed node group can scale out to. For information about the maximum number that you can specify, see Amazon EKS service quotas in the Amazon EKS User Guide.

" }, "desiredSize": { "shape": "ZeroCapacity", "documentation": "

The current number of nodes that the managed node group should maintain.

If you use the Kubernetes Cluster Autoscaler, you shouldn't change the desiredSize value directly, as this can cause the Cluster Autoscaler to suddenly scale up or scale down.

Whenever this parameter changes, the number of worker nodes in the node group is updated to the specified size. If this parameter is given a value that is smaller than the current number of running worker nodes, the necessary number of worker nodes are terminated to match the given value. When using CloudFormation, no action occurs if you remove this parameter from your CFN template.

This parameter can be different from minSize in some cases, such as when starting with extra hosts for testing. This parameter can also be different when you want to start with an estimated number of needed hosts, but let the Cluster Autoscaler reduce the number if there are too many. When the Cluster Autoscaler is used, the desiredSize parameter is altered by the Cluster Autoscaler (but can be out-of-date for short periods of time). the Cluster Autoscaler doesn't scale a managed node group lower than minSize or higher than maxSize.

" } }, "documentation": "

An object representing the scaling configuration details for the Auto Scaling group that is associated with your node group. When creating a node group, you must specify all or none of the properties. When updating a node group, you can specify any or none of the properties.

" }, "NodegroupStatus": { "type": "string", "enum": [ "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "DEGRADED" ] }, "NodegroupUpdateConfig": { "type": "structure", "members": { "maxUnavailable": { "shape": "NonZeroInteger", "documentation": "

The maximum number of nodes unavailable at once during a version update. Nodes are updated in parallel. This value or maxUnavailablePercentage is required to have a value.The maximum number is 100.

" }, "maxUnavailablePercentage": { "shape": "PercentCapacity", "documentation": "

The maximum percentage of nodes unavailable during a version update. This percentage of nodes are updated in parallel, up to 100 nodes at once. This value or maxUnavailable is required to have a value.

" } }, "documentation": "

The node group update configuration.

" }, "NonZeroInteger": { "type": "integer", "box": true, "min": 1 }, "OIDC": { "type": "structure", "members": { "issuer": { "shape": "String", "documentation": "

The issuer URL for the OIDC identity provider.

" } }, "documentation": "

An object representing the OpenID Connect (OIDC) identity provider information for the cluster.

" }, "OidcIdentityProviderConfig": { "type": "structure", "members": { "identityProviderConfigName": { "shape": "String", "documentation": "

The name of the configuration.

" }, "identityProviderConfigArn": { "shape": "String", "documentation": "

The ARN of the configuration.

" }, "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

" }, "issuerUrl": { "shape": "String", "documentation": "

The URL of the OIDC identity provider that allows the API server to discover public signing keys for verifying tokens.

" }, "clientId": { "shape": "String", "documentation": "

This is also known as audience. The ID of the client application that makes authentication requests to the OIDC identity provider.

" }, "usernameClaim": { "shape": "String", "documentation": "

The JSON Web token (JWT) claim that is used as the username.

" }, "usernamePrefix": { "shape": "String", "documentation": "

The prefix that is prepended to username claims to prevent clashes with existing names. The prefix can't contain system:

" }, "groupsClaim": { "shape": "String", "documentation": "

The JSON web token (JWT) claim that the provider uses to return your groups.

" }, "groupsPrefix": { "shape": "String", "documentation": "

The prefix that is prepended to group claims to prevent clashes with existing names (such as system: groups). For example, the value oidc: creates group names like oidc:engineering and oidc:infra. The prefix can't contain system:

" }, "requiredClaims": { "shape": "requiredClaimsMap", "documentation": "

The key-value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value.

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" }, "status": { "shape": "configStatus", "documentation": "

The status of the OIDC identity provider.

" } }, "documentation": "

An object representing the configuration for an OpenID Connect (OIDC) identity provider.

" }, "OidcIdentityProviderConfigRequest": { "type": "structure", "required": [ "identityProviderConfigName", "issuerUrl", "clientId" ], "members": { "identityProviderConfigName": { "shape": "String", "documentation": "

The name of the OIDC provider configuration.

" }, "issuerUrl": { "shape": "String", "documentation": "

The URL of the OIDC identity provider that allows the API server to discover public signing keys for verifying tokens. The URL must begin with https:// and should correspond to the iss claim in the provider's OIDC ID tokens. Based on the OIDC standard, path components are allowed but query parameters are not. Typically the URL consists of only a hostname, like https://server.example.org or https://example.com. This URL should point to the level below .well-known/openid-configuration and must be publicly accessible over the internet.

" }, "clientId": { "shape": "String", "documentation": "

This is also known as audience. The ID for the client application that makes authentication requests to the OIDC identity provider.

" }, "usernameClaim": { "shape": "String", "documentation": "

The JSON Web Token (JWT) claim to use as the username. The default is sub, which is expected to be a unique identifier of the end user. You can choose other claims, such as email or name, depending on the OIDC identity provider. Claims other than email are prefixed with the issuer URL to prevent naming clashes with other plug-ins.

" }, "usernamePrefix": { "shape": "String", "documentation": "

The prefix that is prepended to username claims to prevent clashes with existing names. If you do not provide this field, and username is a value other than email, the prefix defaults to issuerurl#. You can use the value - to disable all prefixing.

" }, "groupsClaim": { "shape": "String", "documentation": "

The JWT claim that the provider uses to return your groups.

" }, "groupsPrefix": { "shape": "String", "documentation": "

The prefix that is prepended to group claims to prevent clashes with existing names (such as system: groups). For example, the value oidc: will create group names like oidc:engineering and oidc:infra.

" }, "requiredClaims": { "shape": "requiredClaimsMap", "documentation": "

The key value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value. For the maximum number of claims that you can require, see Amazon EKS service quotas in the Amazon EKS User Guide.

" } }, "documentation": "

An object representing an OpenID Connect (OIDC) configuration. Before associating an OIDC identity provider to your cluster, review the considerations in Authenticating users for your cluster from an OIDC identity provider in the Amazon EKS User Guide.

" }, "OutpostConfigRequest": { "type": "structure", "required": [ "outpostArns", "controlPlaneInstanceType" ], "members": { "outpostArns": { "shape": "StringList", "documentation": "

The ARN of the Outpost that you want to use for your local Amazon EKS cluster on Outposts. Only a single Outpost ARN is supported.

" }, "controlPlaneInstanceType": { "shape": "String", "documentation": "

The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. Choose an instance type based on the number of nodes that your cluster will have. For more information, see Capacity considerations in the Amazon EKS User Guide.

The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.

" }, "controlPlanePlacement": { "shape": "ControlPlanePlacementRequest", "documentation": "

An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

" } }, "documentation": "

The configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a cluster on an Outpost, review Creating a local cluster on an Outpost in the Amazon EKS User Guide. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.

" }, "OutpostConfigResponse": { "type": "structure", "required": [ "outpostArns", "controlPlaneInstanceType" ], "members": { "outpostArns": { "shape": "StringList", "documentation": "

The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.

" }, "controlPlaneInstanceType": { "shape": "String", "documentation": "

The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.

" }, "controlPlanePlacement": { "shape": "ControlPlanePlacementResponse", "documentation": "

An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

" } }, "documentation": "

An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.

" }, "PercentCapacity": { "type": "integer", "box": true, "max": 100, "min": 1 }, "PodIdentityAssociation": { "type": "structure", "members": { "clusterName": { "shape": "String", "documentation": "

The name of the cluster that the association is in.

" }, "namespace": { "shape": "String", "documentation": "

The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.

" }, "serviceAccount": { "shape": "String", "documentation": "

The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.

" }, "roleArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the IAM role to associate with the service account. The EKS Pod Identity agent manages credentials to assume this role for applications in the containers in the pods that use this service account.

" }, "associationArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the association.

" }, "associationId": { "shape": "String", "documentation": "

The ID of the association.

" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

The following basic restrictions apply to tags:

" }, "createdAt": { "shape": "Timestamp", "documentation": "

The timestamp that the association was created at.

" }, "modifiedAt": { "shape": "Timestamp", "documentation": "

The most recent timestamp that the association was modified at

" }, "ownerArn": { "shape": "String", "documentation": "

If defined, the Pod Identity Association is owned by an Amazon EKS Addon.

" } }, "documentation": "

Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.

" }, "PodIdentityAssociationSummaries": { "type": "list", "member": { "shape": "PodIdentityAssociationSummary" } }, "PodIdentityAssociationSummary": { "type": "structure", "members": { "clusterName": { "shape": "String", "documentation": "

The name of the cluster that the association is in.

" }, "namespace": { "shape": "String", "documentation": "

The name of the Kubernetes namespace inside the cluster to create the association in. The service account and the pods that use the service account must be in this namespace.

" }, "serviceAccount": { "shape": "String", "documentation": "

The name of the Kubernetes service account inside the cluster to associate the IAM credentials with.

" }, "associationArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the association.

" }, "associationId": { "shape": "String", "documentation": "

The ID of the association.

" }, "ownerArn": { "shape": "String", "documentation": "

If defined, the Pod Identity Association is owned by an Amazon EKS Addon.

" } }, "documentation": "

The summarized description of the association.

Each summary is simplified by removing these fields compared to the full PodIdentityAssociation :

" }, "Provider": { "type": "structure", "members": { "keyArn": { "shape": "String", "documentation": "

Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric and created in the same Amazon Web Services Region as the cluster. If the KMS key was created in a different account, the IAM principal must have access to the KMS key. For more information, see Allowing users in other accounts to use a KMS key in the Key Management Service Developer Guide.

" } }, "documentation": "

Identifies the Key Management Service (KMS) key used to encrypt the secrets.

" }, "RegisterClusterRequest": { "type": "structure", "required": [ "name", "connectorConfig" ], "members": { "name": { "shape": "ClusterName", "documentation": "

A unique name for this cluster in your Amazon Web Services Region.

" }, "connectorConfig": { "shape": "ConnectorConfigRequest", "documentation": "

The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" } } }, "RegisterClusterResponse": { "type": "structure", "members": { "cluster": { "shape": "Cluster" } } }, "RemoteAccessConfig": { "type": "structure", "members": { "ec2SshKey": { "shape": "String", "documentation": "

The Amazon EC2 SSH key name that provides access for SSH communication with the nodes in the managed node group. For more information, see Amazon EC2 key pairs and Linux instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For Windows, an Amazon EC2 SSH key is used to obtain the RDP password. For more information, see Amazon EC2 key pairs and Windows instances in the Amazon Elastic Compute Cloud User Guide for Windows Instances.

" }, "sourceSecurityGroups": { "shape": "StringList", "documentation": "

The security group IDs that are allowed SSH access (port 22) to the nodes. For Windows, the port is 3389. If you specify an Amazon EC2 SSH key but don't specify a source security group when you create a managed node group, then the port on the nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide.

" } }, "documentation": "

An object representing the remote access configuration for the managed node group.

" }, "ResolveConflicts": { "type": "string", "enum": [ "OVERWRITE", "NONE", "PRESERVE" ] }, "RoleArn": { "type": "string", "max": 255, "min": 1 }, "String": { "type": "string" }, "StringList": { "type": "list", "member": { "shape": "String" } }, "SupportType": { "type": "string", "enum": [ "STANDARD", "EXTENDED" ] }, "TagKey": { "type": "string", "documentation": "

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

", "max": 128, "min": 1 }, "TagKeyList": { "type": "list", "member": { "shape": "TagKey" }, "max": 50, "min": 1 }, "TagMap": { "type": "map", "key": { "shape": "TagKey" }, "value": { "shape": "TagValue" }, "documentation": "

The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value. You define them.

The following basic restrictions apply to tags:

", "max": 50, "min": 1 }, "TagResourceRequest": { "type": "structure", "required": [ "resourceArn", "tags" ], "members": { "resourceArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the resource to add tags to.

", "location": "uri", "locationName": "resourceArn" }, "tags": { "shape": "TagMap", "documentation": "

Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.

" } } }, "TagResourceResponse": { "type": "structure", "members": {} }, "TagValue": { "type": "string", "documentation": "

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

", "max": 256 }, "Taint": { "type": "structure", "members": { "key": { "shape": "taintKey", "documentation": "

The key of the taint.

" }, "value": { "shape": "taintValue", "documentation": "

The value of the taint.

" }, "effect": { "shape": "TaintEffect", "documentation": "

The effect of the taint.

" } }, "documentation": "

A property that allows a node to repel a Pod. For more information, see Node taints on managed node groups in the Amazon EKS User Guide.

" }, "TaintEffect": { "type": "string", "enum": [ "NO_SCHEDULE", "NO_EXECUTE", "PREFER_NO_SCHEDULE" ] }, "Timestamp": { "type": "timestamp" }, "UntagResourceRequest": { "type": "structure", "required": [ "resourceArn", "tagKeys" ], "members": { "resourceArn": { "shape": "String", "documentation": "

The Amazon Resource Name (ARN) of the resource to delete tags from.

", "location": "uri", "locationName": "resourceArn" }, "tagKeys": { "shape": "TagKeyList", "documentation": "

The keys of the tags to remove.

", "location": "querystring", "locationName": "tagKeys" } } }, "UntagResourceResponse": { "type": "structure", "members": {} }, "Update": { "type": "structure", "members": { "id": { "shape": "String", "documentation": "

A UUID that is used to track the update.

" }, "status": { "shape": "UpdateStatus", "documentation": "

The current status of the update.

" }, "type": { "shape": "UpdateType", "documentation": "

The type of the update.

" }, "params": { "shape": "UpdateParams", "documentation": "

A key-value map that contains the parameters associated with the update.

" }, "createdAt": { "shape": "Timestamp", "documentation": "

The Unix epoch timestamp at object creation.

" }, "errors": { "shape": "ErrorDetails", "documentation": "

Any errors associated with a Failed update.

" } }, "documentation": "

An object representing an asynchronous update.

" }, "UpdateAccessConfigRequest": { "type": "structure", "members": { "authenticationMode": { "shape": "AuthenticationMode", "documentation": "

The desired authentication mode for the cluster.

" } }, "documentation": "

The access configuration information for the cluster.

" }, "UpdateAccessEntryRequest": { "type": "structure", "required": [ "clusterName", "principalArn" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "principalArn": { "shape": "String", "documentation": "

The ARN of the IAM principal for the AccessEntry.

", "location": "uri", "locationName": "principalArn" }, "kubernetesGroups": { "shape": "StringList", "documentation": "

The value for name that you've specified for kind: Group as a subject in a Kubernetes RoleBinding or ClusterRoleBinding object. Amazon EKS doesn't confirm that the value for name exists in any bindings on your cluster. You can specify one or more names.

Kubernetes authorizes the principalArn of the access entry to access any cluster objects that you've specified in a Kubernetes Role or ClusterRole object that is also specified in a binding's roleRef. For more information about creating Kubernetes RoleBinding, ClusterRoleBinding, Role, or ClusterRole objects, see Using RBAC Authorization in the Kubernetes documentation.

If you want Amazon EKS to authorize the principalArn (instead of, or in addition to Kubernetes authorizing the principalArn), you can associate one or more access policies to the access entry using AssociateAccessPolicy. If you associate any access policies, the principalARN has all permissions assigned in the associated access policies and all permissions in any Kubernetes Role or ClusterRole objects that the group names are bound to.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "username": { "shape": "String", "documentation": "

The username to authenticate to Kubernetes with. We recommend not specifying a username and letting Amazon EKS specify it for you. For more information about the value Amazon EKS specifies for you, or constraints before specifying your own username, see Creating access entries in the Amazon EKS User Guide.

" } } }, "UpdateAccessEntryResponse": { "type": "structure", "members": { "accessEntry": { "shape": "AccessEntry", "documentation": "

The ARN of the IAM principal for the AccessEntry.

" } } }, "UpdateAddonRequest": { "type": "structure", "required": [ "clusterName", "addonName" ], "members": { "clusterName": { "shape": "ClusterName", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "addonName": { "shape": "String", "documentation": "

The name of the add-on. The name must match one of the names returned by ListAddons .

", "location": "uri", "locationName": "addonName" }, "addonVersion": { "shape": "String", "documentation": "

The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions .

" }, "serviceAccountRoleArn": { "shape": "RoleArn", "documentation": "

The Amazon Resource Name (ARN) of an existing IAM role to bind to the add-on's service account. The role must be assigned the IAM permissions required by the add-on. If you don't specify an existing IAM role, then the add-on uses the permissions assigned to the node IAM role. For more information, see Amazon EKS node IAM role in the Amazon EKS User Guide.

To specify an existing IAM role, you must have an IAM OpenID Connect (OIDC) provider created for your cluster. For more information, see Enabling IAM roles for service accounts on your cluster in the Amazon EKS User Guide.

" }, "resolveConflicts": { "shape": "ResolveConflicts", "documentation": "

How to resolve field value conflicts for an Amazon EKS add-on if you've changed a value from the Amazon EKS default value. Conflicts are handled based on the option you choose:

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "configurationValues": { "shape": "String", "documentation": "

The set of configuration values for the add-on that's created. The values that you provide are validated against the schema returned by DescribeAddonConfiguration.

" }, "podIdentityAssociations": { "shape": "AddonPodIdentityAssociationsList", "documentation": "

An array of Pod Identity Assocations to be updated. Each EKS Pod Identity association maps a Kubernetes service account to an IAM Role. If this value is left blank, no change. If an empty array is provided, existing Pod Identity Assocations owned by the Addon are deleted.

For more information, see Attach an IAM Role to an Amazon EKS add-on using Pod Identity in the EKS User Guide.

" } } }, "UpdateAddonResponse": { "type": "structure", "members": { "update": { "shape": "Update" } } }, "UpdateClusterConfigRequest": { "type": "structure", "required": [ "name" ], "members": { "name": { "shape": "String", "documentation": "

The name of the Amazon EKS cluster to update.

", "location": "uri", "locationName": "name" }, "resourcesVpcConfig": { "shape": "VpcConfigRequest" }, "logging": { "shape": "Logging", "documentation": "

Enable or disable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported to CloudWatch Logs. For more information, see Amazon EKS cluster control plane logs in the Amazon EKS User Guide .

CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see CloudWatch Pricing.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true }, "accessConfig": { "shape": "UpdateAccessConfigRequest", "documentation": "

The access configuration for the cluster.

" }, "upgradePolicy": { "shape": "UpgradePolicyRequest", "documentation": "

You can enable or disable extended support for clusters currently on standard support. You cannot disable extended support once it starts. You must enable extended support before your cluster exits standard support.

" } } }, "UpdateClusterConfigResponse": { "type": "structure", "members": { "update": { "shape": "Update" } } }, "UpdateClusterVersionRequest": { "type": "structure", "required": [ "name", "version" ], "members": { "name": { "shape": "String", "documentation": "

The name of the Amazon EKS cluster to update.

", "location": "uri", "locationName": "name" }, "version": { "shape": "String", "documentation": "

The desired Kubernetes version following a successful update.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true } } }, "UpdateClusterVersionResponse": { "type": "structure", "members": { "update": { "shape": "Update", "documentation": "

The full description of the specified update

" } } }, "UpdateEksAnywhereSubscriptionRequest": { "type": "structure", "required": [ "id", "autoRenew" ], "members": { "id": { "shape": "String", "documentation": "

The ID of the subscription.

", "location": "uri", "locationName": "id" }, "autoRenew": { "shape": "Boolean", "documentation": "

A boolean indicating whether or not to automatically renew the subscription.

" }, "clientRequestToken": { "shape": "String", "documentation": "

Unique, case-sensitive identifier to ensure the idempotency of the request.

", "idempotencyToken": true } } }, "UpdateEksAnywhereSubscriptionResponse": { "type": "structure", "members": { "subscription": { "shape": "EksAnywhereSubscription", "documentation": "

The full description of the updated subscription.

" } } }, "UpdateLabelsPayload": { "type": "structure", "members": { "addOrUpdateLabels": { "shape": "labelsMap", "documentation": "

The Kubernetes labels to add or update.

" }, "removeLabels": { "shape": "labelsKeyList", "documentation": "

The Kubernetes labels to remove.

" } }, "documentation": "

An object representing a Kubernetes label change for a managed node group.

" }, "UpdateNodegroupConfigRequest": { "type": "structure", "required": [ "clusterName", "nodegroupName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "nodegroupName": { "shape": "String", "documentation": "

The name of the managed node group to update.

", "location": "uri", "locationName": "nodegroupName" }, "labels": { "shape": "UpdateLabelsPayload", "documentation": "

The Kubernetes labels to apply to the nodes in the node group after the update.

" }, "taints": { "shape": "UpdateTaintsPayload", "documentation": "

The Kubernetes taints to be applied to the nodes in the node group after the update. For more information, see Node taints on managed node groups.

" }, "scalingConfig": { "shape": "NodegroupScalingConfig", "documentation": "

The scaling configuration details for the Auto Scaling group after the update.

" }, "updateConfig": { "shape": "NodegroupUpdateConfig", "documentation": "

The node group update configuration.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true } } }, "UpdateNodegroupConfigResponse": { "type": "structure", "members": { "update": { "shape": "Update" } } }, "UpdateNodegroupVersionRequest": { "type": "structure", "required": [ "clusterName", "nodegroupName" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of your cluster.

", "location": "uri", "locationName": "name" }, "nodegroupName": { "shape": "String", "documentation": "

The name of the managed node group to update.

", "location": "uri", "locationName": "nodegroupName" }, "version": { "shape": "String", "documentation": "

The Kubernetes version to update to. If no version is specified, then the Kubernetes version of the node group does not change. You can specify the Kubernetes version of the cluster to update the node group to the latest AMI version of the cluster's Kubernetes version. If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify version, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "releaseVersion": { "shape": "String", "documentation": "

The AMI version of the Amazon EKS optimized AMI to use for the update. By default, the latest available AMI version for the node group's Kubernetes version is used. For information about Linux versions, see Amazon EKS optimized Amazon Linux AMI versions in the Amazon EKS User Guide. Amazon EKS managed node groups support the November 2022 and later releases of the Windows AMIs. For information about Windows versions, see Amazon EKS optimized Windows AMI versions in the Amazon EKS User Guide.

If you specify launchTemplate, and your launch template uses a custom AMI, then don't specify releaseVersion, or the node group update will fail. For more information about using launch templates with Amazon EKS, see Customizing managed nodes with launch templates in the Amazon EKS User Guide.

" }, "launchTemplate": { "shape": "LaunchTemplateSpecification", "documentation": "

An object representing a node group's launch template specification. You can only update a node group using a launch template if the node group was originally deployed with a launch template.

" }, "force": { "shape": "Boolean", "documentation": "

Force the update if any Pod on the existing node group can't be drained due to a Pod disruption budget issue. If an update fails because all Pods can't be drained, you can force the update after it fails to terminate the old node whether or not any Pod is running on the node.

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true } } }, "UpdateNodegroupVersionResponse": { "type": "structure", "members": { "update": { "shape": "Update" } } }, "UpdateParam": { "type": "structure", "members": { "type": { "shape": "UpdateParamType", "documentation": "

The keys associated with an update request.

" }, "value": { "shape": "String", "documentation": "

The value of the keys submitted as part of an update request.

" } }, "documentation": "

An object representing the details of an update request.

" }, "UpdateParamType": { "type": "string", "enum": [ "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy" ] }, "UpdateParams": { "type": "list", "member": { "shape": "UpdateParam" } }, "UpdatePodIdentityAssociationRequest": { "type": "structure", "required": [ "clusterName", "associationId" ], "members": { "clusterName": { "shape": "String", "documentation": "

The name of the cluster that you want to update the association in.

", "location": "uri", "locationName": "name" }, "associationId": { "shape": "String", "documentation": "

The ID of the association to be updated.

", "location": "uri", "locationName": "associationId" }, "roleArn": { "shape": "String", "documentation": "

The new IAM role to change the

" }, "clientRequestToken": { "shape": "String", "documentation": "

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "idempotencyToken": true } } }, "UpdatePodIdentityAssociationResponse": { "type": "structure", "members": { "association": { "shape": "PodIdentityAssociation", "documentation": "

The full description of the EKS Pod Identity association that was updated.

" } } }, "UpdateStatus": { "type": "string", "enum": [ "InProgress", "Failed", "Cancelled", "Successful" ] }, "UpdateTaintsPayload": { "type": "structure", "members": { "addOrUpdateTaints": { "shape": "taintsList", "documentation": "

Kubernetes taints to be added or updated.

" }, "removeTaints": { "shape": "taintsList", "documentation": "

Kubernetes taints to remove.

" } }, "documentation": "

An object representing the details of an update to a taints payload. For more information, see Node taints on managed node groups in the Amazon EKS User Guide.

" }, "UpdateType": { "type": "string", "enum": [ "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate" ] }, "UpgradePolicyRequest": { "type": "structure", "members": { "supportType": { "shape": "SupportType", "documentation": "

If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support.

Learn more about EKS Extended Support in the EKS User Guide.

" } }, "documentation": "

The support policy to use for the cluster. Extended support allows you to remain on specific Kubernetes versions for longer. Clusters in extended support have higher costs. The default value is EXTENDED. Use STANDARD to disable extended support.

Learn more about EKS Extended Support in the EKS User Guide.

" }, "UpgradePolicyResponse": { "type": "structure", "members": { "supportType": { "shape": "SupportType", "documentation": "

If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support.

Learn more about EKS Extended Support in the EKS User Guide.

" } }, "documentation": "

This value indicates if extended support is enabled or disabled for the cluster.

Learn more about EKS Extended Support in the EKS User Guide.

" }, "VpcConfigRequest": { "type": "structure", "members": { "subnetIds": { "shape": "StringList", "documentation": "

Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane.

" }, "securityGroupIds": { "shape": "StringList", "documentation": "

Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use that allow communication between your nodes and the Kubernetes control plane. If you don't specify any security groups, then familiarize yourself with the difference between Amazon EKS defaults for clusters deployed with Kubernetes. For more information, see Amazon EKS security group considerations in the Amazon EKS User Guide .

" }, "endpointPublicAccess": { "shape": "BoxedBoolean", "documentation": "

Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server. For more information, see Amazon EKS cluster endpoint access control in the Amazon EKS User Guide .

" }, "endpointPrivateAccess": { "shape": "BoxedBoolean", "documentation": "

Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. For more information, see Amazon EKS cluster endpoint access control in the Amazon EKS User Guide .

" }, "publicAccessCidrs": { "shape": "StringList", "documentation": "

The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that you specify is denied. The default value is 0.0.0.0/0. If you've disabled private endpoint access, make sure that you specify the necessary CIDR blocks for every node and Fargate Pod in the cluster. For more information, see Amazon EKS cluster endpoint access control in the Amazon EKS User Guide .

" } }, "documentation": "

An object representing the VPC configuration to use for an Amazon EKS cluster.

" }, "VpcConfigResponse": { "type": "structure", "members": { "subnetIds": { "shape": "StringList", "documentation": "

The subnets associated with your cluster.

" }, "securityGroupIds": { "shape": "StringList", "documentation": "

The security groups associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Kubernetes control plane.

" }, "clusterSecurityGroupId": { "shape": "String", "documentation": "

The cluster security group that was created by Amazon EKS for the cluster. Managed node groups use this security group for control-plane-to-data-plane communication.

" }, "vpcId": { "shape": "String", "documentation": "

The VPC associated with your cluster.

" }, "endpointPublicAccess": { "shape": "Boolean", "documentation": "

Whether the public API server endpoint is enabled.

" }, "endpointPrivateAccess": { "shape": "Boolean", "documentation": "

This parameter indicates whether the Amazon EKS private API server endpoint is enabled. If the Amazon EKS private API server endpoint is enabled, Kubernetes API requests that originate from within your cluster's VPC use the private VPC endpoint instead of traversing the internet. If this value is disabled and you have nodes or Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. For more information, see Amazon EKS cluster endpoint access control in the Amazon EKS User Guide .

" }, "publicAccessCidrs": { "shape": "StringList", "documentation": "

The CIDR blocks that are allowed access to your cluster's public Kubernetes API server endpoint.

" } }, "documentation": "

An object representing an Amazon EKS cluster VPC configuration response.

" }, "ZeroCapacity": { "type": "integer", "box": true, "min": 0 }, "configStatus": { "type": "string", "enum": [ "CREATING", "DELETING", "ACTIVE" ] }, "labelKey": { "type": "string", "max": 63, "min": 1 }, "labelValue": { "type": "string", "max": 63, "min": 1 }, "labelsKeyList": { "type": "list", "member": { "shape": "String" } }, "labelsMap": { "type": "map", "key": { "shape": "labelKey" }, "value": { "shape": "labelValue" } }, "requiredClaimsKey": { "type": "string", "max": 63, "min": 1 }, "requiredClaimsMap": { "type": "map", "key": { "shape": "requiredClaimsKey" }, "value": { "shape": "requiredClaimsValue" } }, "requiredClaimsValue": { "type": "string", "max": 253, "min": 1 }, "taintKey": { "type": "string", "max": 63, "min": 1 }, "taintValue": { "type": "string", "max": 63, "min": 0 }, "taintsList": { "type": "list", "member": { "shape": "Taint" } } }, "documentation": "

Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own Kubernetes control plane. Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications.

Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you can use all the existing plugins and tooling from the Kubernetes community. Applications running on Amazon EKS are fully compatible with applications running on any standard Kubernetes environment, whether running in on-premises data centers or public clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS without any code modification required.

" }