@aws-sdk/client-eks 3.650.0 → 3.654.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 (113) hide show
  1. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +11 -0
  3. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateAccessEntryCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateAddonCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateFargateProfileCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateNodegroupCommand.d.ts +11 -0
  10. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteAddonCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteNodegroupCommand.d.ts +11 -0
  17. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +11 -0
  18. package/dist-types/commands/DeregisterClusterCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeAddonCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeClusterCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeInsightCommand.d.ts +11 -0
  28. package/dist-types/commands/DescribeNodegroupCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribeUpdateCommand.d.ts +11 -0
  31. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +11 -0
  32. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +11 -0
  33. package/dist-types/commands/ListAccessEntriesCommand.d.ts +11 -0
  34. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +11 -0
  35. package/dist-types/commands/ListAddonsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +11 -0
  37. package/dist-types/commands/ListClustersCommand.d.ts +11 -0
  38. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListFargateProfilesCommand.d.ts +11 -0
  40. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +11 -0
  41. package/dist-types/commands/ListInsightsCommand.d.ts +11 -0
  42. package/dist-types/commands/ListNodegroupsCommand.d.ts +12 -1
  43. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +11 -0
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  45. package/dist-types/commands/ListUpdatesCommand.d.ts +11 -0
  46. package/dist-types/commands/RegisterClusterCommand.d.ts +11 -0
  47. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateAddonCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +11 -0
  57. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +12 -1
  113. package/package.json +36 -36
