aws-sdk-eks 1.174.0 → 1.176.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 012777266f5217141bb2b61ed6e7233173d341c91f413607521f4e3ab0f2dedc
4
- data.tar.gz: e99f3c4f834196a55541b43fcbee09c438ddbdbc28fb4ca500cb0a237451472b
3
+ metadata.gz: 9009c22f5f087bb172377e3b34498ed556236ae8dbb70b7aa1c940327bcad1d9
4
+ data.tar.gz: 5baff09b247fe0f11ab81681035928b500cf8830d967347e1a75fce54bd1f2c3
5
5
  SHA512:
6
- metadata.gz: 37163cc3e07dc078a5ec763a1902d5209f8ae52785f8dba425754da158286db799cfccc07080ccf8649a72b7d9620678aa9395a5b98981ed864da4e597b22996
7
- data.tar.gz: 84be8a1667fdec653e0dd667dc75376f0c6c5cfd69450981161d66f541a05b49f20d40952ad338256ee1f3b4485869dda09a9568299b40fc6c0290a9a4acf63f
6
+ metadata.gz: 35d85382554aeb0fac0999734c7f4296adbcb18d9cf529735e53b8db137fd59b3c33c135310e715397a41128be094cf8ca905abfb2f8ed94d6d6d1240ff5e81d
7
+ data.tar.gz: 68b5e3efd8de33c1f9e8fb9140649fcdd5fd3e49a8763175dcaa4659442fa6c25fd21703257f0df959dad1ae0499feed6ddacf92af77b66f3ba34a61bb30fa4d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.176.0 (2026-09-03)
5
+ ------------------
6
+
7
+ * Feature - Deprecate EncryptionConfig resources field. Amazon EKS encrypts all Kubernetes API data with envelope encryption by default for clusters running Kubernetes version 1.28 or higher, so this field no longer affects which resources are encrypted.
8
+
9
+ 1.175.0 (2026-08-25)
10
+ ------------------
11
+
12
+ * Feature - This feature would give customers the ability to tune TerminatedPodGcThreshold configuration in an Amazon EKS cluster.
13
+
4
14
  1.174.0 (2026-08-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.174.0
1
+ 1.176.0
@@ -1804,6 +1804,9 @@ module Aws::EKS
1804
1804
  # },
1805
1805
  # },
1806
1806
  # kube_controller_manager_config: {
1807
+ # pod_gc_controller_config: {
1808
+ # terminated_pod_gc_threshold: 1,
1809
+ # },
1807
1810
  # horizontal_pod_autoscaler_controller_config: {
1808
1811
  # horizontal_pod_autoscaler_sync_period: "String",
1809
1812
  # },
@@ -1892,6 +1895,7 @@ module Aws::EKS
1892
1895
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
1893
1896
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
1894
1897
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
1898
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
1895
1899
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
1896
1900
  #
1897
1901
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
@@ -3078,6 +3082,7 @@ module Aws::EKS
3078
3082
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
3079
3083
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
3080
3084
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
3085
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
3081
3086
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
3082
3087
  #
3083
3088
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
@@ -3444,6 +3449,7 @@ module Aws::EKS
3444
3449
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
3445
3450
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
3446
3451
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
3452
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
3447
3453
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
3448
3454
  #
3449
3455
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
@@ -3968,6 +3974,7 @@ module Aws::EKS
3968
3974
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
3969
3975
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
3970
3976
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
3977
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
3971
3978
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
3972
3979
  #
3973
3980
  #
@@ -4072,6 +4079,9 @@ module Aws::EKS
4072
4079
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.name.allowed_values[0] #=> String
4073
4080
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.min #=> Integer
4074
4081
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.max #=> Integer
4082
+ # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.default_value #=> Integer
4083
+ # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.min #=> Integer
4084
+ # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.max #=> Integer
4075
4085
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.default_value #=> String
4076
4086
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.min #=> String
4077
4087
  # resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.max #=> String
@@ -4094,6 +4104,9 @@ module Aws::EKS
4094
4104
  # resp.cluster_versions[0].control_plane_component_config.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.name.allowed_values[0] #=> String
4095
4105
  # resp.cluster_versions[0].control_plane_component_config.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.min #=> Integer
4096
4106
  # resp.cluster_versions[0].control_plane_component_config.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.max #=> Integer
4107
+ # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.default_value #=> Integer
4108
+ # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.min #=> Integer
4109
+ # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.max #=> Integer
4097
4110
  # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.default_value #=> String
4098
4111
  # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.min #=> String
4099
4112
  # resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.max #=> String
@@ -5770,6 +5783,7 @@ module Aws::EKS
5770
5783
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
5771
5784
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
5772
5785
  # resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
5786
+ # resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
5773
5787
  # resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
5774
5788
  #
5775
5789
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
@@ -6455,6 +6469,9 @@ module Aws::EKS
6455
6469
  # },
6456
6470
  # },
6457
6471
  # kube_controller_manager_config: {
6472
+ # pod_gc_controller_config: {
6473
+ # terminated_pod_gc_threshold: 1,
6474
+ # },
6458
6475
  # horizontal_pod_autoscaler_controller_config: {
6459
6476
  # horizontal_pod_autoscaler_sync_period: "String",
6460
6477
  # },
@@ -7087,7 +7104,7 @@ module Aws::EKS
7087
7104
  tracer: tracer
7088
7105
  )
