From d2113ecde1a84963374b25ec3ba8fc30846ba742 Mon Sep 17 00:00:00 2001 From: dagaponov Date: Thu, 9 Feb 2023 13:11:21 +0300 Subject: [PATCH] eks: fix parameters types in Cluster schema --- botocore/data/eks/2017-11-01/service-2.json | 59 +++++++++++++++------ 1 file changed, 44 insertions(+), 15 deletions(-) diff --git a/botocore/data/eks/2017-11-01/service-2.json b/botocore/data/eks/2017-11-01/service-2.json index 97b5abe745..26e6ba6f2c 100644 --- a/botocore/data/eks/2017-11-01/service-2.json +++ b/botocore/data/eks/2017-11-01/service-2.json @@ -397,37 +397,37 @@ "Name":{"shape":"String"}, "Version":{"shape":"String"}, "HighAvailability":{"shape":"Boolean"}, - "WorkersQuantity":{"shape":"String"}, + "WorkersQuantity":{"shape":"Integer"}, "MastersInstanceType":{"shape":"String"}, "WorkersInstanceType":{"shape":"String"}, "MastersVolumeType":{"shape":"String"}, "WorkersVolumeType":{"shape":"String"}, - "MastersVolumeSize":{"shape":"String"}, - "WorkersVolumeSize":{"shape":"String"}, + "MastersVolumeSize":{"shape":"Integer"}, + "WorkersVolumeSize":{"shape":"Integer"}, "MastersVolumeIops":{"shape":"String"}, "WorkersVolumeIops":{"shape":"String"}, "IngressInstanceType":{"shape":"String"}, "IngressVolumeType":{"shape":"String"}, - "IngressVolumeSize":{"shape":"String"}, + "IngressVolumeSize":{"shape":"Integer"}, "IngressVolumeIops":{"shape":"String"}, "SecurityGroupIds":{"shape":"StringList"}, "Instances":{"shape":"InstanceList"}, "SubnetIds":{"shape":"StringList"}, "SshKeyName":{"shape":"String"}, - "Status":{"shape":"String"}, + "Status":{"shape":"ClusterStatus"}, "Health":{"shape":"String"}, "DashboardToken":{"shape":"String"}, "DockerRegistry":{"shape":"String"}, - "Ingress":{"shape":"String"}, - "ApiServer":{"shape":"String"}, + "Ingress":{"shape":"Ingress"}, + "ApiServer":{"shape":"ApiServer"}, "ErrorCode":{"shape":"String"}, "ErrorDescription":{"shape":"String"}, - "UsePlacementGroups":{"shape":"String"}, + "UsePlacementGroups":{"shape":"Boolean"}, "UserData":{"shape":"String"}, "UserDataContentType":{"shape":"String"}, - "HasNewWarnings":{"shape":"String"}, - "TotalCPUCount":{"shape":"String"}, - "TotalMemory":{"shape":"String"}, + "HasNewWarnings":{"shape":"Boolean"}, + "TotalCPUCount":{"shape":"Integer"}, + "TotalMemory":{"shape":"Float"}, "EbsUser":{"shape":"String"}, "PodSubnetCidr":{"shape":"String"}, "ServiceSubnetCidr":{"shape":"String"}, @@ -435,6 +435,24 @@ "SupportedFeatures":{"shape":"StringList"} } }, + "ClusterList": { + "type":"list", + "member":{"shape":"Cluster"} + }, + "ApiServer":{ + "type":"structure", + "members":{ + "PublicIp":{ + "shape":"String" + }, + "PrivateIp":{ + "shape":"String" + }, + "PrivateIps":{ + "shape":"StringList" + } + } + }, "ClusterName":{ "type":"string", "max":100, @@ -451,6 +469,18 @@ "UPDATING" ] }, + "Float":{"type":"float"}, + "Ingress":{ + "type":"structure", + "members":{ + "PublicIp":{ + "shape":"String" + }, + "PrivateIp":{ + "shape":"String" + } + } + }, "InstanceList":{ "type":"list", "member":{"shape":"Instance"} @@ -498,7 +528,7 @@ "members":{ "ccus":{"shape":"String"}, "cpu":{"shape":"Integer"}, - "memory":{"shape":"Integer"}, + "memory":{"shape":"Float"}, "name":{"shape":"String"} } }, @@ -583,8 +613,7 @@ "workers_volume_type", "masters_volume_size", "workers_volume_size", - "subnet_ids", - "auto_update_certificates" + "subnet_ids" ], "members":{ "name":{"shape":"String"}, @@ -1538,7 +1567,7 @@ "type":"structure", "members":{ "clusters":{ - "shape":"StringList", + "shape":"ClusterList", "documentation":"

A list of all of the clusters for your account in the specified Region.

" }, "nextToken":{