aws-sdk-eks 1.51.0 → 1.52.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks.rb +1 -1
- data/lib/aws-sdk-eks/client.rb +14 -14
- data/lib/aws-sdk-eks/client_api.rb +3 -2
- data/lib/aws-sdk-eks/types.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5df0a5a75f8853fc52ee2af6d25aa1392e1e23562f76a2b7711cd852f06132ec
|
|
4
|
+
data.tar.gz: 05c05c7b276b3834528694b337153c1f4c6e5bfac141367aee87cc1aa458847c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c0f2346b4a7624b4ec537a663452acfc1c7cafa5abcc96ecf10f67e35a8ee9bdd8f7b123bfbaae8d4d8cc9bab5f5d4cca2c8691bb14bcb279353b2eb4f9903c
|
|
7
|
+
data.tar.gz: 8ddb482a808feba47203e8baa702d6133a34c40f9dd24257d2d390061adb58c27b87a904267264794fd672d9bc693b0277a684428c85196b1c595eb8f0ed4ec0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.52.0 (2021-04-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release updates existing Amazon EKS input validation so customers will see an InvalidParameterException instead of a ParamValidationError when they enter 0 for minSize and/or desiredSize. It also adds LaunchTemplate information to update responses and a new "CUSTOM" value for AMIType.
|
|
8
|
+
|
|
4
9
|
1.51.0 (2021-03-10)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.52.0
|
data/lib/aws-sdk-eks.rb
CHANGED
data/lib/aws-sdk-eks/client.rb
CHANGED
|
@@ -373,7 +373,7 @@ module Aws::EKS
|
|
|
373
373
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
374
374
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
|
|
375
375
|
# resp.update.params #=> Array
|
|
376
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
376
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
377
377
|
# resp.update.params[0].value #=> String
|
|
378
378
|
# resp.update.created_at #=> Time
|
|
379
379
|
# resp.update.errors #=> Array
|
|
@@ -457,7 +457,7 @@ module Aws::EKS
|
|
|
457
457
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
458
458
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
|
|
459
459
|
# resp.update.params #=> Array
|
|
460
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
460
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
461
461
|
# resp.update.params[0].value #=> String
|
|
462
462
|
# resp.update.created_at #=> Time
|
|
463
463
|
# resp.update.errors #=> Array
|
|
@@ -1124,7 +1124,7 @@ module Aws::EKS
|
|
|
1124
1124
|
# disk_size: 1,
|
|
1125
1125
|
# subnets: ["String"], # required
|
|
1126
1126
|
# instance_types: ["String"],
|
|
1127
|
-
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64
|
|
1127
|
+
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM
|
|
1128
1128
|
# remote_access: {
|
|
1129
1129
|
# ec2_ssh_key: "String",
|
|
1130
1130
|
# source_security_groups: ["String"],
|
|
@@ -1168,7 +1168,7 @@ module Aws::EKS
|
|
|
1168
1168
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
|
1169
1169
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
|
1170
1170
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
|
1171
|
-
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64"
|
|
1171
|
+
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM"
|
|
1172
1172
|
# resp.nodegroup.node_role #=> String
|
|
1173
1173
|
# resp.nodegroup.labels #=> Hash
|
|
1174
1174
|
# resp.nodegroup.labels["labelKey"] #=> String
|
|
@@ -1435,7 +1435,7 @@ module Aws::EKS
|
|
|
1435
1435
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
|
1436
1436
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
|
1437
1437
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
|
1438
|
-
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64"
|
|
1438
|
+
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM"
|
|
1439
1439
|
# resp.nodegroup.node_role #=> String
|
|
1440
1440
|
# resp.nodegroup.labels #=> Hash
|
|
1441
1441
|
# resp.nodegroup.labels["labelKey"] #=> String
|
|
@@ -1840,7 +1840,7 @@ module Aws::EKS
|
|
|
1840
1840
|
# resp.nodegroup.remote_access.ec2_ssh_key #=> String
|
|
1841
1841
|
# resp.nodegroup.remote_access.source_security_groups #=> Array
|
|
1842
1842
|
# resp.nodegroup.remote_access.source_security_groups[0] #=> String
|
|
1843
|
-
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64"
|
|
1843
|
+
# resp.nodegroup.ami_type #=> String, one of "AL2_x86_64", "AL2_x86_64_GPU", "AL2_ARM_64", "CUSTOM"
|
|
1844
1844
|
# resp.nodegroup.node_role #=> String
|
|
1845
1845
|
# resp.nodegroup.labels #=> Hash
|
|
1846
1846
|
# resp.nodegroup.labels["labelKey"] #=> String
|
|
@@ -1917,7 +1917,7 @@ module Aws::EKS
|
|
|
1917
1917
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
1918
1918
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
|
|
1919
1919
|
# resp.update.params #=> Array
|
|
1920
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
1920
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
1921
1921
|
# resp.update.params[0].value #=> String
|
|
1922
1922
|
# resp.update.created_at #=> Time
|
|
1923
1923
|
# resp.update.errors #=> Array
|
|
@@ -1974,7 +1974,7 @@ module Aws::EKS
|
|
|
1974
1974
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
1975
1975
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
|
|
1976
1976
|
# resp.update.params #=> Array
|
|
1977
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
1977
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
1978
1978
|
# resp.update.params[0].value #=> String
|
|
1979
1979
|
# resp.update.created_at #=> Time
|
|
1980
1980
|
# resp.update.errors #=> Array
|
|
@@ -2528,7 +2528,7 @@ module Aws::EKS
|
|
|
2528
2528
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
2529
2529
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
|
|
2530
2530
|
# resp.update.params #=> Array
|
|
2531
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2531
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2532
2532
|
# resp.update.params[0].value #=> String
|
|
2533
2533
|
# resp.update.created_at #=> Time
|
|
2534
2534
|
# resp.update.errors #=> Array
|
|
@@ -2648,7 +2648,7 @@ module Aws::EKS
|
|
|
2648
2648
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
2649
2649
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
|
|
2650
2650
|
# resp.update.params #=> Array
|
|
2651
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2651
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2652
2652
|
# resp.update.params[0].value #=> String
|
|
2653
2653
|
# resp.update.created_at #=> Time
|
|
2654
2654
|
# resp.update.errors #=> Array
|
|
@@ -2712,7 +2712,7 @@ module Aws::EKS
|
|
|
2712
2712
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
2713
2713
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
|
|
2714
2714
|
# resp.update.params #=> Array
|
|
2715
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2715
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2716
2716
|
# resp.update.params[0].value #=> String
|
|
2717
2717
|
# resp.update.created_at #=> Time
|
|
2718
2718
|
# resp.update.errors #=> Array
|
|
@@ -2788,7 +2788,7 @@ module Aws::EKS
|
|
|
2788
2788
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
2789
2789
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
|
|
2790
2790
|
# resp.update.params #=> Array
|
|
2791
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2791
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2792
2792
|
# resp.update.params[0].value #=> String
|
|
2793
2793
|
# resp.update.created_at #=> Time
|
|
2794
2794
|
# resp.update.errors #=> Array
|
|
@@ -2919,7 +2919,7 @@ module Aws::EKS
|
|
|
2919
2919
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
2920
2920
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate"
|
|
2921
2921
|
# resp.update.params #=> Array
|
|
2922
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2922
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts"
|
|
2923
2923
|
# resp.update.params[0].value #=> String
|
|
2924
2924
|
# resp.update.created_at #=> Time
|
|
2925
2925
|
# resp.update.errors #=> Array
|
|
@@ -2950,7 +2950,7 @@ module Aws::EKS
|
|
|
2950
2950
|
params: params,
|
|
2951
2951
|
config: config)
|
|
2952
2952
|
context[:gem_name] = 'aws-sdk-eks'
|
|
2953
|
-
context[:gem_version] = '1.
|
|
2953
|
+
context[:gem_version] = '1.52.0'
|
|
2954
2954
|
Seahorse::Client::Request.new(handlers, context)
|
|
2955
2955
|
end
|
|
2956
2956
|
|
|
@@ -172,6 +172,7 @@ module Aws::EKS
|
|
|
172
172
|
UpdateType = Shapes::StringShape.new(name: 'UpdateType')
|
|
173
173
|
VpcConfigRequest = Shapes::StructureShape.new(name: 'VpcConfigRequest')
|
|
174
174
|
VpcConfigResponse = Shapes::StructureShape.new(name: 'VpcConfigResponse')
|
|
175
|
+
ZeroCapacity = Shapes::IntegerShape.new(name: 'ZeroCapacity')
|
|
175
176
|
configStatus = Shapes::StringShape.new(name: 'configStatus')
|
|
176
177
|
labelKey = Shapes::StringShape.new(name: 'labelKey')
|
|
177
178
|
labelValue = Shapes::StringShape.new(name: 'labelValue')
|
|
@@ -602,9 +603,9 @@ module Aws::EKS
|
|
|
602
603
|
NodegroupResources.add_member(:remote_access_security_group, Shapes::ShapeRef.new(shape: String, location_name: "remoteAccessSecurityGroup"))
|
|
603
604
|
NodegroupResources.struct_class = Types::NodegroupResources
|
|
604
605
|
|
|
605
|
-
NodegroupScalingConfig.add_member(:min_size, Shapes::ShapeRef.new(shape:
|
|
606
|
+
NodegroupScalingConfig.add_member(:min_size, Shapes::ShapeRef.new(shape: ZeroCapacity, location_name: "minSize"))
|
|
606
607
|
NodegroupScalingConfig.add_member(:max_size, Shapes::ShapeRef.new(shape: Capacity, location_name: "maxSize"))
|
|
607
|
-
NodegroupScalingConfig.add_member(:desired_size, Shapes::ShapeRef.new(shape:
|
|
608
|
+
NodegroupScalingConfig.add_member(:desired_size, Shapes::ShapeRef.new(shape: ZeroCapacity, location_name: "desiredSize"))
|
|
608
609
|
NodegroupScalingConfig.struct_class = Types::NodegroupScalingConfig
|
|
609
610
|
|
|
610
611
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
data/lib/aws-sdk-eks/types.rb
CHANGED
|
@@ -863,7 +863,7 @@ module Aws::EKS
|
|
|
863
863
|
# disk_size: 1,
|
|
864
864
|
# subnets: ["String"], # required
|
|
865
865
|
# instance_types: ["String"],
|
|
866
|
-
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64
|
|
866
|
+
# ami_type: "AL2_x86_64", # accepts AL2_x86_64, AL2_x86_64_GPU, AL2_ARM_64, CUSTOM
|
|
867
867
|
# remote_access: {
|
|
868
868
|
# ec2_ssh_key: "String",
|
|
869
869
|
# source_security_groups: ["String"],
|
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.52.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-
|
|
11
|
+
date: 2021-04-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -67,8 +67,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
|
67
67
|
licenses:
|
|
68
68
|
- Apache-2.0
|
|
69
69
|
metadata:
|
|
70
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
71
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
70
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-eks
|
|
71
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-eks/CHANGELOG.md
|
|
72
72
|
post_install_message:
|
|
73
73
|
rdoc_options: []
|
|
74
74
|
require_paths:
|
|
@@ -84,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
85
|
version: '0'
|
|
86
86
|
requirements: []
|
|
87
|
-
|
|
88
|
-
rubygems_version: 2.7.6.2
|
|
87
|
+
rubygems_version: 3.1.6
|
|
89
88
|
signing_key:
|
|
90
89
|
specification_version: 4
|
|
91
90
|
summary: AWS SDK for Ruby - Amazon EKS
|