7089
7106
  context[:gem_name] = 'aws-sdk-eks'
7090
- context[:gem_version] = '1.174.0'
7107
+ context[:gem_version] = '1.176.0'
7091
7108
  Seahorse::Client::Request.new(handlers, context)
7092
7109
  end
7093
7110
 
@@ -256,6 +256,8 @@ module Aws::EKS
256
256
  InsightsFilter = Shapes::StructureShape.new(name: 'InsightsFilter')
257
257
  InsightsRefreshStatus = Shapes::StringShape.new(name: 'InsightsRefreshStatus')
258
258
  Integer = Shapes::IntegerShape.new(name: 'Integer')
259
+ IntegerConstraints = Shapes::StructureShape.new(name: 'IntegerConstraints')
260
+ IntegerParameterConfig = Shapes::StructureShape.new(name: 'IntegerParameterConfig')
259
261
  IntegerRangeConstraint = Shapes::StructureShape.new(name: 'IntegerRangeConstraint')
260
262
  InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
261
263
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
@@ -346,6 +348,9 @@ module Aws::EKS
346
348
  OutpostConfigRequest = Shapes::StructureShape.new(name: 'OutpostConfigRequest')
347
349
  OutpostConfigResponse = Shapes::StructureShape.new(name: 'OutpostConfigResponse')
348
350
  PercentCapacity = Shapes::IntegerShape.new(name: 'PercentCapacity')
351
+ PodGcControllerConfigRequest = Shapes::StructureShape.new(name: 'PodGcControllerConfigRequest')
352
+ PodGcControllerConfigResponse = Shapes::StructureShape.new(name: 'PodGcControllerConfigResponse')
353
+ PodGcControllerVersionConfig = Shapes::StructureShape.new(name: 'PodGcControllerVersionConfig')
349
354
  PodIdentityAssociation = Shapes::StructureShape.new(name: 'PodIdentityAssociation')
350
355
  PodIdentityAssociationSummaries = Shapes::ListShape.new(name: 'PodIdentityAssociationSummaries')
351
356
  PodIdentityAssociationSummary = Shapes::StructureShape.new(name: 'PodIdentityAssociationSummary')
@@ -401,6 +406,7 @@ module Aws::EKS
401
406
  TagValue = Shapes::StringShape.new(name: 'TagValue')
402
407
  Taint = Shapes::StructureShape.new(name: 'Taint')
