aws-sdk-eks 1.78.0 → 1.79.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c31f5985547d9ebf26f971c4bbda91de7f2f9eb70131ae4ee618bfcb39a29da
4
- data.tar.gz: 988284801850b9440dd94aa2c22941b151cdc9040f395ae842602462e0e18ff6
3
+ metadata.gz: bd3389b0a615d86254edfc5cca24f0921daa62172b0cbe37a2f76b070f8d0fe5
4
+ data.tar.gz: b9f6e967cf6b99879a611ce4298e25d61803c0e4080f407249522dc6b4e0d55d
5
5
  SHA512:
6
- metadata.gz: 95737a3d7482c7f84166c9ea7617a9ec5cd3e1e1f8320999ea2b1b8cf50393bb87cae586c19631995078139028be50a742b40108307a4bc0cd68c69f1f10479e
7
- data.tar.gz: f3542d7f41be385fa8ed53a109f9ee20af608abeccea2e5e6c181f27a47981544338d9ed65de5dd4e71219315c720a21358c582aacccc8d798dddfd7aa386377
6
+ metadata.gz: 59337ae397589783062fdf243b43806a4333a2a62fd7c1446e1dd2f3c9c04e6577b41e93de0e03413ecc552aa68f5a3d809ec4cea0bb094e7a95cf0cbf00dc64
7
+ data.tar.gz: 959985b9564737d28c4674fd8b2a9235aa9e1bf554d7315e933c6888be5f49c1e1694bf2e62c2e90b3ac7fdbd9f4c2a580a99d4be75a2a74f6ff3df5027fb549
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2022-11-16)
5
+ ------------------
6
+
7
+ * Feature - Adds support for customer-provided placement groups for Kubernetes control plane instances when creating local EKS clusters on Outposts
8
+
4
9
  1.78.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -521,10 +521,7 @@ module Aws::EKS
521
521
  # Creates an Amazon EKS add-on.
522
522
  #
523
523
  # Amazon EKS add-ons help to automate the provisioning and lifecycle
524
- # management of common operational software for Amazon EKS clusters.
525
- # Amazon EKS add-ons require clusters running version 1.18 or later
526
- # because Amazon EKS add-ons rely on the Server-side Apply Kubernetes
527
- # feature, which is only available in Kubernetes 1.18 and later. For
524
+ # management of common operational software for Amazon EKS clusters. For
528
525
  # more information, see [Amazon EKS add-ons][1] in the *Amazon EKS User
529
526
  # Guide*.
530
527
  #
@@ -760,14 +757,14 @@ module Aws::EKS
760
757
  # @option params [Types::OutpostConfigRequest] :outpost_config
761
758
  # An object representing the configuration of your local Amazon EKS
762
759
  # cluster on an Amazon Web Services Outpost. Before creating a local
763
- # cluster on an Outpost, review [Creating an Amazon EKS cluster on an
764
- # Amazon Web Services Outpost][1] in the *Amazon EKS User Guide*. This
765
- # object isn't available for creating Amazon EKS clusters on the Amazon
766
- # Web Services cloud.
760
+ # cluster on an Outpost, review [Local clusters for Amazon EKS on Amazon
761
+ # Web Services Outposts][1] in the *Amazon EKS User Guide*. This object
762
+ # isn't available for creating Amazon EKS clusters on the Amazon Web
763
+ # Services cloud.
767
764
  #
768
765
  #
769
766
  #
770
- # [1]: https://docs.aws.amazon.com/eks/latest/userguide/create-cluster-outpost.html
767
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-local-cluster-overview.html
771
768
  #
772
769
  # @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
773
770
  #
@@ -838,6 +835,9 @@ module Aws::EKS
838
835
  # outpost_config: {
839
836
  # outpost_arns: ["String"], # required
840
837
  # control_plane_instance_type: "String", # required
838
+ # control_plane_placement: {
839
+ # group_name: "String",
840
+ # },
841
841
  # },
842
842
  # })
843
843
  #
@@ -891,6 +891,7 @@ module Aws::EKS
891
891
  # resp.cluster.outpost_config.outpost_arns #=> Array
