aws-sdk-eks 1.169.0 → 1.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +124 -28
- data/lib/aws-sdk-eks/client_api.rb +41 -0
- data/lib/aws-sdk-eks/types.rb +136 -8
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +19 -16
- data/sig/params.rbs +9 -0
- data/sig/types.rbs +32 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a728ded2891fdfcb9ea87c541cd8c04b8ee0b80da02e7cb76e20376165521f5
|
|
4
|
+
data.tar.gz: 3182a37be2537fa5cb55f734e65fe2623521cf97ff9b8a6a7f674255e9d0a0a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e900cf6660e6adaa1685e9721e543a407df68c61feda6c5714d94deb4cebe5dafd16b6c3555a444dee75f7857bd321fa42ece82f29b0a7509c4d28b23db88e3
|
|
7
|
+
data.tar.gz: 6dbd7a57d80cd143e4aa9c914d935b85f6f3a2d43f6ba8b1d892c84980da83b9a621e7364a03f56b4dbd730ab5cfa3393d3c65cf54dba4c3f145053dc0cef108
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.171.0 (2026-06-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds Kubernetes version rollback support, including the CancelUpdate operation to cancel an in-progress VersionRollback update, the RollbackConfig structure with a timeoutMinutes field, and the Cancellation structure surfaced via the new cancellation field on the Update object.
|
|
8
|
+
|
|
9
|
+
1.170.0 (2026-06-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds support for configurable control plane egress routing in Amazon EKS, allowing you to route control plane egress traffic through your VPC and control how the control plane reaches resources in your network such as webhook servers and OIDC providers.
|
|
13
|
+
|
|
4
14
|
1.169.0 (2026-06-12)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.171.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
|
@@ -579,9 +579,9 @@ module Aws::EKS
|
|
|
579
579
|
#
|
|
580
580
|
# resp.update.id #=> String
|
|
581
581
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
582
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
582
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
583
583
|
# resp.update.params #=> Array
|
|
584
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
584
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
585
585
|
# resp.update.params[0].value #=> String
|
|
586
586
|
# resp.update.created_at #=> Time
|
|
587
587
|
# resp.update.errors #=> Array
|
|
@@ -589,6 +589,8 @@ module Aws::EKS
|
|
|
589
589
|
# resp.update.errors[0].error_message #=> String
|
|
590
590
|
# resp.update.errors[0].resource_ids #=> Array
|
|
591
591
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
592
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
593
|
+
# resp.update.cancellation.reason #=> String
|
|
592
594
|
#
|
|
593
595
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AssociateEncryptionConfig AWS API Documentation
|
|
594
596
|
#
|
|
@@ -663,9 +665,9 @@ module Aws::EKS
|
|
|
663
665
|
#
|
|
664
666
|
# resp.update.id #=> String
|
|
665
667
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
666
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
668
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
667
669
|
# resp.update.params #=> Array
|
|
668
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
670
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
669
671
|
# resp.update.params[0].value #=> String
|
|
670
672
|
# resp.update.created_at #=> Time
|
|
671
673
|
# resp.update.errors #=> Array
|
|
@@ -673,6 +675,8 @@ module Aws::EKS
|
|
|
673
675
|
# resp.update.errors[0].error_message #=> String
|
|
674
676
|
# resp.update.errors[0].resource_ids #=> Array
|
|
675
677
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
678
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
679
|
+
# resp.update.cancellation.reason #=> String
|
|
676
680
|
# resp.tags #=> Hash
|
|
677
681
|
# resp.tags["TagKey"] #=> String
|
|
678
682
|
#
|
|
@@ -685,6 +689,67 @@ module Aws::EKS
|
|
|
685
689
|
req.send_request(options)
|
|
686
690
|
end
|
|
687
691
|
|
|
692
|
+
# Cancels an in-progress update to an Amazon EKS cluster on a
|
|
693
|
+
# best-effort basis. Cancellation is only performed if the update can be
|
|
694
|
+
# cancelled. Currently, this is supported for `VersionRollback` update
|
|
695
|
+
# types on EKS Auto Mode clusters when nodes are rolling back.
|
|
696
|
+
#
|
|
697
|
+
# A successful cancellation stops the node rollback. After cancellation,
|
|
698
|
+
# nodes converge to the current cluster version honoring configured
|
|
699
|
+
# disruption controls. If the control plane rollback has already begun,
|
|
700
|
+
# the cancellation request fails.
|
|
701
|
+
#
|
|
702
|
+
# @option params [required, String] :name
|
|
703
|
+
# The name of the Amazon EKS cluster associated with the update.
|
|
704
|
+
#
|
|
705
|
+
# @option params [required, String] :update_id
|
|
706
|
+
# The ID of the update to cancel.
|
|
707
|
+
#
|
|
708
|
+
# @option params [String] :client_request_token
|
|
709
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
710
|
+
# idempotency of the request.
|
|
711
|
+
#
|
|
712
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
713
|
+
# not need to pass this option.**
|
|
714
|
+
#
|
|
715
|
+
# @return [Types::CancelUpdateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
716
|
+
#
|
|
717
|
+
# * {Types::CancelUpdateResponse#update #update} => Types::Update
|
|
718
|
+
#
|
|
719
|
+
# @example Request syntax with placeholder values
|
|
720
|
+
#
|
|
721
|
+
# resp = client.cancel_update({
|
|
722
|
+
# name: "String", # required
|
|
723
|
+
# update_id: "String", # required
|
|
724
|
+
# client_request_token: "String",
|
|
725
|
+
# })
|
|
726
|
+
#
|
|
727
|
+
# @example Response structure
|
|
728
|
+
#
|
|
729
|
+
# resp.update.id #=> String
|
|
730
|
+
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
731
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
732
|
+
# resp.update.params #=> Array
|
|
733
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
734
|
+
# resp.update.params[0].value #=> String
|
|
735
|
+
# resp.update.created_at #=> Time
|
|
736
|
+
# resp.update.errors #=> Array
|
|
737
|
+
# resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
|
|
738
|
+
# resp.update.errors[0].error_message #=> String
|
|
739
|
+
# resp.update.errors[0].resource_ids #=> Array
|
|
740
|
+
# resp.update.errors[0].resource_ids[0] #=> String
|
|
741
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
742
|
+
# resp.update.cancellation.reason #=> String
|
|
743
|
+
#
|
|
744
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CancelUpdate AWS API Documentation
|
|
745
|
+
#
|
|
746
|
+
# @overload cancel_update(params = {})
|
|
747
|
+
# @param [Hash] params ({})
|
|
748
|
+
def cancel_update(params = {}, options = {})
|
|
749
|
+
req = build_request(:cancel_update, params)
|
|
750
|
+
req.send_request(options)
|
|
751
|
+
end
|
|
752
|
+
|
|
688
753
|
# Creates an access entry.
|
|
689
754
|
#
|
|
690
755
|
# An access entry allows an IAM principal to access your cluster. Access
|
|
@@ -1456,6 +1521,7 @@ module Aws::EKS
|
|
|
1456
1521
|
# endpoint_public_access: false,
|
|
1457
1522
|
# endpoint_private_access: false,
|
|
1458
1523
|
# public_access_cidrs: ["String"],
|
|
1524
|
+
# control_plane_egress_mode: "AWS_MANAGED", # accepts AWS_MANAGED, CUSTOMER_ROUTED, CUSTOMER_ISOLATED
|
|
1459
1525
|
# },
|
|
1460
1526
|
# kubernetes_network_config: {
|
|
1461
1527
|
# service_ipv_4_cidr: "String",
|
|
@@ -1553,6 +1619,7 @@ module Aws::EKS
|
|
|
1553
1619
|
# resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
|
|
1554
1620
|
# resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
|
|
1555
1621
|
# resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
|
|
1622
|
+
# resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
|
|
1556
1623
|
# resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
|
|
1557
1624
|
# resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
|
|
1558
1625
|
# resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
|
|
@@ -2650,6 +2717,7 @@ module Aws::EKS
|
|
|
2650
2717
|
# resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
|
|
2651
2718
|
# resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
|
|
2652
2719
|
# resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
|
|
2720
|
+
# resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
|
|
2653
2721
|
# resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
|
|
2654
2722
|
# resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
|
|
2655
2723
|
# resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
|
|
@@ -3005,6 +3073,7 @@ module Aws::EKS
|
|
|
3005
3073
|
# resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
|
|
3006
3074
|
# resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
|
|
3007
3075
|
# resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
|
|
3076
|
+
# resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
|
|
3008
3077
|
# resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
|
|
3009
3078
|
# resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
|
|
3010
3079
|
# resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
|
|
@@ -3471,6 +3540,7 @@ module Aws::EKS
|
|
|
3471
3540
|
# resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
|
|
3472
3541
|
# resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
|
|
3473
3542
|
# resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
|
|
3543
|
+
# resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
|
|
3474
3544
|
# resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
|
|
3475
3545
|
# resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
|
|
3476
3546
|
# resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
|
|
@@ -3786,7 +3856,7 @@ module Aws::EKS
|
|
|
3786
3856
|
#
|
|
3787
3857
|
# resp.insight.id #=> String
|
|
3788
3858
|
# resp.insight.name #=> String
|
|
3789
|
-
# resp.insight.category #=> String, one of "UPGRADE_READINESS", "MISCONFIGURATION"
|
|
3859
|
+
# resp.insight.category #=> String, one of "UPGRADE_READINESS", "MISCONFIGURATION", "ROLLBACK_READINESS"
|
|
3790
3860
|
# resp.insight.kubernetes_version #=> String
|
|
3791
3861
|
# resp.insight.last_refresh_time #=> Time
|
|
3792
3862
|
# resp.insight.last_transition_time #=> Time
|
|
@@ -4054,9 +4124,9 @@ module Aws::EKS
|
|
|
4054
4124
|
#
|
|
4055
4125
|
# resp.update.id #=> String
|
|
4056
4126
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
4057
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
4127
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
4058
4128
|
# resp.update.params #=> Array
|
|
4059
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
4129
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
4060
4130
|
# resp.update.params[0].value #=> String
|
|
4061
4131
|
# resp.update.created_at #=> Time
|
|
4062
4132
|
# resp.update.errors #=> Array
|
|
@@ -4064,6 +4134,8 @@ module Aws::EKS
|
|
|
4064
4134
|
# resp.update.errors[0].error_message #=> String
|
|
4065
4135
|
# resp.update.errors[0].resource_ids #=> Array
|
|
4066
4136
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
4137
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
4138
|
+
# resp.update.cancellation.reason #=> String
|
|
4067
4139
|
#
|
|
4068
4140
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeUpdate AWS API Documentation
|
|
4069
4141
|
#
|
|
@@ -4143,9 +4215,9 @@ module Aws::EKS
|
|
|
4143
4215
|
#
|
|
4144
4216
|
# resp.update.id #=> String
|
|
4145
4217
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
4146
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
4218
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
4147
4219
|
# resp.update.params #=> Array
|
|
4148
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
4220
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
4149
4221
|
# resp.update.params[0].value #=> String
|
|
4150
4222
|
# resp.update.created_at #=> Time
|
|
4151
4223
|
# resp.update.errors #=> Array
|
|
@@ -4153,6 +4225,8 @@ module Aws::EKS
|
|
|
4153
4225
|
# resp.update.errors[0].error_message #=> String
|
|
4154
4226
|
# resp.update.errors[0].resource_ids #=> Array
|
|
4155
4227
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
4228
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
4229
|
+
# resp.update.cancellation.reason #=> String
|
|
4156
4230
|
#
|
|
4157
4231
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DisassociateIdentityProviderConfig AWS API Documentation
|
|
4158
4232
|
#
|
|
@@ -4784,7 +4858,7 @@ module Aws::EKS
|
|
|
4784
4858
|
# resp = client.list_insights({
|
|
4785
4859
|
# cluster_name: "String", # required
|
|
4786
4860
|
# filter: {
|
|
4787
|
-
# categories: ["UPGRADE_READINESS"], # accepts UPGRADE_READINESS, MISCONFIGURATION
|
|
4861
|
+
# categories: ["UPGRADE_READINESS"], # accepts UPGRADE_READINESS, MISCONFIGURATION, ROLLBACK_READINESS
|
|
4788
4862
|
# kubernetes_versions: ["String"],
|
|
4789
4863
|
# statuses: ["PASSING"], # accepts PASSING, WARNING, ERROR, UNKNOWN
|
|
4790
4864
|
# },
|
|
@@ -4797,7 +4871,7 @@ module Aws::EKS
|
|
|
4797
4871
|
# resp.insights #=> Array
|
|
4798
4872
|
# resp.insights[0].id #=> String
|
|
4799
4873
|
# resp.insights[0].name #=> String
|
|
4800
|
-
# resp.insights[0].category #=> String, one of "UPGRADE_READINESS", "MISCONFIGURATION"
|
|
4874
|
+
# resp.insights[0].category #=> String, one of "UPGRADE_READINESS", "MISCONFIGURATION", "ROLLBACK_READINESS"
|
|
4801
4875
|
# resp.insights[0].kubernetes_version #=> String
|
|
4802
4876
|
# resp.insights[0].last_refresh_time #=> Time
|
|
4803
4877
|
# resp.insights[0].last_transition_time #=> Time
|
|
@@ -5143,6 +5217,7 @@ module Aws::EKS
|
|
|
5143
5217
|
# resp.cluster.resources_vpc_config.endpoint_private_access #=> Boolean
|
|
5144
5218
|
# resp.cluster.resources_vpc_config.public_access_cidrs #=> Array
|
|
5145
5219
|
# resp.cluster.resources_vpc_config.public_access_cidrs[0] #=> String
|
|
5220
|
+
# resp.cluster.resources_vpc_config.control_plane_egress_mode #=> String, one of "AWS_MANAGED", "CUSTOMER_ROUTED", "CUSTOMER_ISOLATED"
|
|
5146
5221
|
# resp.cluster.kubernetes_network_config.service_ipv_4_cidr #=> String
|
|
5147
5222
|
# resp.cluster.kubernetes_network_config.service_ipv_6_cidr #=> String
|
|
5148
5223
|
# resp.cluster.kubernetes_network_config.ip_family #=> String, one of "ipv4", "ipv6"
|
|
@@ -5498,9 +5573,9 @@ module Aws::EKS
|
|
|
5498
5573
|
#
|
|
5499
5574
|
# resp.update.id #=> String
|
|
5500
5575
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
5501
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
5576
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
5502
5577
|
# resp.update.params #=> Array
|
|
5503
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
5578
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
5504
5579
|
# resp.update.params[0].value #=> String
|
|
5505
5580
|
# resp.update.created_at #=> Time
|
|
5506
5581
|
# resp.update.errors #=> Array
|
|
@@ -5508,6 +5583,8 @@ module Aws::EKS
|
|
|
5508
5583
|
# resp.update.errors[0].error_message #=> String
|
|
5509
5584
|
# resp.update.errors[0].resource_ids #=> Array
|
|
5510
5585
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
5586
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
5587
|
+
# resp.update.cancellation.reason #=> String
|
|
5511
5588
|
#
|
|
5512
5589
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateAddon AWS API Documentation
|
|
5513
5590
|
#
|
|
@@ -5607,9 +5684,9 @@ module Aws::EKS
|
|
|
5607
5684
|
#
|
|
5608
5685
|
# resp.update.id #=> String
|
|
5609
5686
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
5610
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
5687
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
5611
5688
|
# resp.update.params #=> Array
|
|
5612
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
5689
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
5613
5690
|
# resp.update.params[0].value #=> String
|
|
5614
5691
|
# resp.update.created_at #=> Time
|
|
5615
5692
|
# resp.update.errors #=> Array
|
|
@@ -5617,6 +5694,8 @@ module Aws::EKS
|
|
|
5617
5694
|
# resp.update.errors[0].error_message #=> String
|
|
5618
5695
|
# resp.update.errors[0].resource_ids #=> Array
|
|
5619
5696
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
5697
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
5698
|
+
# resp.update.cancellation.reason #=> String
|
|
5620
5699
|
#
|
|
5621
5700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateCapability AWS API Documentation
|
|
5622
5701
|
#
|
|
@@ -5689,8 +5768,10 @@ module Aws::EKS
|
|
|
5689
5768
|
# The name of the Amazon EKS cluster to update.
|
|
5690
5769
|
#
|
|
5691
5770
|
# @option params [Types::VpcConfigRequest] :resources_vpc_config
|
|
5692
|
-
# An object representing the VPC configuration to use for
|
|
5693
|
-
#
|
|
5771
|
+
# An object representing the VPC configuration to use for the cluster
|
|
5772
|
+
# update. You can use this parameter to update the control plane egress
|
|
5773
|
+
# mode, the subnets used by the cluster, the security groups, and the
|
|
5774
|
+
# endpoint access settings.
|
|
5694
5775
|
#
|
|
5695
5776
|
# @option params [Types::Logging] :logging
|
|
5696
5777
|
# Enable or disable exporting the Kubernetes control plane logs for your
|
|
@@ -5791,6 +5872,7 @@ module Aws::EKS
|
|
|
5791
5872
|
# endpoint_public_access: false,
|
|
5792
5873
|
# endpoint_private_access: false,
|
|
5793
5874
|
# public_access_cidrs: ["String"],
|
|
5875
|
+
# control_plane_egress_mode: "AWS_MANAGED", # accepts AWS_MANAGED, CUSTOMER_ROUTED, CUSTOMER_ISOLATED
|
|
5794
5876
|
# },
|
|
5795
5877
|
# logging: {
|
|
5796
5878
|
# cluster_logging: [
|
|
@@ -5849,9 +5931,9 @@ module Aws::EKS
|
|
|
5849
5931
|
#
|
|
5850
5932
|
# resp.update.id #=> String
|
|
5851
5933
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
5852
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
5934
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
5853
5935
|
# resp.update.params #=> Array
|
|
5854
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
5936
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
5855
5937
|
# resp.update.params[0].value #=> String
|
|
5856
5938
|
# resp.update.created_at #=> Time
|
|
5857
5939
|
# resp.update.errors #=> Array
|
|
@@ -5859,6 +5941,8 @@ module Aws::EKS
|
|
|
5859
5941
|
# resp.update.errors[0].error_message #=> String
|
|
5860
5942
|
# resp.update.errors[0].resource_ids #=> Array
|
|
5861
5943
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
5944
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
5945
|
+
# resp.update.cancellation.reason #=> String
|
|
5862
5946
|
#
|
|
5863
5947
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfig AWS API Documentation
|
|
5864
5948
|
#
|
|
@@ -5902,8 +5986,11 @@ module Aws::EKS
|
|
|
5902
5986
|
# not need to pass this option.**
|
|
5903
5987
|
#
|
|
5904
5988
|
# @option params [Boolean] :force
|
|
5905
|
-
# Set this value to `true` to override upgrade-blocking
|
|
5906
|
-
# when updating a cluster.
|
|
5989
|
+
# Set this value to `true` to override upgrade-blocking or
|
|
5990
|
+
# rollback-blocking readiness checks when updating a cluster.
|
|
5991
|
+
#
|
|
5992
|
+
# @option params [Types::RollbackConfig] :rollback_config
|
|
5993
|
+
# The rollback configuration for the cluster version rollback.
|
|
5907
5994
|
#
|
|
5908
5995
|
# @return [Types::UpdateClusterVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5909
5996
|
#
|
|
@@ -5916,15 +6003,18 @@ module Aws::EKS
|
|
|
5916
6003
|
# version: "String", # required
|
|
5917
6004
|
# client_request_token: "String",
|
|
5918
6005
|
# force: false,
|
|
6006
|
+
# rollback_config: {
|
|
6007
|
+
# timeout_minutes: 1,
|
|
6008
|
+
# },
|
|
5919
6009
|
# })
|
|
5920
6010
|
#
|
|
5921
6011
|
# @example Response structure
|
|
5922
6012
|
#
|
|
5923
6013
|
# resp.update.id #=> String
|
|
5924
6014
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
5925
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
6015
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
5926
6016
|
# resp.update.params #=> Array
|
|
5927
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
6017
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
5928
6018
|
# resp.update.params[0].value #=> String
|
|
5929
6019
|
# resp.update.created_at #=> Time
|
|
5930
6020
|
# resp.update.errors #=> Array
|
|
@@ -5932,6 +6022,8 @@ module Aws::EKS
|
|
|
5932
6022
|
# resp.update.errors[0].error_message #=> String
|
|
5933
6023
|
# resp.update.errors[0].resource_ids #=> Array
|
|
5934
6024
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
6025
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
6026
|
+
# resp.update.cancellation.reason #=> String
|
|
5935
6027
|
#
|
|
5936
6028
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterVersion AWS API Documentation
|
|
5937
6029
|
#
|
|
@@ -6123,9 +6215,9 @@ module Aws::EKS
|
|
|
6123
6215
|
#
|
|
6124
6216
|
# resp.update.id #=> String
|
|
6125
6217
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
6126
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
6218
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
6127
6219
|
# resp.update.params #=> Array
|
|
6128
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
6220
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
6129
6221
|
# resp.update.params[0].value #=> String
|
|
6130
6222
|
# resp.update.created_at #=> Time
|
|
6131
6223
|
# resp.update.errors #=> Array
|
|
@@ -6133,6 +6225,8 @@ module Aws::EKS
|
|
|
6133
6225
|
# resp.update.errors[0].error_message #=> String
|
|
6134
6226
|
# resp.update.errors[0].resource_ids #=> Array
|
|
6135
6227
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
6228
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
6229
|
+
# resp.update.cancellation.reason #=> String
|
|
6136
6230
|
#
|
|
6137
6231
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateNodegroupConfig AWS API Documentation
|
|
6138
6232
|
#
|
|
@@ -6270,9 +6364,9 @@ module Aws::EKS
|
|
|
6270
6364
|
#
|
|
6271
6365
|
# resp.update.id #=> String
|
|
6272
6366
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
6273
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate"
|
|
6367
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback"
|
|
6274
6368
|
# resp.update.params #=> Array
|
|
6275
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn"
|
|
6369
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode"
|
|
6276
6370
|
# resp.update.params[0].value #=> String
|
|
6277
6371
|
# resp.update.created_at #=> Time
|
|
6278
6372
|
# resp.update.errors #=> Array
|
|
@@ -6280,6 +6374,8 @@ module Aws::EKS
|
|
|
6280
6374
|
# resp.update.errors[0].error_message #=> String
|
|
6281
6375
|
# resp.update.errors[0].resource_ids #=> Array
|
|
6282
6376
|
# resp.update.errors[0].resource_ids[0] #=> String
|
|
6377
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
6378
|
+
# resp.update.cancellation.reason #=> String
|
|
6283
6379
|
#
|
|
6284
6380
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateNodegroupVersion AWS API Documentation
|
|
6285
6381
|
#
|
|
@@ -6457,7 +6553,7 @@ module Aws::EKS
|
|
|
6457
6553
|
tracer: tracer
|
|
6458
6554
|
)
|
|
6459
6555
|
context[:gem_name] = 'aws-sdk-eks'
|
|
6460
|
-
context[:gem_version] = '1.
|
|
6556
|
+
context[:gem_version] = '1.171.0'
|
|
6461
6557
|
Seahorse::Client::Request.new(handlers, context)
|
|
6462
6558
|
end
|
|
6463
6559
|
|
|
@@ -66,6 +66,10 @@ module Aws::EKS
|
|
|
66
66
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
67
67
|
BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
|
|
68
68
|
BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
|
|
69
|
+
CancelUpdateRequest = Shapes::StructureShape.new(name: 'CancelUpdateRequest')
|
|
70
|
+
CancelUpdateResponse = Shapes::StructureShape.new(name: 'CancelUpdateResponse')
|
|
71
|
+
Cancellation = Shapes::StructureShape.new(name: 'Cancellation')
|
|
72
|
+
CancellationStatus = Shapes::StringShape.new(name: 'CancellationStatus')
|
|
69
73
|
Capability = Shapes::StructureShape.new(name: 'Capability')
|
|
70
74
|
CapabilityConfigurationRequest = Shapes::StructureShape.new(name: 'CapabilityConfigurationRequest')
|
|
71
75
|
CapabilityConfigurationResponse = Shapes::StructureShape.new(name: 'CapabilityConfigurationResponse')
|
|
@@ -103,6 +107,7 @@ module Aws::EKS
|
|
|
103
107
|
ConnectorConfigProvider = Shapes::StringShape.new(name: 'ConnectorConfigProvider')
|
|
104
108
|
ConnectorConfigRequest = Shapes::StructureShape.new(name: 'ConnectorConfigRequest')
|
|
105
109
|
ConnectorConfigResponse = Shapes::StructureShape.new(name: 'ConnectorConfigResponse')
|
|
110
|
+
ControlPlaneEgressModeType = Shapes::StringShape.new(name: 'ControlPlaneEgressModeType')
|
|
106
111
|
ControlPlanePlacementRequest = Shapes::StructureShape.new(name: 'ControlPlanePlacementRequest')
|
|
107
112
|
ControlPlanePlacementResponse = Shapes::StructureShape.new(name: 'ControlPlanePlacementResponse')
|
|
108
113
|
ControlPlaneScalingConfig = Shapes::StructureShape.new(name: 'ControlPlaneScalingConfig')
|
|
@@ -319,6 +324,7 @@ module Aws::EKS
|
|
|
319
324
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
320
325
|
ResourcePropagationDelayException = Shapes::StructureShape.new(name: 'ResourcePropagationDelayException')
|
|
321
326
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
327
|
+
RollbackConfig = Shapes::StructureShape.new(name: 'RollbackConfig')
|
|
322
328
|
ServerException = Shapes::StructureShape.new(name: 'ServerException')
|
|
323
329
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
|
324
330
|
SpreadLevel = Shapes::StringShape.new(name: 'SpreadLevel')
|
|
@@ -584,6 +590,18 @@ module Aws::EKS
|
|
|
584
590
|
BlockStorage.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
|
|
585
591
|
BlockStorage.struct_class = Types::BlockStorage
|
|
586
592
|
|
|
593
|
+
CancelUpdateRequest.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
|
594
|
+
CancelUpdateRequest.add_member(:update_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "updateId"))
|
|
595
|
+
CancelUpdateRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
|
596
|
+
CancelUpdateRequest.struct_class = Types::CancelUpdateRequest
|
|
597
|
+
|
|
598
|
+
CancelUpdateResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
|
599
|
+
CancelUpdateResponse.struct_class = Types::CancelUpdateResponse
|
|
600
|
+
|
|
601
|
+
Cancellation.add_member(:status, Shapes::ShapeRef.new(shape: CancellationStatus, location_name: "status"))
|
|
602
|
+
Cancellation.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
|
603
|
+
Cancellation.struct_class = Types::Cancellation
|
|
604
|
+
|
|
587
605
|
Capability.add_member(:capability_name, Shapes::ShapeRef.new(shape: String, location_name: "capabilityName"))
|
|
588
606
|
Capability.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
|
589
607
|
Capability.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
@@ -1596,6 +1614,9 @@ module Aws::EKS
|
|
|
1596
1614
|
ResourcePropagationDelayException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
1597
1615
|
ResourcePropagationDelayException.struct_class = Types::ResourcePropagationDelayException
|
|
1598
1616
|
|
|
1617
|
+
RollbackConfig.add_member(:timeout_minutes, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "timeoutMinutes"))
|
|
1618
|
+
RollbackConfig.struct_class = Types::RollbackConfig
|
|
1619
|
+
|
|
1599
1620
|
ServerException.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
1600
1621
|
ServerException.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
|
|
1601
1622
|
ServerException.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, location_name: "addonName"))
|
|
@@ -1665,6 +1686,7 @@ module Aws::EKS
|
|
|
1665
1686
|
Update.add_member(:params, Shapes::ShapeRef.new(shape: UpdateParams, location_name: "params"))
|
|
1666
1687
|
Update.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
1667
1688
|
Update.add_member(:errors, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "errors"))
|
|
1689
|
+
Update.add_member(:cancellation, Shapes::ShapeRef.new(shape: Cancellation, location_name: "cancellation"))
|
|
1668
1690
|
Update.struct_class = Types::Update
|
|
1669
1691
|
|
|
1670
1692
|
UpdateAccessConfigRequest.add_member(:authentication_mode, Shapes::ShapeRef.new(shape: AuthenticationMode, location_name: "authenticationMode"))
|
|
@@ -1733,6 +1755,7 @@ module Aws::EKS
|
|
|
1733
1755
|
UpdateClusterVersionRequest.add_member(:version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "version"))
|
|
1734
1756
|
UpdateClusterVersionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
|
|
1735
1757
|
UpdateClusterVersionRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "force"))
|
|
1758
|
+
UpdateClusterVersionRequest.add_member(:rollback_config, Shapes::ShapeRef.new(shape: RollbackConfig, location_name: "rollbackConfig"))
|
|
1736
1759
|
UpdateClusterVersionRequest.struct_class = Types::UpdateClusterVersionRequest
|
|
1737
1760
|
|
|
1738
1761
|
UpdateClusterVersionResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
|
@@ -1813,6 +1836,7 @@ module Aws::EKS
|
|
|
1813
1836
|
VpcConfigRequest.add_member(:endpoint_public_access, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "endpointPublicAccess"))
|
|
1814
1837
|
VpcConfigRequest.add_member(:endpoint_private_access, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "endpointPrivateAccess"))
|
|
1815
1838
|
VpcConfigRequest.add_member(:public_access_cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "publicAccessCidrs"))
|
|
1839
|
+
VpcConfigRequest.add_member(:control_plane_egress_mode, Shapes::ShapeRef.new(shape: ControlPlaneEgressModeType, location_name: "controlPlaneEgressMode"))
|
|
1816
1840
|
VpcConfigRequest.struct_class = Types::VpcConfigRequest
|
|
1817
1841
|
|
|
1818
1842
|
VpcConfigResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "subnetIds"))
|
|
@@ -1822,6 +1846,7 @@ module Aws::EKS
|
|
|
1822
1846
|
VpcConfigResponse.add_member(:endpoint_public_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "endpointPublicAccess"))
|
|
1823
1847
|
VpcConfigResponse.add_member(:endpoint_private_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "endpointPrivateAccess"))
|
|
1824
1848
|
VpcConfigResponse.add_member(:public_access_cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "publicAccessCidrs"))
|
|
1849
|
+
VpcConfigResponse.add_member(:control_plane_egress_mode, Shapes::ShapeRef.new(shape: ControlPlaneEgressModeType, location_name: "controlPlaneEgressMode"))
|
|
1825
1850
|
VpcConfigResponse.struct_class = Types::VpcConfigResponse
|
|
1826
1851
|
|
|
1827
1852
|
WarmPoolConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
|
|
@@ -1910,6 +1935,22 @@ module Aws::EKS
|
|
|
1910
1935
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1911
1936
|
end)
|
|
1912
1937
|
|
|
1938
|
+
api.add_operation(:cancel_update, Seahorse::Model::Operation.new.tap do |o|
|
|
1939
|
+
o.name = "CancelUpdate"
|
|
1940
|
+
o.http_method = "POST"
|
|
1941
|
+
o.http_request_uri = "/clusters/{name}/updates/{updateId}/cancel-update"
|
|
1942
|
+
o.input = Shapes::ShapeRef.new(shape: CancelUpdateRequest)
|
|
1943
|
+
o.output = Shapes::ShapeRef.new(shape: CancelUpdateResponse)
|
|
1944
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
1945
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
|
1946
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
|
1947
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1948
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1949
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
|
1950
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1951
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
|
|
1952
|
+
end)
|
|
1953
|
+
|
|
1913
1954
|
api.add_operation(:create_access_entry, Seahorse::Model::Operation.new.tap do |o|
|
|
1914
1955
|
o.name = "CreateAccessEntry"
|
|
1915
1956
|
o.http_method = "POST"
|
data/lib/aws-sdk-eks/types.rb
CHANGED
|
@@ -952,6 +952,66 @@ module Aws::EKS
|
|
|
952
952
|
include Aws::Structure
|
|
953
953
|
end
|
|
954
954
|
|
|
955
|
+
# @!attribute [rw] name
|
|
956
|
+
# The name of the Amazon EKS cluster associated with the update.
|
|
957
|
+
# @return [String]
|
|
958
|
+
#
|
|
959
|
+
# @!attribute [rw] update_id
|
|
960
|
+
# The ID of the update to cancel.
|
|
961
|
+
# @return [String]
|
|
962
|
+
#
|
|
963
|
+
# @!attribute [rw] client_request_token
|
|
964
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
965
|
+
# idempotency of the request.
|
|
966
|
+
#
|
|
967
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
968
|
+
# not need to pass this option.
|
|
969
|
+
# @return [String]
|
|
970
|
+
#
|
|
971
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CancelUpdateRequest AWS API Documentation
|
|
972
|
+
#
|
|
973
|
+
class CancelUpdateRequest < Struct.new(
|
|
974
|
+
:name,
|
|
975
|
+
:update_id,
|
|
976
|
+
:client_request_token)
|
|
977
|
+
SENSITIVE = []
|
|
978
|
+
include Aws::Structure
|
|
979
|
+
end
|
|
980
|
+
|
|
981
|
+
# @!attribute [rw] update
|
|
982
|
+
# The full description of the specified update.
|
|
983
|
+
# @return [Types::Update]
|
|
984
|
+
#
|
|
985
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CancelUpdateResponse AWS API Documentation
|
|
986
|
+
#
|
|
987
|
+
class CancelUpdateResponse < Struct.new(
|
|
988
|
+
:update)
|
|
989
|
+
SENSITIVE = []
|
|
990
|
+
include Aws::Structure
|
|
991
|
+
end
|
|
992
|
+
|
|
993
|
+
# Contains information about the latest cancellation of an update to an
|
|
994
|
+
# Amazon EKS cluster.
|
|
995
|
+
#
|
|
996
|
+
# @!attribute [rw] status
|
|
997
|
+
# The current status of the cancellation. Valid values are
|
|
998
|
+
# `InProgress`, `Failed`, and `Successful`.
|
|
999
|
+
# @return [String]
|
|
1000
|
+
#
|
|
1001
|
+
# @!attribute [rw] reason
|
|
1002
|
+
# A message providing additional details about the cancellation, such
|
|
1003
|
+
# as the reason for the cancellation or failure details.
|
|
1004
|
+
# @return [String]
|
|
1005
|
+
#
|
|
1006
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Cancellation AWS API Documentation
|
|
1007
|
+
#
|
|
1008
|
+
class Cancellation < Struct.new(
|
|
1009
|
+
:status,
|
|
1010
|
+
:reason)
|
|
1011
|
+
SENSITIVE = []
|
|
1012
|
+
include Aws::Structure
|
|
1013
|
+
end
|
|
1014
|
+
|
|
955
1015
|
# An object representing a managed capability in an Amazon EKS cluster.
|
|
956
1016
|
# This includes all configuration, status, and health information for
|
|
957
1017
|
# the capability.
|
|
@@ -7417,6 +7477,24 @@ module Aws::EKS
|
|
|
7417
7477
|
include Aws::Structure
|
|
7418
7478
|
end
|
|
7419
7479
|
|
|
7480
|
+
# The rollback configuration for the cluster version rollback.
|
|
7481
|
+
#
|
|
7482
|
+
# @!attribute [rw] timeout_minutes
|
|
7483
|
+
# The length of time in minutes to wait before cancelling the update.
|
|
7484
|
+
# Timeout is a minimum-bound property, meaning the timeout occurs no
|
|
7485
|
+
# sooner than the time you specify, but can occur shortly thereafter.
|
|
7486
|
+
# This value can be between 120 (2 hours) and 10080 (7 days). Default:
|
|
7487
|
+
# `720` (12 hours) if not specified.
|
|
7488
|
+
# @return [Integer]
|
|
7489
|
+
#
|
|
7490
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RollbackConfig AWS API Documentation
|
|
7491
|
+
#
|
|
7492
|
+
class RollbackConfig < Struct.new(
|
|
7493
|
+
:timeout_minutes)
|
|
7494
|
+
SENSITIVE = []
|
|
7495
|
+
include Aws::Structure
|
|
7496
|
+
end
|
|
7497
|
+
|
|
7420
7498
|
# These errors are usually caused by a server-side issue.
|
|
7421
7499
|
#
|
|
7422
7500
|
# @!attribute [rw] cluster_name
|
|
@@ -7707,6 +7785,11 @@ module Aws::EKS
|
|
|
7707
7785
|
# Any errors associated with a `Failed` update.
|
|
7708
7786
|
# @return [Array<Types::ErrorDetail>]
|
|
7709
7787
|
#
|
|
7788
|
+
# @!attribute [rw] cancellation
|
|
7789
|
+
# The latest cancellation information for the update. This field is
|
|
7790
|
+
# present only if any cancellation is attempted for the update.
|
|
7791
|
+
# @return [Types::Cancellation]
|
|
7792
|
+
#
|
|
7710
7793
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Update AWS API Documentation
|
|
7711
7794
|
#
|
|
7712
7795
|
class Update < Struct.new(
|
|
@@ -7715,7 +7798,8 @@ module Aws::EKS
|
|
|
7715
7798
|
:type,
|
|
7716
7799
|
:params,
|
|
7717
7800
|
:created_at,
|
|
7718
|
-
:errors
|
|
7801
|
+
:errors,
|
|
7802
|
+
:cancellation)
|
|
7719
7803
|
SENSITIVE = []
|
|
7720
7804
|
include Aws::Structure
|
|
7721
7805
|
end
|
|
@@ -8034,8 +8118,10 @@ module Aws::EKS
|
|
|
8034
8118
|
# @return [String]
|
|
8035
8119
|
#
|
|
8036
8120
|
# @!attribute [rw] resources_vpc_config
|
|
8037
|
-
# An object representing the VPC configuration to use for
|
|
8038
|
-
#
|
|
8121
|
+
# An object representing the VPC configuration to use for the cluster
|
|
8122
|
+
# update. You can use this parameter to update the control plane
|
|
8123
|
+
# egress mode, the subnets used by the cluster, the security groups,
|
|
8124
|
+
# and the endpoint access settings.
|
|
8039
8125
|
# @return [Types::VpcConfigRequest]
|
|
8040
8126
|
#
|
|
8041
8127
|
# @!attribute [rw] logging
|
|
@@ -8183,17 +8269,22 @@ module Aws::EKS
|
|
|
8183
8269
|
# @return [String]
|
|
8184
8270
|
#
|
|
8185
8271
|
# @!attribute [rw] force
|
|
8186
|
-
# Set this value to `true` to override upgrade-blocking
|
|
8187
|
-
# checks when updating a cluster.
|
|
8272
|
+
# Set this value to `true` to override upgrade-blocking or
|
|
8273
|
+
# rollback-blocking readiness checks when updating a cluster.
|
|
8188
8274
|
# @return [Boolean]
|
|
8189
8275
|
#
|
|
8276
|
+
# @!attribute [rw] rollback_config
|
|
8277
|
+
# The rollback configuration for the cluster version rollback.
|
|
8278
|
+
# @return [Types::RollbackConfig]
|
|
8279
|
+
#
|
|
8190
8280
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterVersionRequest AWS API Documentation
|
|
8191
8281
|
#
|
|
8192
8282
|
class UpdateClusterVersionRequest < Struct.new(
|
|
8193
8283
|
:name,
|
|
8194
8284
|
:version,
|
|
8195
8285
|
:client_request_token,
|
|
8196
|
-
:force
|
|
8286
|
+
:force,
|
|
8287
|
+
:rollback_config)
|
|
8197
8288
|
SENSITIVE = []
|
|
8198
8289
|
include Aws::Structure
|
|
8199
8290
|
end
|
|
@@ -8768,6 +8859,26 @@ module Aws::EKS
|
|
|
8768
8859
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html
|
|
8769
8860
|
# @return [Array<String>]
|
|
8770
8861
|
#
|
|
8862
|
+
# @!attribute [rw] control_plane_egress_mode
|
|
8863
|
+
# Specifies the control plane egress routing mode for the cluster. If
|
|
8864
|
+
# the cluster is set to `AWS_MANAGED`, Amazon EKS manages the egress
|
|
8865
|
+
# path from the control plane and you don't need to configure NAT
|
|
8866
|
+
# gateways or other routing infrastructure for control plane traffic.
|
|
8867
|
+
# If the cluster is set to `CUSTOMER_ROUTED`, you manage the egress
|
|
8868
|
+
# path from the control plane in your VPC subnets. You are responsible
|
|
8869
|
+
# for ensuring that the control plane can reach required endpoints
|
|
8870
|
+
# such as webhook servers and OIDC providers. The default value is
|
|
8871
|
+
# `AWS_MANAGED`. Once set to `CUSTOMER_ROUTED`, this setting cannot be
|
|
8872
|
+
# changed back to `AWS_MANAGED` on the same cluster.
|
|
8873
|
+
#
|
|
8874
|
+
# [Learn more about control plane egress routing in the *Amazon EKS
|
|
8875
|
+
# User Guide*.][1]
|
|
8876
|
+
#
|
|
8877
|
+
#
|
|
8878
|
+
#
|
|
8879
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/control-plane-egress.html
|
|
8880
|
+
# @return [String]
|
|
8881
|
+
#
|
|
8771
8882
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/VpcConfigRequest AWS API Documentation
|
|
8772
8883
|
#
|
|
8773
8884
|
class VpcConfigRequest < Struct.new(
|
|
@@ -8775,7 +8886,8 @@ module Aws::EKS
|
|
|
8775
8886
|
:security_group_ids,
|
|
8776
8887
|
:endpoint_public_access,
|
|
8777
8888
|
:endpoint_private_access,
|
|
8778
|
-
:public_access_cidrs
|
|
8889
|
+
:public_access_cidrs,
|
|
8890
|
+
:control_plane_egress_mode)
|
|
8779
8891
|
SENSITIVE = []
|
|
8780
8892
|
include Aws::Structure
|
|
8781
8893
|
end
|
|
@@ -8843,6 +8955,21 @@ module Aws::EKS
|
|
|
8843
8955
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html
|
|
8844
8956
|
# @return [Array<String>]
|
|
8845
8957
|
#
|
|
8958
|
+
# @!attribute [rw] control_plane_egress_mode
|
|
8959
|
+
# The current control plane egress routing mode for the cluster. If
|
|
8960
|
+
# the cluster is set to `AWS_MANAGED`, Amazon EKS manages the egress
|
|
8961
|
+
# path from the control plane. If the cluster is set to
|
|
8962
|
+
# `CUSTOMER_ROUTED`, you manage the egress path from the control plane
|
|
8963
|
+
# in your VPC subnets.
|
|
8964
|
+
#
|
|
8965
|
+
# [Learn more about control plane egress routing in the *Amazon EKS
|
|
8966
|
+
# User Guide*.][1]
|
|
8967
|
+
#
|
|
8968
|
+
#
|
|
8969
|
+
#
|
|
8970
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/control-plane-egress.html
|
|
8971
|
+
# @return [String]
|
|
8972
|
+
#
|
|
8846
8973
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/VpcConfigResponse AWS API Documentation
|
|
8847
8974
|
#
|
|
8848
8975
|
class VpcConfigResponse < Struct.new(
|
|
@@ -8852,7 +8979,8 @@ module Aws::EKS
|
|
|
8852
8979
|
:vpc_id,
|
|
8853
8980
|
:endpoint_public_access,
|
|
8854
8981
|
:endpoint_private_access,
|
|
8855
|
-
:public_access_cidrs
|
|
8982
|
+
:public_access_cidrs,
|
|
8983
|
+
:control_plane_egress_mode)
|
|
8856
8984
|
SENSITIVE = []
|
|
8857
8985
|
include Aws::Structure
|
|
8858
8986
|
end
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -138,6 +138,18 @@ module Aws
|
|
|
138
138
|
) -> _AssociateIdentityProviderConfigResponseSuccess
|
|
139
139
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateIdentityProviderConfigResponseSuccess
|
|
140
140
|
|
|
141
|
+
interface _CancelUpdateResponseSuccess
|
|
142
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CancelUpdateResponse]
|
|
143
|
+
def update: () -> Types::Update
|
|
144
|
+
end
|
|
145
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EKS/Client.html#cancel_update-instance_method
|
|
146
|
+
def cancel_update: (
|
|
147
|
+
name: ::String,
|
|
148
|
+
update_id: ::String,
|
|
149
|
+
?client_request_token: ::String
|
|
150
|
+
) -> _CancelUpdateResponseSuccess
|
|
151
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelUpdateResponseSuccess
|
|
152
|
+
|
|
141
153
|
interface _CreateAccessEntryResponseSuccess
|
|
142
154
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateAccessEntryResponse]
|
|
143
155
|
def access_entry: () -> Types::AccessEntry
|
|
@@ -228,13 +240,7 @@ module Aws
|
|
|
228
240
|
name: ::String,
|
|
229
241
|
?version: ::String,
|
|
230
242
|
role_arn: ::String,
|
|
231
|
-
resources_vpc_config:
|
|
232
|
-
subnet_ids: Array[::String]?,
|
|
233
|
-
security_group_ids: Array[::String]?,
|
|
234
|
-
endpoint_public_access: bool?,
|
|
235
|
-
endpoint_private_access: bool?,
|
|
236
|
-
public_access_cidrs: Array[::String]?
|
|
237
|
-
},
|
|
243
|
+
resources_vpc_config: Params::vpc_config_request,
|
|
238
244
|
?kubernetes_network_config: {
|
|
239
245
|
service_ipv_4_cidr: ::String?,
|
|
240
246
|
ip_family: ("ipv4" | "ipv6")?,
|
|
@@ -853,7 +859,7 @@ module Aws
|
|
|
853
859
|
def list_insights: (
|
|
854
860
|
cluster_name: ::String,
|
|
855
861
|
?filter: {
|
|
856
|
-
categories: Array[("UPGRADE_READINESS" | "MISCONFIGURATION")]?,
|
|
862
|
+
categories: Array[("UPGRADE_READINESS" | "MISCONFIGURATION" | "ROLLBACK_READINESS")]?,
|
|
857
863
|
kubernetes_versions: Array[::String]?,
|
|
858
864
|
statuses: Array[("PASSING" | "WARNING" | "ERROR" | "UNKNOWN")]?
|
|
859
865
|
},
|
|
@@ -1051,13 +1057,7 @@ module Aws
|
|
|
1051
1057
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EKS/Client.html#update_cluster_config-instance_method
|
|
1052
1058
|
def update_cluster_config: (
|
|
1053
1059
|
name: ::String,
|
|
1054
|
-
?resources_vpc_config:
|
|
1055
|
-
subnet_ids: Array[::String]?,
|
|
1056
|
-
security_group_ids: Array[::String]?,
|
|
1057
|
-
endpoint_public_access: bool?,
|
|
1058
|
-
endpoint_private_access: bool?,
|
|
1059
|
-
public_access_cidrs: Array[::String]?
|
|
1060
|
-
},
|
|
1060
|
+
?resources_vpc_config: Params::vpc_config_request,
|
|
1061
1061
|
?logging: {
|
|
1062
1062
|
cluster_logging: Array[
|
|
1063
1063
|
{
|
|
@@ -1110,7 +1110,10 @@ module Aws
|
|
|
1110
1110
|
name: ::String,
|
|
1111
1111
|
version: ::String,
|
|
1112
1112
|
?client_request_token: ::String,
|
|
1113
|
-
?force: bool
|
|
1113
|
+
?force: bool,
|
|
1114
|
+
?rollback_config: {
|
|
1115
|
+
timeout_minutes: ::Integer?
|
|
1116
|
+
}
|
|
1114
1117
|
) -> _UpdateClusterVersionResponseSuccess
|
|
1115
1118
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterVersionResponseSuccess
|
|
1116
1119
|
|
data/sig/params.rbs
CHANGED
|
@@ -8,6 +8,15 @@
|
|
|
8
8
|
module Aws
|
|
9
9
|
module EKS
|
|
10
10
|
module Params
|
|
11
|
+
type vpc_config_request = {
|
|
12
|
+
subnet_ids: Array[::String]?,
|
|
13
|
+
security_group_ids: Array[::String]?,
|
|
14
|
+
endpoint_public_access: bool?,
|
|
15
|
+
endpoint_private_access: bool?,
|
|
16
|
+
public_access_cidrs: Array[::String]?,
|
|
17
|
+
control_plane_egress_mode: ("AWS_MANAGED" | "CUSTOMER_ROUTED" | "CUSTOMER_ISOLATED")?
|
|
18
|
+
}
|
|
19
|
+
|
|
11
20
|
type remote_network_config_request = {
|
|
12
21
|
remote_node_networks: Array[
|
|
13
22
|
{
|
data/sig/types.rbs
CHANGED
|
@@ -235,6 +235,24 @@ module Aws::EKS
|
|
|
235
235
|
SENSITIVE: []
|
|
236
236
|
end
|
|
237
237
|
|
|
238
|
+
class CancelUpdateRequest
|
|
239
|
+
attr_accessor name: ::String
|
|
240
|
+
attr_accessor update_id: ::String
|
|
241
|
+
attr_accessor client_request_token: ::String
|
|
242
|
+
SENSITIVE: []
|
|
243
|
+
end
|
|
244
|
+
|
|
245
|
+
class CancelUpdateResponse
|
|
246
|
+
attr_accessor update: Types::Update
|
|
247
|
+
SENSITIVE: []
|
|
248
|
+
end
|
|
249
|
+
|
|
250
|
+
class Cancellation
|
|
251
|
+
attr_accessor status: ("InProgress" | "Failed" | "Successful")
|
|
252
|
+
attr_accessor reason: ::String
|
|
253
|
+
SENSITIVE: []
|
|
254
|
+
end
|
|
255
|
+
|
|
238
256
|
class Capability
|
|
239
257
|
attr_accessor capability_name: ::String
|
|
240
258
|
attr_accessor arn: ::String
|
|
@@ -993,7 +1011,7 @@ module Aws::EKS
|
|
|
993
1011
|
class Insight
|
|
994
1012
|
attr_accessor id: ::String
|
|
995
1013
|
attr_accessor name: ::String
|
|
996
|
-
attr_accessor category: ("UPGRADE_READINESS" | "MISCONFIGURATION")
|
|
1014
|
+
attr_accessor category: ("UPGRADE_READINESS" | "MISCONFIGURATION" | "ROLLBACK_READINESS")
|
|
997
1015
|
attr_accessor kubernetes_version: ::String
|
|
998
1016
|
attr_accessor last_refresh_time: ::Time
|
|
999
1017
|
attr_accessor last_transition_time: ::Time
|
|
@@ -1028,7 +1046,7 @@ module Aws::EKS
|
|
|
1028
1046
|
class InsightSummary
|
|
1029
1047
|
attr_accessor id: ::String
|
|
1030
1048
|
attr_accessor name: ::String
|
|
1031
|
-
attr_accessor category: ("UPGRADE_READINESS" | "MISCONFIGURATION")
|
|
1049
|
+
attr_accessor category: ("UPGRADE_READINESS" | "MISCONFIGURATION" | "ROLLBACK_READINESS")
|
|
1032
1050
|
attr_accessor kubernetes_version: ::String
|
|
1033
1051
|
attr_accessor last_refresh_time: ::Time
|
|
1034
1052
|
attr_accessor last_transition_time: ::Time
|
|
@@ -1038,7 +1056,7 @@ module Aws::EKS
|
|
|
1038
1056
|
end
|
|
1039
1057
|
|
|
1040
1058
|
class InsightsFilter
|
|
1041
|
-
attr_accessor categories: ::Array[("UPGRADE_READINESS" | "MISCONFIGURATION")]
|
|
1059
|
+
attr_accessor categories: ::Array[("UPGRADE_READINESS" | "MISCONFIGURATION" | "ROLLBACK_READINESS")]
|
|
1042
1060
|
attr_accessor kubernetes_versions: ::Array[::String]
|
|
1043
1061
|
attr_accessor statuses: ::Array[("PASSING" | "WARNING" | "ERROR" | "UNKNOWN")]
|
|
1044
1062
|
SENSITIVE: []
|
|
@@ -1542,6 +1560,11 @@ module Aws::EKS
|
|
|
1542
1560
|
SENSITIVE: []
|
|
1543
1561
|
end
|
|
1544
1562
|
|
|
1563
|
+
class RollbackConfig
|
|
1564
|
+
attr_accessor timeout_minutes: ::Integer
|
|
1565
|
+
SENSITIVE: []
|
|
1566
|
+
end
|
|
1567
|
+
|
|
1545
1568
|
class ServerException
|
|
1546
1569
|
attr_accessor cluster_name: ::String
|
|
1547
1570
|
attr_accessor nodegroup_name: ::String
|
|
@@ -1625,10 +1648,11 @@ module Aws::EKS
|
|
|
1625
1648
|
class Update
|
|
1626
1649
|
attr_accessor id: ::String
|
|
1627
1650
|
attr_accessor status: ("InProgress" | "Failed" | "Cancelled" | "Successful")
|
|
1628
|
-
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate" | "DeletionProtectionUpdate" | "CapabilityUpdate" | "ControlPlaneScalingConfigUpdate" | "VendedLogsUpdate")
|
|
1651
|
+
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate" | "DeletionProtectionUpdate" | "CapabilityUpdate" | "ControlPlaneScalingConfigUpdate" | "VendedLogsUpdate" | "ControlPlaneEgressUpdate" | "VersionRollback")
|
|
1629
1652
|
attr_accessor params: ::Array[Types::UpdateParam]
|
|
1630
1653
|
attr_accessor created_at: ::Time
|
|
1631
1654
|
attr_accessor errors: ::Array[Types::ErrorDetail]
|
|
1655
|
+
attr_accessor cancellation: Types::Cancellation
|
|
1632
1656
|
SENSITIVE: []
|
|
1633
1657
|
end
|
|
1634
1658
|
|
|
@@ -1721,6 +1745,7 @@ module Aws::EKS
|
|
|
1721
1745
|
attr_accessor version: ::String
|
|
1722
1746
|
attr_accessor client_request_token: ::String
|
|
1723
1747
|
attr_accessor force: bool
|
|
1748
|
+
attr_accessor rollback_config: Types::RollbackConfig
|
|
1724
1749
|
SENSITIVE: []
|
|
1725
1750
|
end
|
|
1726
1751
|
|
|
@@ -1782,7 +1807,7 @@ module Aws::EKS
|
|
|
1782
1807
|
end
|
|
1783
1808
|
|
|
1784
1809
|
class UpdateParam
|
|
1785
|
-
attr_accessor type: ("Version" | "PlatformVersion" | "EndpointPrivateAccess" | "EndpointPublicAccess" | "ClusterLogging" | "DesiredSize" | "LabelsToAdd" | "LabelsToRemove" | "TaintsToAdd" | "TaintsToRemove" | "MaxSize" | "MinSize" | "ReleaseVersion" | "PublicAccessCidrs" | "LaunchTemplateName" | "LaunchTemplateVersion" | "IdentityProviderConfig" | "EncryptionConfig" | "AddonVersion" | "ServiceAccountRoleArn" | "ResolveConflicts" | "MaxUnavailable" | "MaxUnavailablePercentage" | "NodeRepairEnabled" | "UpdateStrategy" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy" | "ZonalShiftConfig" | "ComputeConfig" | "StorageConfig" | "KubernetesNetworkConfig" | "RemoteNetworkConfig" | "DeletionProtection" | "NodeRepairConfig" | "RoleArn" | "RoleMappingsToAddOrUpdate" | "RoleMappingsToRemove" | "NetworkAccess" | "VendedLogs" | "UpdatedTier" | "PreviousTier" | "WarmPoolEnabled" | "WarmPoolMaxGroupPreparedCapacity" | "WarmPoolMinSize" | "WarmPoolState" | "WarmPoolReuseOnScaleIn")
|
|
1810
|
+
attr_accessor type: ("Version" | "PlatformVersion" | "EndpointPrivateAccess" | "EndpointPublicAccess" | "ClusterLogging" | "DesiredSize" | "LabelsToAdd" | "LabelsToRemove" | "TaintsToAdd" | "TaintsToRemove" | "MaxSize" | "MinSize" | "ReleaseVersion" | "PublicAccessCidrs" | "LaunchTemplateName" | "LaunchTemplateVersion" | "IdentityProviderConfig" | "EncryptionConfig" | "AddonVersion" | "ServiceAccountRoleArn" | "ResolveConflicts" | "MaxUnavailable" | "MaxUnavailablePercentage" | "NodeRepairEnabled" | "UpdateStrategy" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy" | "ZonalShiftConfig" | "ComputeConfig" | "StorageConfig" | "KubernetesNetworkConfig" | "RemoteNetworkConfig" | "DeletionProtection" | "NodeRepairConfig" | "RoleArn" | "RoleMappingsToAddOrUpdate" | "RoleMappingsToRemove" | "NetworkAccess" | "VendedLogs" | "UpdatedTier" | "PreviousTier" | "WarmPoolEnabled" | "WarmPoolMaxGroupPreparedCapacity" | "WarmPoolMinSize" | "WarmPoolState" | "WarmPoolReuseOnScaleIn" | "ControlPlaneEgressMode")
|
|
1786
1811
|
attr_accessor value: ::String
|
|
1787
1812
|
SENSITIVE: []
|
|
1788
1813
|
end
|
|
@@ -1831,6 +1856,7 @@ module Aws::EKS
|
|
|
1831
1856
|
attr_accessor endpoint_public_access: bool
|
|
1832
1857
|
attr_accessor endpoint_private_access: bool
|
|
1833
1858
|
attr_accessor public_access_cidrs: ::Array[::String]
|
|
1859
|
+
attr_accessor control_plane_egress_mode: ("AWS_MANAGED" | "CUSTOMER_ROUTED" | "CUSTOMER_ISOLATED")
|
|
1834
1860
|
SENSITIVE: []
|
|
1835
1861
|
end
|
|
1836
1862
|
|
|
@@ -1842,6 +1868,7 @@ module Aws::EKS
|
|
|
1842
1868
|
attr_accessor endpoint_public_access: bool
|
|
1843
1869
|
attr_accessor endpoint_private_access: bool
|
|
1844
1870
|
attr_accessor public_access_cidrs: ::Array[::String]
|
|
1871
|
+
attr_accessor control_plane_egress_mode: ("AWS_MANAGED" | "CUSTOMER_ROUTED" | "CUSTOMER_ISOLATED")
|
|
1845
1872
|
SENSITIVE: []
|
|
1846
1873
|
end
|
|
1847
1874
|
|