We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73399ff commit 1fef8cbCopy full SHA for 1fef8cb
clients/client-snowball/src/models/models_0.ts
@@ -396,7 +396,7 @@ export interface EKSOnDeviceServiceConfiguration {
396
397
/**
398
* @public
399
- * <p>The version of EKS Anywhere on the Snow Family device.</p>
+ * <p>The optional version of EKS Anywhere on the Snow Family device.</p>
400
*/
401
EKSAnywhereVersion?: string;
402
}
codegen/sdk-codegen/aws-models/snowball.json
@@ -2758,7 +2758,7 @@
2758
"EKSAnywhereVersion": {
2759
"target": "com.amazonaws.snowball#String",
2760
"traits": {
2761
- "smithy.api#documentation": "<p>The version of EKS Anywhere on the Snow Family device.</p>"
+ "smithy.api#documentation": "<p>The optional version of EKS Anywhere on the Snow Family device.</p>"
2762
2763
2764
},
0 commit comments