lib/aws-sdk-eks/plugins/endpoints.rb in aws-sdk-eks-1.91.0 vs lib/aws-sdk-eks/plugins/endpoints.rb in aws-sdk-eks-1.92.0
- old
+ new
@@ -62,18 +62,22 @@
Aws::EKS::Endpoints::AssociateIdentityProviderConfig.build(context)
when :create_addon
Aws::EKS::Endpoints::CreateAddon.build(context)
when :create_cluster
Aws::EKS::Endpoints::CreateCluster.build(context)
+ when :create_eks_anywhere_subscription
+ Aws::EKS::Endpoints::CreateEksAnywhereSubscription.build(context)
when :create_fargate_profile
Aws::EKS::Endpoints::CreateFargateProfile.build(context)
when :create_nodegroup
Aws::EKS::Endpoints::CreateNodegroup.build(context)
when :delete_addon
Aws::EKS::Endpoints::DeleteAddon.build(context)
when :delete_cluster
Aws::EKS::Endpoints::DeleteCluster.build(context)
+ when :delete_eks_anywhere_subscription
+ Aws::EKS::Endpoints::DeleteEksAnywhereSubscription.build(context)
when :delete_fargate_profile
Aws::EKS::Endpoints::DeleteFargateProfile.build(context)
when :delete_nodegroup
Aws::EKS::Endpoints::DeleteNodegroup.build(context)
when :deregister_cluster
@@ -84,10 +88,12 @@
Aws::EKS::Endpoints::DescribeAddonConfiguration.build(context)
when :describe_addon_versions
Aws::EKS::Endpoints::DescribeAddonVersions.build(context)
when :describe_cluster
Aws::EKS::Endpoints::DescribeCluster.build(context)
+ when :describe_eks_anywhere_subscription
+ Aws::EKS::Endpoints::DescribeEksAnywhereSubscription.build(context)
when :describe_fargate_profile
Aws::EKS::Endpoints::DescribeFargateProfile.build(context)
when :describe_identity_provider_config
Aws::EKS::Endpoints::DescribeIdentityProviderConfig.build(context)
when :describe_nodegroup
@@ -98,10 +104,12 @@
Aws::EKS::Endpoints::DisassociateIdentityProviderConfig.build(context)
when :list_addons
Aws::EKS::Endpoints::ListAddons.build(context)
when :list_clusters
Aws::EKS::Endpoints::ListClusters.build(context)
+ when :list_eks_anywhere_subscriptions
+ Aws::EKS::Endpoints::ListEksAnywhereSubscriptions.build(context)
when :list_fargate_profiles
Aws::EKS::Endpoints::ListFargateProfiles.build(context)
when :list_identity_provider_configs
Aws::EKS::Endpoints::ListIdentityProviderConfigs.build(context)
when :list_nodegroups
@@ -120,9 +128,11 @@
Aws::EKS::Endpoints::UpdateAddon.build(context)
when :update_cluster_config
Aws::EKS::Endpoints::UpdateClusterConfig.build(context)
when :update_cluster_version
Aws::EKS::Endpoints::UpdateClusterVersion.build(context)
+ when :update_eks_anywhere_subscription
+ Aws::EKS::Endpoints::UpdateEksAnywhereSubscription.build(context)
when :update_nodegroup_config
Aws::EKS::Endpoints::UpdateNodegroupConfig.build(context)
when :update_nodegroup_version
Aws::EKS::Endpoints::UpdateNodegroupVersion.build(context)
end