|
6137 | 6137 | "traits": {
|
6138 | 6138 | "smithy.api#documentation": "<p>Metadata that assists with categorization and organization.\n Each tag consists of a key and an optional value. You define both. Tags don't\n propagate to any other cluster or Amazon Web Services resources.</p>"
|
6139 | 6139 | }
|
| 6140 | + }, |
| 6141 | + "health": { |
| 6142 | + "target": "com.amazonaws.eks#FargateProfileHealth", |
| 6143 | + "traits": { |
| 6144 | + "smithy.api#documentation": "<p>The health status of the Fargate profile. If there are issues with\n your Fargate profile's health, they are listed here.</p>" |
| 6145 | + } |
6140 | 6146 | }
|
6141 | 6147 | },
|
6142 | 6148 | "traits": {
|
6143 | 6149 | "smithy.api#documentation": "<p>An object representing an Fargate profile.</p>"
|
6144 | 6150 | }
|
6145 | 6151 | },
|
| 6152 | + "com.amazonaws.eks#FargateProfileHealth": { |
| 6153 | + "type": "structure", |
| 6154 | + "members": { |
| 6155 | + "issues": { |
| 6156 | + "target": "com.amazonaws.eks#FargateProfileIssueList", |
| 6157 | + "traits": { |
| 6158 | + "smithy.api#documentation": "<p>Any issues that are associated with the Fargate profile.</p>" |
| 6159 | + } |
| 6160 | + } |
| 6161 | + }, |
| 6162 | + "traits": { |
| 6163 | + "smithy.api#documentation": "<p>The health status of the Fargate profile. If there are issues with\n your Fargate profile's health, they are listed here.</p>" |
| 6164 | + } |
| 6165 | + }, |
| 6166 | + "com.amazonaws.eks#FargateProfileIssue": { |
| 6167 | + "type": "structure", |
| 6168 | + "members": { |
| 6169 | + "code": { |
| 6170 | + "target": "com.amazonaws.eks#FargateProfileIssueCode", |
| 6171 | + "traits": { |
| 6172 | + "smithy.api#documentation": "<p>A brief description of the error.</p>" |
| 6173 | + } |
| 6174 | + }, |
| 6175 | + "message": { |
| 6176 | + "target": "com.amazonaws.eks#String", |
| 6177 | + "traits": { |
| 6178 | + "smithy.api#documentation": "<p>The error message associated with the issue.</p>" |
| 6179 | + } |
| 6180 | + }, |
| 6181 | + "resourceIds": { |
| 6182 | + "target": "com.amazonaws.eks#StringList", |
| 6183 | + "traits": { |
| 6184 | + "smithy.api#documentation": "<p>The Amazon Web Services resources that are affected by this issue.</p>" |
| 6185 | + } |
| 6186 | + } |
| 6187 | + }, |
| 6188 | + "traits": { |
| 6189 | + "smithy.api#documentation": "<p>An issue that is associated with the Fargate profile.</p>" |
| 6190 | + } |
| 6191 | + }, |
| 6192 | + "com.amazonaws.eks#FargateProfileIssueCode": { |
| 6193 | + "type": "enum", |
| 6194 | + "members": { |
| 6195 | + "POD_EXECUTION_ROLE_ALREADY_IN_USE": { |
| 6196 | + "target": "smithy.api#Unit", |
| 6197 | + "traits": { |
| 6198 | + "smithy.api#enumValue": "PodExecutionRoleAlreadyInUse" |
| 6199 | + } |
| 6200 | + }, |
| 6201 | + "ACCESS_DENIED": { |
| 6202 | + "target": "smithy.api#Unit", |
| 6203 | + "traits": { |
| 6204 | + "smithy.api#enumValue": "AccessDenied" |
| 6205 | + } |
| 6206 | + }, |
| 6207 | + "CLUSTER_UNREACHABLE": { |
| 6208 | + "target": "smithy.api#Unit", |
| 6209 | + "traits": { |
| 6210 | + "smithy.api#enumValue": "ClusterUnreachable" |
| 6211 | + } |
| 6212 | + }, |
| 6213 | + "INTERNAL_FAILURE": { |
| 6214 | + "target": "smithy.api#Unit", |
| 6215 | + "traits": { |
| 6216 | + "smithy.api#enumValue": "InternalFailure" |
| 6217 | + } |
| 6218 | + } |
| 6219 | + } |
| 6220 | + }, |
| 6221 | + "com.amazonaws.eks#FargateProfileIssueList": { |
| 6222 | + "type": "list", |
| 6223 | + "member": { |
| 6224 | + "target": "com.amazonaws.eks#FargateProfileIssue" |
| 6225 | + } |
| 6226 | + }, |
6146 | 6227 | "com.amazonaws.eks#FargateProfileLabel": {
|
6147 | 6228 | "type": "map",
|
6148 | 6229 | "key": {
|
|
0 commit comments