403
408
  TaintEffect = Shapes::StringShape.new(name: 'TaintEffect')
409
+ TerminatedPodGcThresholdValue = Shapes::IntegerShape.new(name: 'TerminatedPodGcThresholdValue')
404
410
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
405
411
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
406
412
  UnsupportedAvailabilityZoneException = Shapes::StructureShape.new(name: 'UnsupportedAvailabilityZoneException')
@@ -1280,7 +1286,7 @@ module Aws::EKS
1280
1286
  ElasticLoadBalancing.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
1281
1287
  ElasticLoadBalancing.struct_class = Types::ElasticLoadBalancing
1282
1288
 
1283
- EncryptionConfig.add_member(:resources, Shapes::ShapeRef.new(shape: StringList, location_name: "resources"))
1289
+ EncryptionConfig.add_member(:resources, Shapes::ShapeRef.new(shape: StringList, deprecated: true, location_name: "resources", metadata: {"deprecatedMessage" => "Deprecated. Amazon EKS encrypts all Kubernetes API data by default, so this value no longer determines which resources are encrypted.", "deprecatedSince" => "2025-03-05"}))
1284
1290
  EncryptionConfig.add_member(:provider, Shapes::ShapeRef.new(shape: Provider, location_name: "provider"))
1285
1291
  EncryptionConfig.struct_class = Types::EncryptionConfig
1286
1292
 
@@ -1401,6 +1407,14 @@ module Aws::EKS
1401
1407
  InsightsFilter.add_member(:statuses, Shapes::ShapeRef.new(shape: InsightStatusValueList, location_name: "statuses"))
1402
1408
  InsightsFilter.struct_class = Types::InsightsFilter
1403
1409
 
1410
+ IntegerConstraints.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "min"))
1411
+ IntegerConstraints.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
1412
+ IntegerConstraints.struct_class = Types::IntegerConstraints
1413
+
1414
+ IntegerParameterConfig.add_member(:default_value, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "defaultValue"))
1415
+ IntegerParameterConfig.add_member(:constraints, Shapes::ShapeRef.new(shape: IntegerConstraints, location_name: "constraints"))
1416
+ IntegerParameterConfig.struct_class = Types::IntegerParameterConfig
1417
+
1404
1418
  IntegerRangeConstraint.add_member(:min, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "min"))
1405
1419
  IntegerRangeConstraint.add_member(:max, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "max"))
1406
1420
  IntegerRangeConstraint.struct_class = Types::IntegerRangeConstraint
@@ -1443,12 +1457,15 @@ module Aws::EKS
1443
1457
  KubeApiServerVersionConfig.add_member(:service_node_port_range, Shapes::ShapeRef.new(shape: PortRangeParameterConfig, location_name: "serviceNodePortRange"))
1444
1458
  KubeApiServerVersionConfig.struct_class = Types::KubeApiServerVersionConfig
1445
1459
 
1460
+ KubeControllerManagerConfigRequest.add_member(:pod_gc_controller_config, Shapes::ShapeRef.new(shape: PodGcControllerConfigRequest, location_name: "podGcControllerConfig"))
1446
1461
  KubeControllerManagerConfigRequest.add_member(:horizontal_pod_autoscaler_controller_config, Shapes::ShapeRef.new(shape: HorizontalPodAutoscalerControllerConfigRequest, location_name: "horizontalPodAutoscalerControllerConfig"))
1447
1462
  KubeControllerManagerConfigRequest.struct_class = Types::KubeControllerManagerConfigRequest
1448
1463
 
1464
+ KubeControllerManagerConfigResponse.add_member(:pod_gc_controller_config, Shapes::ShapeRef.new(shape: PodGcControllerConfigResponse, location_name: "podGcControllerConfig"))
1449
1465
  KubeControllerManagerConfigResponse.add_member(:horizontal_pod_autoscaler_controller_config, Shapes::ShapeRef.new(shape: HorizontalPodAutoscalerControllerConfigResponse, location_name: "horizontalPodAutoscalerControllerConfig"))