892
892
  # resp.cluster.outpost_config.outpost_arns[0] #=> String
893
893
  # resp.cluster.outpost_config.control_plane_instance_type #=> String
894
+ # resp.cluster.outpost_config.control_plane_placement.group_name #=> String
894
895
  #
895
896
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
896
897
  #
@@ -1482,6 +1483,7 @@ module Aws::EKS
1482
1483
  # resp.cluster.outpost_config.outpost_arns #=> Array
1483
1484
  # resp.cluster.outpost_config.outpost_arns[0] #=> String
1484
1485
  # resp.cluster.outpost_config.control_plane_instance_type #=> String
1486
+ # resp.cluster.outpost_config.control_plane_placement.group_name #=> String
1485
1487
  #
1486
1488
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
1487
1489
  #
@@ -1689,6 +1691,7 @@ module Aws::EKS
1689
1691
  # resp.cluster.outpost_config.outpost_arns #=> Array
1690
1692
  # resp.cluster.outpost_config.outpost_arns[0] #=> String
1691
1693
  # resp.cluster.outpost_config.control_plane_instance_type #=> String
1694
+ # resp.cluster.outpost_config.control_plane_placement.group_name #=> String
1692
1695
  #
1693
1696
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
1694
1697
  #
@@ -1940,6 +1943,7 @@ module Aws::EKS
1940
1943
  # resp.cluster.outpost_config.outpost_arns #=> Array
1941
1944
  # resp.cluster.outpost_config.outpost_arns[0] #=> String
1942
1945
  # resp.cluster.outpost_config.control_plane_instance_type #=> String
1946
+ # resp.cluster.outpost_config.control_plane_placement.group_name #=> String
1943
1947
  #
1944
1948
  #
1945
1949
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -2773,6 +2777,7 @@ module Aws::EKS
2773
2777
  # resp.cluster.outpost_config.outpost_arns #=> Array
2774
2778
  # resp.cluster.outpost_config.outpost_arns[0] #=> String
2775
2779
  # resp.cluster.outpost_config.control_plane_instance_type #=> String
2780
+ # resp.cluster.outpost_config.control_plane_placement.group_name #=> String
2776
2781
  #
2777
2782
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
2778
2783
  #
@@ -3387,7 +3392,7 @@ module Aws::EKS
3387
3392
  params: params,
3388
3393
  config: config)
3389
3394
  context[:gem_name] = 'aws-sdk-eks'
3390
- context[:gem_version] = '1.78.0'
3395
+ context[:gem_version] = '1.79.0'
3391
3396
  Seahorse::Client::Request.new(handlers, context)
3392
3397
  end
3393
3398
 
@@ -51,6 +51,8 @@ module Aws::EKS
51
51
  ConnectorConfigProvider = Shapes::StringShape.new(name: 'ConnectorConfigProvider')
52
52
  ConnectorConfigRequest = Shapes::StructureShape.new(name: 'ConnectorConfigRequest')
53
53
  ConnectorConfigResponse = Shapes::StructureShape.new(name: 'ConnectorConfigResponse')
54
+ ControlPlanePlacementRequest = Shapes::StructureShape.new(name: 'ControlPlanePlacementRequest')
55
+ ControlPlanePlacementResponse = Shapes::StructureShape.new(name: 'ControlPlanePlacementResponse')
54
56
  CreateAddonRequest = Shapes::StructureShape.new(name: 'CreateAddonRequest')
55
57
  CreateAddonResponse = Shapes::StructureShape.new(name: 'CreateAddonResponse')
56
58
  CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
@@ -332,6 +334,12 @@ module Aws::EKS
332
334
  ConnectorConfigResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleArn"))
333
335
  ConnectorConfigResponse.struct_class = Types::ConnectorConfigResponse
334
336
 
337
+ ControlPlanePlacementRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
338
+ ControlPlanePlacementRequest.struct_class = Types::ControlPlanePlacementRequest
339
+
340
+ ControlPlanePlacementResponse.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
341
+ ControlPlanePlacementResponse.struct_class = Types::ControlPlanePlacementResponse
342
+
335
343
  CreateAddonRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location: "uri", location_name: "name"))
