@aws-sdk/client-eks 3.927.0 → 3.929.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 (80) hide show
  1. package/dist-cjs/index.js +3037 -2731
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/EKSClient.js +2 -0
  4. package/dist-es/commands/AssociateAccessPolicyCommand.js +3 -9
  5. package/dist-es/commands/AssociateEncryptionConfigCommand.js +3 -9
  6. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +3 -9
  7. package/dist-es/commands/CreateAccessEntryCommand.js +3 -9
  8. package/dist-es/commands/CreateAddonCommand.js +3 -9
  9. package/dist-es/commands/CreateClusterCommand.js +3 -9
  10. package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +3 -9
  11. package/dist-es/commands/CreateFargateProfileCommand.js +3 -9
  12. package/dist-es/commands/CreateNodegroupCommand.js +3 -9
  13. package/dist-es/commands/CreatePodIdentityAssociationCommand.js +3 -9
  14. package/dist-es/commands/DeleteAccessEntryCommand.js +3 -9
  15. package/dist-es/commands/DeleteAddonCommand.js +3 -9
  16. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  17. package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +3 -9
  18. package/dist-es/commands/DeleteFargateProfileCommand.js +3 -9
  19. package/dist-es/commands/DeleteNodegroupCommand.js +3 -9
  20. package/dist-es/commands/DeletePodIdentityAssociationCommand.js +3 -9
  21. package/dist-es/commands/DeregisterClusterCommand.js +3 -9
  22. package/dist-es/commands/DescribeAccessEntryCommand.js +3 -9
  23. package/dist-es/commands/DescribeAddonCommand.js +3 -9
  24. package/dist-es/commands/DescribeAddonConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DescribeAddonVersionsCommand.js +3 -9
  26. package/dist-es/commands/DescribeClusterCommand.js +3 -9
  27. package/dist-es/commands/DescribeClusterVersionsCommand.js +3 -9
  28. package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +3 -9
  29. package/dist-es/commands/DescribeFargateProfileCommand.js +3 -9
  30. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +3 -9
  31. package/dist-es/commands/DescribeInsightCommand.js +3 -9
  32. package/dist-es/commands/DescribeInsightsRefreshCommand.js +3 -9
  33. package/dist-es/commands/DescribeNodegroupCommand.js +3 -9
  34. package/dist-es/commands/DescribePodIdentityAssociationCommand.js +3 -9
  35. package/dist-es/commands/DescribeUpdateCommand.js +3 -9
  36. package/dist-es/commands/DisassociateAccessPolicyCommand.js +3 -9
  37. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +3 -9
  38. package/dist-es/commands/ListAccessEntriesCommand.js +3 -9
  39. package/dist-es/commands/ListAccessPoliciesCommand.js +3 -9
  40. package/dist-es/commands/ListAddonsCommand.js +3 -9
  41. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +3 -9
  42. package/dist-es/commands/ListClustersCommand.js +3 -9
  43. package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +3 -9
  44. package/dist-es/commands/ListFargateProfilesCommand.js +3 -9
  45. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +3 -9
  46. package/dist-es/commands/ListInsightsCommand.js +3 -9
  47. package/dist-es/commands/ListNodegroupsCommand.js +3 -9
  48. package/dist-es/commands/ListPodIdentityAssociationsCommand.js +3 -9
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  50. package/dist-es/commands/ListUpdatesCommand.js +3 -9
  51. package/dist-es/commands/RegisterClusterCommand.js +3 -9
  52. package/dist-es/commands/StartInsightsRefreshCommand.js +3 -9
  53. package/dist-es/commands/TagResourceCommand.js +3 -9
  54. package/dist-es/commands/UntagResourceCommand.js +3 -9
  55. package/dist-es/commands/UpdateAccessEntryCommand.js +3 -9
  56. package/dist-es/commands/UpdateAddonCommand.js +3 -9
  57. package/dist-es/commands/UpdateClusterConfigCommand.js +3 -9
  58. package/dist-es/commands/UpdateClusterVersionCommand.js +3 -9
  59. package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +3 -9
  60. package/dist-es/commands/UpdateNodegroupConfigCommand.js +3 -9
  61. package/dist-es/commands/UpdateNodegroupVersionCommand.js +3 -9
  62. package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +3 -9
  63. package/dist-es/runtimeConfig.shared.js +2 -0
  64. package/dist-es/schemas/schemas_0.js +2900 -0
  65. package/dist-types/EKSClient.d.ts +10 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +331 -0
  71. package/dist-types/ts3.4/EKSClient.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  76. package/dist-types/ts3.4/schemas/schemas_0.d.ts +336 -0
  77. package/package.json +5 -6
  78. package/dist-es/protocols/Aws_restJson1.js +0 -2288
  79. package/dist-types/protocols/Aws_restJson1.d.ts +0 -533
  80. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -713
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput } from "./commands/AssociateAccessPolicyCommand";
11
11
  import { AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput } from "./commands/AssociateEncryptionConfigCommand";
