@aws-sdk/client-eks 3.30.0 → 3.34.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.
Files changed (257) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/EKS.ts +83 -0
  3. package/EKSClient.ts +6 -0
  4. package/commands/DeregisterClusterCommand.ts +94 -0
  5. package/commands/RegisterClusterCommand.ts +103 -0
  6. package/dist/cjs/EKS.js +30 -0
  7. package/dist/cjs/EKS.js.map +1 -1
  8. package/dist/cjs/EKSClient.js +13 -13
  9. package/dist/cjs/EKSClient.js.map +1 -1
  10. package/dist/cjs/commands/AssociateEncryptionConfigCommand.js +3 -3
  11. package/dist/cjs/commands/AssociateEncryptionConfigCommand.js.map +1 -1
  12. package/dist/cjs/commands/AssociateIdentityProviderConfigCommand.js +3 -3
  13. package/dist/cjs/commands/AssociateIdentityProviderConfigCommand.js.map +1 -1
  14. package/dist/cjs/commands/CreateAddonCommand.js +3 -3
  15. package/dist/cjs/commands/CreateAddonCommand.js.map +1 -1
  16. package/dist/cjs/commands/CreateClusterCommand.js +3 -3
  17. package/dist/cjs/commands/CreateClusterCommand.js.map +1 -1
  18. package/dist/cjs/commands/CreateFargateProfileCommand.js +3 -3
  19. package/dist/cjs/commands/CreateFargateProfileCommand.js.map +1 -1
  20. package/dist/cjs/commands/CreateNodegroupCommand.js +3 -3
  21. package/dist/cjs/commands/CreateNodegroupCommand.js.map +1 -1
  22. package/dist/cjs/commands/DeleteAddonCommand.js +3 -3
  23. package/dist/cjs/commands/DeleteAddonCommand.js.map +1 -1
  24. package/dist/cjs/commands/DeleteClusterCommand.js +3 -3
  25. package/dist/cjs/commands/DeleteClusterCommand.js.map +1 -1
  26. package/dist/cjs/commands/DeleteFargateProfileCommand.js +3 -3
  27. package/dist/cjs/commands/DeleteFargateProfileCommand.js.map +1 -1
  28. package/dist/cjs/commands/DeleteNodegroupCommand.js +3 -3
  29. package/dist/cjs/commands/DeleteNodegroupCommand.js.map +1 -1
  30. package/dist/cjs/commands/DeregisterClusterCommand.js +61 -0
  31. package/dist/cjs/commands/DeregisterClusterCommand.js.map +1 -0
  32. package/dist/cjs/commands/DescribeAddonCommand.js +3 -3
  33. package/dist/cjs/commands/DescribeAddonCommand.js.map +1 -1
  34. package/dist/cjs/commands/DescribeAddonVersionsCommand.js +3 -3
  35. package/dist/cjs/commands/DescribeAddonVersionsCommand.js.map +1 -1
  36. package/dist/cjs/commands/DescribeClusterCommand.js +3 -3
  37. package/dist/cjs/commands/DescribeClusterCommand.js.map +1 -1
  38. package/dist/cjs/commands/DescribeFargateProfileCommand.js +3 -3
  39. package/dist/cjs/commands/DescribeFargateProfileCommand.js.map +1 -1
  40. package/dist/cjs/commands/DescribeIdentityProviderConfigCommand.js +3 -3
  41. package/dist/cjs/commands/DescribeIdentityProviderConfigCommand.js.map +1 -1
  42. package/dist/cjs/commands/DescribeNodegroupCommand.js +3 -3
  43. package/dist/cjs/commands/DescribeNodegroupCommand.js.map +1 -1
  44. package/dist/cjs/commands/DescribeUpdateCommand.js +3 -3
  45. package/dist/cjs/commands/DescribeUpdateCommand.js.map +1 -1
  46. package/dist/cjs/commands/DisassociateIdentityProviderConfigCommand.js +3 -3
  47. package/dist/cjs/commands/DisassociateIdentityProviderConfigCommand.js.map +1 -1
  48. package/dist/cjs/commands/ListAddonsCommand.js +3 -3
  49. package/dist/cjs/commands/ListAddonsCommand.js.map +1 -1
  50. package/dist/cjs/commands/ListClustersCommand.js +3 -3
  51. package/dist/cjs/commands/ListClustersCommand.js.map +1 -1
  52. package/dist/cjs/commands/ListFargateProfilesCommand.js +3 -3
  53. package/dist/cjs/commands/ListFargateProfilesCommand.js.map +1 -1
  54. package/dist/cjs/commands/ListIdentityProviderConfigsCommand.js +3 -3
  55. package/dist/cjs/commands/ListIdentityProviderConfigsCommand.js.map +1 -1
  56. package/dist/cjs/commands/ListNodegroupsCommand.js +3 -3
  57. package/dist/cjs/commands/ListNodegroupsCommand.js.map +1 -1
  58. package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
  59. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
  60. package/dist/cjs/commands/ListUpdatesCommand.js +3 -3
  61. package/dist/cjs/commands/ListUpdatesCommand.js.map +1 -1
  62. package/dist/cjs/commands/RegisterClusterCommand.js +70 -0
  63. package/dist/cjs/commands/RegisterClusterCommand.js.map +1 -0
  64. package/dist/cjs/commands/TagResourceCommand.js +3 -3
  65. package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
  66. package/dist/cjs/commands/UntagResourceCommand.js +3 -3
  67. package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
  68. package/dist/cjs/commands/UpdateAddonCommand.js +3 -3
  69. package/dist/cjs/commands/UpdateAddonCommand.js.map +1 -1
  70. package/dist/cjs/commands/UpdateClusterConfigCommand.js +3 -3
  71. package/dist/cjs/commands/UpdateClusterConfigCommand.js.map +1 -1
  72. package/dist/cjs/commands/UpdateClusterVersionCommand.js +3 -3
  73. package/dist/cjs/commands/UpdateClusterVersionCommand.js.map +1 -1
  74. package/dist/cjs/commands/UpdateNodegroupConfigCommand.js +3 -3
  75. package/dist/cjs/commands/UpdateNodegroupConfigCommand.js.map +1 -1
  76. package/dist/cjs/commands/UpdateNodegroupVersionCommand.js +3 -3
  77. package/dist/cjs/commands/UpdateNodegroupVersionCommand.js.map +1 -1
  78. package/dist/cjs/endpoints.js +1 -1
  79. package/dist/cjs/endpoints.js.map +1 -1
  80. package/dist/cjs/index.js +53 -51
  81. package/dist/cjs/index.js.map +1 -1
  82. package/dist/cjs/models/index.js +1 -1
  83. package/dist/cjs/models/index.js.map +1 -1
  84. package/dist/cjs/models/models_0.js +69 -3
  85. package/dist/cjs/models/models_0.js.map +1 -1
  86. package/dist/cjs/package.json +40 -40
  87. package/dist/cjs/protocols/Aws_restJson1.js +453 -219
  88. package/dist/cjs/protocols/Aws_restJson1.js.map +1 -1
  89. package/dist/cjs/runtimeConfig.browser.js +4 -4
  90. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  91. package/dist/cjs/runtimeConfig.js +8 -8
  92. package/dist/cjs/runtimeConfig.js.map +1 -1
  93. package/dist/cjs/runtimeConfig.native.js +1 -1
  94. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  95. package/dist/cjs/waiters/waitForAddonActive.js +3 -3
  96. package/dist/cjs/waiters/waitForAddonActive.js.map +1 -1
  97. package/dist/cjs/waiters/waitForAddonDeleted.js +3 -3
  98. package/dist/cjs/waiters/waitForAddonDeleted.js.map +1 -1
  99. package/dist/cjs/waiters/waitForClusterActive.js +3 -3
  100. package/dist/cjs/waiters/waitForClusterActive.js.map +1 -1
  101. package/dist/cjs/waiters/waitForClusterDeleted.js +12 -3
  102. package/dist/cjs/waiters/waitForClusterDeleted.js.map +1 -1
  103. package/dist/cjs/waiters/waitForFargateProfileActive.js +3 -3
  104. package/dist/cjs/waiters/waitForFargateProfileActive.js.map +1 -1
  105. package/dist/cjs/waiters/waitForFargateProfileDeleted.js +3 -3
  106. package/dist/cjs/waiters/waitForFargateProfileDeleted.js.map +1 -1
  107. package/dist/cjs/waiters/waitForNodegroupActive.js +3 -3
  108. package/dist/cjs/waiters/waitForNodegroupActive.js.map +1 -1
  109. package/dist/cjs/waiters/waitForNodegroupDeleted.js +3 -3
  110. package/dist/cjs/waiters/waitForNodegroupDeleted.js.map +1 -1
  111. package/dist/es/EKS.js +31 -13
  112. package/dist/es/EKS.js.map +1 -1
  113. package/dist/es/EKSClient.js +1 -18
  114. package/dist/es/EKSClient.js.map +1 -1
  115. package/dist/es/commands/AssociateEncryptionConfigCommand.js +2 -30
  116. package/dist/es/commands/AssociateEncryptionConfigCommand.js.map +1 -1
  117. package/dist/es/commands/AssociateIdentityProviderConfigCommand.js +2 -34
  118. package/dist/es/commands/AssociateIdentityProviderConfigCommand.js.map +1 -1
  119. package/dist/es/commands/CreateAddonCommand.js +2 -32
  120. package/dist/es/commands/CreateAddonCommand.js.map +1 -1
  121. package/dist/es/commands/CreateClusterCommand.js +2 -45
  122. package/dist/es/commands/CreateClusterCommand.js.map +1 -1
  123. package/dist/es/commands/CreateFargateProfileCommand.js +2 -50
  124. package/dist/es/commands/CreateFargateProfileCommand.js.map +1 -1
  125. package/dist/es/commands/CreateNodegroupCommand.js +2 -36
  126. package/dist/es/commands/CreateNodegroupCommand.js.map +1 -1
  127. package/dist/es/commands/DeleteAddonCommand.js +2 -29
  128. package/dist/es/commands/DeleteAddonCommand.js.map +1 -1
  129. package/dist/es/commands/DeleteClusterCommand.js +2 -34
  130. package/dist/es/commands/DeleteClusterCommand.js.map +1 -1
  131. package/dist/es/commands/DeleteFargateProfileCommand.js +2 -34
  132. package/dist/es/commands/DeleteFargateProfileCommand.js.map +1 -1
  133. package/dist/es/commands/DeleteNodegroupCommand.js +2 -27
  134. package/dist/es/commands/DeleteNodegroupCommand.js.map +1 -1
  135. package/dist/es/commands/DeregisterClusterCommand.js +40 -0
  136. package/dist/es/commands/DeregisterClusterCommand.js.map +1 -0
  137. package/dist/es/commands/DescribeAddonCommand.js +2 -27
  138. package/dist/es/commands/DescribeAddonCommand.js.map +1 -1
  139. package/dist/es/commands/DescribeAddonVersionsCommand.js +2 -27
  140. package/dist/es/commands/DescribeAddonVersionsCommand.js.map +1 -1
  141. package/dist/es/commands/DescribeClusterCommand.js +2 -35
  142. package/dist/es/commands/DescribeClusterCommand.js.map +1 -1
  143. package/dist/es/commands/DescribeFargateProfileCommand.js +2 -27
  144. package/dist/es/commands/DescribeFargateProfileCommand.js.map +1 -1
  145. package/dist/es/commands/DescribeIdentityProviderConfigCommand.js +2 -27
  146. package/dist/es/commands/DescribeIdentityProviderConfigCommand.js.map +1 -1
  147. package/dist/es/commands/DescribeNodegroupCommand.js +2 -27
  148. package/dist/es/commands/DescribeNodegroupCommand.js.map +1 -1
  149. package/dist/es/commands/DescribeUpdateCommand.js +2 -31
  150. package/dist/es/commands/DescribeUpdateCommand.js.map +1 -1
  151. package/dist/es/commands/DisassociateIdentityProviderConfigCommand.js +2 -30
  152. package/dist/es/commands/DisassociateIdentityProviderConfigCommand.js.map +1 -1
  153. package/dist/es/commands/ListAddonsCommand.js +2 -27
  154. package/dist/es/commands/ListAddonsCommand.js.map +1 -1
  155. package/dist/es/commands/ListClustersCommand.js +2 -27
  156. package/dist/es/commands/ListClustersCommand.js.map +1 -1
  157. package/dist/es/commands/ListFargateProfilesCommand.js +2 -28
  158. package/dist/es/commands/ListFargateProfilesCommand.js.map +1 -1
  159. package/dist/es/commands/ListIdentityProviderConfigsCommand.js +2 -27
  160. package/dist/es/commands/ListIdentityProviderConfigsCommand.js.map +1 -1
  161. package/dist/es/commands/ListNodegroupsCommand.js +2 -28
  162. package/dist/es/commands/ListNodegroupsCommand.js.map +1 -1
  163. package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
  164. package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
  165. package/dist/es/commands/ListUpdatesCommand.js +2 -28
  166. package/dist/es/commands/ListUpdatesCommand.js.map +1 -1
  167. package/dist/es/commands/RegisterClusterCommand.js +40 -0
  168. package/dist/es/commands/RegisterClusterCommand.js.map +1 -0
  169. package/dist/es/commands/TagResourceCommand.js +2 -33
  170. package/dist/es/commands/TagResourceCommand.js.map +1 -1
  171. package/dist/es/commands/UntagResourceCommand.js +2 -27
  172. package/dist/es/commands/UntagResourceCommand.js.map +1 -1
  173. package/dist/es/commands/UpdateAddonCommand.js +2 -27
  174. package/dist/es/commands/UpdateAddonCommand.js.map +1 -1
  175. package/dist/es/commands/UpdateClusterConfigCommand.js +2 -53
  176. package/dist/es/commands/UpdateClusterConfigCommand.js.map +1 -1
  177. package/dist/es/commands/UpdateClusterVersionCommand.js +2 -37
  178. package/dist/es/commands/UpdateClusterVersionCommand.js.map +1 -1
  179. package/dist/es/commands/UpdateNodegroupConfigCommand.js +2 -31
  180. package/dist/es/commands/UpdateNodegroupConfigCommand.js.map +1 -1
  181. package/dist/es/commands/UpdateNodegroupVersionCommand.js +2 -44
  182. package/dist/es/commands/UpdateNodegroupVersionCommand.js.map +1 -1
  183. package/dist/es/endpoints.js +1 -1
  184. package/dist/es/endpoints.js.map +1 -1
  185. package/dist/es/index.js +2 -0
  186. package/dist/es/index.js.map +1 -1
  187. package/dist/es/models/models_0.js +36 -342
  188. package/dist/es/models/models_0.js.map +1 -1
  189. package/dist/es/package.json +40 -40
  190. package/dist/es/pagination/DescribeAddonVersionsPaginator.js +16 -28
  191. package/dist/es/pagination/DescribeAddonVersionsPaginator.js.map +1 -1
  192. package/dist/es/pagination/ListAddonsPaginator.js +16 -28
  193. package/dist/es/pagination/ListAddonsPaginator.js.map +1 -1
  194. package/dist/es/pagination/ListClustersPaginator.js +16 -28
  195. package/dist/es/pagination/ListClustersPaginator.js.map +1 -1
  196. package/dist/es/pagination/ListFargateProfilesPaginator.js +16 -28
  197. package/dist/es/pagination/ListFargateProfilesPaginator.js.map +1 -1
  198. package/dist/es/pagination/ListIdentityProviderConfigsPaginator.js +16 -28
  199. package/dist/es/pagination/ListIdentityProviderConfigsPaginator.js.map +1 -1
  200. package/dist/es/pagination/ListNodegroupsPaginator.js +16 -28
  201. package/dist/es/pagination/ListNodegroupsPaginator.js.map +1 -1
  202. package/dist/es/pagination/ListUpdatesPaginator.js +16 -28
  203. package/dist/es/pagination/ListUpdatesPaginator.js.map +1 -1
  204. package/dist/es/protocols/Aws_restJson1.js +1197 -938
  205. package/dist/es/protocols/Aws_restJson1.js.map +1 -1
  206. package/dist/es/runtimeConfig.browser.js +0 -3
  207. package/dist/es/runtimeConfig.browser.js.map +1 -1
  208. package/dist/es/runtimeConfig.js +0 -3
  209. package/dist/es/runtimeConfig.js.map +1 -1
  210. package/dist/es/runtimeConfig.native.js +0 -3
  211. package/dist/es/runtimeConfig.native.js.map +1 -1
  212. package/dist/es/runtimeConfig.shared.js +0 -3
  213. package/dist/es/runtimeConfig.shared.js.map +1 -1
  214. package/dist/es/waiters/waitForAddonActive.js +10 -19
  215. package/dist/es/waiters/waitForAddonActive.js.map +1 -1
  216. package/dist/es/waiters/waitForAddonDeleted.js +9 -18
  217. package/dist/es/waiters/waitForAddonDeleted.js.map +1 -1
  218. package/dist/es/waiters/waitForClusterActive.js +10 -19
  219. package/dist/es/waiters/waitForClusterActive.js.map +1 -1
  220. package/dist/es/waiters/waitForClusterDeleted.js +20 -20
  221. package/dist/es/waiters/waitForClusterDeleted.js.map +1 -1
  222. package/dist/es/waiters/waitForFargateProfileActive.js +9 -18
  223. package/dist/es/waiters/waitForFargateProfileActive.js.map +1 -1
  224. package/dist/es/waiters/waitForFargateProfileDeleted.js +9 -18
  225. package/dist/es/waiters/waitForFargateProfileDeleted.js.map +1 -1
  226. package/dist/es/waiters/waitForNodegroupActive.js +9 -18
  227. package/dist/es/waiters/waitForNodegroupActive.js.map +1 -1
  228. package/dist/es/waiters/waitForNodegroupDeleted.js +9 -18
  229. package/dist/es/waiters/waitForNodegroupDeleted.js.map +1 -1
  230. package/dist/types/EKS.d.ts +23 -0
  231. package/dist/types/EKSClient.d.ts +4 -2
  232. package/dist/types/commands/DeregisterClusterCommand.d.ts +35 -0
  233. package/dist/types/commands/RegisterClusterCommand.d.ts +44 -0
  234. package/dist/types/index.d.ts +2 -0
  235. package/dist/types/models/models_0.d.ts +129 -3
  236. package/dist/types/protocols/Aws_restJson1.d.ts +6 -0
  237. package/dist/types/runtimeConfig.browser.d.ts +1 -0
  238. package/dist/types/runtimeConfig.d.ts +1 -0
  239. package/dist/types/runtimeConfig.native.d.ts +1 -0
  240. package/dist/types/ts3.4/EKS.d.ts +23 -0
  241. package/dist/types/ts3.4/EKSClient.d.ts +4 -2
  242. package/dist/types/ts3.4/commands/DeregisterClusterCommand.d.ts +35 -0
  243. package/dist/types/ts3.4/commands/RegisterClusterCommand.d.ts +44 -0
  244. package/dist/types/ts3.4/index.d.ts +2 -0
  245. package/dist/types/ts3.4/models/models_0.d.ts +129 -3
  246. package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  247. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  248. package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
  249. package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
  250. package/index.ts +2 -0
  251. package/models/models_0.ts +163 -3
  252. package/package.json +40 -40
  253. package/protocols/Aws_restJson1.ts +273 -7
  254. package/tsconfig.es.json +0 -2
  255. package/tsconfig.json +3 -5
  256. package/tsconfig.types.json +8 -0
  257. package/waiters/waitForClusterDeleted.ts +8 -0
