aws-sdk-eks 1.60.0 → 1.61.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: c8492f272f8f1992ba84c355b897379dba01c574152325ba1a200e689842a853
4
- data.tar.gz: 0ed285499ea34f00f7f825dda067b76e4280552a62ab24dc401a22e8937827b6
3
+ metadata.gz: 0107d93d21733de088d4a2a6749346628df648342db5a068522cf7433a82d6ff
4
+ data.tar.gz: ecaf8d3aa97c21afd916ebbd42ed070700b5fe6f0add92854ce02c42eac7b5f3
5
5
  SHA512:
6
- metadata.gz: 94a3b31a790a6a0c69508ca1f7f69ab121b4260c9effcbac59acd01cdf5b878b3c52e165d80e146b8c37879c48a827fef3d12676f2a176d91632c5133f46459f
7
- data.tar.gz: 7b6e01d6165c5d120beeecd96c3596e88e8e4abf05b8b3b214dd72c34b355ec2a7d7dec735e541b0b42b2f20e5fa77a71bf00b0fd8f79cc1541fbc516014b02d
6
+ metadata.gz: d56ba964a70bb73c05a4b7646336e8c7255ce9c5e698389ad6666c7806b73686d91d0aafc4020fc07eabbb473027018b272f33685c403f486b25760b664b83c6
7
+ data.tar.gz: 77f5762b3e4f4a7b6908b7b2ce0f76567ed6a75b3d97b9ba96a5282ba3eb92abffaf8fb2c0e5a8273e7ad112ea423f821fc5ba7e581a0048802339aff97be1bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2021-08-20)
5
+ ------------------
6
+
7
+ * Feature - Adds support for EKS add-ons "preserve" flag, which allows customers to maintain software on their EKS clusters after removing it from EKS add-ons management.
8
+
4
9
  1.60.0 (2021-07-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.61.0
data/lib/aws-sdk-eks.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-eks/customizations'
49
49
  # @!group service
50
50
  module Aws::EKS
51
51
 
52
- GEM_VERSION = '1.60.0'
52
+ GEM_VERSION = '1.61.0'
53
53
 
54
54
  end
@@ -377,7 +377,7 @@ module Aws::EKS
377
377
  # resp.update.params[0].value #=> String
378
378
  # resp.update.created_at #=> Time
379
379
  # resp.update.errors #=> Array
380
- # 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"
380
+ # 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"
381
381
  # resp.update.errors[0].error_message #=> String
382
382
  # resp.update.errors[0].resource_ids #=> Array
383
383
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -461,7 +461,7 @@ module Aws::EKS
461
461
  # resp.update.params[0].value #=> String
462
462
  # resp.update.created_at #=> Time
463
463
  # resp.update.errors #=> Array
464
- # 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"
464
+ # 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"
465
465
  # resp.update.errors[0].error_message #=> String
466
466
  # resp.update.errors[0].resource_ids #=> Array
467
467
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -566,7 +566,7 @@ module Aws::EKS
566
566
  # resp.addon.status #=> String, one of "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED"
567
567
  # resp.addon.addon_version #=> String
568
568
  # resp.addon.health.issues #=> Array
569
- # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
569
+ # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
570
570
  # resp.addon.health.issues[0].message #=> String
571
571
  # resp.addon.health.issues[0].resource_ids #=> Array
572
572
  # resp.addon.health.issues[0].resource_ids[0] #=> String
@@ -1235,6 +1235,11 @@ module Aws::EKS
1235
1235
  #
1236
1236
  # [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html
1237
1237
  #
1238
+ # @option params [Boolean] :preserve
1239
+ # Specifying this option preserves the add-on software on your cluster
1240
+ # but Amazon EKS stops managing any settings for the add-on. If an IAM
1241
+ # account is associated with the add-on, it is not removed.
1242
+ #
1238
1243
  # @return [Types::DeleteAddonResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1239
1244
  #
1240
1245
  # * {Types::DeleteAddonResponse#addon #addon} => Types::Addon
@@ -1244,6 +1249,7 @@ module Aws::EKS
1244
1249
  # resp = client.delete_addon({
1245
1250
  # cluster_name: "ClusterName", # required
1246
1251
  # addon_name: "String", # required
1252
+ # preserve: false,
1247
1253
  # })
1248
1254
  #
1249
1255
  # @example Response structure
@@ -1253,7 +1259,7 @@ module Aws::EKS
1253
1259
  # resp.addon.status #=> String, one of "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED"
1254
1260
  # resp.addon.addon_version #=> String
1255
1261
  # resp.addon.health.issues #=> Array
1256
- # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
1262
+ # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
1257
1263
  # resp.addon.health.issues[0].message #=> String
1258
1264
  # resp.addon.health.issues[0].resource_ids #=> Array
1259
1265
  # resp.addon.health.issues[0].resource_ids[0] #=> String
@@ -1522,7 +1528,7 @@ module Aws::EKS
1522
1528
  # resp.addon.status #=> String, one of "CREATING", "ACTIVE", "CREATE_FAILED", "UPDATING", "DELETING", "DELETE_FAILED", "DEGRADED"
1523
1529
  # resp.addon.addon_version #=> String
1524
1530
  # resp.addon.health.issues #=> Array
1525
- # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification"
1531
+ # resp.addon.health.issues[0].code #=> String, one of "AccessDenied", "InternalFailure", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
1526
1532
  # resp.addon.health.issues[0].message #=> String
1527
1533
  # resp.addon.health.issues[0].resource_ids #=> Array
1528
1534
  # resp.addon.health.issues[0].resource_ids[0] #=> String
@@ -1961,7 +1967,7 @@ module Aws::EKS
1961
1967
  # resp.update.params[0].value #=> String
1962
1968
  # resp.update.created_at #=> Time
1963
1969
  # resp.update.errors #=> Array
1964
- # 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"
1970
+ # 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"
1965
1971
  # resp.update.errors[0].error_message #=> String
1966
1972
  # resp.update.errors[0].resource_ids #=> Array
1967
1973
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2018,7 +2024,7 @@ module Aws::EKS
2018
2024
  # resp.update.params[0].value #=> String
2019
2025
  # resp.update.created_at #=> Time
2020
2026
  # resp.update.errors #=> Array
2021
- # 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"
2027
+ # 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"
2022
2028
  # resp.update.errors[0].error_message #=> String
2023
2029
  # resp.update.errors[0].resource_ids #=> Array
2024
2030
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2573,7 +2579,7 @@ module Aws::EKS
2573
2579
  # resp.update.params[0].value #=> String
2574
2580
  # resp.update.created_at #=> Time
2575
2581
  # resp.update.errors #=> Array
2576
- # 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"
2582
+ # 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"
2577
2583
  # resp.update.errors[0].error_message #=> String
2578
2584
  # resp.update.errors[0].resource_ids #=> Array
2579
2585
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2693,7 +2699,7 @@ module Aws::EKS
2693
2699
  # resp.update.params[0].value #=> String
2694
2700
  # resp.update.created_at #=> Time
2695
2701
  # resp.update.errors #=> Array
2696
- # 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"
2702
+ # 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"
2697
2703
  # resp.update.errors[0].error_message #=> String
2698
2704
  # resp.update.errors[0].resource_ids #=> Array
2699
2705
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2757,7 +2763,7 @@ module Aws::EKS
2757
2763
  # resp.update.params[0].value #=> String
2758
2764
  # resp.update.created_at #=> Time
2759
2765
  # resp.update.errors #=> Array
2760
- # 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"
2766
+ # 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"
2761
2767
  # resp.update.errors[0].error_message #=> String
2762
2768
  # resp.update.errors[0].resource_ids #=> Array
2763
2769
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2860,7 +2866,7 @@ module Aws::EKS
2860
2866
  # resp.update.params[0].value #=> String
2861
2867
  # resp.update.created_at #=> Time
2862
2868
  # resp.update.errors #=> Array
2863
- # 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"
2869
+ # 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"
2864
2870
  # resp.update.errors[0].error_message #=> String
2865
2871
  # resp.update.errors[0].resource_ids #=> Array
2866
2872
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -2991,7 +2997,7 @@ module Aws::EKS
2991
2997
  # resp.update.params[0].value #=> String
2992
2998
  # resp.update.created_at #=> Time
2993
2999
  # resp.update.errors #=> Array
2994
- # 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"
3000
+ # 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"
2995
3001
  # resp.update.errors[0].error_message #=> String
2996
3002
  # resp.update.errors[0].resource_ids #=> Array
2997
3003
  # resp.update.errors[0].resource_ids[0] #=> String
@@ -3018,7 +3024,7 @@ module Aws::EKS
3018
3024
  params: params,
3019
3025
  config: config)
