|
203 | 203 | { |
204 | 204 | "target": "com.amazonaws.eks#DescribeCluster" |
205 | 205 | }, |
| 206 | + { |
| 207 | + "target": "com.amazonaws.eks#DescribeClusterVersions" |
| 208 | + }, |
206 | 209 | { |
207 | 210 | "target": "com.amazonaws.eks#DescribeEksAnywhereSubscription" |
208 | 211 | }, |
|
1628 | 1631 | "compatibleVersions": { |
1629 | 1632 | "target": "com.amazonaws.eks#StringList", |
1630 | 1633 | "traits": { |
1631 | | - "smithy.api#documentation": "<p>The list of compatible Amazon EKS add-on versions for the next Kubernetes version.</p>" |
| 1634 | + "smithy.api#documentation": "<p>A list of compatible add-on versions.</p>" |
1632 | 1635 | } |
1633 | 1636 | } |
1634 | 1637 | }, |
1635 | 1638 | "traits": { |
1636 | | - "smithy.api#documentation": "<p>The summary information about the Amazon EKS add-on compatibility for the next Kubernetes \n version for an insight check in the <code>UPGRADE_READINESS</code> category.</p>" |
| 1639 | + "smithy.api#documentation": "<p>Contains compatibility information for an Amazon EKS add-on.</p>" |
1637 | 1640 | } |
1638 | 1641 | }, |
1639 | 1642 | "com.amazonaws.eks#AddonCompatibilityDetails": { |
|
2863 | 2866 | } |
2864 | 2867 | } |
2865 | 2868 | }, |
| 2869 | + "com.amazonaws.eks#ClusterVersionInformation": { |
| 2870 | + "type": "structure", |
| 2871 | + "members": { |
| 2872 | + "clusterVersion": { |
| 2873 | + "target": "com.amazonaws.eks#String", |
| 2874 | + "traits": { |
| 2875 | + "smithy.api#documentation": "<p>The Kubernetes version for the cluster.</p>" |
| 2876 | + } |
| 2877 | + }, |
| 2878 | + "clusterType": { |
| 2879 | + "target": "com.amazonaws.eks#String", |
| 2880 | + "traits": { |
| 2881 | + "smithy.api#documentation": "<p>The type of cluster this version is for.</p>" |
| 2882 | + } |
| 2883 | + }, |
| 2884 | + "defaultPlatformVersion": { |
| 2885 | + "target": "com.amazonaws.eks#String", |
| 2886 | + "traits": { |
| 2887 | + "smithy.api#documentation": "<p>Default platform version for this Kubernetes version.</p>" |
| 2888 | + } |
| 2889 | + }, |
| 2890 | + "defaultVersion": { |
| 2891 | + "target": "com.amazonaws.eks#Boolean", |
| 2892 | + "traits": { |
| 2893 | + "smithy.api#default": false, |
| 2894 | + "smithy.api#documentation": "<p>Indicates if this is a default version.</p>" |
| 2895 | + } |
| 2896 | + }, |
| 2897 | + "releaseDate": { |
| 2898 | + "target": "com.amazonaws.eks#Timestamp", |
| 2899 | + "traits": { |
| 2900 | + "smithy.api#documentation": "<p>The release date of this cluster version.</p>" |
| 2901 | + } |
| 2902 | + }, |
| 2903 | + "endOfStandardSupportDate": { |
| 2904 | + "target": "com.amazonaws.eks#Timestamp", |
| 2905 | + "traits": { |
| 2906 | + "smithy.api#documentation": "<p>Date when standard support ends for this version.</p>" |
| 2907 | + } |
| 2908 | + }, |
| 2909 | + "endOfExtendedSupportDate": { |
| 2910 | + "target": "com.amazonaws.eks#Timestamp", |
| 2911 | + "traits": { |
| 2912 | + "smithy.api#documentation": "<p>Date when extended support ends for this version.</p>" |
| 2913 | + } |
| 2914 | + }, |
| 2915 | + "status": { |
| 2916 | + "target": "com.amazonaws.eks#ClusterVersionStatus", |
| 2917 | + "traits": { |
| 2918 | + "smithy.api#documentation": "<p>Current status of this cluster version.</p>" |
| 2919 | + } |
| 2920 | + }, |
| 2921 | + "kubernetesPatchVersion": { |
| 2922 | + "target": "com.amazonaws.eks#String", |
| 2923 | + "traits": { |
| 2924 | + "smithy.api#documentation": "<p>The patch version of Kubernetes for this cluster version.</p>" |
| 2925 | + } |
| 2926 | + } |
| 2927 | + }, |
| 2928 | + "traits": { |
| 2929 | + "smithy.api#documentation": "<p>Contains details about a specific EKS cluster version.</p>" |
| 2930 | + } |
| 2931 | + }, |
| 2932 | + "com.amazonaws.eks#ClusterVersionList": { |
| 2933 | + "type": "list", |
| 2934 | + "member": { |
| 2935 | + "target": "com.amazonaws.eks#ClusterVersionInformation" |
| 2936 | + } |
| 2937 | + }, |
| 2938 | + "com.amazonaws.eks#ClusterVersionStatus": { |
| 2939 | + "type": "enum", |
| 2940 | + "members": { |
| 2941 | + "unsupported": { |
| 2942 | + "target": "smithy.api#Unit", |
| 2943 | + "traits": { |
| 2944 | + "smithy.api#enumValue": "unsupported" |
| 2945 | + } |
| 2946 | + }, |
| 2947 | + "standard_support": { |
| 2948 | + "target": "smithy.api#Unit", |
| 2949 | + "traits": { |
| 2950 | + "smithy.api#enumValue": "standard-support" |
| 2951 | + } |
| 2952 | + }, |
| 2953 | + "extended_support": { |
| 2954 | + "target": "smithy.api#Unit", |
| 2955 | + "traits": { |
| 2956 | + "smithy.api#enumValue": "extended-support" |
| 2957 | + } |
| 2958 | + } |
| 2959 | + } |
| 2960 | + }, |
2866 | 2961 | "com.amazonaws.eks#Compatibilities": { |
2867 | 2962 | "type": "list", |
2868 | 2963 | "member": { |
|
5174 | 5269 | "smithy.api#output": {} |
5175 | 5270 | } |
5176 | 5271 | }, |
| 5272 | + "com.amazonaws.eks#DescribeClusterVersionMaxResults": { |
| 5273 | + "type": "integer", |
| 5274 | + "traits": { |
| 5275 | + "smithy.api#range": { |
| 5276 | + "min": 1, |
| 5277 | + "max": 100 |
| 5278 | + } |
| 5279 | + } |
| 5280 | + }, |
| 5281 | + "com.amazonaws.eks#DescribeClusterVersions": { |
| 5282 | + "type": "operation", |
| 5283 | + "input": { |
| 5284 | + "target": "com.amazonaws.eks#DescribeClusterVersionsRequest" |
| 5285 | + }, |
| 5286 | + "output": { |
| 5287 | + "target": "com.amazonaws.eks#DescribeClusterVersionsResponse" |
| 5288 | + }, |
| 5289 | + "errors": [ |
| 5290 | + { |
| 5291 | + "target": "com.amazonaws.eks#InvalidParameterException" |
| 5292 | + }, |
| 5293 | + { |
| 5294 | + "target": "com.amazonaws.eks#InvalidRequestException" |
| 5295 | + }, |
| 5296 | + { |
| 5297 | + "target": "com.amazonaws.eks#ServerException" |
| 5298 | + } |
| 5299 | + ], |
| 5300 | + "traits": { |
| 5301 | + "smithy.api#documentation": "<p>Lists available Kubernetes versions for Amazon EKS clusters.</p>", |
| 5302 | + "smithy.api#http": { |
| 5303 | + "method": "GET", |
| 5304 | + "uri": "/cluster-versions", |
| 5305 | + "code": 200 |
| 5306 | + }, |
| 5307 | + "smithy.api#paginated": { |
| 5308 | + "inputToken": "nextToken", |
| 5309 | + "outputToken": "nextToken", |
| 5310 | + "items": "clusterVersions", |
| 5311 | + "pageSize": "maxResults" |
| 5312 | + } |
| 5313 | + } |
| 5314 | + }, |
| 5315 | + "com.amazonaws.eks#DescribeClusterVersionsRequest": { |
| 5316 | + "type": "structure", |
| 5317 | + "members": { |
| 5318 | + "clusterType": { |
| 5319 | + "target": "com.amazonaws.eks#String", |
| 5320 | + "traits": { |
| 5321 | + "smithy.api#documentation": "<p>The type of cluster to filter versions by.</p>", |
| 5322 | + "smithy.api#httpQuery": "clusterType" |
| 5323 | + } |
| 5324 | + }, |
| 5325 | + "maxResults": { |
| 5326 | + "target": "com.amazonaws.eks#DescribeClusterVersionMaxResults", |
| 5327 | + "traits": { |
| 5328 | + "smithy.api#documentation": "<p>Maximum number of results to return.</p>", |
| 5329 | + "smithy.api#httpQuery": "maxResults" |
| 5330 | + } |
| 5331 | + }, |
| 5332 | + "nextToken": { |
| 5333 | + "target": "com.amazonaws.eks#String", |
| 5334 | + "traits": { |
| 5335 | + "smithy.api#documentation": "<p>Pagination token for the next set of results.</p>", |
| 5336 | + "smithy.api#httpQuery": "nextToken" |
| 5337 | + } |
| 5338 | + }, |
| 5339 | + "defaultOnly": { |
| 5340 | + "target": "com.amazonaws.eks#BoxedBoolean", |
| 5341 | + "traits": { |
| 5342 | + "smithy.api#documentation": "<p>Filter to show only default versions.</p>", |
| 5343 | + "smithy.api#httpQuery": "defaultOnly" |
| 5344 | + } |
| 5345 | + }, |
| 5346 | + "includeAll": { |
| 5347 | + "target": "com.amazonaws.eks#BoxedBoolean", |
| 5348 | + "traits": { |
| 5349 | + "smithy.api#documentation": "<p>Include all available versions in the response.</p>", |
| 5350 | + "smithy.api#httpQuery": "includeAll" |
| 5351 | + } |
| 5352 | + }, |
| 5353 | + "clusterVersions": { |
| 5354 | + "target": "com.amazonaws.eks#StringList", |
| 5355 | + "traits": { |
| 5356 | + "smithy.api#documentation": "<p>List of specific cluster versions to describe.</p>", |
| 5357 | + "smithy.api#httpQuery": "clusterVersions" |
| 5358 | + } |
| 5359 | + }, |
| 5360 | + "status": { |
| 5361 | + "target": "com.amazonaws.eks#ClusterVersionStatus", |
| 5362 | + "traits": { |
| 5363 | + "smithy.api#documentation": "<p>Filter versions by their current status.</p>", |
| 5364 | + "smithy.api#httpQuery": "status" |
| 5365 | + } |
| 5366 | + } |
| 5367 | + }, |
| 5368 | + "traits": { |
| 5369 | + "smithy.api#input": {} |
| 5370 | + } |
| 5371 | + }, |
| 5372 | + "com.amazonaws.eks#DescribeClusterVersionsResponse": { |
| 5373 | + "type": "structure", |
| 5374 | + "members": { |
| 5375 | + "nextToken": { |
| 5376 | + "target": "com.amazonaws.eks#String", |
| 5377 | + "traits": { |
| 5378 | + "smithy.api#documentation": "<p>Pagination token for the next set of results.</p>" |
| 5379 | + } |
| 5380 | + }, |
| 5381 | + "clusterVersions": { |
| 5382 | + "target": "com.amazonaws.eks#ClusterVersionList", |
| 5383 | + "traits": { |
| 5384 | + "smithy.api#documentation": "<p>List of cluster version information objects.</p>" |
| 5385 | + } |
| 5386 | + } |
| 5387 | + }, |
| 5388 | + "traits": { |
| 5389 | + "smithy.api#output": {} |
| 5390 | + } |
| 5391 | + }, |
5177 | 5392 | "com.amazonaws.eks#DescribeEksAnywhereSubscription": { |
5178 | 5393 | "type": "operation", |
5179 | 5394 | "input": { |
|
6659 | 6874 | "addonCompatibilityDetails": { |
6660 | 6875 | "target": "com.amazonaws.eks#AddonCompatibilityDetails", |
6661 | 6876 | "traits": { |
6662 | | - "smithy.api#documentation": "<p>A list of <code>AddonCompatibilityDetail</code> objects for Amazon EKS add-ons.</p>" |
| 6877 | + "smithy.api#documentation": "<p>A list of AddonCompatibilityDetail objects for Amazon EKS add-ons.</p>" |
6663 | 6878 | } |
6664 | 6879 | } |
6665 | 6880 | }, |
|
0 commit comments