@@ -1209,6 +1209,46 @@ export namespace Certificate {
1209
1209
  });
1210
1210
  }
1211
1211
 
1212
+ /**
1213
+ * <p>The full description of your connected cluster.</p>
1214
+ */
1215
+ export interface ConnectorConfigResponse {
1216
+ /**
1217
+ * <p>A unique ID associated with the cluster for registration purposes.</p>
1218
+ */
1219
+ activationId?: string;
1220
+
1221
+ /**
1222
+ * <p>A unique code associated with the cluster for registration purposes.</p>
1223
+ */
1224
+ activationCode?: string;
1225
+
1226
+ /**
1227
+ * <p>The expiration time of the connected cluster. The cluster's YAML file must be applied through the native
1228
+ * provider.</p>
1229
+ */
1230
+ activationExpiry?: Date;
1231
+
1232
+ /**
1233
+ * <p>The cluster's cloud service provider.</p>
1234
+ */
1235
+ provider?: string;
1236
+
1237
+ /**
1238
+ * <p>The Amazon Resource Name (ARN) of the role that is used by the EKS connector to communicate with AWS services from the connected Kubernetes cluster.</p>
1239
+ */
1240
+ roleArn?: string;
1241
+ }
1242
+
1243
+ export namespace ConnectorConfigResponse {
1244
+ /**
1245
+ * @internal
1246
+ */
1247
+ export const filterSensitiveLog = (obj: ConnectorConfigResponse): any => ({
1248
+ ...obj,
1249
+ });
1250
+ }
1251
+
1212
1252
  /**
1213
1253
  * <p>An object representing the <a href="https://openid.net/connect/">OpenID
1214
1254
  * Connect</a> (OIDC) identity provider information for the cluster.</p>
@@ -1340,7 +1380,7 @@ export namespace VpcConfigResponse {
1340
1380
  });
1341
1381
  }
1342
1382
 
1343
- export type ClusterStatus = "ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "UPDATING";
1383
+ export type ClusterStatus = "ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "PENDING" | "UPDATING";
1344
1384
 
1345
1385
  /**
1346
1386
  * <p>An object representing an Amazon EKS cluster.</p>
@@ -1428,7 +1468,7 @@ export interface Cluster {
1428
1468
  * <p>The metadata that you apply to the cluster to assist with categorization and
1429
1469
  * organization. Each tag consists of a key and an optional value, both of which you
1430
1470
  * define. Cluster tags do not propagate to any other resources associated with the
1431
- * cluster. </p>
1471
+ * cluster.</p>
1432
1472
  */