3020
3026
  context[:gem_name] = 'aws-sdk-eks'
3021
- context[:gem_version] = '1.60.0'
3027
+ context[:gem_version] = '1.61.0'
3022
3028
  Seahorse::Client::Request.new(handlers, context)
3023
3029
  end
3024
3030
 
@@ -350,6 +350,7 @@ module Aws::EKS
350
350
 
351
351
  DeleteAddonRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location: "uri", location_name: "name"))
352
352
  DeleteAddonRequest.add_member(:addon_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "addonName"))
353
+ DeleteAddonRequest.add_member(:preserve, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "preserve"))
353
354
  DeleteAddonRequest.struct_class = Types::DeleteAddonRequest
354
355
 
355
356
  DeleteAddonResponse.add_member(:addon, Shapes::ShapeRef.new(shape: Addon, location_name: "addon"))
@@ -1121,6 +1121,7 @@ module Aws::EKS
1121
1121
  # {
1122
1122
  # cluster_name: "ClusterName", # required
1123
1123
  # addon_name: "String", # required
1124
+ # preserve: false,
1124
1125
  # }
1125
1126
  #
1126
1127
  # @!attribute [rw] cluster_name
@@ -1136,11 +1137,18 @@ module Aws::EKS
1136
1137
  # [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ListAddons.html
1137
1138
  # @return [String]
1138
1139
  #
1140
+ # @!attribute [rw] preserve
1141
+ # Specifying this option preserves the add-on software on your cluster
1142
+ # but Amazon EKS stops managing any settings for the add-on. If an IAM
1143
+ # account is associated with the add-on, it is not removed.
1144
+ # @return [Boolean]
1145
+ #
1139
1146
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteAddonRequest AWS API Documentation
1140
1147
  #
1141
1148
  class DeleteAddonRequest < Struct.new(
1142
1149
  :cluster_name,
1143
- :addon_name)
1150
+ :addon_name,
1151
+ :preserve)
1144
1152
  SENSITIVE = []
1145
1153
  include Aws::Structure
1146
1154
  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.60.0
4
+ version: 1.61.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core