@@ -200,6 +200,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
200
200
  * Optional extensions
201
201
  */
202
202
  extensions?: RuntimeExtension[];
203
+ /**
204
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
205
+ * may be overridden. A default will always be set by the client.
206
+ * Available options depend on the service's supported protocols and will not be validated by
207
+ * the client.
208
+ * @alpha
209
+ *
210
+ */
211
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
203
212
  /**
204
213
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
205
214
  */
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EKSHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,331 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessConfigResponse: StaticStructureSchema;
3
+ export declare var AccessDeniedException: StaticErrorSchema;
4
+ export declare var AccessEntry: StaticStructureSchema;
5
+ export declare var AccessPolicy: StaticStructureSchema;
6
+ export declare var AccessScope: StaticStructureSchema;
7
+ export declare var Addon: StaticStructureSchema;
8
+ export declare var AddonCompatibilityDetail: StaticStructureSchema;
9
+ export declare var AddonHealth: StaticStructureSchema;
10
+ export declare var AddonInfo: StaticStructureSchema;
11
+ export declare var AddonIssue: StaticStructureSchema;
12
+ export declare var AddonNamespaceConfigRequest: StaticStructureSchema;
13
+ export declare var AddonNamespaceConfigResponse: StaticStructureSchema;
14
+ export declare var AddonPodIdentityAssociations: StaticStructureSchema;
15
+ export declare var AddonPodIdentityConfiguration: StaticStructureSchema;
16
+ export declare var AddonVersionInfo: StaticStructureSchema;
17
+ export declare var AssociateAccessPolicyRequest: StaticStructureSchema;
18
+ export declare var AssociateAccessPolicyResponse: StaticStructureSchema;
19
+ export declare var AssociatedAccessPolicy: StaticStructureSchema;
20
+ export declare var AssociateEncryptionConfigRequest: StaticStructureSchema;
21
+ export declare var AssociateEncryptionConfigResponse: StaticStructureSchema;
22
+ export declare var AssociateIdentityProviderConfigRequest: StaticStructureSchema;
23
+ export declare var AssociateIdentityProviderConfigResponse: StaticStructureSchema;
24
+ export declare var AutoScalingGroup: StaticStructureSchema;
25
+ export declare var BadRequestException: StaticErrorSchema;
26
+ export declare var BlockStorage: StaticStructureSchema;
27
+ export declare var Certificate: StaticStructureSchema;
28
+ export declare var ClientException: StaticErrorSchema;
29
+ export declare var ClientStat: StaticStructureSchema;
30
+ export declare var Cluster: StaticStructureSchema;
31
+ export declare var ClusterHealth: StaticStructureSchema;
32
+ export declare var ClusterIssue: StaticStructureSchema;
33
+ export declare var ClusterVersionInformation: StaticStructureSchema;
34
+ export declare var Compatibility: StaticStructureSchema;
35
+ export declare var ComputeConfigRequest: StaticStructureSchema;
36
+ export declare var ComputeConfigResponse: StaticStructureSchema;
37
+ export declare var ConnectorConfigRequest: StaticStructureSchema;
38
+ export declare var ConnectorConfigResponse: StaticStructureSchema;
39
+ export declare var ControlPlanePlacementRequest: StaticStructureSchema;
40
+ export declare var ControlPlanePlacementResponse: StaticStructureSchema;
41
+ export declare var CreateAccessConfigRequest: StaticStructureSchema;
42
+ export declare var CreateAccessEntryRequest: StaticStructureSchema;
43
+ export declare var CreateAccessEntryResponse: StaticStructureSchema;
44
+ export declare var CreateAddonRequest: StaticStructureSchema;
45
+ export declare var CreateAddonResponse: StaticStructureSchema;
46
+ export declare var CreateClusterRequest: StaticStructureSchema;
47
+ export declare var CreateClusterResponse: StaticStructureSchema;
48
+ export declare var CreateEksAnywhereSubscriptionRequest: StaticStructureSchema;
49
+ export declare var CreateEksAnywhereSubscriptionResponse: StaticStructureSchema;
50
+ export declare var CreateFargateProfileRequest: StaticStructureSchema;
51
+ export declare var CreateFargateProfileResponse: StaticStructureSchema;
52
+ export declare var CreateNodegroupRequest: StaticStructureSchema;
53
+ export declare var CreateNodegroupResponse: StaticStructureSchema;
54
+ export declare var CreatePodIdentityAssociationRequest: StaticStructureSchema;
55
+ export declare var CreatePodIdentityAssociationResponse: StaticStructureSchema;
56
+ export declare var DeleteAccessEntryRequest: StaticStructureSchema;
57
+ export declare var DeleteAccessEntryResponse: StaticStructureSchema;
58
+ export declare var DeleteAddonRequest: StaticStructureSchema;
59
+ export declare var DeleteAddonResponse: StaticStructureSchema;
60
+ export declare var DeleteClusterRequest: StaticStructureSchema;
61
+ export declare var DeleteClusterResponse: StaticStructureSchema;
62
+ export declare var DeleteEksAnywhereSubscriptionRequest: StaticStructureSchema;
63
+ export declare var DeleteEksAnywhereSubscriptionResponse: StaticStructureSchema;
64
+ export declare var DeleteFargateProfileRequest: StaticStructureSchema;
65
+ export declare var DeleteFargateProfileResponse: StaticStructureSchema;
66
+ export declare var DeleteNodegroupRequest: StaticStructureSchema;
67
+ export declare var DeleteNodegroupResponse: StaticStructureSchema;
68
+ export declare var DeletePodIdentityAssociationRequest: StaticStructureSchema;
69
+ export declare var DeletePodIdentityAssociationResponse: StaticStructureSchema;
70
+ export declare var DeprecationDetail: StaticStructureSchema;
71
+ export declare var DeregisterClusterRequest: StaticStructureSchema;
72
+ export declare var DeregisterClusterResponse: StaticStructureSchema;
73
+ export declare var DescribeAccessEntryRequest: StaticStructureSchema;
74
+ export declare var DescribeAccessEntryResponse: StaticStructureSchema;
75
+ export declare var DescribeAddonConfigurationRequest: StaticStructureSchema;
76
+ export declare var DescribeAddonConfigurationResponse: StaticStructureSchema;
77
+ export declare var DescribeAddonRequest: StaticStructureSchema;
78
+ export declare var DescribeAddonResponse: StaticStructureSchema;
79
+ export declare var DescribeAddonVersionsRequest: StaticStructureSchema;
80
+ export declare var DescribeAddonVersionsResponse: StaticStructureSchema;
81
+ export declare var DescribeClusterRequest: StaticStructureSchema;
82
+ export declare var DescribeClusterResponse: StaticStructureSchema;
83
+ export declare var DescribeClusterVersionsRequest: StaticStructureSchema;
84
+ export declare var DescribeClusterVersionsResponse: StaticStructureSchema;
85
+ export declare var DescribeEksAnywhereSubscriptionRequest: StaticStructureSchema;
86
+ export declare var DescribeEksAnywhereSubscriptionResponse: StaticStructureSchema;
87
+ export declare var DescribeFargateProfileRequest: StaticStructureSchema;
88
+ export declare var DescribeFargateProfileResponse: StaticStructureSchema;
89
+ export declare var DescribeIdentityProviderConfigRequest: StaticStructureSchema;
90
+ export declare var DescribeIdentityProviderConfigResponse: StaticStructureSchema;
91
+ export declare var DescribeInsightRequest: StaticStructureSchema;
92
+ export declare var DescribeInsightResponse: StaticStructureSchema;
93
+ export declare var DescribeInsightsRefreshRequest: StaticStructureSchema;
94
+ export declare var DescribeInsightsRefreshResponse: StaticStructureSchema;
95
+ export declare var DescribeNodegroupRequest: StaticStructureSchema;
96
+ export declare var DescribeNodegroupResponse: StaticStructureSchema;
97
+ export declare var DescribePodIdentityAssociationRequest: StaticStructureSchema;
98
+ export declare var DescribePodIdentityAssociationResponse: StaticStructureSchema;
99
+ export declare var DescribeUpdateRequest: StaticStructureSchema;
100
+ export declare var DescribeUpdateResponse: StaticStructureSchema;
101
+ export declare var DisassociateAccessPolicyRequest: StaticStructureSchema;
102
+ export declare var DisassociateAccessPolicyResponse: StaticStructureSchema;
103
+ export declare var DisassociateIdentityProviderConfigRequest: StaticStructureSchema;
104
+ export declare var DisassociateIdentityProviderConfigResponse: StaticStructureSchema;
105
+ export declare var EksAnywhereSubscription: StaticStructureSchema;
106
+ export declare var EksAnywhereSubscriptionTerm: StaticStructureSchema;
107
+ export declare var ElasticLoadBalancing: StaticStructureSchema;
108
+ export declare var EncryptionConfig: StaticStructureSchema;
109
+ export declare var ErrorDetail: StaticStructureSchema;
110
+ export declare var FargateProfile: StaticStructureSchema;
111
+ export declare var FargateProfileHealth: StaticStructureSchema;
112
+ export declare var FargateProfileIssue: StaticStructureSchema;
113
+ export declare var FargateProfileSelector: StaticStructureSchema;
114
+ export declare var Identity: StaticStructureSchema;
115
+ export declare var IdentityProviderConfig: StaticStructureSchema;
116
+ export declare var IdentityProviderConfigResponse: StaticStructureSchema;
117
+ export declare var Insight: StaticStructureSchema;
118
+ export declare var InsightCategorySpecificSummary: StaticStructureSchema;
119
+ export declare var InsightResourceDetail: StaticStructureSchema;
120
+ export declare var InsightsFilter: StaticStructureSchema;
121
+ export declare var InsightStatus: StaticStructureSchema;
122
+ export declare var InsightSummary: StaticStructureSchema;
123
+ export declare var InvalidParameterException: StaticErrorSchema;
124
+ export declare var InvalidRequestException: StaticErrorSchema;
125
+ export declare var InvalidStateException: StaticErrorSchema;
126
+ export declare var Issue: StaticStructureSchema;
127
+ export declare var KubernetesNetworkConfigRequest: StaticStructureSchema;
128
+ export declare var KubernetesNetworkConfigResponse: StaticStructureSchema;
129
+ export declare var LaunchTemplateSpecification: StaticStructureSchema;
130
+ export declare var License: StaticStructureSchema;
131
+ export declare var ListAccessEntriesRequest: StaticStructureSchema;
132
+ export declare var ListAccessEntriesResponse: StaticStructureSchema;
133
+ export declare var ListAccessPoliciesRequest: StaticStructureSchema;
134
+ export declare var ListAccessPoliciesResponse: StaticStructureSchema;
135
+ export declare var ListAddonsRequest: StaticStructureSchema;
136
+ export declare var ListAddonsResponse: StaticStructureSchema;
137
+ export declare var ListAssociatedAccessPoliciesRequest: StaticStructureSchema;
138
+ export declare var ListAssociatedAccessPoliciesResponse: StaticStructureSchema;
139
+ export declare var ListClustersRequest: StaticStructureSchema;
140
+ export declare var ListClustersResponse: StaticStructureSchema;
141
+ export declare var ListEksAnywhereSubscriptionsRequest: StaticStructureSchema;
142
+ export declare var ListEksAnywhereSubscriptionsResponse: StaticStructureSchema;
143
+ export declare var ListFargateProfilesRequest: StaticStructureSchema;
144
+ export declare var ListFargateProfilesResponse: StaticStructureSchema;
145
+ export declare var ListIdentityProviderConfigsRequest: StaticStructureSchema;
146
+ export declare var ListIdentityProviderConfigsResponse: StaticStructureSchema;
147
+ export declare var ListInsightsRequest: StaticStructureSchema;
148
+ export declare var ListInsightsResponse: StaticStructureSchema;
149
+ export declare var ListNodegroupsRequest: StaticStructureSchema;
150
+ export declare var ListNodegroupsResponse: StaticStructureSchema;
151
+ export declare var ListPodIdentityAssociationsRequest: StaticStructureSchema;
152
+ export declare var ListPodIdentityAssociationsResponse: StaticStructureSchema;
153
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
154
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
155
+ export declare var ListUpdatesRequest: StaticStructureSchema;
156
+ export declare var ListUpdatesResponse: StaticStructureSchema;
157
+ export declare var Logging: StaticStructureSchema;
158
+ export declare var LogSetup: StaticStructureSchema;
159
+ export declare var MarketplaceInformation: StaticStructureSchema;
160
+ export declare var Nodegroup: StaticStructureSchema;
161
+ export declare var NodegroupHealth: StaticStructureSchema;
162
+ export declare var NodegroupResources: StaticStructureSchema;
163
+ export declare var NodegroupScalingConfig: StaticStructureSchema;
164
+ export declare var NodegroupUpdateConfig: StaticStructureSchema;
165
+ export declare var NodeRepairConfig: StaticStructureSchema;
166
+ export declare var NodeRepairConfigOverrides: StaticStructureSchema;
167
+ export declare var NotFoundException: StaticErrorSchema;
168
+ export declare var OIDC: StaticStructureSchema;
169
+ export declare var OidcIdentityProviderConfig: StaticStructureSchema;
170
+ export declare var OidcIdentityProviderConfigRequest: StaticStructureSchema;
171
+ export declare var OutpostConfigRequest: StaticStructureSchema;
172
+ export declare var OutpostConfigResponse: StaticStructureSchema;
173
+ export declare var PodIdentityAssociation: StaticStructureSchema;
174
+ export declare var PodIdentityAssociationSummary: StaticStructureSchema;
175
+ export declare var Provider: StaticStructureSchema;
176
+ export declare var RegisterClusterRequest: StaticStructureSchema;
177
+ export declare var RegisterClusterResponse: StaticStructureSchema;
178
+ export declare var RemoteAccessConfig: StaticStructureSchema;
179
+ export declare var RemoteNetworkConfigRequest: StaticStructureSchema;
180
+ export declare var RemoteNetworkConfigResponse: StaticStructureSchema;
181
+ export declare var RemoteNodeNetwork: StaticStructureSchema;
182
+ export declare var RemotePodNetwork: StaticStructureSchema;
183
+ export declare var ResourceInUseException: StaticErrorSchema;
184
+ export declare var ResourceLimitExceededException: StaticErrorSchema;
185
+ export declare var ResourceNotFoundException: StaticErrorSchema;
186
+ export declare var ResourcePropagationDelayException: StaticErrorSchema;
187
+ export declare var ServerException: StaticErrorSchema;
188
+ export declare var ServiceUnavailableException: StaticErrorSchema;
189
+ export declare var StartInsightsRefreshRequest: StaticStructureSchema;
190
+ export declare var StartInsightsRefreshResponse: StaticStructureSchema;
191
+ export declare var StorageConfigRequest: StaticStructureSchema;
192
+ export declare var StorageConfigResponse: StaticStructureSchema;
193
+ export declare var TagResourceRequest: StaticStructureSchema;
194
+ export declare var TagResourceResponse: StaticStructureSchema;
195
+ export declare var Taint: StaticStructureSchema;
196
+ export declare var ThrottlingException: StaticErrorSchema;
197
+ export declare var UnsupportedAvailabilityZoneException: StaticErrorSchema;
198
+ export declare var UntagResourceRequest: StaticStructureSchema;
199
+ export declare var UntagResourceResponse: StaticStructureSchema;
200
+ export declare var Update: StaticStructureSchema;
201
+ export declare var UpdateAccessConfigRequest: StaticStructureSchema;
202
+ export declare var UpdateAccessEntryRequest: StaticStructureSchema;
203
+ export declare var UpdateAccessEntryResponse: StaticStructureSchema;
204
+ export declare var UpdateAddonRequest: StaticStructureSchema;
205
+ export declare var UpdateAddonResponse: StaticStructureSchema;
206
+ export declare var UpdateClusterConfigRequest: StaticStructureSchema;
207
+ export declare var UpdateClusterConfigResponse: StaticStructureSchema;
208
+ export declare var UpdateClusterVersionRequest: StaticStructureSchema;
209
+ export declare var UpdateClusterVersionResponse: StaticStructureSchema;
210
+ export declare var UpdateEksAnywhereSubscriptionRequest: StaticStructureSchema;
211
+ export declare var UpdateEksAnywhereSubscriptionResponse: StaticStructureSchema;
212
+ export declare var UpdateLabelsPayload: StaticStructureSchema;
213
+ export declare var UpdateNodegroupConfigRequest: StaticStructureSchema;
214
+ export declare var UpdateNodegroupConfigResponse: StaticStructureSchema;
215
+ export declare var UpdateNodegroupVersionRequest: StaticStructureSchema;
216
+ export declare var UpdateNodegroupVersionResponse: StaticStructureSchema;
217
+ export declare var UpdateParam: StaticStructureSchema;
218
+ export declare var UpdatePodIdentityAssociationRequest: StaticStructureSchema;
219
+ export declare var UpdatePodIdentityAssociationResponse: StaticStructureSchema;
220
+ export declare var UpdateTaintsPayload: StaticStructureSchema;
221
+ export declare var UpgradePolicyRequest: StaticStructureSchema;
222
+ export declare var UpgradePolicyResponse: StaticStructureSchema;
223
+ export declare var VpcConfigRequest: StaticStructureSchema;
224
+ export declare var VpcConfigResponse: StaticStructureSchema;
225
+ export declare var ZonalShiftConfigRequest: StaticStructureSchema;
226
+ export declare var ZonalShiftConfigResponse: StaticStructureSchema;
227
+ export declare var __Unit: "unit";
228
+ export declare var EKSServiceException: StaticErrorSchema;
229
+ export declare var AccessPoliciesList: StaticListSchema;
230
+ export declare var AddonCompatibilityDetails: StaticListSchema;
231
+ export declare var AddonIssueList: StaticListSchema;
232
+ export declare var AddonPodIdentityAssociationsList: StaticListSchema;
233
+ export declare var AddonPodIdentityConfigurationList: StaticListSchema;
234
+ export declare var Addons: StaticListSchema;
235
+ export declare var AddonVersionInfoList: StaticListSchema;
236
+ export declare var AssociatedAccessPoliciesList: StaticListSchema;
237
+ export declare var AutoScalingGroupList: StaticListSchema;
238
+ export declare var CategoryList: number;
239
+ export declare var ClientStats: StaticListSchema;
240
+ export declare var ClusterIssueList: StaticListSchema;
241
+ export declare var ClusterVersionList: StaticListSchema;
242
+ export declare var Compatibilities: StaticListSchema;
243
+ export declare var DeprecationDetails: StaticListSchema;
244
+ export declare var EksAnywhereSubscriptionList: StaticListSchema;
245
+ export declare var EksAnywhereSubscriptionStatusValues: number;
246
+ export declare var EncryptionConfigList: StaticListSchema;
247
+ export declare var ErrorDetails: StaticListSchema;
248
+ export declare var FargateProfileIssueList: StaticListSchema;
249
+ export declare var FargateProfileSelectors: StaticListSchema;
250
+ export declare var IdentityProviderConfigs: StaticListSchema;
251
+ export declare var IncludeClustersList: number;
252
+ export declare var InsightResourceDetails: StaticListSchema;
253
+ export declare var InsightStatusValueList: number;
254
+ export declare var InsightSummaries: StaticListSchema;
255
+ export declare var IssueList: StaticListSchema;
256
+ export declare var labelsKeyList: number;
257
+ export declare var LicenseList: StaticListSchema;
258
+ export declare var LogSetups: StaticListSchema;
259
+ export declare var LogTypes: number;
260
+ export declare var NodeRepairConfigOverridesList: StaticListSchema;
261
+ export declare var PodIdentityAssociationSummaries: StaticListSchema;
262
+ export declare var RemoteNodeNetworkList: StaticListSchema;
263
+ export declare var RemotePodNetworkList: StaticListSchema;
264
+ export declare var StringList: number;
265
+ export declare var TagKeyList: number;
266
+ export declare var taintsList: StaticListSchema;
267
+ export declare var UpdateParams: StaticListSchema;
268
+ export declare var AdditionalInfoMap: number;
269
+ export declare var FargateProfileLabel: number;
270
+ export declare var labelsMap: number;
271
+ export declare var requiredClaimsMap: number;
272
+ export declare var TagMap: number;
273
+ export declare var AssociateAccessPolicy: StaticOperationSchema;
274
+ export declare var AssociateEncryptionConfig: StaticOperationSchema;
275
+ export declare var AssociateIdentityProviderConfig: StaticOperationSchema;
276
+ export declare var CreateAccessEntry: StaticOperationSchema;
277
+ export declare var CreateAddon: StaticOperationSchema;
278
+ export declare var CreateCluster: StaticOperationSchema;
279
+ export declare var CreateEksAnywhereSubscription: StaticOperationSchema;
280
+ export declare var CreateFargateProfile: StaticOperationSchema;
281
+ export declare var CreateNodegroup: StaticOperationSchema;
282
+ export declare var CreatePodIdentityAssociation: StaticOperationSchema;
283
+ export declare var DeleteAccessEntry: StaticOperationSchema;
284
+ export declare var DeleteAddon: StaticOperationSchema;
285
+ export declare var DeleteCluster: StaticOperationSchema;
286
+ export declare var DeleteEksAnywhereSubscription: StaticOperationSchema;
287
+ export declare var DeleteFargateProfile: StaticOperationSchema;
288
+ export declare var DeleteNodegroup: StaticOperationSchema;
289
+ export declare var DeletePodIdentityAssociation: StaticOperationSchema;
290
+ export declare var DeregisterCluster: StaticOperationSchema;
291
+ export declare var DescribeAccessEntry: StaticOperationSchema;
292
+ export declare var DescribeAddon: StaticOperationSchema;
293
+ export declare var DescribeAddonConfiguration: StaticOperationSchema;
294
+ export declare var DescribeAddonVersions: StaticOperationSchema;
295
+ export declare var DescribeCluster: StaticOperationSchema;
296
+ export declare var DescribeClusterVersions: StaticOperationSchema;
297
+ export declare var DescribeEksAnywhereSubscription: StaticOperationSchema;
298
+ export declare var DescribeFargateProfile: StaticOperationSchema;
299
+ export declare var DescribeIdentityProviderConfig: StaticOperationSchema;
300
+ export declare var DescribeInsight: StaticOperationSchema;
301
+ export declare var DescribeInsightsRefresh: StaticOperationSchema;
302
+ export declare var DescribeNodegroup: StaticOperationSchema;
303
+ export declare var DescribePodIdentityAssociation: StaticOperationSchema;
304
+ export declare var DescribeUpdate: StaticOperationSchema;
305
+ export declare var DisassociateAccessPolicy: StaticOperationSchema;
306
+ export declare var DisassociateIdentityProviderConfig: StaticOperationSchema;
307
+ export declare var ListAccessEntries: StaticOperationSchema;
308
+ export declare var ListAccessPolicies: StaticOperationSchema;
309
+ export declare var ListAddons: StaticOperationSchema;
310
+ export declare var ListAssociatedAccessPolicies: StaticOperationSchema;
311
+ export declare var ListClusters: StaticOperationSchema;
312
+ export declare var ListEksAnywhereSubscriptions: StaticOperationSchema;
313
+ export declare var ListFargateProfiles: StaticOperationSchema;
314
+ export declare var ListIdentityProviderConfigs: StaticOperationSchema;
315
+ export declare var ListInsights: StaticOperationSchema;
316
+ export declare var ListNodegroups: StaticOperationSchema;
317
+ export declare var ListPodIdentityAssociations: StaticOperationSchema;
318
+ export declare var ListTagsForResource: StaticOperationSchema;
319
+ export declare var ListUpdates: StaticOperationSchema;
320
+ export declare var RegisterCluster: StaticOperationSchema;
321
+ export declare var StartInsightsRefresh: StaticOperationSchema;
322
+ export declare var TagResource: StaticOperationSchema;
323
+ export declare var UntagResource: StaticOperationSchema;
324
+ export declare var UpdateAccessEntry: StaticOperationSchema;
325
+ export declare var UpdateAddon: StaticOperationSchema;
326
+ export declare var UpdateClusterConfig: StaticOperationSchema;
327
+ export declare var UpdateClusterVersion: StaticOperationSchema;
328
+ export declare var UpdateEksAnywhereSubscription: StaticOperationSchema;
329
+ export declare var UpdateNodegroupConfig: StaticOperationSchema;
330
+ export declare var UpdateNodegroupVersion: StaticOperationSchema;
331
+ export declare var UpdatePodIdentityAssociation: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -432,6 +435,7 @@ export interface ClientDefaults
432
435
  retryMode?: string | __Provider<string>;
433
436
  logger?: __Logger;
434
437
  extensions?: RuntimeExtension[];
438
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
435
439
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
436
440
  }
437
441
  export type EKSClientConfigType = Partial<
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: EKSClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EKSHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;