1433
1473
  tags?: { [key: string]: string };
1434
1474
 
@@ -1436,6 +1476,11 @@ export interface Cluster {
1436
1476
  * <p>The encryption configuration for the cluster.</p>
1437
1477
  */
1438
1478
  encryptionConfig?: EncryptionConfig[];
1479
+
1480
+ /**
1481
+ * <p>The configuration used to connect to a cluster for registration.</p>
1482
+ */
1483
+ connectorConfig?: ConnectorConfigResponse;
1439
1484
  }
1440
1485
 
1441
1486
  export namespace Cluster {
@@ -2562,6 +2607,38 @@ export namespace DeleteNodegroupResponse {
2562
2607
  });
2563
2608
  }
2564
2609
 
2610
+ export interface DeregisterClusterRequest {
2611
+ /**
2612
+ * <p>The name of the connected cluster to deregister.</p>
2613
+ */
2614
+ name: string | undefined;
2615
+ }
2616
+
2617
+ export namespace DeregisterClusterRequest {
2618
+ /**
2619
+ * @internal
2620
+ */
2621
+ export const filterSensitiveLog = (obj: DeregisterClusterRequest): any => ({
2622
+ ...obj,
2623
+ });
2624
+ }
2625
+
2626
+ export interface DeregisterClusterResponse {
2627
+ /**
2628
+ * <p>An object representing an Amazon EKS cluster.</p>
2629
+ */
2630
+ cluster?: Cluster;
2631
+ }
2632
+
2633
+ export namespace DeregisterClusterResponse {
2634
+ /**
2635
+ * @internal
2636
+ */
2637
+ export const filterSensitiveLog = (obj: DeregisterClusterResponse): any => ({
2638
+ ...obj,
2639
+ });
2640
+ }
2641
+
2565
2642
  export interface DescribeAddonRequest {
2566
2643
  /**
2567
2644
  * <p>The name of the cluster.</p>
@@ -2876,7 +2953,7 @@ export namespace OidcIdentityProviderConfig {
2876
2953
  }
2877
2954
 
2878
2955
  /**
2879
- * <p>An object that represents an identity configuration.</p>
2956
+ * <p>The full description of your identity configuration.</p>
2880
2957
  */
2881
2958
  export interface IdentityProviderConfigResponse {
2882
2959
  /**
@@ -3134,6 +3211,11 @@ export interface ListClustersRequest {
3134
3211
  * </note>
3135
3212
  */
3136
3213
  nextToken?: string;
3214
+
3215
+ /**
3216
+ * <p>Indicates whether connected clusters are included in the returned list. Default value is 'ALL'.</p>
3217
+ */
3218
+ include?: string[];
3137
3219
  }
3138
3220
 
3139
3221
  export namespace ListClustersRequest {
@@ -3497,6 +3579,84 @@ export namespace ListUpdatesResponse {
3497
3579
  });
3498
3580
  }
