|
855 | 855 | {"shape":"ResourceNotFoundException"},
|
856 | 856 | {"shape":"InvalidRequestException"}
|
857 | 857 | ],
|
858 |
| - "documentation":"<p>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 <code>DescribeUpdate</code>\"/>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html\">Amazon EKS Cluster control plane logs</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p> <note> <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see <a href=\"http://aws.amazon.com/cloudwatch/pricing/\">CloudWatch Pricing</a>.</p> </note> <p>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 <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html\">Amazon EKS cluster endpoint access control</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html\">https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p> <p>Cluster updates are asynchronous, and they should finish within a few minutes. During an update, the cluster status moves to <code>UPDATING</code> (this status transition is eventually consistent). When the update is complete (either <code>Failed</code> or <code>Successful</code>), the cluster status moves to <code>Active</code>.</p>" |
| 858 | + "documentation":"<p>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 <code>DescribeUpdate</code>\"/>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html\">Amazon EKS Cluster control plane logs</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p> <note> <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported control plane logs. For more information, see <a href=\"http://aws.amazon.com/cloudwatch/pricing/\">CloudWatch Pricing</a>.</p> </note> <p>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 <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html\">Amazon EKS cluster endpoint access control</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p> <p>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 <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html\">https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p> <p>You can also use this API operation to enable or disable ARC zonal shift. If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.</p> <p>Cluster updates are asynchronous, and they should finish within a few minutes. During an update, the cluster status moves to <code>UPDATING</code> (this status transition is eventually consistent). When the update is complete (either <code>Failed</code> or <code>Successful</code>), the cluster status moves to <code>Active</code>.</p>" |
859 | 859 | },
|
860 | 860 | "UpdateClusterVersion":{
|
861 | 861 | "name":"UpdateClusterVersion",
|
|
1665 | 1665 | "upgradePolicy":{
|
1666 | 1666 | "shape":"UpgradePolicyResponse",
|
1667 | 1667 | "documentation":"<p>This value indicates if extended support is enabled or disabled for the cluster.</p> <p> <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/extended-support-control.html\">Learn more about EKS Extended Support in the EKS User Guide.</a> </p>"
|
| 1668 | + }, |
| 1669 | + "zonalShiftConfig":{ |
| 1670 | + "shape":"ZonalShiftConfigResponse", |
| 1671 | + "documentation":"<p>The configuration for zonal shift for the cluster.</p>" |
1668 | 1672 | }
|
1669 | 1673 | },
|
1670 | 1674 | "documentation":"<p>An object representing an Amazon EKS cluster.</p>"
|
|
1966 | 1970 | "members":{
|
1967 | 1971 | "name":{
|
1968 | 1972 | "shape":"ClusterName",
|
1969 |
| - "documentation":"<p>The unique name to give to your cluster.</p>" |
| 1973 | + "documentation":"<p>The unique name to give to your cluster. The name can contain only alphanumeric characters (case-sensitive), hyphens, and underscores. It must start with an alphanumeric character and can't be longer than 100 characters. The name must be unique within the Amazon Web Services Region and Amazon Web Services account that you're creating the cluster in.</p>" |
1970 | 1974 | },
|
1971 | 1975 | "version":{
|
1972 | 1976 | "shape":"String",
|
|
2016 | 2020 | "upgradePolicy":{
|
2017 | 2021 | "shape":"UpgradePolicyRequest",
|
2018 | 2022 | "documentation":"<p>New clusters, by default, have extended support enabled. You can disable extended support when creating a cluster by setting this value to <code>STANDARD</code>.</p>"
|
| 2023 | + }, |
| 2024 | + "zonalShiftConfig":{ |
| 2025 | + "shape":"ZonalShiftConfigRequest", |
| 2026 | + "documentation":"<p>Enable or disable ARC zonal shift for the cluster. If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.</p> <p>Zonal shift is a feature of Amazon Application Recovery Controller (ARC). ARC zonal shift is designed to be a temporary measure that allows you to move traffic for a resource away from an impaired AZ until the zonal shift expires or you cancel it. You can extend the zonal shift if necessary.</p> <p>You can start a zonal shift for an EKS cluster, or you can allow Amazon Web Services to do it for you by enabling <i>zonal autoshift</i>. This shift updates the flow of east-to-west network traffic in your cluster to only consider network endpoints for Pods running on worker nodes in healthy AZs. Additionally, any ALB or NLB handling ingress traffic for applications in your EKS cluster will automatically route traffic to targets in the healthy AZs. For more information about zonal shift in EKS, see <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html\">Learn about Amazon Application Recovery Controller (ARC) Zonal Shift in Amazon EKS</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p>" |
2019 | 2027 | }
|
2020 | 2028 | }
|
2021 | 2029 | },
|
|
5204 | 5212 | "upgradePolicy":{
|
5205 | 5213 | "shape":"UpgradePolicyRequest",
|
5206 | 5214 | "documentation":"<p>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.</p>"
|
| 5215 | + }, |
| 5216 | + "zonalShiftConfig":{ |
| 5217 | + "shape":"ZonalShiftConfigRequest", |
| 5218 | + "documentation":"<p>Enable or disable ARC zonal shift for the cluster. If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.</p> <p>Zonal shift is a feature of Amazon Application Recovery Controller (ARC). ARC zonal shift is designed to be a temporary measure that allows you to move traffic for a resource away from an impaired AZ until the zonal shift expires or you cancel it. You can extend the zonal shift if necessary.</p> <p>You can start a zonal shift for an EKS cluster, or you can allow Amazon Web Services to do it for you by enabling <i>zonal autoshift</i>. This shift updates the flow of east-to-west network traffic in your cluster to only consider network endpoints for Pods running on worker nodes in healthy AZs. Additionally, any ALB or NLB handling ingress traffic for applications in your EKS cluster will automatically route traffic to targets in the healthy AZs. For more information about zonal shift in EKS, see <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html\">Learn about Amazon Application Recovery Controller (ARC) Zonal Shift in Amazon EKS</a> in the <i> <i>Amazon EKS User Guide</i> </i>.</p>" |
5207 | 5219 | }
|
5208 | 5220 | }
|
5209 | 5221 | },
|
|
5434 | 5446 | "Subnets",
|
5435 | 5447 | "AuthenticationMode",
|
5436 | 5448 | "PodIdentityAssociations",
|
5437 |
| - "UpgradePolicy" |
| 5449 | + "UpgradePolicy", |
| 5450 | + "ZonalShiftConfig" |
5438 | 5451 | ]
|
5439 | 5452 | },
|
5440 | 5453 | "UpdateParams":{
|
|
5516 | 5529 | "AddonUpdate",
|
5517 | 5530 | "VpcConfigUpdate",
|
5518 | 5531 | "AccessConfigUpdate",
|
5519 |
| - "UpgradePolicyUpdate" |
| 5532 | + "UpgradePolicyUpdate", |
| 5533 | + "ZonalShiftConfigUpdate" |
5520 | 5534 | ]
|
5521 | 5535 | },
|
5522 | 5536 | "UpgradePolicyRequest":{
|
|
5604 | 5618 | "box":true,
|
5605 | 5619 | "min":0
|
5606 | 5620 | },
|
| 5621 | + "ZonalShiftConfigRequest":{ |
| 5622 | + "type":"structure", |
| 5623 | + "members":{ |
| 5624 | + "enabled":{ |
| 5625 | + "shape":"BoxedBoolean", |
| 5626 | + "documentation":"<p>If zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.</p>" |
| 5627 | + } |
| 5628 | + }, |
| 5629 | + "documentation":"<p>The configuration for zonal shift for the cluster.</p>" |
| 5630 | + }, |
| 5631 | + "ZonalShiftConfigResponse":{ |
| 5632 | + "type":"structure", |
| 5633 | + "members":{ |
| 5634 | + "enabled":{ |
| 5635 | + "shape":"BoxedBoolean", |
| 5636 | + "documentation":"<p>Whether the zonal shift is enabled.</p>" |
| 5637 | + } |
| 5638 | + }, |
| 5639 | + "documentation":"<p>The status of zonal shift configuration for the cluster</p>" |
| 5640 | + }, |
5607 | 5641 | "configStatus":{
|
5608 | 5642 | "type":"string",
|
5609 | 5643 | "enum":[
|
|
0 commit comments