1450
1466
  KubeControllerManagerConfigResponse.struct_class = Types::KubeControllerManagerConfigResponse
1451
1467
 
1468
+ KubeControllerManagerVersionConfig.add_member(:pod_gc_controller_config, Shapes::ShapeRef.new(shape: PodGcControllerVersionConfig, location_name: "podGcControllerConfig"))
1452
1469
  KubeControllerManagerVersionConfig.add_member(:horizontal_pod_autoscaler_controller_config, Shapes::ShapeRef.new(shape: HorizontalPodAutoscalerControllerVersionConfig, location_name: "horizontalPodAutoscalerControllerConfig"))
1453
1470
  KubeControllerManagerVersionConfig.struct_class = Types::KubeControllerManagerVersionConfig
1454
1471
 
@@ -1749,6 +1766,15 @@ module Aws::EKS
1749
1766
  OutpostConfigResponse.add_member(:etcd_placement, Shapes::ShapeRef.new(shape: EtcdPlacementResponse, location_name: "etcdPlacement"))
1750
1767
  OutpostConfigResponse.struct_class = Types::OutpostConfigResponse
1751
1768
 
1769
+ PodGcControllerConfigRequest.add_member(:terminated_pod_gc_threshold, Shapes::ShapeRef.new(shape: TerminatedPodGcThresholdValue, location_name: "terminatedPodGcThreshold"))
1770
+ PodGcControllerConfigRequest.struct_class = Types::PodGcControllerConfigRequest
1771
+
1772
+ PodGcControllerConfigResponse.add_member(:terminated_pod_gc_threshold, Shapes::ShapeRef.new(shape: TerminatedPodGcThresholdValue, location_name: "terminatedPodGcThreshold"))
1773
+ PodGcControllerConfigResponse.struct_class = Types::PodGcControllerConfigResponse
1774
+
1775
+ PodGcControllerVersionConfig.add_member(:terminated_pod_gc_threshold, Shapes::ShapeRef.new(shape: IntegerParameterConfig, location_name: "terminatedPodGcThreshold"))
1776
+ PodGcControllerVersionConfig.struct_class = Types::PodGcControllerVersionConfig
1777
+
1752
1778
  PodIdentityAssociation.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
1753
1779
  PodIdentityAssociation.add_member(:namespace, Shapes::ShapeRef.new(shape: String, location_name: "namespace"))
1754
1780
  PodIdentityAssociation.add_member(:service_account, Shapes::ShapeRef.new(shape: String, location_name: "serviceAccount"))
@@ -4718,6 +4718,10 @@ module Aws::EKS
4718
4718
  # The encryption configuration for the cluster.
4719
4719
  #
4720
4720
  # @!attribute [rw] resources
4721
+ # Amazon EKS encrypts all Kubernetes API data with envelope encryption
4722
+ # by default for clusters running Kubernetes version 1.28 or higher,
4723
+ # so this field no longer affects which resources are encrypted.
4724
+ #
4721
4725
  # Specifies the resources to be encrypted. The only supported value is
4722
4726
  # `secrets`.
4723
4727
  # @return [Array<String>]
@@ -5288,6 +5292,44 @@ module Aws::EKS
5288
5292
  include Aws::Structure
5289
5293
  end
5290
5294
 
