lib/aws-sdk-eks/plugins/endpoints.rb in aws-sdk-eks-1.93.0 vs lib/aws-sdk-eks/plugins/endpoints.rb in aws-sdk-eks-1.94.0

- old
+ new

@@ -68,20 +68,24 @@ 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 :create_pod_identity_association + Aws::EKS::Endpoints::CreatePodIdentityAssociation.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 :delete_pod_identity_association + Aws::EKS::Endpoints::DeletePodIdentityAssociation.build(context) when :deregister_cluster Aws::EKS::Endpoints::DeregisterCluster.build(context) when :describe_addon Aws::EKS::Endpoints::DescribeAddon.build(context) when :describe_addon_configuration @@ -96,10 +100,12 @@ Aws::EKS::Endpoints::DescribeFargateProfile.build(context) when :describe_identity_provider_config Aws::EKS::Endpoints::DescribeIdentityProviderConfig.build(context) when :describe_nodegroup Aws::EKS::Endpoints::DescribeNodegroup.build(context) + when :describe_pod_identity_association + Aws::EKS::Endpoints::DescribePodIdentityAssociation.build(context) when :describe_update Aws::EKS::Endpoints::DescribeUpdate.build(context) when :disassociate_identity_provider_config Aws::EKS::Endpoints::DisassociateIdentityProviderConfig.build(context) when :list_addons @@ -112,10 +118,12 @@ Aws::EKS::Endpoints::ListFargateProfiles.build(context) when :list_identity_provider_configs Aws::EKS::Endpoints::ListIdentityProviderConfigs.build(context) when :list_nodegroups Aws::EKS::Endpoints::ListNodegroups.build(context) + when :list_pod_identity_associations + Aws::EKS::Endpoints::ListPodIdentityAssociations.build(context) when :list_tags_for_resource Aws::EKS::Endpoints::ListTagsForResource.build(context) when :list_updates Aws::EKS::Endpoints::ListUpdates.build(context) when :register_cluster @@ -134,9 +142,11 @@ 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) + when :update_pod_identity_association + Aws::EKS::Endpoints::UpdatePodIdentityAssociation.build(context) end end end def add_handlers(handlers, _config)