@@ -95,4 +95,15 @@ declare const AssociateAccessPolicyCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class AssociateAccessPolicyCommand extends AssociateAccessPolicyCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: AssociateAccessPolicyRequest;
102
+ output: AssociateAccessPolicyResponse;
103
+ };
104
+ sdk: {
105
+ input: AssociateAccessPolicyCommandInput;
106
+ output: AssociateAccessPolicyCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -115,4 +115,15 @@ declare const AssociateEncryptionConfigCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class AssociateEncryptionConfigCommand extends AssociateEncryptionConfigCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: AssociateEncryptionConfigRequest;
122
+ output: AssociateEncryptionConfigResponse;
123
+ };
124
+ sdk: {
125
+ input: AssociateEncryptionConfigCommandInput;
126
+ output: AssociateEncryptionConfigCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -127,4 +127,15 @@ declare const AssociateIdentityProviderConfigCommand_base: {
127
127
  * @public
128
128
  */
129
129
  export declare class AssociateIdentityProviderConfigCommand extends AssociateIdentityProviderConfigCommand_base {
130
+ /** @internal type navigation helper, not in runtime. */
131
+ protected static __types: {
132
+ api: {
133
+ input: AssociateIdentityProviderConfigRequest;
134
+ output: AssociateIdentityProviderConfigResponse;
135
+ };
136
+ sdk: {
137
+ input: AssociateIdentityProviderConfigCommandInput;
138
+ output: AssociateIdentityProviderConfigCommandOutput;
139
+ };
140
+ };
130
141
  }
@@ -115,4 +115,15 @@ declare const CreateAccessEntryCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class CreateAccessEntryCommand extends CreateAccessEntryCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: CreateAccessEntryRequest;
122
+ output: CreateAccessEntryResponse;
123
+ };
124
+ sdk: {
125
+ input: CreateAccessEntryCommandInput;
126
+ output: CreateAccessEntryCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -132,4 +132,15 @@ declare const CreateAddonCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class CreateAddonCommand extends CreateAddonCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: CreateAddonRequest;
139
+ output: CreateAddonResponse;
140
+ };
141
+ sdk: {
142
+ input: CreateAddonCommandInput;
143
+ output: CreateAddonCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -296,4 +296,15 @@ declare const CreateClusterCommand_base: {
296
296
  *
297
297
  */
298
298
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
299
+ /** @internal type navigation helper, not in runtime. */
300
+ protected static __types: {
301
+ api: {
302
+ input: CreateClusterRequest;
303
+ output: CreateClusterResponse;
304
+ };
305
+ sdk: {
306
+ input: CreateClusterCommandInput;
307
+ output: CreateClusterCommandOutput;
308
+ };
309
+ };
299
310
  }
@@ -109,4 +109,15 @@ declare const CreateEksAnywhereSubscriptionCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class CreateEksAnywhereSubscriptionCommand extends CreateEksAnywhereSubscriptionCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: CreateEksAnywhereSubscriptionRequest;
116
+ output: CreateEksAnywhereSubscriptionResponse;
117
+ };
118
+ sdk: {
119
+ input: CreateEksAnywhereSubscriptionCommandInput;
120
+ output: CreateEksAnywhereSubscriptionCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -157,4 +157,15 @@ declare const CreateFargateProfileCommand_base: {
157
157
  * @public
158
158
  */
159
159
  export declare class CreateFargateProfileCommand extends CreateFargateProfileCommand_base {
160
+ /** @internal type navigation helper, not in runtime. */
161
+ protected static __types: {
162
+ api: {
163
+ input: CreateFargateProfileRequest;
164
+ output: CreateFargateProfileResponse;
165
+ };
166
+ sdk: {
167
+ input: CreateFargateProfileCommandInput;
168
+ output: CreateFargateProfileCommandOutput;
169
+ };
170
+ };
160
171
  }
@@ -210,4 +210,15 @@ declare const CreateNodegroupCommand_base: {
210
210
  * @public
211
211
  */
212
212
  export declare class CreateNodegroupCommand extends CreateNodegroupCommand_base {
213
+ /** @internal type navigation helper, not in runtime. */
214
+ protected static __types: {
215
+ api: {
216
+ input: CreateNodegroupRequest;
217
+ output: CreateNodegroupResponse;
218
+ };
219
+ sdk: {
220
+ input: CreateNodegroupCommandInput;
221
+ output: CreateNodegroupCommandOutput;
222
+ };
223
+ };
213
224
  }
@@ -109,4 +109,15 @@ declare const CreatePodIdentityAssociationCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class CreatePodIdentityAssociationCommand extends CreatePodIdentityAssociationCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: CreatePodIdentityAssociationRequest;
116
+ output: CreatePodIdentityAssociationResponse;
117
+ };
118
+ sdk: {
119
+ input: CreatePodIdentityAssociationCommandInput;
120
+ output: CreatePodIdentityAssociationCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -71,4 +71,15 @@ declare const DeleteAccessEntryCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteAccessEntryCommand extends DeleteAccessEntryCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteAccessEntryRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteAccessEntryCommandInput;
82
+ output: DeleteAccessEntryCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -115,4 +115,15 @@ declare const DeleteAddonCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class DeleteAddonCommand extends DeleteAddonCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: DeleteAddonRequest;
122
+ output: DeleteAddonResponse;
123
+ };
124
+ sdk: {
125
+ input: DeleteAddonCommandInput;
126
+ output: DeleteAddonCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -187,4 +187,15 @@ declare const DeleteClusterCommand_base: {
187
187
  *
188
188
  */
189
189
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
190
+ /** @internal type navigation helper, not in runtime. */
191
+ protected static __types: {
192
+ api: {
193
+ input: DeleteClusterRequest;
194
+ output: DeleteClusterResponse;
195
+ };
196
+ sdk: {
197
+ input: DeleteClusterCommandInput;
198
+ output: DeleteClusterCommandOutput;
199
+ };
200
+ };
190
201
  }
@@ -97,4 +97,15 @@ declare const DeleteEksAnywhereSubscriptionCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class DeleteEksAnywhereSubscriptionCommand extends DeleteEksAnywhereSubscriptionCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: DeleteEksAnywhereSubscriptionRequest;
104
+ output: DeleteEksAnywhereSubscriptionResponse;
105
+ };
106
+ sdk: {
107
+ input: DeleteEksAnywhereSubscriptionCommandInput;
108
+ output: DeleteEksAnywhereSubscriptionCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -117,4 +117,15 @@ declare const DeleteFargateProfileCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class DeleteFargateProfileCommand extends DeleteFargateProfileCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: DeleteFargateProfileRequest;
124
+ output: DeleteFargateProfileResponse;
125
+ };
126
+ sdk: {
127
+ input: DeleteFargateProfileCommandInput;
128
+ output: DeleteFargateProfileCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -150,4 +150,15 @@ declare const DeleteNodegroupCommand_base: {
150
150
  * @public
151
151
  */
152
152
  export declare class DeleteNodegroupCommand extends DeleteNodegroupCommand_base {
153
+ /** @internal type navigation helper, not in runtime. */
154
+ protected static __types: {
155
+ api: {
156
+ input: DeleteNodegroupRequest;
157
+ output: DeleteNodegroupResponse;
158
+ };
159
+ sdk: {
160
+ input: DeleteNodegroupCommandInput;
161
+ output: DeleteNodegroupCommandOutput;
162
+ };
163
+ };
153
164
  }
@@ -88,4 +88,15 @@ declare const DeletePodIdentityAssociationCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class DeletePodIdentityAssociationCommand extends DeletePodIdentityAssociationCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: DeletePodIdentityAssociationRequest;
95
+ output: DeletePodIdentityAssociationResponse;
96
+ };
97
+ sdk: {
98
+ input: DeletePodIdentityAssociationCommandInput;
99
+ output: DeletePodIdentityAssociationCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -178,4 +178,15 @@ declare const DeregisterClusterCommand_base: {
178
178
  * @public
179
179
  */
180
180
  export declare class DeregisterClusterCommand extends DeregisterClusterCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: DeregisterClusterRequest;
185
+ output: DeregisterClusterResponse;
186
+ };
187
+ sdk: {
188
+ input: DeregisterClusterCommandInput;
189
+ output: DeregisterClusterCommandOutput;
190
+ };
191
+ };
181
192
  }
@@ -84,4 +84,15 @@ declare const DescribeAccessEntryCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class DescribeAccessEntryCommand extends DescribeAccessEntryCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: DescribeAccessEntryRequest;
91
+ output: DescribeAccessEntryResponse;
92
+ };
93
+ sdk: {
94
+ input: DescribeAccessEntryCommandInput;
95
+ output: DescribeAccessEntryCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -112,4 +112,15 @@ declare const DescribeAddonCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class DescribeAddonCommand extends DescribeAddonCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: DescribeAddonRequest;
119
+ output: DescribeAddonResponse;
120
+ };
121
+ sdk: {
122
+ input: DescribeAddonCommandInput;
123
+ output: DescribeAddonCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -80,4 +80,15 @@ declare const DescribeAddonConfigurationCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DescribeAddonConfigurationCommand extends DescribeAddonConfigurationCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DescribeAddonConfigurationRequest;
87
+ output: DescribeAddonConfigurationResponse;
88
+ };
89
+ sdk: {
90
+ input: DescribeAddonConfigurationCommandInput;
91
+ output: DescribeAddonConfigurationCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -115,4 +115,15 @@ declare const DescribeAddonVersionsCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class DescribeAddonVersionsCommand extends DescribeAddonVersionsCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: DescribeAddonVersionsRequest;
122
+ output: DescribeAddonVersionsResponse;
123
+ };
124
+ sdk: {
125
+ input: DescribeAddonVersionsCommandInput;
126
+ output: DescribeAddonVersionsCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -211,4 +211,15 @@ declare const DescribeClusterCommand_base: {
211
211
  *
212
212
  */
213
213
  export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
214
+ /** @internal type navigation helper, not in runtime. */
215
+ protected static __types: {
216
+ api: {
217
+ input: DescribeClusterRequest;
218
+ output: DescribeClusterResponse;
219
+ };
220
+ sdk: {
221
+ input: DescribeClusterCommandInput;
222
+ output: DescribeClusterCommandOutput;
223
+ };
224
+ };
214
225
  }
@@ -93,4 +93,15 @@ declare const DescribeEksAnywhereSubscriptionCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DescribeEksAnywhereSubscriptionCommand extends DescribeEksAnywhereSubscriptionCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DescribeEksAnywhereSubscriptionRequest;
100
+ output: DescribeEksAnywhereSubscriptionResponse;
101
+ };
102
+ sdk: {
103
+ input: DescribeEksAnywhereSubscriptionCommandInput;
104
+ output: DescribeEksAnywhereSubscriptionCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -107,4 +107,15 @@ declare const DescribeFargateProfileCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class DescribeFargateProfileCommand extends DescribeFargateProfileCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: DescribeFargateProfileRequest;
114
+ output: DescribeFargateProfileResponse;
115
+ };
116
+ sdk: {
117
+ input: DescribeFargateProfileCommandInput;
118
+ output: DescribeFargateProfileCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -100,4 +100,15 @@ declare const DescribeIdentityProviderConfigCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class DescribeIdentityProviderConfigCommand extends DescribeIdentityProviderConfigCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: DescribeIdentityProviderConfigRequest;
107
+ output: DescribeIdentityProviderConfigResponse;
108
+ };
109
+ sdk: {
110
+ input: DescribeIdentityProviderConfigCommandInput;
111
+ output: DescribeIdentityProviderConfigCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -117,4 +117,15 @@ declare const DescribeInsightCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class DescribeInsightCommand extends DescribeInsightCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: DescribeInsightRequest;
124
+ output: DescribeInsightResponse;
125
+ };
126
+ sdk: {
127
+ input: DescribeInsightCommandInput;
128
+ output: DescribeInsightCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -147,4 +147,15 @@ declare const DescribeNodegroupCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class DescribeNodegroupCommand extends DescribeNodegroupCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: DescribeNodegroupRequest;
154
+ output: DescribeNodegroupResponse;
155
+ };
156
+ sdk: {
157
+ input: DescribeNodegroupCommandInput;
158
+ output: DescribeNodegroupCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -91,4 +91,15 @@ declare const DescribePodIdentityAssociationCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class DescribePodIdentityAssociationCommand extends DescribePodIdentityAssociationCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DescribePodIdentityAssociationRequest;
98
+ output: DescribePodIdentityAssociationResponse;
99
+ };
100
+ sdk: {
101
+ input: DescribePodIdentityAssociationCommandInput;
102
+ output: DescribePodIdentityAssociationCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -100,4 +100,15 @@ declare const DescribeUpdateCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class DescribeUpdateCommand extends DescribeUpdateCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: DescribeUpdateRequest;
107
+ output: DescribeUpdateResponse;
108
+ };
109
+ sdk: {
110
+ input: DescribeUpdateCommandInput;
111
+ output: DescribeUpdateCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -69,4 +69,15 @@ declare const DisassociateAccessPolicyCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DisassociateAccessPolicyCommand extends DisassociateAccessPolicyCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DisassociateAccessPolicyRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DisassociateAccessPolicyCommandInput;
80
+ output: DisassociateAccessPolicyCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -109,4 +109,15 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class DisassociateIdentityProviderConfigCommand extends DisassociateIdentityProviderConfigCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: DisassociateIdentityProviderConfigRequest;
116
+ output: DisassociateIdentityProviderConfigResponse;
117
+ };
118
+ sdk: {
119
+ input: DisassociateIdentityProviderConfigCommandInput;
120
+ output: DisassociateIdentityProviderConfigCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -79,4 +79,15 @@ declare const ListAccessEntriesCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListAccessEntriesCommand extends ListAccessEntriesCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListAccessEntriesRequest;
86
+ output: ListAccessEntriesResponse;
87
+ };
88
+ sdk: {
89
+ input: ListAccessEntriesCommandInput;
90
+ output: ListAccessEntriesCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -67,4 +67,15 @@ declare const ListAccessPoliciesCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class ListAccessPoliciesCommand extends ListAccessPoliciesCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: ListAccessPoliciesRequest;
74
+ output: ListAccessPoliciesResponse;
75
+ };
76
+ sdk: {
77
+ input: ListAccessPoliciesCommandInput;
78
+ output: ListAccessPoliciesCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -83,4 +83,15 @@ declare const ListAddonsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListAddonsCommand extends ListAddonsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListAddonsRequest;
90
+ output: ListAddonsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListAddonsCommandInput;
94
+ output: ListAddonsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -87,4 +87,15 @@ declare const ListAssociatedAccessPoliciesCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListAssociatedAccessPoliciesCommand extends ListAssociatedAccessPoliciesCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListAssociatedAccessPoliciesRequest;
94
+ output: ListAssociatedAccessPoliciesResponse;
95
+ };
96
+ sdk: {
97
+ input: ListAssociatedAccessPoliciesCommandInput;
98
+ output: ListAssociatedAccessPoliciesCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -97,4 +97,15 @@ declare const ListClustersCommand_base: {
97
97
  *
98
98
  */
99
99
  export declare class ListClustersCommand extends ListClustersCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListClustersRequest;
104
+ output: ListClustersResponse;
105
+ };
106
+ sdk: {
107
+ input: ListClustersCommandInput;
108
+ output: ListClustersCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -99,4 +99,15 @@ declare const ListEksAnywhereSubscriptionsCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class ListEksAnywhereSubscriptionsCommand extends ListEksAnywhereSubscriptionsCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: ListEksAnywhereSubscriptionsRequest;
106
+ output: ListEksAnywhereSubscriptionsResponse;
107
+ };
108
+ sdk: {
109
+ input: ListEksAnywhereSubscriptionsCommandInput;
110
+ output: ListEksAnywhereSubscriptionsCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -80,4 +80,15 @@ declare const ListFargateProfilesCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListFargateProfilesCommand extends ListFargateProfilesCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListFargateProfilesRequest;
87
+ output: ListFargateProfilesResponse;
88
+ };
89
+ sdk: {
90
+ input: ListFargateProfilesCommandInput;
91
+ output: ListFargateProfilesCommandOutput;
92
+ };
93
+ };
83
94
  }