5295
+ # Constraints for an integer parameter specifying allowed range.
5296
+ #
5297
+ # @!attribute [rw] min
5298
+ # The minimum allowed value.
5299
+ # @return [Integer]
5300
+ #
5301
+ # @!attribute [rw] max
5302
+ # The maximum allowed value.
5303
+ # @return [Integer]
5304
+ #
5305
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/IntegerConstraints AWS API Documentation
5306
+ #
5307
+ class IntegerConstraints < Struct.new(
5308
+ :min,
5309
+ :max)
5310
+ SENSITIVE = []
5311
+ include Aws::Structure
5312
+ end
5313
+
5314
+ # An integer parameter configuration with default value and constraints.
5315
+ #
5316
+ # @!attribute [rw] default_value
5317
+ # The default value for the integer parameter.
5318
+ # @return [Integer]
5319
+ #
5320
+ # @!attribute [rw] constraints
5321
+ # The constraints for the integer parameter.
5322
+ # @return [Types::IntegerConstraints]
5323
+ #
5324
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/IntegerParameterConfig AWS API Documentation
5325
+ #
5326
+ class IntegerParameterConfig < Struct.new(
5327
+ :default_value,
5328
+ :constraints)
5329
+ SENSITIVE = []
5330
+ include Aws::Structure
5331
+ end
5332
+
5291
5333
  # An integer range constraint specifying minimum and maximum allowed
5292
5334
  # values.
5293
5335
  #
@@ -5575,6 +5617,10 @@ module Aws::EKS
5575
5617
  # The configuration for the Kubernetes controller manager on an Amazon
5576
5618
  # EKS cluster.
5577
5619
  #
5620
+ # @!attribute [rw] pod_gc_controller_config
5621
+ # The pod garbage collection controller configuration.
5622
+ # @return [Types::PodGcControllerConfigRequest]
5623
+ #
5578
5624
  # @!attribute [rw] horizontal_pod_autoscaler_controller_config
5579
5625
  # The horizontal pod autoscaler controller configuration.
5580
5626
  # @return [Types::HorizontalPodAutoscalerControllerConfigRequest]
@@ -5582,6 +5628,7 @@ module Aws::EKS
5582
5628
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/KubeControllerManagerConfigRequest AWS API Documentation
5583
5629
  #
5584
5630
  class KubeControllerManagerConfigRequest < Struct.new(
5631
+ :pod_gc_controller_config,
5585
5632
  :horizontal_pod_autoscaler_controller_config)
5586
5633
  SENSITIVE = []
5587
5634
  include Aws::Structure
@@ -5590,6 +5637,10 @@ module Aws::EKS
5590
5637
  # The Kubernetes controller manager configuration for an Amazon EKS
5591
5638
  # cluster.
5592
5639
  #
5640
+ # @!attribute [rw] pod_gc_controller_config
5641
+ # The pod garbage collection controller configuration.
5642
+ # @return [Types::PodGcControllerConfigResponse]
5643
+ #
5593
5644
  # @!attribute [rw] horizontal_pod_autoscaler_controller_config
5594
5645
  # The horizontal pod autoscaler controller configuration.
5595
5646
  # @return [Types::HorizontalPodAutoscalerControllerConfigResponse]
@@ -5597,6 +5648,7 @@ module Aws::EKS
5597
5648
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/KubeControllerManagerConfigResponse AWS API Documentation
5598
5649
  #
5599
5650
  class KubeControllerManagerConfigResponse < Struct.new(
5651
+ :pod_gc_controller_config,
5600
5652
  :horizontal_pod_autoscaler_controller_config)
5601
5653
  SENSITIVE = []
5602
5654
  include Aws::Structure
@@ -5605,6 +5657,11 @@ module Aws::EKS
5605
5657
  # The Kubernetes controller manager version-specific configuration
5606
5658
  # defaults and constraints.
5607
5659
  #
5660
+ # @!attribute [rw] pod_gc_controller_config
5661
+ # The pod garbage collection controller configuration with default
5662
+ # value and constraints.
5663
+ # @return [Types::PodGcControllerVersionConfig]
5664
+ #
5608
5665
  # @!attribute [rw] horizontal_pod_autoscaler_controller_config
5609
5666
  # The horizontal pod autoscaler controller configuration with default
5610
5667
  # value and constraints.
@@ -5613,6 +5670,7 @@ module Aws::EKS
5613
5670
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/KubeControllerManagerVersionConfig AWS API Documentation
5614
5671
  #