336
344
  CreateAddonRequest.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "addonName"))
337
345
  CreateAddonRequest.add_member(:addon_version, Shapes::ShapeRef.new(shape: String, location_name: "addonVersion"))
@@ -716,10 +724,12 @@ module Aws::EKS
716
724
 
717
725
  OutpostConfigRequest.add_member(:outpost_arns, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "outpostArns"))
718
726
  OutpostConfigRequest.add_member(:control_plane_instance_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "controlPlaneInstanceType"))
727
+ OutpostConfigRequest.add_member(:control_plane_placement, Shapes::ShapeRef.new(shape: ControlPlanePlacementRequest, location_name: "controlPlanePlacement"))
719
728
  OutpostConfigRequest.struct_class = Types::OutpostConfigRequest
720
729
 
721
730
  OutpostConfigResponse.add_member(:outpost_arns, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "outpostArns"))
722
731
  OutpostConfigResponse.add_member(:control_plane_instance_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "controlPlaneInstanceType"))
732
+ OutpostConfigResponse.add_member(:control_plane_placement, Shapes::ShapeRef.new(shape: ControlPlanePlacementResponse, location_name: "controlPlanePlacement"))
723
733
  OutpostConfigResponse.struct_class = Types::OutpostConfigResponse
724
734
 
725
735
  Provider.add_member(:key_arn, Shapes::ShapeRef.new(shape: String, location_name: "keyArn"))
@@ -661,6 +661,57 @@ module Aws::EKS
661
661
  include Aws::Structure
662
662
  end
663
663
 
664
+ # The placement configuration for all the control plane instance of your
665
+ # local Amazon EKS cluster on an Amazon Web Services Outpost. For more
666
+ # information, see [Capacity considerations][1] in the *Amazon EKS User
667
+ # Guide*
668
+ #
669
+ #
670
+ #
671
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html
672
+ #
673
+ # @note When making an API call, you may pass ControlPlanePlacementRequest
674
+ # data as a hash:
675
+ #
676
+ # {
677
+ # group_name: "String",
678
+ # }
679
+ #
680
+ # @!attribute [rw] group_name
681
+ # The name of the placement group for the Kubernetes control plane
682
+ # instances. This setting can't be changed after cluster creation.
683
+ # @return [String]
684
+ #
685
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ControlPlanePlacementRequest AWS API Documentation
686
+ #
687
+ class ControlPlanePlacementRequest < Struct.new(
688
+ :group_name)
689
+ SENSITIVE = []
690
+ include Aws::Structure
691
+ end
692
+
693
+ # The placement configuration for all the control plane instance of your
694
+ # local Amazon EKS cluster on an Amazon Web Services Outpost. For more
695
+ # information, see [Capacity considerations][1] in the *Amazon EKS User
696
+ # Guide*.
697
+ #
698
+ #
699
+ #
700
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html
701
+ #
702
+ # @!attribute [rw] group_name
703
+ # The name of the placement group for the Kubernetes control plane
704
+ # instances.
705
+ # @return [String]
706
+ #
707
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ControlPlanePlacementResponse AWS API Documentation
708
+ #
709
+ class ControlPlanePlacementResponse < Struct.new(
710
+ :group_name)
711
+ SENSITIVE = []
712
+ include Aws::Structure
713
+ end
714
+
664
715
  # @note When making an API call, you may pass CreateAddonRequest
665
716
  # data as a hash:
666
717
  #
@@ -831,6 +882,9 @@ module Aws::EKS
831
882
  # outpost_config: {
832
883
  # outpost_arns: ["String"], # required
833
884
  # control_plane_instance_type: "String", # required
885
+ # control_plane_placement: {
886
+ # group_name: "String",
887
+ # },
834
888
  # },
835
889
  # }
836
890
  #
@@ -920,14 +974,14 @@ module Aws::EKS
920
974
  # @!attribute [rw] outpost_config
921
975
  # An object representing the configuration of your local Amazon EKS
