aws-sdk-eks 1.30.0 → 1.31.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 +4 -4
- data/lib/aws-sdk-eks.rb +1 -1
- data/lib/aws-sdk-eks/client.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3b5132779daad669f549a891d8c4a99f040bb0e
|
|
4
|
+
data.tar.gz: 57c91f3dbeba36e188989b825b9ffaa925ffdb1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90563045b6576a7d91754d9af115d9a3d24f3f6fbd28d893d7bd46f942e5c14b471bb2ddbfa5afd5698d6e40ee568a3fe3f4f37fa3b3f96bd6f781c54add730a
|
|
7
|
+
data.tar.gz: 12a905db2b2e13b770b16e6ce94a03273a86235690110283e56beacc4a50065d5eaa48e1486609eebec3d77b3ded339eb839116e49ffdea08525ec336f294daf
|
data/lib/aws-sdk-eks.rb
CHANGED
data/lib/aws-sdk-eks/client.rb
CHANGED
|
@@ -762,7 +762,7 @@ module Aws::EKS
|
|
|
762
762
|
# resp.nodegroup.resources.remote_access_security_group #=> String
|
|
763
763
|
# resp.nodegroup.disk_size #=> Integer
|
|
764
764
|
# resp.nodegroup.health.issues #=> Array
|
|
765
|
-
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
|
765
|
+
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
|
766
766
|
# resp.nodegroup.health.issues[0].message #=> String
|
|
767
767
|
# resp.nodegroup.health.issues[0].resource_ids #=> Array
|
|
768
768
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
|
@@ -965,7 +965,7 @@ module Aws::EKS
|
|
|
965
965
|
# resp.nodegroup.resources.remote_access_security_group #=> String
|
|
966
966
|
# resp.nodegroup.disk_size #=> Integer
|
|
967
967
|
# resp.nodegroup.health.issues #=> Array
|
|
968
|
-
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
|
968
|
+
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
|
969
969
|
# resp.nodegroup.health.issues[0].message #=> String
|
|
970
970
|
# resp.nodegroup.health.issues[0].resource_ids #=> Array
|
|
971
971
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
|
@@ -1178,7 +1178,7 @@ module Aws::EKS
|
|
|
1178
1178
|
# resp.nodegroup.resources.remote_access_security_group #=> String
|
|
1179
1179
|
# resp.nodegroup.disk_size #=> Integer
|
|
1180
1180
|
# resp.nodegroup.health.issues #=> Array
|
|
1181
|
-
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
|
1181
|
+
# resp.nodegroup.health.issues[0].code #=> String, one of "AutoScalingGroupNotFound", "AutoScalingGroupInvalidConfiguration", "Ec2SecurityGroupNotFound", "Ec2SecurityGroupDeletionFailure", "Ec2LaunchTemplateNotFound", "Ec2LaunchTemplateVersionMismatch", "Ec2SubnetNotFound", "IamInstanceProfileNotFound", "IamNodeRoleNotFound", "AsgInstanceLaunchFailures", "InstanceLimitExceeded", "InsufficientFreeAddresses", "AccessDenied", "InternalFailure"
|
|
1182
1182
|
# resp.nodegroup.health.issues[0].message #=> String
|
|
1183
1183
|
# resp.nodegroup.health.issues[0].resource_ids #=> Array
|
|
1184
1184
|
# resp.nodegroup.health.issues[0].resource_ids[0] #=> String
|
|
@@ -1956,7 +1956,7 @@ module Aws::EKS
|
|
|
1956
1956
|
params: params,
|
|
1957
1957
|
config: config)
|
|
1958
1958
|
context[:gem_name] = 'aws-sdk-eks'
|
|
1959
|
-
context[:gem_version] = '1.
|
|
1959
|
+
context[:gem_version] = '1.31.0'
|
|
1960
1960
|
Seahorse::Client::Request.new(handlers, context)
|
|
1961
1961
|
end
|
|
1962
1962
|
|
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.31.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:
|
|
11
|
+
date: 2020-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|