5615
5672
  class KubeControllerManagerVersionConfig < Struct.new(
5673
+ :pod_gc_controller_config,
5616
5674
  :horizontal_pod_autoscaler_controller_config)
5617
5675
  SENSITIVE = []
5618
5676
  include Aws::Structure
@@ -7670,6 +7728,53 @@ module Aws::EKS
7670
7728
  include Aws::Structure
7671
7729
  end
7672
7730
 
7731
+ # The pod garbage collection controller configuration for the Kubernetes
7732
+ # controller manager.
7733
+ #
7734
+ # @!attribute [rw] terminated_pod_gc_threshold
7735
+ # The number of terminated pods that can exist before the garbage
7736
+ # collector starts deleting them.
7737
+ # @return [Integer]
7738
+ #
7739
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/PodGcControllerConfigRequest AWS API Documentation
7740
+ #
7741
+ class PodGcControllerConfigRequest < Struct.new(
7742
+ :terminated_pod_gc_threshold)
7743
+ SENSITIVE = []
7744
+ include Aws::Structure
7745
+ end
7746
+
7747
+ # The pod garbage collection controller configuration for the Kubernetes
7748
+ # controller manager.
7749
+ #
7750
+ # @!attribute [rw] terminated_pod_gc_threshold
7751
+ # The number of terminated pods that can exist before the garbage
7752
+ # collector starts deleting them.
7753
+ # @return [Integer]
7754
+ #
7755
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/PodGcControllerConfigResponse AWS API Documentation
7756
+ #
7757
+ class PodGcControllerConfigResponse < Struct.new(
7758
+ :terminated_pod_gc_threshold)
7759
+ SENSITIVE = []
7760
+ include Aws::Structure
7761
+ end
7762
+
7763
+ # The pod garbage collection controller version configuration.
7764
+ #
7765
+ # @!attribute [rw] terminated_pod_gc_threshold
7766
+ # The terminated pod garbage collection threshold configuration with
7767
+ # default value and constraints.
7768
+ # @return [Types::IntegerParameterConfig]
7769
+ #
7770
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/PodGcControllerVersionConfig AWS API Documentation
7771
+ #
7772
+ class PodGcControllerVersionConfig < Struct.new(
7773
+ :terminated_pod_gc_threshold)
7774
+ SENSITIVE = []
7775
+ include Aws::Structure
7776
+ end
7777
+
7673
7778
  # Amazon EKS Pod Identity associations provide the ability to manage
7674
7779
  # credentials for your applications, similar to the way that Amazon EC2
7675
7780
  # instance profiles provide credentials to Amazon EC2 instances.
data/lib/aws-sdk-eks.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EKS
55
55
  autoload :EndpointProvider, 'aws-sdk-eks/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eks/endpoints'
57
57
 
58
- GEM_VERSION = '1.174.0'
58
+ GEM_VERSION = '1.176.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -337,11 +337,7 @@ module Aws
337
337
  }?
338
338
  },
339
339
  ?kube_scheduler_config: Params::kube_scheduler_config_request,
340
- ?kube_controller_manager_config: {
341
- horizontal_pod_autoscaler_controller_config: {
342
- horizontal_pod_autoscaler_sync_period: ::String?
343
- }?
344
- }
340
+ ?kube_controller_manager_config: Params::kube_controller_manager_config_request
345
341
  ) -> _CreateClusterResponseSuccess
346
342
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
347
343
 
@@ -1181,11 +1177,7 @@ module Aws
1181
1177
  }?
1182
1178
  },
1183
1179
  ?kube_scheduler_config: Params::kube_scheduler_config_request,
1184
- ?kube_controller_manager_config: {
1185
- horizontal_pod_autoscaler_controller_config: {
1186
- horizontal_pod_autoscaler_sync_period: ::String?
1187
- }?
1188
- }
1180
+ ?kube_controller_manager_config: Params::kube_controller_manager_config_request
1189
1181
  ) -> _UpdateClusterConfigResponseSuccess