922
976
  # cluster on an Amazon Web Services Outpost. Before creating a local
923
- # cluster on an Outpost, review [Creating an Amazon EKS cluster on an
924
- # Amazon Web Services Outpost][1] in the *Amazon EKS User Guide*. This
925
- # object isn't available for creating Amazon EKS clusters on the
977
+ # cluster on an Outpost, review [Local clusters for Amazon EKS on
978
+ # Amazon Web Services Outposts][1] in the *Amazon EKS User Guide*.
979
+ # This object isn't available for creating Amazon EKS clusters on the
926
980
  # Amazon Web Services cloud.
927
981
  #
928
982
  #
929
983
  #
930
- # [1]: https://docs.aws.amazon.com/eks/latest/userguide/create-cluster-outpost.html
984
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-local-cluster-overview.html
931
985
  # @return [Types::OutpostConfigRequest]
932
986
  #
933
987
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateClusterRequest AWS API Documentation
@@ -2442,15 +2496,8 @@ module Aws::EKS
2442
2496
  # @return [String]
2443
2497
  #
2444
2498
  # @!attribute [rw] version
2445
- # The launch template version number, `$Latest`, or `$Default`.
2446
- #
2447
- # If the value is `$Latest`, Amazon EKS uses the latest version of the
2448
- # launch template.
2449
- #
2450
- # If the value is `$Default`, Amazon EKS uses the default version of
2451
- # the launch template.
2452
- #
2453
- # Default: The default version of the launch template.
2499
+ # The version number of the launch template to use. If no version is
2500
+ # specified, then the template's default version is used.
2454
2501
  # @return [String]
2455
2502
  #
2456
2503
  # @!attribute [rw] id
@@ -3492,13 +3539,13 @@ module Aws::EKS
3492
3539
 
3493
3540
  # The configuration of your local Amazon EKS cluster on an Amazon Web
3494
3541
  # Services Outpost. Before creating a cluster on an Outpost, review
3495
- # [Creating a local Amazon EKS cluster on an Amazon Web Services
3496
- # Outpost][1] in the *Amazon EKS User Guide*. This API isn't available
3497
- # for Amazon EKS clusters on the Amazon Web Services cloud.
3542
+ # [Creating a local cluster on an Outpost][1] in the *Amazon EKS User
3543
+ # Guide*. This API isn't available for Amazon EKS clusters on the
3544
+ # Amazon Web Services cloud.
3498
3545
  #
3499
3546
  #
3500
3547
  #
3501
- # [1]: https://docs.aws.amazon.com/eks/latest/userguide/create-cluster-outpost.html
3548
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-local-cluster-create.html
3502
3549
  #
3503
3550
  # @note When making an API call, you may pass OutpostConfigRequest
3504
3551
  # data as a hash:
@@ -3506,6 +3553,9 @@ module Aws::EKS
3506
3553
  # {
3507
3554
  # outpost_arns: ["String"], # required
3508
3555
  # control_plane_instance_type: "String", # required
3556
+ # control_plane_placement: {
3557
+ # group_name: "String",
3558
+ # },
3509
3559
  # }
3510
3560
  #
3511
3561
  # @!attribute [rw] outpost_arns
@@ -3515,35 +3565,39 @@ module Aws::EKS
3515
3565
  #
3516
3566
  # @!attribute [rw] control_plane_instance_type
3517
3567
  # The Amazon EC2 instance type that you want to use for your local
3518
- # Amazon EKS cluster on Outposts. The instance type that you specify
3519
- # is used for all Kubernetes control plane instances. The instance
3520
- # type can't be changed after cluster creation.
3568
+ # Amazon EKS cluster on Outposts. Choose an instance type based on the
3569
+ # number of nodes that your cluster will have. For more information,
3570
+ # see [Capacity considerations][1] in the *Amazon EKS User Guide*.
3521
3571
  #
3522
- # Choose an instance type based on the number of nodes that your
3523
- # cluster will have. If your cluster will have:
3572
+ # The instance type that you specify is used for all Kubernetes
3573
+ # control plane instances. The instance type can't be changed after
3574
+ # cluster creation. The control plane is not automatically scaled by
3575
+ # Amazon EKS.
3524
3576
  #