3499
3581
 
3582
+ export enum ConnectorConfigProvider {
3583
+ AKS = "AKS",
3584
+ ANTHOS = "ANTHOS",
3585
+ EC2 = "EC2",
3586
+ EKS_ANYWHERE = "EKS_ANYWHERE",
3587
+ GKE = "GKE",
3588
+ OPENSHIFT = "OPENSHIFT",
3589
+ OTHER = "OTHER",
3590
+ RANCHER = "RANCHER",
3591
+ TANZU = "TANZU",
3592
+ }
3593
+
3594
+ /**
3595
+ * <p>The configuration sent to a cluster for configuration.</p>
3596
+ */
3597
+ export interface ConnectorConfigRequest {
3598
+ /**
3599
+ * <p>The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.</p>
3600
+ */
3601
+ roleArn: string | undefined;
3602
+
3603
+ /**
3604
+ * <p>The cloud provider for the target cluster to connect.</p>
3605
+ */
3606
+ provider: ConnectorConfigProvider | string | undefined;
3607
+ }
3608
+
3609
+ export namespace ConnectorConfigRequest {
3610
+ /**
3611
+ * @internal
3612
+ */
3613
+ export const filterSensitiveLog = (obj: ConnectorConfigRequest): any => ({
3614
+ ...obj,
3615
+ });
3616
+ }
3617
+
3618
+ export interface RegisterClusterRequest {
3619
+ /**
3620
+ * <p>Define a unique name for this cluster within your AWS account.</p>
3621
+ */
3622
+ name: string | undefined;
3623
+
3624
+ /**
3625
+ * <p>The configuration settings required to connect the Kubernetes cluster to the Amazon EKS control plane.</p>
3626
+ */
3627
+ connectorConfig: ConnectorConfigRequest | undefined;
3628
+
3629
+ /**
3630
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
3631
+ */
3632
+ clientRequestToken?: string;
3633
+ }
3634
+
3635
+ export namespace RegisterClusterRequest {
3636
+ /**
3637
+ * @internal
3638
+ */
3639
+ export const filterSensitiveLog = (obj: RegisterClusterRequest): any => ({
3640
+ ...obj,
3641
+ });
3642
+ }
3643
+
3644
+ export interface RegisterClusterResponse {
3645
+ /**
3646
+ * <p>An object representing an Amazon EKS cluster.</p>
3647
+ */
3648
+ cluster?: Cluster;
3649
+ }
3650
+
3651
+ export namespace RegisterClusterResponse {
3652
+ /**
3653
+ * @internal
3654
+ */
3655
+ export const filterSensitiveLog = (obj: RegisterClusterResponse): any => ({
3656
+ ...obj,
3657
+ });
3658
+ }
3659
+
3500
3660
  export interface TagResourceRequest {
3501
3661
  /**
3502
3662
  * <p>The Amazon Resource Name (ARN) of the resource to which to add tags. Currently, the supported resources
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eks",
3
3
  "description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4
- "version": "3.30.0",
4
+ "version": "3.34.0",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
- "build-documentation": "yarn remove-documentation && typedoc ./",
8
- "remove-definitions": "rimraf ./types",
9
- "remove-dist": "rimraf ./dist",
10
- "remove-documentation": "rimraf ./docs",
11
- "test": "exit 0",
6
+ "build": "yarn build:cjs && yarn build:es && yarn build:types",
12
7
  "build:cjs": "tsc -p tsconfig.json",
8
+ "build:docs": "yarn clean:docs && typedoc ./",
13
9
  "build:es": "tsc -p tsconfig.es.json",
14
- "build": "yarn build:cjs && yarn build:es",
15
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "clean": "yarn clean:dist && yarn clean:docs",
12
+ "clean:dist": "rimraf ./dist",
13
+ "clean:docs": "rimraf ./docs",
14
+ "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
15
+ "test": "exit 0"
16
16
  },
17
17
  "main": "./dist/cjs/index.js",
18
18
  "types": "./dist/types/index.d.ts",
@@ -27,40 +27,40 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "^1.0.0",
29
29
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.30.0",
31
- "@aws-sdk/config-resolver": "3.30.0",
32
- "@aws-sdk/credential-provider-node": "3.30.0",
33
- "@aws-sdk/fetch-http-handler": "3.29.0",
34
- "@aws-sdk/hash-node": "3.29.0",
35
- "@aws-sdk/invalid-dependency": "3.29.0",
36
- "@aws-sdk/middleware-content-length": "3.29.0",
37
- "@aws-sdk/middleware-host-header": "3.29.0",
38
- "@aws-sdk/middleware-logger": "3.29.0",
39
- "@aws-sdk/middleware-retry": "3.29.0",
40
- "@aws-sdk/middleware-serde": "3.29.0",
41
- "@aws-sdk/middleware-signing": "3.30.0",
42
- "@aws-sdk/middleware-stack": "3.29.0",
43
- "@aws-sdk/middleware-user-agent": "3.29.0",
44
- "@aws-sdk/node-config-provider": "3.29.0",
45
- "@aws-sdk/node-http-handler": "3.29.0",
46
- "@aws-sdk/protocol-http": "3.29.0",
47
- "@aws-sdk/smithy-client": "3.30.0",
48
- "@aws-sdk/types": "3.29.0",
49
- "@aws-sdk/url-parser": "3.29.0",
50
- "@aws-sdk/util-base64-browser": "3.29.0",
51
- "@aws-sdk/util-base64-node": "3.29.0",
52
- "@aws-sdk/util-body-length-browser": "3.29.0",
53
- "@aws-sdk/util-body-length-node": "3.29.0",
54
- "@aws-sdk/util-user-agent-browser": "3.29.0",
55
- "@aws-sdk/util-user-agent-node": "3.29.0",
56
- "@aws-sdk/util-utf8-browser": "3.29.0",
57
- "@aws-sdk/util-utf8-node": "3.29.0",
58
- "@aws-sdk/util-waiter": "3.29.0",
30
+ "@aws-sdk/client-sts": "3.34.0",
31
+ "@aws-sdk/config-resolver": "3.34.0",
32
+ "@aws-sdk/credential-provider-node": "3.34.0",
33
+ "@aws-sdk/fetch-http-handler": "3.34.0",
34
+ "@aws-sdk/hash-node": "3.34.0",
35
+ "@aws-sdk/invalid-dependency": "3.34.0",
36
+ "@aws-sdk/middleware-content-length": "3.34.0",
37
+ "@aws-sdk/middleware-host-header": "3.34.0",
38
+ "@aws-sdk/middleware-logger": "3.34.0",
39
+ "@aws-sdk/middleware-retry": "3.34.0",
40
+ "@aws-sdk/middleware-serde": "3.34.0",
41
+ "@aws-sdk/middleware-signing": "3.34.0",
42
+ "@aws-sdk/middleware-stack": "3.34.0",
43
+ "@aws-sdk/middleware-user-agent": "3.34.0",
44
+ "@aws-sdk/node-config-provider": "3.34.0",
45
+ "@aws-sdk/node-http-handler": "3.34.0",
46
+ "@aws-sdk/protocol-http": "3.34.0",
47
+ "@aws-sdk/smithy-client": "3.34.0",
48
+ "@aws-sdk/types": "3.34.0",
49
+ "@aws-sdk/url-parser": "3.34.0",
50
+ "@aws-sdk/util-base64-browser": "3.34.0",
51
+ "@aws-sdk/util-base64-node": "3.34.0",
52
+ "@aws-sdk/util-body-length-browser": "3.34.0",
53
+ "@aws-sdk/util-body-length-node": "3.34.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.34.0",
55
+ "@aws-sdk/util-user-agent-node": "3.34.0",
56
+ "@aws-sdk/util-utf8-browser": "3.34.0",
57
+ "@aws-sdk/util-utf8-node": "3.34.0",
58
+ "@aws-sdk/util-waiter": "3.34.0",
59
59
  "tslib": "^2.3.0",
60
60
  "uuid": "^8.3.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@aws-sdk/client-documentation-generator": "3.29.0",
63
+ "@aws-sdk/client-documentation-generator": "3.34.0",
64
64
  "@types/node": "^12.7.5",
65
65
  "@types/uuid": "^8.3.0",
66
66
  "downlevel-dts": "0.7.0",
@@ -68,7 +68,7 @@
68
68
  "rimraf": "^3.0.0",
69
69
  "ts-jest": "^26.4.1",
70
70
  "typedoc": "^0.19.2",
71
- "typescript": "~4.4.2"
71
+ "typescript": "~4.3.5"
72
72
  },
73
73
  "engines": {
74
74
  "node": ">=10.0.0"