1190
1182
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
1191
1183
 
data/sig/params.rbs CHANGED
@@ -46,6 +46,15 @@ module Aws
46
46
  node_resources_fit: Params::node_resources_fit_config?
47
47
  }
48
48
 
49
+ type kube_controller_manager_config_request = {
50
+ pod_gc_controller_config: {
51
+ terminated_pod_gc_threshold: ::Integer?
52
+ }?,
53
+ horizontal_pod_autoscaler_controller_config: {
54
+ horizontal_pod_autoscaler_sync_period: ::String?
55
+ }?
56
+ }
57
+
49
58
  type node_repair_config = {
50
59
  enabled: bool?,
51
60
  max_unhealthy_node_threshold_count: ::Integer?,
data/sig/types.rbs CHANGED
@@ -1212,6 +1212,18 @@ module Aws::EKS
1212
1212
  SENSITIVE: []
1213
1213
  end
1214
1214
 
1215
+ class IntegerConstraints
1216
+ attr_accessor min: ::Integer
1217
+ attr_accessor max: ::Integer
1218
+ SENSITIVE: []
1219
+ end
1220
+
1221
+ class IntegerParameterConfig
1222
+ attr_accessor default_value: ::Integer
1223
+ attr_accessor constraints: Types::IntegerConstraints
1224
+ SENSITIVE: []
1225
+ end
1226
+
1215
1227
  class IntegerRangeConstraint
1216
1228
  attr_accessor min: ::Integer
1217
1229
  attr_accessor max: ::Integer
@@ -1269,16 +1281,19 @@ module Aws::EKS
1269
1281
  end
1270
1282
 
1271
1283
  class KubeControllerManagerConfigRequest
1284
+ attr_accessor pod_gc_controller_config: Types::PodGcControllerConfigRequest
1272
1285
  attr_accessor horizontal_pod_autoscaler_controller_config: Types::HorizontalPodAutoscalerControllerConfigRequest
1273
1286
  SENSITIVE: []
1274
1287
  end
1275
1288
 
1276
1289
  class KubeControllerManagerConfigResponse
1290
+ attr_accessor pod_gc_controller_config: Types::PodGcControllerConfigResponse
1277
1291
  attr_accessor horizontal_pod_autoscaler_controller_config: Types::HorizontalPodAutoscalerControllerConfigResponse
1278
1292
  SENSITIVE: []
1279
1293
  end
1280
1294
 
1281
1295
  class KubeControllerManagerVersionConfig
1296
+ attr_accessor pod_gc_controller_config: Types::PodGcControllerVersionConfig
1282
1297
  attr_accessor horizontal_pod_autoscaler_controller_config: Types::HorizontalPodAutoscalerControllerVersionConfig
1283
1298
  SENSITIVE: []
1284
1299
  end
@@ -1682,6 +1697,21 @@ module Aws::EKS
1682
1697
  SENSITIVE: []
1683
1698
  end
1684
1699
 
1700
+ class PodGcControllerConfigRequest
1701
+ attr_accessor terminated_pod_gc_threshold: ::Integer
1702
+ SENSITIVE: []
1703
+ end
1704
+
1705
+ class PodGcControllerConfigResponse
1706
+ attr_accessor terminated_pod_gc_threshold: ::Integer
1707
+ SENSITIVE: []
1708
+ end
1709
+
1710
+ class PodGcControllerVersionConfig
1711
+ attr_accessor terminated_pod_gc_threshold: Types::IntegerParameterConfig
1712
+ SENSITIVE: []
1713
+ end
1714
+
1685
1715
  class PodIdentityAssociation
1686
1716
  attr_accessor cluster_name: ::String
1687
1717
  attr_accessor namespace: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.174.0
4
+ version: 1.176.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services