3525
- # * 1–20 nodes, then we recommend specifying a `large` instance type.
3526
3577
  #
3527
- # * 21–100 nodes, then we recommend specifying an `xlarge` instance
3528
- # type.
3529
3578
  #
3530
- # * 101–250 nodes, then we recommend specifying a `2xlarge` instance
3531
- # type.
3532
3579
  #
3533
- # For a list of the available Amazon EC2 instance types, see Compute
3534
- # and storage in [Outposts rack features][1]. The control plane is not
3535
- # automatically scaled by Amazon EKS.
3536
3580
  #
3581
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html
3582
+ # @return [String]
3537
3583
  #
3584
+ # @!attribute [rw] control_plane_placement
3585
+ # An object representing the placement configuration for all the
3586
+ # control plane instance of your local Amazon EKS cluster on an Amazon
3587
+ # Web Services Outpost. For more information, see [Capacity
3588
+ # considerations][1] in the *Amazon EKS User Guide*.
3538
3589
  #
3539
- # [1]: http://aws.amazon.com/outposts/rack/features/
3540
- # @return [String]
3590
+ #
3591
+ #
3592
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html
3593
+ # @return [Types::ControlPlanePlacementRequest]
3541
3594
  #
3542
3595
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/OutpostConfigRequest AWS API Documentation
3543
3596
  #
3544
3597
  class OutpostConfigRequest < Struct.new(
3545
3598
  :outpost_arns,
3546
- :control_plane_instance_type)
3599
+ :control_plane_instance_type,
3600
+ :control_plane_placement)
3547
3601
  SENSITIVE = []
3548
3602
  include Aws::Structure
3549
3603
  end
@@ -3562,11 +3616,23 @@ module Aws::EKS
3562
3616
  # instance type is the same for all control plane instances.
3563
3617
  # @return [String]
3564
3618
  #
3619
+ # @!attribute [rw] control_plane_placement
3620
+ # An object representing the placement configuration for all the
3621
+ # control plane instance of your local Amazon EKS cluster on an Amazon
3622
+ # Web Services Outpost. For more information, see [Capacity
3623
+ # considerations][1] in the *Amazon EKS User Guide*.
3624
+ #
3625
+ #
3626
+ #
3627
+ # [1]: https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-capacity-considerations.html
3628
+ # @return [Types::ControlPlanePlacementResponse]
3629
+ #
3565
3630
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/OutpostConfigResponse AWS API Documentation
3566
3631
  #
3567
3632
  class OutpostConfigResponse < Struct.new(
3568
3633
  :outpost_arns,
3569
- :control_plane_instance_type)
3634
+ :control_plane_instance_type,
3635
+ :control_plane_placement)
3570
3636
  SENSITIVE = []
3571
3637
  include Aws::Structure
3572
3638
  end
@@ -4590,14 +4656,9 @@ module Aws::EKS
4590
4656
  # communication between your nodes and the Kubernetes control plane.
4591
4657
  # If you don't specify any security groups, then familiarize yourself
4592
4658
  # with the difference between Amazon EKS defaults for clusters
4593
- # deployed with Kubernetes:
4594
- #
4595
- # * 1\.14 Amazon EKS platform version `eks.2` and earlier
4596
- #
4597
- # * 1\.14 Amazon EKS platform version `eks.3` and later
4598
- #
4599
- # For more information, see [Amazon EKS security group
4600
- # considerations][1] in the <i> <i>Amazon EKS User Guide</i> </i>.
4659
+ # deployed with Kubernetes. For more information, see [Amazon EKS
4660
+ # security group considerations][1] in the <i> <i>Amazon EKS User
4661
+ # Guide</i> </i>.
4601
4662
  #
4602
4663
  #
4603
4664
  #
data/lib/aws-sdk-eks.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-eks/customizations'
53
53
  # @!group service
54
54
  module Aws::EKS
55
55
 
56
- GEM_VERSION = '1.78.0'
56
+ GEM_VERSION = '1.79.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core