@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
@@ -85,4 +85,15 @@ declare const ListIdentityProviderConfigsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListIdentityProviderConfigsCommand extends ListIdentityProviderConfigsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListIdentityProviderConfigsRequest;
92
+ output: ListIdentityProviderConfigsResponse;
93
+ };
94
+ sdk: {
95
+ input: ListIdentityProviderConfigsCommandInput;
96
+ output: ListIdentityProviderConfigsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -103,4 +103,15 @@ declare const ListInsightsCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class ListInsightsCommand extends ListInsightsCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: ListInsightsRequest;
110
+ output: ListInsightsResponse;
111
+ };
112
+ sdk: {
113
+ input: ListInsightsCommandInput;
114
+ output: ListInsightsCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -24,7 +24,7 @@ export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __M
24
24
  declare const ListNodegroupsCommand_base: {
25
25
  new (input: ListNodegroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (__0_0: ListNodegroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * <p>Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. Self-managed node
@@ -83,4 +83,15 @@ declare const ListNodegroupsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListNodegroupsCommand extends ListNodegroupsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListNodegroupsRequest;
90
+ output: ListNodegroupsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListNodegroupsCommandInput;
94
+ output: ListNodegroupsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -88,4 +88,15 @@ declare const ListPodIdentityAssociationsCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ListPodIdentityAssociationsCommand extends ListPodIdentityAssociationsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListPodIdentityAssociationsRequest;
95
+ output: ListPodIdentityAssociationsResponse;
96
+ };
97
+ sdk: {
98
+ input: ListPodIdentityAssociationsCommandInput;
99
+ output: ListPodIdentityAssociationsCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -85,4 +85,15 @@ declare const ListTagsForResourceCommand_base: {
85
85
  *
86
86
  */
87
87
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListTagsForResourceRequest;
92
+ output: ListTagsForResourceResponse;
93
+ };
94
+ sdk: {
95
+ input: ListTagsForResourceCommandInput;
96
+ output: ListTagsForResourceCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -81,4 +81,15 @@ declare const ListUpdatesCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListUpdatesCommand extends ListUpdatesCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListUpdatesRequest;
88
+ output: ListUpdatesResponse;
89
+ };
90
+ sdk: {
91
+ input: ListUpdatesCommandInput;
92
+ output: ListUpdatesCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -202,4 +202,15 @@ declare const RegisterClusterCommand_base: {
202
202
  * @public
203
203
  */
204
204
  export declare class RegisterClusterCommand extends RegisterClusterCommand_base {
205
+ /** @internal type navigation helper, not in runtime. */
206
+ protected static __types: {
207
+ api: {
208
+ input: RegisterClusterRequest;
209
+ output: RegisterClusterResponse;
210
+ };
211
+ sdk: {
212
+ input: RegisterClusterCommandInput;
213
+ output: RegisterClusterCommandOutput;
214
+ };
215
+ };
205
216
  }
@@ -72,4 +72,15 @@ declare const TagResourceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class TagResourceCommand extends TagResourceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: TagResourceRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: TagResourceCommandInput;
83
+ output: TagResourceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -66,4 +66,15 @@ declare const UntagResourceCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: UntagResourceRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: UntagResourceCommandInput;
77
+ output: UntagResourceCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -93,4 +93,15 @@ declare const UpdateAccessEntryCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class UpdateAccessEntryCommand extends UpdateAccessEntryCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: UpdateAccessEntryRequest;
100
+ output: UpdateAccessEntryResponse;
101
+ };
102
+ sdk: {
103
+ input: UpdateAccessEntryCommandInput;
104
+ output: UpdateAccessEntryCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -113,4 +113,15 @@ declare const UpdateAddonCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class UpdateAddonCommand extends UpdateAddonCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: UpdateAddonRequest;
120
+ output: UpdateAddonResponse;
121
+ };
122
+ sdk: {
123
+ input: UpdateAddonCommandInput;
124
+ output: UpdateAddonCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -161,4 +161,15 @@ declare const UpdateClusterConfigCommand_base: {
161
161
  * @public
162
162
  */
163
163
  export declare class UpdateClusterConfigCommand extends UpdateClusterConfigCommand_base {
164
+ /** @internal type navigation helper, not in runtime. */
165
+ protected static __types: {
166
+ api: {
167
+ input: UpdateClusterConfigRequest;
168
+ output: UpdateClusterConfigResponse;
169
+ };
170
+ sdk: {
171
+ input: UpdateClusterConfigCommandInput;
172
+ output: UpdateClusterConfigCommandOutput;
173
+ };
174
+ };
164
175
  }
@@ -112,4 +112,15 @@ declare const UpdateClusterVersionCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class UpdateClusterVersionCommand extends UpdateClusterVersionCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: UpdateClusterVersionRequest;
119
+ output: UpdateClusterVersionResponse;
120
+ };
121
+ sdk: {
122
+ input: UpdateClusterVersionCommandInput;
123
+ output: UpdateClusterVersionCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -101,4 +101,15 @@ declare const UpdateEksAnywhereSubscriptionCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class UpdateEksAnywhereSubscriptionCommand extends UpdateEksAnywhereSubscriptionCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: UpdateEksAnywhereSubscriptionRequest;
108
+ output: UpdateEksAnywhereSubscriptionResponse;
109
+ };
110
+ sdk: {
111
+ input: UpdateEksAnywhereSubscriptionCommandInput;
112
+ output: UpdateEksAnywhereSubscriptionCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -139,4 +139,15 @@ declare const UpdateNodegroupConfigCommand_base: {
139
139
  * @public
140
140
  */
141
141
  export declare class UpdateNodegroupConfigCommand extends UpdateNodegroupConfigCommand_base {
142
+ /** @internal type navigation helper, not in runtime. */
143
+ protected static __types: {
144
+ api: {
145
+ input: UpdateNodegroupConfigRequest;
146
+ output: UpdateNodegroupConfigResponse;
147
+ };
148
+ sdk: {
149
+ input: UpdateNodegroupConfigCommandInput;
150
+ output: UpdateNodegroupConfigCommandOutput;
151
+ };
152
+ };
142
153
  }
@@ -130,4 +130,15 @@ declare const UpdateNodegroupVersionCommand_base: {
130
130
  * @public
131
131
  */
132
132
  export declare class UpdateNodegroupVersionCommand extends UpdateNodegroupVersionCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: UpdateNodegroupVersionRequest;
137
+ output: UpdateNodegroupVersionResponse;
138
+ };
139
+ sdk: {
140
+ input: UpdateNodegroupVersionCommandInput;
141
+ output: UpdateNodegroupVersionCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -92,4 +92,15 @@ declare const UpdatePodIdentityAssociationCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UpdatePodIdentityAssociationCommand extends UpdatePodIdentityAssociationCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UpdatePodIdentityAssociationRequest;
99
+ output: UpdatePodIdentityAssociationResponse;
100
+ };
101
+ sdk: {
102
+ input: UpdatePodIdentityAssociationCommandInput;
103
+ output: UpdatePodIdentityAssociationCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -37,4 +37,15 @@ declare const AssociateAccessPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateAccessPolicyCommand extends AssociateAccessPolicyCommand_base {}
40
+ export declare class AssociateAccessPolicyCommand extends AssociateAccessPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateAccessPolicyRequest;
44
+ output: AssociateAccessPolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateAccessPolicyCommandInput;
48
+ output: AssociateAccessPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateEncryptionConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateEncryptionConfigCommand extends AssociateEncryptionConfigCommand_base {}
40
+ export declare class AssociateEncryptionConfigCommand extends AssociateEncryptionConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateEncryptionConfigRequest;
44
+ output: AssociateEncryptionConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateEncryptionConfigCommandInput;
48
+ output: AssociateEncryptionConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateIdentityProviderConfigCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateIdentityProviderConfigCommand extends AssociateIdentityProviderConfigCommand_base {}
40
+ export declare class AssociateIdentityProviderConfigCommand extends AssociateIdentityProviderConfigCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateIdentityProviderConfigRequest;
44
+ output: AssociateIdentityProviderConfigResponse;
45
+ };
46
+ sdk: {
47
+ input: AssociateIdentityProviderConfigCommandInput;
48
+ output: AssociateIdentityProviderConfigCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateAccessEntryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateAccessEntryCommand extends CreateAccessEntryCommand_base {}
40
+ export declare class CreateAccessEntryCommand extends CreateAccessEntryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAccessEntryRequest;
44
+ output: CreateAccessEntryResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAccessEntryCommandInput;
48
+ output: CreateAccessEntryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateAddonCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateAddonCommand extends CreateAddonCommand_base {}
36
+ export declare class CreateAddonCommand extends CreateAddonCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateAddonRequest;
40
+ output: CreateAddonResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateAddonCommandInput;
44
+ output: CreateAddonCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CreateClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateClusterCommand extends CreateClusterCommand_base {}
39
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateClusterRequest;
43
+ output: CreateClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateClusterCommandInput;
47
+ output: CreateClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateEksAnywhereSubscriptionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateEksAnywhereSubscriptionCommand extends CreateEksAnywhereSubscriptionCommand_base {}
40
+ export declare class CreateEksAnywhereSubscriptionCommand extends CreateEksAnywhereSubscriptionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateEksAnywhereSubscriptionRequest;
44
+ output: CreateEksAnywhereSubscriptionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateEksAnywhereSubscriptionCommandInput;
48
+ output: CreateEksAnywhereSubscriptionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateFargateProfileCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateFargateProfileCommand extends CreateFargateProfileCommand_base {}
40
+ export declare class CreateFargateProfileCommand extends CreateFargateProfileCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateFargateProfileRequest;
44
+ output: CreateFargateProfileResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateFargateProfileCommandInput;
48
+ output: CreateFargateProfileCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateNodegroupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateNodegroupCommand extends CreateNodegroupCommand_base {}
39
+ export declare class CreateNodegroupCommand extends CreateNodegroupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateNodegroupRequest;
43
+ output: CreateNodegroupResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateNodegroupCommandInput;
47
+ output: CreateNodegroupCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreatePodIdentityAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePodIdentityAssociationCommand extends CreatePodIdentityAssociationCommand_base {}
40
+ export declare class CreatePodIdentityAssociationCommand extends CreatePodIdentityAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePodIdentityAssociationRequest;
44
+ output: CreatePodIdentityAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreatePodIdentityAssociationCommandInput;
48
+ output: CreatePodIdentityAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteAccessEntryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteAccessEntryCommand extends DeleteAccessEntryCommand_base {}
40
+ export declare class DeleteAccessEntryCommand extends DeleteAccessEntryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteAccessEntryRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteAccessEntryCommandInput;
48
+ output: DeleteAccessEntryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteAddonCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteAddonCommand extends DeleteAddonCommand_base {}
36
+ export declare class DeleteAddonCommand extends DeleteAddonCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteAddonRequest;
40
+ output: DeleteAddonResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteAddonCommandInput;
44
+ output: DeleteAddonCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteClusterCommand extends DeleteClusterCommand_base {}
39
+ export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteClusterRequest;
43
+ output: DeleteClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteClusterCommandInput;
47
+ output: DeleteClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteEksAnywhereSubscriptionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteEksAnywhereSubscriptionCommand extends DeleteEksAnywhereSubscriptionCommand_base {}
40
+ export declare class DeleteEksAnywhereSubscriptionCommand extends DeleteEksAnywhereSubscriptionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteEksAnywhereSubscriptionRequest;
44
+ output: DeleteEksAnywhereSubscriptionResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteEksAnywhereSubscriptionCommandInput;
48
+ output: DeleteEksAnywhereSubscriptionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteFargateProfileCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteFargateProfileCommand extends DeleteFargateProfileCommand_base {}
40
+ export declare class DeleteFargateProfileCommand extends DeleteFargateProfileCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteFargateProfileRequest;
44
+ output: DeleteFargateProfileResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteFargateProfileCommandInput;
48
+ output: DeleteFargateProfileCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteNodegroupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteNodegroupCommand extends DeleteNodegroupCommand_base {}
39
+ export declare class DeleteNodegroupCommand extends DeleteNodegroupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteNodegroupRequest;
43
+ output: DeleteNodegroupResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteNodegroupCommandInput;
47
+ output: DeleteNodegroupCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeletePodIdentityAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeletePodIdentityAssociationCommand extends DeletePodIdentityAssociationCommand_base {}
40
+ export declare class DeletePodIdentityAssociationCommand extends DeletePodIdentityAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeletePodIdentityAssociationRequest;
44
+ output: DeletePodIdentityAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeletePodIdentityAssociationCommandInput;
48
+ output: DeletePodIdentityAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeregisterClusterCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeregisterClusterCommand extends DeregisterClusterCommand_base {}
40
+ export declare class DeregisterClusterCommand extends DeregisterClusterCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeregisterClusterRequest;
44
+ output: DeregisterClusterResponse;
45
+ };
46
+ sdk: {
47
+ input: DeregisterClusterCommandInput;
48
+ output: DeregisterClusterCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeAccessEntryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeAccessEntryCommand extends DescribeAccessEntryCommand_base {}
40
+ export declare class DescribeAccessEntryCommand extends DescribeAccessEntryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeAccessEntryRequest;
44
+ output: DescribeAccessEntryResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeAccessEntryCommandInput;
48
+ output: DescribeAccessEntryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeAddonCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeAddonCommand extends DescribeAddonCommand_base {}
39
+ export declare class DescribeAddonCommand extends DescribeAddonCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeAddonRequest;
43
+ output: DescribeAddonResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeAddonCommandInput;
47
+ output: DescribeAddonCommandOutput;
48
+ };
49
+ };
50
+ }