aws-sdk-eks 1.34.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-eks.rb +3 -1
- data/lib/aws-sdk-eks/client.rb +24 -20
- data/lib/aws-sdk-eks/client_api.rb +2 -0
- data/lib/aws-sdk-eks/errors.rb +2 -0
- data/lib/aws-sdk-eks/resource.rb +2 -0
- data/lib/aws-sdk-eks/types.rb +76 -0
- data/lib/aws-sdk-eks/waiters.rb +8 -6
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3a5a7ce6dd7bc21c388bbd0714cde7596ea1081af87aa1d7ff6b7c79b681620d
|
4
|
+
data.tar.gz: b613e224f572b20d98b35e419b4ebecd65fcfccee4cbd43cd9d10991af9a7066
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d64bfa6e95f6009d39853b8c10b342219a746d0729421ff88edf6fbcd28991202f65054c0f841045614e46b60c4f27bc460caee114dd63ff2f7e0f6fa262943
|
7
|
+
data.tar.gz: e9b7050f2d7f9df6999d26fc5aa3157a783ef6429a7083258891d4bfb33d2aa5136b9a9c20746635ca3e32128518724a9fd8dee7fb6b4a0b76bdde6d269a092c
|
data/lib/aws-sdk-eks.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-eks/customizations'
|
|
46
48
|
# @service
|
47
49
|
module Aws::EKS
|
48
50
|
|
49
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.39.0'
|
50
52
|
|
51
53
|
end
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::EKS
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::EKS
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::EKS
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::EKS
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -269,8 +273,7 @@ module Aws::EKS
|
|
269
273
|
#
|
270
274
|
# @option options [Integer] :http_read_timeout (60) The default
|
271
275
|
# number of seconds to wait for response data. This value can
|
272
|
-
# safely be set
|
273
|
-
# per-request on the session yielded by {#session_for}.
|
276
|
+
# safely be set per-request on the session.
|
274
277
|
#
|
275
278
|
# @option options [Float] :http_idle_timeout (5) The number of
|
276
279
|
# seconds a connection is allowed to sit idle before it is
|
@@ -282,7 +285,7 @@ module Aws::EKS
|
|
282
285
|
# request body. This option has no effect unless the request has
|
283
286
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
284
287
|
# disables this behaviour. This value can safely be set per
|
285
|
-
# request on the session
|
288
|
+
# request on the session.
|
286
289
|
#
|
287
290
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
288
291
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -832,7 +835,7 @@ module Aws::EKS
|
|
832
835
|
# resp.nodegroup.resources.remote_access_security_group #=> String
|
833
836
|
# resp.nodegroup.disk_size #=> Integer
|
834
837
|
# resp.nodegroup.health.issues #=> Array
|
835
|
-
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
838
|
+
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
836
839
|
# resp.nodegroup.health.issues[0].message #=> String
|
837
840
|
# resp.nodegroup.health.issues[0].resource_ids #=> Array
|
838
841
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
@@ -1039,7 +1042,7 @@ module Aws::EKS
|
|
1039
1042
|
# resp.nodegroup.resources.remote_access_security_group #=> String
|
1040
1043
|
# resp.nodegroup.disk_size #=> Integer
|
1041
1044
|
# resp.nodegroup.health.issues #=> Array
|
1042
|
-
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
1045
|
+
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
1043
1046
|
# resp.nodegroup.health.issues[0].message #=> String
|
1044
1047
|
# resp.nodegroup.health.issues[0].resource_ids #=> Array
|
1045
1048
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
@@ -1154,7 +1157,7 @@ module Aws::EKS
|
|
1154
1157
|
# resp.cluster.encryption_config[0].provider.key_arn #=> String
|
1155
1158
|
#
|
1156
1159
|
#
|
1157
|
-
# The following waiters are defined for this operation (see {Client#
|
1160
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
1158
1161
|
#
|
1159
1162
|
# * cluster_active
|
1160
1163
|
# * cluster_deleted
|
@@ -1262,7 +1265,7 @@ module Aws::EKS
|
|
1262
1265
|
# resp.nodegroup.resources.remote_access_security_group #=> String
|
1263
1266
|
# resp.nodegroup.disk_size #=> Integer
|
1264
1267
|
# resp.nodegroup.health.issues #=> Array
|
1265
|
-
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
1268
|
+
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "Ec2SubnetInvalidConfiguration", "IamInstanceProfileNotFound", "IamLimitExceeded", "IamNodeRoleNotFound", "NodeCreationFailure", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
1266
1269
|
# resp.nodegroup.health.issues[0].message #=> String
|
1267
1270
|
# resp.nodegroup.health.issues[0].resource_ids #=> Array
|
1268
1271
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
@@ -1270,7 +1273,7 @@ module Aws::EKS
|
|
1270
1273
|
# resp.nodegroup.tags["TagKey"] #=> String
|
1271
1274
|
#
|
1272
1275
|
#
|
1273
|
-
# The following waiters are defined for this operation (see {Client#
|
1276
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
1274
1277
|
#
|
1275
1278
|
# * nodegroup_active
|
1276
1279
|
# * nodegroup_deleted
|
@@ -1461,8 +1464,9 @@ module Aws::EKS
|
|
1461
1464
|
req.send_request(options)
|
1462
1465
|
end
|
1463
1466
|
|
1464
|
-
# Lists the Amazon EKS node groups associated with the specified
|
1465
|
-
# in your AWS account in the specified Region.
|
1467
|
+
# Lists the Amazon EKS managed node groups associated with the specified
|
1468
|
+
# cluster in your AWS account in the specified Region. Self-managed node
|
1469
|
+
# groups are not listed.
|
1466
1470
|
#
|
1467
1471
|
# @option params [required, String] :cluster_name
|
1468
1472
|
# The name of the Amazon EKS cluster that you would like to list node
|
@@ -2054,7 +2058,7 @@ module Aws::EKS
|
|
2054
2058
|
params: params,
|
2055
2059
|
config: config)
|
2056
2060
|
context[:gem_name] = 'aws-sdk-eks'
|
2057
|
-
context[:gem_version] = '1.
|
2061
|
+
context[:gem_version] = '1.39.0'
|
2058
2062
|
Seahorse::Client::Request.new(handlers, context)
|
2059
2063
|
end
|
2060
2064
|
|
@@ -2120,12 +2124,12 @@ module Aws::EKS
|
|
2120
2124
|
# The following table lists the valid waiter names, the operations they call,
|
2121
2125
|
# and the default `:delay` and `:max_attempts` values.
|
2122
2126
|
#
|
2123
|
-
# | waiter_name | params
|
2124
|
-
# | ----------------- |
|
2125
|
-
# | cluster_active | {#describe_cluster} | 30 | 40 |
|
2126
|
-
# | cluster_deleted | {#describe_cluster} | 30 | 40 |
|
2127
|
-
# | nodegroup_active | {#describe_nodegroup} | 30 | 80 |
|
2128
|
-
# | nodegroup_deleted | {#describe_nodegroup} | 30 | 40 |
|
2127
|
+
# | waiter_name | params | :delay | :max_attempts |
|
2128
|
+
# | ----------------- | --------------------------- | -------- | ------------- |
|
2129
|
+
# | cluster_active | {Client#describe_cluster} | 30 | 40 |
|
2130
|
+
# | cluster_deleted | {Client#describe_cluster} | 30 | 40 |
|
2131
|
+
# | nodegroup_active | {Client#describe_nodegroup} | 30 | 80 |
|
2132
|
+
# | nodegroup_deleted | {Client#describe_nodegroup} | 30 | 40 |
|
2129
2133
|
#
|
2130
2134
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
2131
2135
|
# because the waiter has entered a state that it will not transition
|
data/lib/aws-sdk-eks/errors.rb
CHANGED
data/lib/aws-sdk-eks/resource.rb
CHANGED
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -20,6 +22,7 @@ module Aws::EKS
|
|
20
22
|
#
|
21
23
|
class AutoScalingGroup < Struct.new(
|
22
24
|
:name)
|
25
|
+
SENSITIVE = []
|
23
26
|
include Aws::Structure
|
24
27
|
end
|
25
28
|
|
@@ -34,6 +37,7 @@ module Aws::EKS
|
|
34
37
|
#
|
35
38
|
class BadRequestException < Struct.new(
|
36
39
|
:message)
|
40
|
+
SENSITIVE = []
|
37
41
|
include Aws::Structure
|
38
42
|
end
|
39
43
|
|
@@ -50,6 +54,7 @@ module Aws::EKS
|
|
50
54
|
#
|
51
55
|
class Certificate < Struct.new(
|
52
56
|
:data)
|
57
|
+
SENSITIVE = []
|
53
58
|
include Aws::Structure
|
54
59
|
end
|
55
60
|
|
@@ -75,6 +80,7 @@ module Aws::EKS
|
|
75
80
|
:cluster_name,
|
76
81
|
:nodegroup_name,
|
77
82
|
:message)
|
83
|
+
SENSITIVE = []
|
78
84
|
include Aws::Structure
|
79
85
|
end
|
80
86
|
|
@@ -180,6 +186,7 @@ module Aws::EKS
|
|
180
186
|
:platform_version,
|
181
187
|
:tags,
|
182
188
|
:encryption_config)
|
189
|
+
SENSITIVE = []
|
183
190
|
include Aws::Structure
|
184
191
|
end
|
185
192
|
|
@@ -303,6 +310,7 @@ module Aws::EKS
|
|
303
310
|
:client_request_token,
|
304
311
|
:tags,
|
305
312
|
:encryption_config)
|
313
|
+
SENSITIVE = []
|
306
314
|
include Aws::Structure
|
307
315
|
end
|
308
316
|
|
@@ -314,6 +322,7 @@ module Aws::EKS
|
|
314
322
|
#
|
315
323
|
class CreateClusterResponse < Struct.new(
|
316
324
|
:cluster)
|
325
|
+
SENSITIVE = []
|
317
326
|
include Aws::Structure
|
318
327
|
end
|
319
328
|
|
@@ -400,6 +409,7 @@ module Aws::EKS
|
|
400
409
|
:selectors,
|
401
410
|
:client_request_token,
|
402
411
|
:tags)
|
412
|
+
SENSITIVE = []
|
403
413
|
include Aws::Structure
|
404
414
|
end
|
405
415
|
|
@@ -411,6 +421,7 @@ module Aws::EKS
|
|
411
421
|
#
|
412
422
|
class CreateFargateProfileResponse < Struct.new(
|
413
423
|
:fargate_profile)
|
424
|
+
SENSITIVE = []
|
414
425
|
include Aws::Structure
|
415
426
|
end
|
416
427
|
|
@@ -560,6 +571,7 @@ module Aws::EKS
|
|
560
571
|
:client_request_token,
|
561
572
|
:version,
|
562
573
|
:release_version)
|
574
|
+
SENSITIVE = []
|
563
575
|
include Aws::Structure
|
564
576
|
end
|
565
577
|
|
@@ -571,6 +583,7 @@ module Aws::EKS
|
|
571
583
|
#
|
572
584
|
class CreateNodegroupResponse < Struct.new(
|
573
585
|
:nodegroup)
|
586
|
+
SENSITIVE = []
|
574
587
|
include Aws::Structure
|
575
588
|
end
|
576
589
|
|
@@ -589,6 +602,7 @@ module Aws::EKS
|
|
589
602
|
#
|
590
603
|
class DeleteClusterRequest < Struct.new(
|
591
604
|
:name)
|
605
|
+
SENSITIVE = []
|
592
606
|
include Aws::Structure
|
593
607
|
end
|
594
608
|
|
@@ -600,6 +614,7 @@ module Aws::EKS
|
|
600
614
|
#
|
601
615
|
class DeleteClusterResponse < Struct.new(
|
602
616
|
:cluster)
|
617
|
+
SENSITIVE = []
|
603
618
|
include Aws::Structure
|
604
619
|
end
|
605
620
|
|
@@ -625,6 +640,7 @@ module Aws::EKS
|
|
625
640
|
class DeleteFargateProfileRequest < Struct.new(
|
626
641
|
:cluster_name,
|
627
642
|
:fargate_profile_name)
|
643
|
+
SENSITIVE = []
|
628
644
|
include Aws::Structure
|
629
645
|
end
|
630
646
|
|
@@ -636,6 +652,7 @@ module Aws::EKS
|
|
636
652
|
#
|
637
653
|
class DeleteFargateProfileResponse < Struct.new(
|
638
654
|
:fargate_profile)
|
655
|
+
SENSITIVE = []
|
639
656
|
include Aws::Structure
|
640
657
|
end
|
641
658
|
|
@@ -661,6 +678,7 @@ module Aws::EKS
|
|
661
678
|
class DeleteNodegroupRequest < Struct.new(
|
662
679
|
:cluster_name,
|
663
680
|
:nodegroup_name)
|
681
|
+
SENSITIVE = []
|
664
682
|
include Aws::Structure
|
665
683
|
end
|
666
684
|
|
@@ -672,6 +690,7 @@ module Aws::EKS
|
|
672
690
|
#
|
673
691
|
class DeleteNodegroupResponse < Struct.new(
|
674
692
|
:nodegroup)
|
693
|
+
SENSITIVE = []
|
675
694
|
include Aws::Structure
|
676
695
|
end
|
677
696
|
|
@@ -690,6 +709,7 @@ module Aws::EKS
|
|
690
709
|
#
|
691
710
|
class DescribeClusterRequest < Struct.new(
|
692
711
|
:name)
|
712
|
+
SENSITIVE = []
|
693
713
|
include Aws::Structure
|
694
714
|
end
|
695
715
|
|
@@ -701,6 +721,7 @@ module Aws::EKS
|
|
701
721
|
#
|
702
722
|
class DescribeClusterResponse < Struct.new(
|
703
723
|
:cluster)
|
724
|
+
SENSITIVE = []
|
704
725
|
include Aws::Structure
|
705
726
|
end
|
706
727
|
|
@@ -726,6 +747,7 @@ module Aws::EKS
|
|
726
747
|
class DescribeFargateProfileRequest < Struct.new(
|
727
748
|
:cluster_name,
|
728
749
|
:fargate_profile_name)
|
750
|
+
SENSITIVE = []
|
729
751
|
include Aws::Structure
|
730
752
|
end
|
731
753
|
|
@@ -737,6 +759,7 @@ module Aws::EKS
|
|
737
759
|
#
|
738
760
|
class DescribeFargateProfileResponse < Struct.new(
|
739
761
|
:fargate_profile)
|
762
|
+
SENSITIVE = []
|
740
763
|
include Aws::Structure
|
741
764
|
end
|
742
765
|
|
@@ -761,6 +784,7 @@ module Aws::EKS
|
|
761
784
|
class DescribeNodegroupRequest < Struct.new(
|
762
785
|
:cluster_name,
|
763
786
|
:nodegroup_name)
|
787
|
+
SENSITIVE = []
|
764
788
|
include Aws::Structure
|
765
789
|
end
|
766
790
|
|
@@ -772,6 +796,7 @@ module Aws::EKS
|
|
772
796
|
#
|
773
797
|
class DescribeNodegroupResponse < Struct.new(
|
774
798
|
:nodegroup)
|
799
|
+
SENSITIVE = []
|
775
800
|
include Aws::Structure
|
776
801
|
end
|
777
802
|
|
@@ -802,6 +827,7 @@ module Aws::EKS
|
|
802
827
|
:name,
|
803
828
|
:update_id,
|
804
829
|
:nodegroup_name)
|
830
|
+
SENSITIVE = []
|
805
831
|
include Aws::Structure
|
806
832
|
end
|
807
833
|
|
@@ -813,6 +839,7 @@ module Aws::EKS
|
|
813
839
|
#
|
814
840
|
class DescribeUpdateResponse < Struct.new(
|
815
841
|
:update)
|
842
|
+
SENSITIVE = []
|
816
843
|
include Aws::Structure
|
817
844
|
end
|
818
845
|
|
@@ -843,6 +870,7 @@ module Aws::EKS
|
|
843
870
|
class EncryptionConfig < Struct.new(
|
844
871
|
:resources,
|
845
872
|
:provider)
|
873
|
+
SENSITIVE = []
|
846
874
|
include Aws::Structure
|
847
875
|
end
|
848
876
|
|
@@ -889,6 +917,7 @@ module Aws::EKS
|
|
889
917
|
:error_code,
|
890
918
|
:error_message,
|
891
919
|
:resource_ids)
|
920
|
+
SENSITIVE = []
|
892
921
|
include Aws::Structure
|
893
922
|
end
|
894
923
|
|
@@ -955,6 +984,7 @@ module Aws::EKS
|
|
955
984
|
:selectors,
|
956
985
|
:status,
|
957
986
|
:tags)
|
987
|
+
SENSITIVE = []
|
958
988
|
include Aws::Structure
|
959
989
|
end
|
960
990
|
|
@@ -985,6 +1015,7 @@ module Aws::EKS
|
|
985
1015
|
class FargateProfileSelector < Struct.new(
|
986
1016
|
:namespace,
|
987
1017
|
:labels)
|
1018
|
+
SENSITIVE = []
|
988
1019
|
include Aws::Structure
|
989
1020
|
end
|
990
1021
|
|
@@ -1004,6 +1035,7 @@ module Aws::EKS
|
|
1004
1035
|
#
|
1005
1036
|
class Identity < Struct.new(
|
1006
1037
|
:oidc)
|
1038
|
+
SENSITIVE = []
|
1007
1039
|
include Aws::Structure
|
1008
1040
|
end
|
1009
1041
|
|
@@ -1032,6 +1064,7 @@ module Aws::EKS
|
|
1032
1064
|
:nodegroup_name,
|
1033
1065
|
:fargate_profile_name,
|
1034
1066
|
:message)
|
1067
|
+
SENSITIVE = []
|
1035
1068
|
include Aws::Structure
|
1036
1069
|
end
|
1037
1070
|
|
@@ -1055,6 +1088,7 @@ module Aws::EKS
|
|
1055
1088
|
:cluster_name,
|
1056
1089
|
:nodegroup_name,
|
1057
1090
|
:message)
|
1091
|
+
SENSITIVE = []
|
1058
1092
|
include Aws::Structure
|
1059
1093
|
end
|
1060
1094
|
|
@@ -1132,6 +1166,7 @@ module Aws::EKS
|
|
1132
1166
|
:code,
|
1133
1167
|
:message,
|
1134
1168
|
:resource_ids)
|
1169
|
+
SENSITIVE = []
|
1135
1170
|
include Aws::Structure
|
1136
1171
|
end
|
1137
1172
|
|
@@ -1172,6 +1207,7 @@ module Aws::EKS
|
|
1172
1207
|
class ListClustersRequest < Struct.new(
|
1173
1208
|
:max_results,
|
1174
1209
|
:next_token)
|
1210
|
+
SENSITIVE = []
|
1175
1211
|
include Aws::Structure
|
1176
1212
|
end
|
1177
1213
|
|
@@ -1192,6 +1228,7 @@ module Aws::EKS
|
|
1192
1228
|
class ListClustersResponse < Struct.new(
|
1193
1229
|
:clusters,
|
1194
1230
|
:next_token)
|
1231
|
+
SENSITIVE = []
|
1195
1232
|
include Aws::Structure
|
1196
1233
|
end
|
1197
1234
|
|
@@ -1235,6 +1272,7 @@ module Aws::EKS
|
|
1235
1272
|
:cluster_name,
|
1236
1273
|
:max_results,
|
1237
1274
|
:next_token)
|
1275
|
+
SENSITIVE = []
|
1238
1276
|
include Aws::Structure
|
1239
1277
|
end
|
1240
1278
|
|
@@ -1256,6 +1294,7 @@ module Aws::EKS
|
|
1256
1294
|
class ListFargateProfilesResponse < Struct.new(
|
1257
1295
|
:fargate_profile_names,
|
1258
1296
|
:next_token)
|
1297
|
+
SENSITIVE = []
|
1259
1298
|
include Aws::Structure
|
1260
1299
|
end
|
1261
1300
|
|
@@ -1298,6 +1337,7 @@ module Aws::EKS
|
|
1298
1337
|
:cluster_name,
|
1299
1338
|
:max_results,
|
1300
1339
|
:next_token)
|
1340
|
+
SENSITIVE = []
|
1301
1341
|
include Aws::Structure
|
1302
1342
|
end
|
1303
1343
|
|
@@ -1319,6 +1359,7 @@ module Aws::EKS
|
|
1319
1359
|
class ListNodegroupsResponse < Struct.new(
|
1320
1360
|
:nodegroups,
|
1321
1361
|
:next_token)
|
1362
|
+
SENSITIVE = []
|
1322
1363
|
include Aws::Structure
|
1323
1364
|
end
|
1324
1365
|
|
@@ -1339,6 +1380,7 @@ module Aws::EKS
|
|
1339
1380
|
#
|
1340
1381
|
class ListTagsForResourceRequest < Struct.new(
|
1341
1382
|
:resource_arn)
|
1383
|
+
SENSITIVE = []
|
1342
1384
|
include Aws::Structure
|
1343
1385
|
end
|
1344
1386
|
|
@@ -1350,6 +1392,7 @@ module Aws::EKS
|
|
1350
1392
|
#
|
1351
1393
|
class ListTagsForResourceResponse < Struct.new(
|
1352
1394
|
:tags)
|
1395
|
+
SENSITIVE = []
|
1353
1396
|
include Aws::Structure
|
1354
1397
|
end
|
1355
1398
|
|
@@ -1396,6 +1439,7 @@ module Aws::EKS
|
|
1396
1439
|
:nodegroup_name,
|
1397
1440
|
:next_token,
|
1398
1441
|
:max_results)
|
1442
|
+
SENSITIVE = []
|
1399
1443
|
include Aws::Structure
|
1400
1444
|
end
|
1401
1445
|
|
@@ -1415,6 +1459,7 @@ module Aws::EKS
|
|
1415
1459
|
class ListUpdatesResponse < Struct.new(
|
1416
1460
|
:update_ids,
|
1417
1461
|
:next_token)
|
1462
|
+
SENSITIVE = []
|
1418
1463
|
include Aws::Structure
|
1419
1464
|
end
|
1420
1465
|
|
@@ -1445,6 +1490,7 @@ module Aws::EKS
|
|
1445
1490
|
class LogSetup < Struct.new(
|
1446
1491
|
:types,
|
1447
1492
|
:enabled)
|
1493
|
+
SENSITIVE = []
|
1448
1494
|
include Aws::Structure
|
1449
1495
|
end
|
1450
1496
|
|
@@ -1471,6 +1517,7 @@ module Aws::EKS
|
|
1471
1517
|
#
|
1472
1518
|
class Logging < Struct.new(
|
1473
1519
|
:cluster_logging)
|
1520
|
+
SENSITIVE = []
|
1474
1521
|
include Aws::Structure
|
1475
1522
|
end
|
1476
1523
|
|
@@ -1616,6 +1663,7 @@ module Aws::EKS
|
|
1616
1663
|
:disk_size,
|
1617
1664
|
:health,
|
1618
1665
|
:tags)
|
1666
|
+
SENSITIVE = []
|
1619
1667
|
include Aws::Structure
|
1620
1668
|
end
|
1621
1669
|
|
@@ -1629,6 +1677,7 @@ module Aws::EKS
|
|
1629
1677
|
#
|
1630
1678
|
class NodegroupHealth < Struct.new(
|
1631
1679
|
:issues)
|
1680
|
+
SENSITIVE = []
|
1632
1681
|
include Aws::Structure
|
1633
1682
|
end
|
1634
1683
|
|
@@ -1649,6 +1698,7 @@ module Aws::EKS
|
|
1649
1698
|
class NodegroupResources < Struct.new(
|
1650
1699
|
:auto_scaling_groups,
|
1651
1700
|
:remote_access_security_group)
|
1701
|
+
SENSITIVE = []
|
1652
1702
|
include Aws::Structure
|
1653
1703
|
end
|
1654
1704
|
|
@@ -1686,6 +1736,7 @@ module Aws::EKS
|
|
1686
1736
|
:min_size,
|
1687
1737
|
:max_size,
|
1688
1738
|
:desired_size)
|
1739
|
+
SENSITIVE = []
|
1689
1740
|
include Aws::Structure
|
1690
1741
|
end
|
1691
1742
|
|
@@ -1699,6 +1750,7 @@ module Aws::EKS
|
|
1699
1750
|
#
|
1700
1751
|
class NotFoundException < Struct.new(
|
1701
1752
|
:message)
|
1753
|
+
SENSITIVE = []
|
1702
1754
|
include Aws::Structure
|
1703
1755
|
end
|
1704
1756
|
|
@@ -1717,6 +1769,7 @@ module Aws::EKS
|
|
1717
1769
|
#
|
1718
1770
|
class OIDC < Struct.new(
|
1719
1771
|
:issuer)
|
1772
|
+
SENSITIVE = []
|
1720
1773
|
include Aws::Structure
|
1721
1774
|
end
|
1722
1775
|
|
@@ -1747,6 +1800,7 @@ module Aws::EKS
|
|
1747
1800
|
#
|
1748
1801
|
class Provider < Struct.new(
|
1749
1802
|
:key_arn)
|
1803
|
+
SENSITIVE = []
|
1750
1804
|
include Aws::Structure
|
1751
1805
|
end
|
1752
1806
|
|
@@ -1790,6 +1844,7 @@ module Aws::EKS
|
|
1790
1844
|
class RemoteAccessConfig < Struct.new(
|
1791
1845
|
:ec2_ssh_key,
|
1792
1846
|
:source_security_groups)
|
1847
|
+
SENSITIVE = []
|
1793
1848
|
include Aws::Structure
|
1794
1849
|
end
|
1795
1850
|
|
@@ -1812,6 +1867,7 @@ module Aws::EKS
|
|
1812
1867
|
:cluster_name,
|
1813
1868
|
:nodegroup_name,
|
1814
1869
|
:message)
|
1870
|
+
SENSITIVE = []
|
1815
1871
|
include Aws::Structure
|
1816
1872
|
end
|
1817
1873
|
|
@@ -1834,6 +1890,7 @@ module Aws::EKS
|
|
1834
1890
|
:cluster_name,
|
1835
1891
|
:nodegroup_name,
|
1836
1892
|
:message)
|
1893
|
+
SENSITIVE = []
|
1837
1894
|
include Aws::Structure
|
1838
1895
|
end
|
1839
1896
|
|
@@ -1864,6 +1921,7 @@ module Aws::EKS
|
|
1864
1921
|
:nodegroup_name,
|
1865
1922
|
:fargate_profile_name,
|
1866
1923
|
:message)
|
1924
|
+
SENSITIVE = []
|
1867
1925
|
include Aws::Structure
|
1868
1926
|
end
|
1869
1927
|
|
@@ -1886,6 +1944,7 @@ module Aws::EKS
|
|
1886
1944
|
:cluster_name,
|
1887
1945
|
:nodegroup_name,
|
1888
1946
|
:message)
|
1947
|
+
SENSITIVE = []
|
1889
1948
|
include Aws::Structure
|
1890
1949
|
end
|
1891
1950
|
|
@@ -1898,6 +1957,7 @@ module Aws::EKS
|
|
1898
1957
|
#
|
1899
1958
|
class ServiceUnavailableException < Struct.new(
|
1900
1959
|
:message)
|
1960
|
+
SENSITIVE = []
|
1901
1961
|
include Aws::Structure
|
1902
1962
|
end
|
1903
1963
|
|
@@ -1927,6 +1987,7 @@ module Aws::EKS
|
|
1927
1987
|
class TagResourceRequest < Struct.new(
|
1928
1988
|
:resource_arn,
|
1929
1989
|
:tags)
|
1990
|
+
SENSITIVE = []
|
1930
1991
|
include Aws::Structure
|
1931
1992
|
end
|
1932
1993
|
|
@@ -1962,6 +2023,7 @@ module Aws::EKS
|
|
1962
2023
|
:cluster_name,
|
1963
2024
|
:nodegroup_name,
|
1964
2025
|
:valid_zones)
|
2026
|
+
SENSITIVE = []
|
1965
2027
|
include Aws::Structure
|
1966
2028
|
end
|
1967
2029
|
|
@@ -1988,6 +2050,7 @@ module Aws::EKS
|
|
1988
2050
|
class UntagResourceRequest < Struct.new(
|
1989
2051
|
:resource_arn,
|
1990
2052
|
:tag_keys)
|
2053
|
+
SENSITIVE = []
|
1991
2054
|
include Aws::Structure
|
1992
2055
|
end
|
1993
2056
|
|
@@ -2031,6 +2094,7 @@ module Aws::EKS
|
|
2031
2094
|
:params,
|
2032
2095
|
:created_at,
|
2033
2096
|
:errors)
|
2097
|
+
SENSITIVE = []
|
2034
2098
|
include Aws::Structure
|
2035
2099
|
end
|
2036
2100
|
|
@@ -2100,6 +2164,7 @@ module Aws::EKS
|
|
2100
2164
|
:resources_vpc_config,
|
2101
2165
|
:logging,
|
2102
2166
|
:client_request_token)
|
2167
|
+
SENSITIVE = []
|
2103
2168
|
include Aws::Structure
|
2104
2169
|
end
|
2105
2170
|
|
@@ -2111,6 +2176,7 @@ module Aws::EKS
|
|
2111
2176
|
#
|
2112
2177
|
class UpdateClusterConfigResponse < Struct.new(
|
2113
2178
|
:update)
|
2179
|
+
SENSITIVE = []
|
2114
2180
|
include Aws::Structure
|
2115
2181
|
end
|
2116
2182
|
|
@@ -2145,6 +2211,7 @@ module Aws::EKS
|
|
2145
2211
|
:name,
|
2146
2212
|
:version,
|
2147
2213
|
:client_request_token)
|
2214
|
+
SENSITIVE = []
|
2148
2215
|
include Aws::Structure
|
2149
2216
|
end
|
2150
2217
|
|
@@ -2156,6 +2223,7 @@ module Aws::EKS
|
|
2156
2223
|
#
|
2157
2224
|
class UpdateClusterVersionResponse < Struct.new(
|
2158
2225
|
:update)
|
2226
|
+
SENSITIVE = []
|
2159
2227
|
include Aws::Structure
|
2160
2228
|
end
|
2161
2229
|
|
@@ -2185,6 +2253,7 @@ module Aws::EKS
|
|
2185
2253
|
class UpdateLabelsPayload < Struct.new(
|
2186
2254
|
:add_or_update_labels,
|
2187
2255
|
:remove_labels)
|
2256
|
+
SENSITIVE = []
|
2188
2257
|
include Aws::Structure
|
2189
2258
|
end
|
2190
2259
|
|
@@ -2243,6 +2312,7 @@ module Aws::EKS
|
|
2243
2312
|
:labels,
|
2244
2313
|
:scaling_config,
|
2245
2314
|
:client_request_token)
|
2315
|
+
SENSITIVE = []
|
2246
2316
|
include Aws::Structure
|
2247
2317
|
end
|
2248
2318
|
|
@@ -2254,6 +2324,7 @@ module Aws::EKS
|
|
2254
2324
|
#
|
2255
2325
|
class UpdateNodegroupConfigResponse < Struct.new(
|
2256
2326
|
:update)
|
2327
|
+
SENSITIVE = []
|
2257
2328
|
include Aws::Structure
|
2258
2329
|
end
|
2259
2330
|
|
@@ -2323,6 +2394,7 @@ module Aws::EKS
|
|
2323
2394
|
:release_version,
|
2324
2395
|
:force,
|
2325
2396
|
:client_request_token)
|
2397
|
+
SENSITIVE = []
|
2326
2398
|
include Aws::Structure
|
2327
2399
|
end
|
2328
2400
|
|
@@ -2334,6 +2406,7 @@ module Aws::EKS
|
|
2334
2406
|
#
|
2335
2407
|
class UpdateNodegroupVersionResponse < Struct.new(
|
2336
2408
|
:update)
|
2409
|
+
SENSITIVE = []
|
2337
2410
|
include Aws::Structure
|
2338
2411
|
end
|
2339
2412
|
|
@@ -2352,6 +2425,7 @@ module Aws::EKS
|
|
2352
2425
|
class UpdateParam < Struct.new(
|
2353
2426
|
:type,
|
2354
2427
|
:value)
|
2428
|
+
SENSITIVE = []
|
2355
2429
|
include Aws::Structure
|
2356
2430
|
end
|
2357
2431
|
|
@@ -2439,6 +2513,7 @@ module Aws::EKS
|
|
2439
2513
|
:endpoint_public_access,
|
2440
2514
|
:endpoint_private_access,
|
2441
2515
|
:public_access_cidrs)
|
2516
|
+
SENSITIVE = []
|
2442
2517
|
include Aws::Structure
|
2443
2518
|
end
|
2444
2519
|
|
@@ -2514,6 +2589,7 @@ module Aws::EKS
|
|
2514
2589
|
:endpoint_public_access,
|
2515
2590
|
:endpoint_private_access,
|
2516
2591
|
:public_access_cidrs)
|
2592
|
+
SENSITIVE = []
|
2517
2593
|
include Aws::Structure
|
2518
2594
|
end
|
2519
2595
|
|
data/lib/aws-sdk-eks/waiters.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -65,12 +67,12 @@ module Aws::EKS
|
|
65
67
|
# The following table lists the valid waiter names, the operations they call,
|
66
68
|
# and the default `:delay` and `:max_attempts` values.
|
67
69
|
#
|
68
|
-
# | waiter_name | params
|
69
|
-
# | ----------------- |
|
70
|
-
# | cluster_active | {#describe_cluster} | 30 | 40 |
|
71
|
-
# | cluster_deleted | {#describe_cluster} | 30 | 40 |
|
72
|
-
# | nodegroup_active | {#describe_nodegroup} | 30 | 80 |
|
73
|
-
# | nodegroup_deleted | {#describe_nodegroup} | 30 | 40 |
|
70
|
+
# | waiter_name | params | :delay | :max_attempts |
|
71
|
+
# | ----------------- | --------------------------- | -------- | ------------- |
|
72
|
+
# | cluster_active | {Client#describe_cluster} | 30 | 40 |
|
73
|
+
# | cluster_deleted | {Client#describe_cluster} | 30 | 40 |
|
74
|
+
# | nodegroup_active | {Client#describe_nodegroup} | 30 | 80 |
|
75
|
+
# | nodegroup_deleted | {Client#describe_nodegroup} | 30 | 40 |
|
74
76
|
#
|
75
77
|
module Waiters
|
76
78
|
|
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.
|
4
|
+
version: 1.39.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: 2020-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.99.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
version: '0'
|
83
83
|
requirements: []
|
84
84
|
rubyforge_project:
|
85
|
-
rubygems_version: 2.
|
85
|
+
rubygems_version: 2.7.6.2
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: AWS SDK for Ruby - Amazon EKS
|