@aws-sdk/client-eks 3.696.0 → 3.703.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.
- package/dist-cjs/index.js +13 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +9 -0
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -2
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +50 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +25 -0
- package/dist-types/commands/DeregisterClusterCommand.d.ts +25 -0
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +25 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -2
- package/dist-types/commands/RegisterClusterCommand.d.ts +25 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +21 -2
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +208 -0
- package/dist-types/ts3.4/models/models_0.d.ts +52 -0
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -495,12 +495,14 @@ var UpdateParamType = {
|
|
|
495
495
|
ADDON_VERSION: "AddonVersion",
|
|
496
496
|
AUTHENTICATION_MODE: "AuthenticationMode",
|
|
497
497
|
CLUSTER_LOGGING: "ClusterLogging",
|
|
498
|
+
COMPUTE_CONFIG: "ComputeConfig",
|
|
498
499
|
CONFIGURATION_VALUES: "ConfigurationValues",
|
|
499
500
|
DESIRED_SIZE: "DesiredSize",
|
|
500
501
|
ENCRYPTION_CONFIG: "EncryptionConfig",
|
|
501
502
|
ENDPOINT_PRIVATE_ACCESS: "EndpointPrivateAccess",
|
|
502
503
|
ENDPOINT_PUBLIC_ACCESS: "EndpointPublicAccess",
|
|
503
504
|
IDENTITY_PROVIDER_CONFIG: "IdentityProviderConfig",
|
|
505
|
+
KUBERNETES_NETWORK_CONFIG: "KubernetesNetworkConfig",
|
|
504
506
|
LABELS_TO_ADD: "LabelsToAdd",
|
|
505
507
|
LABELS_TO_REMOVE: "LabelsToRemove",
|
|
506
508
|
LAUNCH_TEMPLATE_NAME: "LaunchTemplateName",
|
|
@@ -516,6 +518,7 @@ var UpdateParamType = {
|
|
|
516
518
|
RESOLVE_CONFLICTS: "ResolveConflicts",
|
|
517
519
|
SECURITY_GROUPS: "SecurityGroups",
|
|
518
520
|
SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn",
|
|
521
|
+
STORAGE_CONFIG: "StorageConfig",
|
|
519
522
|
SUBNETS: "Subnets",
|
|
520
523
|
TAINTS_TO_ADD: "TaintsToAdd",
|
|
521
524
|
TAINTS_TO_REMOVE: "TaintsToRemove",
|
|
@@ -534,6 +537,7 @@ var UpdateType = {
|
|
|
534
537
|
ADDON_UPDATE: "AddonUpdate",
|
|
535
538
|
ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig",
|
|
536
539
|
ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig",
|
|
540
|
+
AUTO_MODE_UPDATE: "AutoModeUpdate",
|
|
537
541
|
CONFIG_UPDATE: "ConfigUpdate",
|
|
538
542
|
DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
|
|
539
543
|
ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate",
|
|
@@ -961,13 +965,16 @@ var se_CreateClusterCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
961
965
|
accessConfig: (_) => (0, import_smithy_client._json)(_),
|
|
962
966
|
bootstrapSelfManagedAddons: [],
|
|
963
967
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
968
|
+
computeConfig: (_) => (0, import_smithy_client._json)(_),
|
|
964
969
|
encryptionConfig: (_) => (0, import_smithy_client._json)(_),
|
|
965
970
|
kubernetesNetworkConfig: (_) => (0, import_smithy_client._json)(_),
|
|
966
971
|
logging: (_) => (0, import_smithy_client._json)(_),
|
|
967
972
|
name: [],
|
|
968
973
|
outpostConfig: (_) => (0, import_smithy_client._json)(_),
|
|
974
|
+
remoteNetworkConfig: (_) => (0, import_smithy_client._json)(_),
|
|
969
975
|
resourcesVpcConfig: (_) => (0, import_smithy_client._json)(_),
|
|
970
976
|
roleArn: [],
|
|
977
|
+
storageConfig: (_) => (0, import_smithy_client._json)(_),
|
|
971
978
|
tags: (_) => (0, import_smithy_client._json)(_),
|
|
972
979
|
upgradePolicy: (_) => (0, import_smithy_client._json)(_),
|
|
973
980
|
version: [],
|
|
@@ -1590,8 +1597,11 @@ var se_UpdateClusterConfigCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1590
1597
|
(0, import_smithy_client.take)(input, {
|
|
1591
1598
|
accessConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1592
1599
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1600
|
+
computeConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1601
|
+
kubernetesNetworkConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1593
1602
|
logging: (_) => (0, import_smithy_client._json)(_),
|
|
1594
1603
|
resourcesVpcConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1604
|
+
storageConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1595
1605
|
upgradePolicy: (_) => (0, import_smithy_client._json)(_),
|
|
1596
1606
|
zonalShiftConfig: (_) => (0, import_smithy_client._json)(_)
|
|
1597
1607
|
})
|
|
@@ -2803,6 +2813,7 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
2803
2813
|
arn: import_smithy_client.expectString,
|
|
2804
2814
|
certificateAuthority: import_smithy_client._json,
|
|
2805
2815
|
clientRequestToken: import_smithy_client.expectString,
|
|
2816
|
+
computeConfig: import_smithy_client._json,
|
|
2806
2817
|
connectorConfig: (_) => de_ConnectorConfigResponse(_, context),
|
|
2807
2818
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2808
2819
|
encryptionConfig: import_smithy_client._json,
|
|
@@ -2815,9 +2826,11 @@ var de_Cluster = /* @__PURE__ */ __name((output, context) => {
|
|
|
2815
2826
|
name: import_smithy_client.expectString,
|
|
2816
2827
|
outpostConfig: import_smithy_client._json,
|
|
2817
2828
|
platformVersion: import_smithy_client.expectString,
|
|
2829
|
+
remoteNetworkConfig: import_smithy_client._json,
|
|
2818
2830
|
resourcesVpcConfig: import_smithy_client._json,
|
|
2819
2831
|
roleArn: import_smithy_client.expectString,
|
|
2820
2832
|
status: import_smithy_client.expectString,
|
|
2833
|
+
storageConfig: import_smithy_client._json,
|
|
2821
2834
|
tags: import_smithy_client._json,
|
|
2822
2835
|
upgradePolicy: import_smithy_client._json,
|
|
2823
2836
|
version: import_smithy_client.expectString,
|
|
@@ -149,12 +149,14 @@ export const UpdateParamType = {
|
|
|
149
149
|
ADDON_VERSION: "AddonVersion",
|
|
150
150
|
AUTHENTICATION_MODE: "AuthenticationMode",
|
|
151
151
|
CLUSTER_LOGGING: "ClusterLogging",
|
|
152
|
+
COMPUTE_CONFIG: "ComputeConfig",
|
|
152
153
|
CONFIGURATION_VALUES: "ConfigurationValues",
|
|
153
154
|
DESIRED_SIZE: "DesiredSize",
|
|
154
155
|
ENCRYPTION_CONFIG: "EncryptionConfig",
|
|
155
156
|
ENDPOINT_PRIVATE_ACCESS: "EndpointPrivateAccess",
|
|
156
157
|
ENDPOINT_PUBLIC_ACCESS: "EndpointPublicAccess",
|
|
157
158
|
IDENTITY_PROVIDER_CONFIG: "IdentityProviderConfig",
|
|
159
|
+
KUBERNETES_NETWORK_CONFIG: "KubernetesNetworkConfig",
|
|
158
160
|
LABELS_TO_ADD: "LabelsToAdd",
|
|
159
161
|
LABELS_TO_REMOVE: "LabelsToRemove",
|
|
160
162
|
LAUNCH_TEMPLATE_NAME: "LaunchTemplateName",
|
|
@@ -170,6 +172,7 @@ export const UpdateParamType = {
|
|
|
170
172
|
RESOLVE_CONFLICTS: "ResolveConflicts",
|
|
171
173
|
SECURITY_GROUPS: "SecurityGroups",
|
|
172
174
|
SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn",
|
|
175
|
+
STORAGE_CONFIG: "StorageConfig",
|
|
173
176
|
SUBNETS: "Subnets",
|
|
174
177
|
TAINTS_TO_ADD: "TaintsToAdd",
|
|
175
178
|
TAINTS_TO_REMOVE: "TaintsToRemove",
|
|
@@ -188,6 +191,7 @@ export const UpdateType = {
|
|
|
188
191
|
ADDON_UPDATE: "AddonUpdate",
|
|
189
192
|
ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig",
|
|
190
193
|
ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig",
|
|
194
|
+
AUTO_MODE_UPDATE: "AutoModeUpdate",
|
|
191
195
|
CONFIG_UPDATE: "ConfigUpdate",
|
|
192
196
|
DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
|
|
193
197
|
ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate",
|
|
@@ -102,13 +102,16 @@ export const se_CreateClusterCommand = async (input, context) => {
|
|
|
102
102
|
accessConfig: (_) => _json(_),
|
|
103
103
|
bootstrapSelfManagedAddons: [],
|
|
104
104
|
clientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
105
|
+
computeConfig: (_) => _json(_),
|
|
105
106
|
encryptionConfig: (_) => _json(_),
|
|
106
107
|
kubernetesNetworkConfig: (_) => _json(_),
|
|
107
108
|
logging: (_) => _json(_),
|
|
108
109
|
name: [],
|
|
109
110
|
outpostConfig: (_) => _json(_),
|
|
111
|
+
remoteNetworkConfig: (_) => _json(_),
|
|
110
112
|
resourcesVpcConfig: (_) => _json(_),
|
|
111
113
|
roleArn: [],
|
|
114
|
+
storageConfig: (_) => _json(_),
|
|
112
115
|
tags: (_) => _json(_),
|
|
113
116
|
upgradePolicy: (_) => _json(_),
|
|
114
117
|
version: [],
|
|
@@ -707,8 +710,11 @@ export const se_UpdateClusterConfigCommand = async (input, context) => {
|
|
|
707
710
|
body = JSON.stringify(take(input, {
|
|
708
711
|
accessConfig: (_) => _json(_),
|
|
709
712
|
clientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
713
|
+
computeConfig: (_) => _json(_),
|
|
714
|
+
kubernetesNetworkConfig: (_) => _json(_),
|
|
710
715
|
logging: (_) => _json(_),
|
|
711
716
|
resourcesVpcConfig: (_) => _json(_),
|
|
717
|
+
storageConfig: (_) => _json(_),
|
|
712
718
|
upgradePolicy: (_) => _json(_),
|
|
713
719
|
zonalShiftConfig: (_) => _json(_),
|
|
714
720
|
}));
|
|
@@ -1913,6 +1919,7 @@ const de_Cluster = (output, context) => {
|
|
|
1913
1919
|
arn: __expectString,
|
|
1914
1920
|
certificateAuthority: _json,
|
|
1915
1921
|
clientRequestToken: __expectString,
|
|
1922
|
+
computeConfig: _json,
|
|
1916
1923
|
connectorConfig: (_) => de_ConnectorConfigResponse(_, context),
|
|
1917
1924
|
createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
1918
1925
|
encryptionConfig: _json,
|
|
@@ -1925,9 +1932,11 @@ const de_Cluster = (output, context) => {
|
|
|
1925
1932
|
name: __expectString,
|
|
1926
1933
|
outpostConfig: _json,
|
|
1927
1934
|
platformVersion: __expectString,
|
|
1935
|
+
remoteNetworkConfig: _json,
|
|
1928
1936
|
resourcesVpcConfig: _json,
|
|
1929
1937
|
roleArn: __expectString,
|
|
1930
1938
|
status: __expectString,
|
|
1939
|
+
storageConfig: _json,
|
|
1931
1940
|
tags: _json,
|
|
1932
1941
|
upgradePolicy: _json,
|
|
1933
1942
|
version: __expectString,
|
|
@@ -57,10 +57,10 @@ declare const AssociateEncryptionConfigCommand_base: {
|
|
|
57
57
|
* // update: { // Update
|
|
58
58
|
* // id: "STRING_VALUE",
|
|
59
59
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
60
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate",
|
|
60
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
61
61
|
* // params: [ // UpdateParams
|
|
62
62
|
* // { // UpdateParam
|
|
63
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig",
|
|
63
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
64
64
|
* // value: "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
66
|
* // ],
|
|
@@ -66,10 +66,10 @@ declare const AssociateIdentityProviderConfigCommand_base: {
|
|
|
66
66
|
* // update: { // Update
|
|
67
67
|
* // id: "STRING_VALUE",
|
|
68
68
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
69
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate",
|
|
69
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
70
70
|
* // params: [ // UpdateParams
|
|
71
71
|
* // { // UpdateParam
|
|
72
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig",
|
|
72
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
73
73
|
* // value: "STRING_VALUE",
|
|
74
74
|
* // },
|
|
75
75
|
* // ],
|
|
@@ -91,6 +91,9 @@ declare const CreateClusterCommand_base: {
|
|
|
91
91
|
* kubernetesNetworkConfig: { // KubernetesNetworkConfigRequest
|
|
92
92
|
* serviceIpv4Cidr: "STRING_VALUE",
|
|
93
93
|
* ipFamily: "ipv4" || "ipv6",
|
|
94
|
+
* elasticLoadBalancing: { // ElasticLoadBalancing
|
|
95
|
+
* enabled: true || false,
|
|
96
|
+
* },
|
|
94
97
|
* },
|
|
95
98
|
* logging: { // Logging
|
|
96
99
|
* clusterLogging: [ // LogSetups
|
|
@@ -136,6 +139,28 @@ declare const CreateClusterCommand_base: {
|
|
|
136
139
|
* zonalShiftConfig: { // ZonalShiftConfigRequest
|
|
137
140
|
* enabled: true || false,
|
|
138
141
|
* },
|
|
142
|
+
* remoteNetworkConfig: { // RemoteNetworkConfigRequest
|
|
143
|
+
* remoteNodeNetworks: [ // RemoteNodeNetworkList
|
|
144
|
+
* { // RemoteNodeNetwork
|
|
145
|
+
* cidrs: "<StringList>",
|
|
146
|
+
* },
|
|
147
|
+
* ],
|
|
148
|
+
* remotePodNetworks: [ // RemotePodNetworkList
|
|
149
|
+
* { // RemotePodNetwork
|
|
150
|
+
* cidrs: "<StringList>",
|
|
151
|
+
* },
|
|
152
|
+
* ],
|
|
153
|
+
* },
|
|
154
|
+
* computeConfig: { // ComputeConfigRequest
|
|
155
|
+
* enabled: true || false,
|
|
156
|
+
* nodePools: "<StringList>",
|
|
157
|
+
* nodeRoleArn: "STRING_VALUE",
|
|
158
|
+
* },
|
|
159
|
+
* storageConfig: { // StorageConfigRequest
|
|
160
|
+
* blockStorage: { // BlockStorage
|
|
161
|
+
* enabled: true || false,
|
|
162
|
+
* },
|
|
163
|
+
* },
|
|
139
164
|
* };
|
|
140
165
|
* const command = new CreateClusterCommand(input);
|
|
141
166
|
* const response = await client.send(command);
|
|
@@ -166,6 +191,9 @@ declare const CreateClusterCommand_base: {
|
|
|
166
191
|
* // serviceIpv4Cidr: "STRING_VALUE",
|
|
167
192
|
* // serviceIpv6Cidr: "STRING_VALUE",
|
|
168
193
|
* // ipFamily: "ipv4" || "ipv6",
|
|
194
|
+
* // elasticLoadBalancing: { // ElasticLoadBalancing
|
|
195
|
+
* // enabled: true || false,
|
|
196
|
+
* // },
|
|
169
197
|
* // },
|
|
170
198
|
* // logging: { // Logging
|
|
171
199
|
* // clusterLogging: [ // LogSetups
|
|
@@ -235,6 +263,28 @@ declare const CreateClusterCommand_base: {
|
|
|
235
263
|
* // zonalShiftConfig: { // ZonalShiftConfigResponse
|
|
236
264
|
* // enabled: true || false,
|
|
237
265
|
* // },
|
|
266
|
+
* // remoteNetworkConfig: { // RemoteNetworkConfigResponse
|
|
267
|
+
* // remoteNodeNetworks: [ // RemoteNodeNetworkList
|
|
268
|
+
* // { // RemoteNodeNetwork
|
|
269
|
+
* // cidrs: "<StringList>",
|
|
270
|
+
* // },
|
|
271
|
+
* // ],
|
|
272
|
+
* // remotePodNetworks: [ // RemotePodNetworkList
|
|
273
|
+
* // { // RemotePodNetwork
|
|
274
|
+
* // cidrs: "<StringList>",
|
|
275
|
+
* // },
|
|
276
|
+
* // ],
|
|
277
|
+
* // },
|
|
278
|
+
* // computeConfig: { // ComputeConfigResponse
|
|
279
|
+
* // enabled: true || false,
|
|
280
|
+
* // nodePools: "<StringList>",
|
|
281
|
+
* // nodeRoleArn: "STRING_VALUE",
|
|
282
|
+
* // },
|
|
283
|
+
* // storageConfig: { // StorageConfigResponse
|
|
284
|
+
* // blockStorage: { // BlockStorage
|
|
285
|
+
* // enabled: true || false,
|
|
286
|
+
* // },
|
|
287
|
+
* // },
|
|
238
288
|
* // },
|
|
239
289
|
* // };
|
|
240
290
|
*
|
|
@@ -74,6 +74,9 @@ declare const DeleteClusterCommand_base: {
|
|
|
74
74
|
* // serviceIpv4Cidr: "STRING_VALUE",
|
|
75
75
|
* // serviceIpv6Cidr: "STRING_VALUE",
|
|
76
76
|
* // ipFamily: "ipv4" || "ipv6",
|
|
77
|
+
* // elasticLoadBalancing: { // ElasticLoadBalancing
|
|
78
|
+
* // enabled: true || false,
|
|
79
|
+
* // },
|
|
77
80
|
* // },
|
|
78
81
|
* // logging: { // Logging
|
|
79
82
|
* // clusterLogging: [ // LogSetups
|
|
@@ -143,6 +146,28 @@ declare const DeleteClusterCommand_base: {
|
|
|
143
146
|
* // zonalShiftConfig: { // ZonalShiftConfigResponse
|
|
144
147
|
* // enabled: true || false,
|
|
145
148
|
* // },
|
|
149
|
+
* // remoteNetworkConfig: { // RemoteNetworkConfigResponse
|
|
150
|
+
* // remoteNodeNetworks: [ // RemoteNodeNetworkList
|
|
151
|
+
* // { // RemoteNodeNetwork
|
|
152
|
+
* // cidrs: "<StringList>",
|
|
153
|
+
* // },
|
|
154
|
+
* // ],
|
|
155
|
+
* // remotePodNetworks: [ // RemotePodNetworkList
|
|
156
|
+
* // { // RemotePodNetwork
|
|
157
|
+
* // cidrs: "<StringList>",
|
|
158
|
+
* // },
|
|
159
|
+
* // ],
|
|
160
|
+
* // },
|
|
161
|
+
* // computeConfig: { // ComputeConfigResponse
|
|
162
|
+
* // enabled: true || false,
|
|
163
|
+
* // nodePools: "<StringList>",
|
|
164
|
+
* // nodeRoleArn: "STRING_VALUE",
|
|
165
|
+
* // },
|
|
166
|
+
* // storageConfig: { // StorageConfigResponse
|
|
167
|
+
* // blockStorage: { // BlockStorage
|
|
168
|
+
* // enabled: true || false,
|
|
169
|
+
* // },
|
|
170
|
+
* // },
|
|
146
171
|
* // },
|
|
147
172
|
* // };
|
|
148
173
|
*
|
|
@@ -69,6 +69,9 @@ declare const DeregisterClusterCommand_base: {
|
|
|
69
69
|
* // serviceIpv4Cidr: "STRING_VALUE",
|
|
70
70
|
* // serviceIpv6Cidr: "STRING_VALUE",
|
|
71
71
|
* // ipFamily: "ipv4" || "ipv6",
|
|
72
|
+
* // elasticLoadBalancing: { // ElasticLoadBalancing
|
|
73
|
+
* // enabled: true || false,
|
|
74
|
+
* // },
|
|
72
75
|
* // },
|
|
73
76
|
* // logging: { // Logging
|
|
74
77
|
* // clusterLogging: [ // LogSetups
|
|
@@ -138,6 +141,28 @@ declare const DeregisterClusterCommand_base: {
|
|
|
138
141
|
* // zonalShiftConfig: { // ZonalShiftConfigResponse
|
|
139
142
|
* // enabled: true || false,
|
|
140
143
|
* // },
|
|
144
|
+
* // remoteNetworkConfig: { // RemoteNetworkConfigResponse
|
|
145
|
+
* // remoteNodeNetworks: [ // RemoteNodeNetworkList
|
|
146
|
+
* // { // RemoteNodeNetwork
|
|
147
|
+
* // cidrs: "<StringList>",
|
|
148
|
+
* // },
|
|
149
|
+
* // ],
|
|
150
|
+
* // remotePodNetworks: [ // RemotePodNetworkList
|
|
151
|
+
* // { // RemotePodNetwork
|
|
152
|
+
* // cidrs: "<StringList>",
|
|
153
|
+
* // },
|
|
154
|
+
* // ],
|
|
155
|
+
* // },
|
|
156
|
+
* // computeConfig: { // ComputeConfigResponse
|
|
157
|
+
* // enabled: true || false,
|
|
158
|
+
* // nodePools: "<StringList>",
|
|
159
|
+
* // nodeRoleArn: "STRING_VALUE",
|
|
160
|
+
* // },
|
|
161
|
+
* // storageConfig: { // StorageConfigResponse
|
|
162
|
+
* // blockStorage: { // BlockStorage
|
|
163
|
+
* // enabled: true || false,
|
|
164
|
+
* // },
|
|
165
|
+
* // },
|
|
141
166
|
* // },
|
|
142
167
|
* // };
|
|
143
168
|
*
|
|
@@ -65,6 +65,9 @@ declare const DescribeAddonVersionsCommand_base: {
|
|
|
65
65
|
* // architecture: [ // StringList
|
|
66
66
|
* // "STRING_VALUE",
|
|
67
67
|
* // ],
|
|
68
|
+
* // computeTypes: [
|
|
69
|
+
* // "STRING_VALUE",
|
|
70
|
+
* // ],
|
|
68
71
|
* // compatibilities: [ // Compatibilities
|
|
69
72
|
* // { // Compatibility
|
|
70
73
|
* // clusterVersion: "STRING_VALUE",
|
|
@@ -75,6 +75,9 @@ declare const DescribeClusterCommand_base: {
|
|
|
75
75
|
* // serviceIpv4Cidr: "STRING_VALUE",
|
|
76
76
|
* // serviceIpv6Cidr: "STRING_VALUE",
|
|
77
77
|
* // ipFamily: "ipv4" || "ipv6",
|
|
78
|
+
* // elasticLoadBalancing: { // ElasticLoadBalancing
|
|
79
|
+
* // enabled: true || false,
|
|
80
|
+
* // },
|
|
78
81
|
* // },
|
|
79
82
|
* // logging: { // Logging
|
|
80
83
|
* // clusterLogging: [ // LogSetups
|
|
@@ -144,6 +147,28 @@ declare const DescribeClusterCommand_base: {
|
|
|
144
147
|
* // zonalShiftConfig: { // ZonalShiftConfigResponse
|
|
145
148
|
* // enabled: true || false,
|
|
146
149
|
* // },
|
|
150
|
+
* // remoteNetworkConfig: { // RemoteNetworkConfigResponse
|
|
151
|
+
* // remoteNodeNetworks: [ // RemoteNodeNetworkList
|
|
152
|
+
* // { // RemoteNodeNetwork
|
|
153
|
+
* // cidrs: "<StringList>",
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // remotePodNetworks: [ // RemotePodNetworkList
|
|
157
|
+
* // { // RemotePodNetwork
|
|
158
|
+
* // cidrs: "<StringList>",
|
|
159
|
+
* // },
|
|
160
|
+
* // ],
|
|
161
|
+
* // },
|
|
162
|
+
* // computeConfig: { // ComputeConfigResponse
|
|
163
|
+
* // enabled: true || false,
|
|
164
|
+
* // nodePools: "<StringList>",
|
|
165
|
+
* // nodeRoleArn: "STRING_VALUE",
|
|
166
|
+
* // },
|
|
167
|
+
* // storageConfig: { // StorageConfigResponse
|
|
168
|
+
* // blockStorage: { // BlockStorage
|
|
169
|
+
* // enabled: true || false,
|
|
170
|
+
* // },
|
|
171
|
+
* // },
|
|
147
172
|
* // },
|
|
148
173
|
* // };
|
|
149
174
|
*
|
|
@@ -49,10 +49,10 @@ declare const DescribeUpdateCommand_base: {
|
|
|
49
49
|
* // update: { // Update
|
|
50
50
|
* // id: "STRING_VALUE",
|
|
51
51
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
52
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate",
|
|
52
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
53
53
|
* // params: [ // UpdateParams
|
|
54
54
|
* // { // UpdateParam
|
|
55
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig",
|
|
55
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
56
56
|
* // value: "STRING_VALUE",
|
|
57
57
|
* // },
|
|
58
58
|
* // ],
|
|
@@ -51,10 +51,10 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
|
51
51
|
* // update: { // Update
|
|
52
52
|
* // id: "STRING_VALUE",
|
|
53
53
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
54
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate",
|
|
54
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
55
55
|
* // params: [ // UpdateParams
|
|
56
56
|
* // { // UpdateParam
|
|
57
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig",
|
|
57
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
58
58
|
* // value: "STRING_VALUE",
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
|
@@ -87,6 +87,9 @@ declare const RegisterClusterCommand_base: {
|
|
|
87
87
|
* // serviceIpv4Cidr: "STRING_VALUE",
|
|
88
88
|
* // serviceIpv6Cidr: "STRING_VALUE",
|
|
89
89
|
* // ipFamily: "ipv4" || "ipv6",
|
|
90
|
+
* // elasticLoadBalancing: { // ElasticLoadBalancing
|
|
91
|
+
* // enabled: true || false,
|
|
92
|
+
* // },
|
|
90
93
|
* // },
|
|
91
94
|
* // logging: { // Logging
|
|
92
95
|
* // clusterLogging: [ // LogSetups
|
|
@@ -156,6 +159,28 @@ declare const RegisterClusterCommand_base: {
|
|
|
156
159
|
* // zonalShiftConfig: { // ZonalShiftConfigResponse
|
|
157
160
|
* // enabled: true || false,
|
|
158
161
|
* // },
|
|
162
|
+
* // remoteNetworkConfig: { // RemoteNetworkConfigResponse
|
|
163
|
+
* // remoteNodeNetworks: [ // RemoteNodeNetworkList
|
|
164
|
+
* // { // RemoteNodeNetwork
|
|
165
|
+
* // cidrs: "<StringList>",
|
|
166
|
+
* // },
|
|
167
|
+
* // ],
|
|
168
|
+
* // remotePodNetworks: [ // RemotePodNetworkList
|
|
169
|
+
* // { // RemotePodNetwork
|
|
170
|
+
* // cidrs: "<StringList>",
|
|
171
|
+
* // },
|
|
172
|
+
* // ],
|
|
173
|
+
* // },
|
|
174
|
+
* // computeConfig: { // ComputeConfigResponse
|
|
175
|
+
* // enabled: true || false,
|
|
176
|
+
* // nodePools: "<StringList>",
|
|
177
|
+
* // nodeRoleArn: "STRING_VALUE",
|
|
178
|
+
* // },
|
|
179
|
+
* // storageConfig: { // StorageConfigResponse
|
|
180
|
+
* // blockStorage: { // BlockStorage
|
|
181
|
+
* // enabled: true || false,
|
|
182
|
+
* // },
|
|
183
|
+
* // },
|
|
159
184
|
* // },
|
|
160
185
|
* // };
|
|
161
186
|
*
|
|
@@ -55,10 +55,10 @@ declare const UpdateAddonCommand_base: {
|
|
|
55
55
|
* // update: { // Update
|
|
56
56
|
* // id: "STRING_VALUE",
|
|
57
57
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
58
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate",
|
|
58
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
59
59
|
* // params: [ // UpdateParams
|
|
60
60
|
* // { // UpdateParam
|
|
61
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig",
|
|
61
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
62
62
|
* // value: "STRING_VALUE",
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
@@ -101,6 +101,25 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
101
101
|
* zonalShiftConfig: { // ZonalShiftConfigRequest
|
|
102
102
|
* enabled: true || false,
|
|
103
103
|
* },
|
|
104
|
+
* computeConfig: { // ComputeConfigRequest
|
|
105
|
+
* enabled: true || false,
|
|
106
|
+
* nodePools: [
|
|
107
|
+
* "STRING_VALUE",
|
|
108
|
+
* ],
|
|
109
|
+
* nodeRoleArn: "STRING_VALUE",
|
|
110
|
+
* },
|
|
111
|
+
* kubernetesNetworkConfig: { // KubernetesNetworkConfigRequest
|
|
112
|
+
* serviceIpv4Cidr: "STRING_VALUE",
|
|
113
|
+
* ipFamily: "ipv4" || "ipv6",
|
|
114
|
+
* elasticLoadBalancing: { // ElasticLoadBalancing
|
|
115
|
+
* enabled: true || false,
|
|
116
|
+
* },
|
|
117
|
+
* },
|
|
118
|
+
* storageConfig: { // StorageConfigRequest
|
|
119
|
+
* blockStorage: { // BlockStorage
|
|
120
|
+
* enabled: true || false,
|
|
121
|
+
* },
|
|
122
|
+
* },
|
|
104
123
|
* };
|
|
105
124
|
* const command = new UpdateClusterConfigCommand(input);
|
|
106
125
|
* const response = await client.send(command);
|
|
@@ -108,10 +127,10 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
108
127
|
* // update: { // Update
|
|
109
128
|
* // id: "STRING_VALUE",
|
|
110
129
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
111
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate",
|
|
130
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
112
131
|
* // params: [ // UpdateParams
|
|
113
132
|
* // { // UpdateParam
|
|
114
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig",
|
|
133
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
115
134
|
* // value: "STRING_VALUE",
|
|
116
135
|
* // },
|
|
117
136
|
* // ],
|
|
@@ -54,10 +54,10 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
54
54
|
* // update: { // Update
|
|
55
55
|
* // id: "STRING_VALUE",
|
|
56
56
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
57
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate",
|
|
57
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
58
58
|
* // params: [ // UpdateParams
|
|
59
59
|
* // { // UpdateParam
|
|
60
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig",
|
|
60
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
61
61
|
* // value: "STRING_VALUE",
|
|
62
62
|
* // },
|
|
63
63
|
* // ],
|
|
@@ -81,10 +81,10 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
81
81
|
* // update: { // Update
|
|
82
82
|
* // id: "STRING_VALUE",
|
|
83
83
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
84
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate",
|
|
84
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
85
85
|
* // params: [ // UpdateParams
|
|
86
86
|
* // { // UpdateParam
|
|
87
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig",
|
|
87
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
88
88
|
* // value: "STRING_VALUE",
|
|
89
89
|
* // },
|
|
90
90
|
* // ],
|
|
@@ -72,10 +72,10 @@ declare const UpdateNodegroupVersionCommand_base: {
|
|
|
72
72
|
* // update: { // Update
|
|
73
73
|
* // id: "STRING_VALUE",
|
|
74
74
|
* // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
|
|
75
|
-
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate",
|
|
75
|
+
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
76
76
|
* // params: [ // UpdateParams
|
|
77
77
|
* // { // UpdateParam
|
|
78
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig",
|
|
78
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
79
79
|
* // value: "STRING_VALUE",
|
|
80
80
|
* // },
|
|
81
81
|
* // ],
|
|
@@ -377,6 +377,11 @@ export interface AddonVersionInfo {
|
|
|
377
377
|
* @public
|
|
378
378
|
*/
|
|
379
379
|
architecture?: string[] | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* <p>Indicates the compute type of the addon version.</p>
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
computeTypes?: string[] | undefined;
|
|
380
385
|
/**
|
|
381
386
|
* <p>An object representing the compatibilities of a version.</p>
|
|
382
387
|
* @public
|
|
@@ -860,12 +865,14 @@ export declare const UpdateParamType: {
|
|
|
860
865
|
readonly ADDON_VERSION: "AddonVersion";
|
|
861
866
|
readonly AUTHENTICATION_MODE: "AuthenticationMode";
|
|
862
867
|
readonly CLUSTER_LOGGING: "ClusterLogging";
|
|
868
|
+
readonly COMPUTE_CONFIG: "ComputeConfig";
|
|
863
869
|
readonly CONFIGURATION_VALUES: "ConfigurationValues";
|
|
864
870
|
readonly DESIRED_SIZE: "DesiredSize";
|
|
865
871
|
readonly ENCRYPTION_CONFIG: "EncryptionConfig";
|
|
866
872
|
readonly ENDPOINT_PRIVATE_ACCESS: "EndpointPrivateAccess";
|
|
867
873
|
readonly ENDPOINT_PUBLIC_ACCESS: "EndpointPublicAccess";
|
|
868
874
|
readonly IDENTITY_PROVIDER_CONFIG: "IdentityProviderConfig";
|
|
875
|
+
readonly KUBERNETES_NETWORK_CONFIG: "KubernetesNetworkConfig";
|
|
869
876
|
readonly LABELS_TO_ADD: "LabelsToAdd";
|
|
870
877
|
readonly LABELS_TO_REMOVE: "LabelsToRemove";
|
|
871
878
|
readonly LAUNCH_TEMPLATE_NAME: "LaunchTemplateName";
|
|
@@ -881,6 +888,7 @@ export declare const UpdateParamType: {
|
|
|
881
888
|
readonly RESOLVE_CONFLICTS: "ResolveConflicts";
|
|
882
889
|
readonly SECURITY_GROUPS: "SecurityGroups";
|
|
883
890
|
readonly SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn";
|
|
891
|
+
readonly STORAGE_CONFIG: "StorageConfig";
|
|
884
892
|
readonly SUBNETS: "Subnets";
|
|
885
893
|
readonly TAINTS_TO_ADD: "TaintsToAdd";
|
|
886
894
|
readonly TAINTS_TO_REMOVE: "TaintsToRemove";
|
|
@@ -931,6 +939,7 @@ export declare const UpdateType: {
|
|
|
931
939
|
readonly ADDON_UPDATE: "AddonUpdate";
|
|
932
940
|
readonly ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig";
|
|
933
941
|
readonly ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig";
|
|
942
|
+
readonly AUTO_MODE_UPDATE: "AutoModeUpdate";
|
|
934
943
|
readonly CONFIG_UPDATE: "ConfigUpdate";
|
|
935
944
|
readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
|
|
936
945
|
readonly ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate";
|
|
@@ -1448,6 +1457,38 @@ export interface CreateAccessConfigRequest {
|
|
|
1448
1457
|
*/
|
|
1449
1458
|
authenticationMode?: AuthenticationMode | undefined;
|
|
1450
1459
|
}
|
|
1460
|
+
/**
|
|
1461
|
+
* <p>Request to update the configuration of the compute capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode compute capability in the EKS User Guide.</p>
|
|
1462
|
+
* @public
|
|
1463
|
+
*/
|
|
1464
|
+
export interface ComputeConfigRequest {
|
|
1465
|
+
/**
|
|
1466
|
+
* <p>Request to enable or disable the compute capability on your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account.</p>
|
|
1467
|
+
* @public
|
|
1468
|
+
*/
|
|
1469
|
+
enabled?: boolean | undefined;
|
|
1470
|
+
/**
|
|
1471
|
+
* <p>Configuration for node pools that defines the compute resources for your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the EKS User Guide.</p>
|
|
1472
|
+
* @public
|
|
1473
|
+
*/
|
|
1474
|
+
nodePools?: string[] | undefined;
|
|
1475
|
+
/**
|
|
1476
|
+
* <p>The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster. This value cannot be changed after the compute capability of EKS Auto Mode is enabled. For more information, see the IAM Reference in the EKS User Guide.</p>
|
|
1477
|
+
* @public
|
|
1478
|
+
*/
|
|
1479
|
+
nodeRoleArn?: string | undefined;
|
|
1480
|
+
}
|
|
1481
|
+
/**
|
|
1482
|
+
* <p>Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. For more information, see EKS Auto Mode load balancing capability in the EKS User Guide.</p>
|
|
1483
|
+
* @public
|
|
1484
|
+
*/
|
|
1485
|
+
export interface ElasticLoadBalancing {
|
|
1486
|
+
/**
|
|
1487
|
+
* <p>Indicates if the load balancing capability is enabled on your EKS Auto Mode cluster. If the load balancing capability is enabled, EKS Auto Mode will create and delete load balancers in your Amazon Web Services account.</p>
|
|
1488
|
+
* @public
|
|
1489
|
+
*/
|
|
1490
|
+
enabled?: boolean | undefined;
|
|
1491
|
+
}
|
|
1451
1492
|
/**
|
|
1452
1493
|
* @public
|
|
1453
1494
|
* @enum
|
|
@@ -1511,6 +1552,11 @@ export interface KubernetesNetworkConfigRequest {
|
|
|
1511
1552
|
* @public
|
|
1512
1553
|
*/
|
|
1513
1554
|
ipFamily?: IpFamily | undefined;
|
|
1555
|
+
/**
|
|
1556
|
+
* <p>Request to enable or disable the load balancing capability on your EKS Auto Mode cluster. For more information, see EKS Auto Mode load balancing capability in the EKS User Guide.</p>
|
|
1557
|
+
* @public
|
|
1558
|
+
*/
|
|
1559
|
+
elasticLoadBalancing?: ElasticLoadBalancing | undefined;
|
|
1514
1560
|
}
|
|
1515
1561
|
/**
|
|
1516
1562
|
* @public
|
|
@@ -1603,6 +1649,45 @@ export interface OutpostConfigRequest {
|
|
|
1603
1649
|
*/
|
|
1604
1650
|
controlPlanePlacement?: ControlPlanePlacementRequest | undefined;
|
|
1605
1651
|
}
|
|
1652
|
+
/**
|
|
1653
|
+
* <p>A network CIDR that can contain hybrid nodes.</p>
|
|
1654
|
+
* @public
|
|
1655
|
+
*/
|
|
1656
|
+
export interface RemoteNodeNetwork {
|
|
1657
|
+
/**
|
|
1658
|
+
* <p>A network CIDR that can contain hybrid nodes.</p>
|
|
1659
|
+
* @public
|
|
1660
|
+
*/
|
|
1661
|
+
cidrs?: string[] | undefined;
|
|
1662
|
+
}
|
|
1663
|
+
/**
|
|
1664
|
+
* <p>A network CIDR that can contain pods that run Kubernetes webhooks on hybrid nodes.</p>
|
|
1665
|
+
* @public
|
|
1666
|
+
*/
|
|
1667
|
+
export interface RemotePodNetwork {
|
|
1668
|
+
/**
|
|
1669
|
+
* <p>A network CIDR that can contain pods that run Kubernetes webhooks on hybrid nodes.</p>
|
|
1670
|
+
* @public
|
|
1671
|
+
*/
|
|
1672
|
+
cidrs?: string[] | undefined;
|
|
1673
|
+
}
|
|
1674
|
+
/**
|
|
1675
|
+
* <p>The configuration in the cluster for EKS Hybrid Nodes. You can't change or update this
|
|
1676
|
+
* configuration after the cluster is created.</p>
|
|
1677
|
+
* @public
|
|
1678
|
+
*/
|
|
1679
|
+
export interface RemoteNetworkConfigRequest {
|
|
1680
|
+
/**
|
|
1681
|
+
* <p>The list of network CIDRs that can contain hybrid nodes.</p>
|
|
1682
|
+
* @public
|
|
1683
|
+
*/
|
|
1684
|
+
remoteNodeNetworks?: RemoteNodeNetwork[] | undefined;
|
|
1685
|
+
/**
|
|
1686
|
+
* <p>The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.</p>
|
|
1687
|
+
* @public
|
|
1688
|
+
*/
|
|
1689
|
+
remotePodNetworks?: RemotePodNetwork[] | undefined;
|
|
1690
|
+
}
|
|
1606
1691
|
/**
|
|
1607
1692
|
* <p>An object representing the VPC configuration to use for an Amazon EKS
|
|
1608
1693
|
* cluster.</p>
|
|
@@ -1669,6 +1754,28 @@ export interface VpcConfigRequest {
|
|
|
1669
1754
|
*/
|
|
1670
1755
|
publicAccessCidrs?: string[] | undefined;
|
|
1671
1756
|
}
|
|
1757
|
+
/**
|
|
1758
|
+
* <p>Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.</p>
|
|
1759
|
+
* @public
|
|
1760
|
+
*/
|
|
1761
|
+
export interface BlockStorage {
|
|
1762
|
+
/**
|
|
1763
|
+
* <p>Indicates if the block storage capability is enabled on your EKS Auto Mode cluster. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account.</p>
|
|
1764
|
+
* @public
|
|
1765
|
+
*/
|
|
1766
|
+
enabled?: boolean | undefined;
|
|
1767
|
+
}
|
|
1768
|
+
/**
|
|
1769
|
+
* <p>Request to update the configuration of the storage capability of your EKS Auto Mode cluster. For example, enable the capability. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.</p>
|
|
1770
|
+
* @public
|
|
1771
|
+
*/
|
|
1772
|
+
export interface StorageConfigRequest {
|
|
1773
|
+
/**
|
|
1774
|
+
* <p>Request to configure EBS Block Storage settings for your EKS Auto Mode cluster.</p>
|
|
1775
|
+
* @public
|
|
1776
|
+
*/
|
|
1777
|
+
blockStorage?: BlockStorage | undefined;
|
|
1778
|
+
}
|
|
1672
1779
|
/**
|
|
1673
1780
|
* @public
|
|
1674
1781
|
* @enum
|
|
@@ -1833,6 +1940,22 @@ export interface CreateClusterRequest {
|
|
|
1833
1940
|
* @public
|
|
1834
1941
|
*/
|
|
1835
1942
|
zonalShiftConfig?: ZonalShiftConfigRequest | undefined;
|
|
1943
|
+
/**
|
|
1944
|
+
* <p>The configuration in the cluster for EKS Hybrid Nodes. You can't change or update this
|
|
1945
|
+
* configuration after the cluster is created.</p>
|
|
1946
|
+
* @public
|
|
1947
|
+
*/
|
|
1948
|
+
remoteNetworkConfig?: RemoteNetworkConfigRequest | undefined;
|
|
1949
|
+
/**
|
|
1950
|
+
* <p>Enable or disable the compute capability of EKS Auto Mode when creating your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account</p>
|
|
1951
|
+
* @public
|
|
1952
|
+
*/
|
|
1953
|
+
computeConfig?: ComputeConfigRequest | undefined;
|
|
1954
|
+
/**
|
|
1955
|
+
* <p>Enable or disable the block storage capability of EKS Auto Mode when creating your EKS Auto Mode cluster. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account.</p>
|
|
1956
|
+
* @public
|
|
1957
|
+
*/
|
|
1958
|
+
storageConfig?: StorageConfigRequest | undefined;
|
|
1836
1959
|
}
|
|
1837
1960
|
/**
|
|
1838
1961
|
* <p>An object representing the <code>certificate-authority-data</code> for your
|
|
@@ -1848,6 +1971,27 @@ export interface Certificate {
|
|
|
1848
1971
|
*/
|
|
1849
1972
|
data?: string | undefined;
|
|
1850
1973
|
}
|
|
1974
|
+
/**
|
|
1975
|
+
* <p>Indicates the status of the request to update the compute capability of your EKS Auto Mode cluster.</p>
|
|
1976
|
+
* @public
|
|
1977
|
+
*/
|
|
1978
|
+
export interface ComputeConfigResponse {
|
|
1979
|
+
/**
|
|
1980
|
+
* <p>Indicates if the compute capability is enabled on your EKS Auto Mode cluster. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account.</p>
|
|
1981
|
+
* @public
|
|
1982
|
+
*/
|
|
1983
|
+
enabled?: boolean | undefined;
|
|
1984
|
+
/**
|
|
1985
|
+
* <p>Indicates the current configuration of node pools in your EKS Auto Mode cluster. For more information, see EKS Auto Mode Node Pools in the EKS User Guide.</p>
|
|
1986
|
+
* @public
|
|
1987
|
+
*/
|
|
1988
|
+
nodePools?: string[] | undefined;
|
|
1989
|
+
/**
|
|
1990
|
+
* <p>The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster.</p>
|
|
1991
|
+
* @public
|
|
1992
|
+
*/
|
|
1993
|
+
nodeRoleArn?: string | undefined;
|
|
1994
|
+
}
|
|
1851
1995
|
/**
|
|
1852
1996
|
* <p>The full description of your connected cluster.</p>
|
|
1853
1997
|
* @public
|
|
@@ -2002,6 +2146,11 @@ export interface KubernetesNetworkConfigResponse {
|
|
|
2002
2146
|
* @public
|
|
2003
2147
|
*/
|
|
2004
2148
|
ipFamily?: IpFamily | undefined;
|
|
2149
|
+
/**
|
|
2150
|
+
* <p>Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled.</p>
|
|
2151
|
+
* @public
|
|
2152
|
+
*/
|
|
2153
|
+
elasticLoadBalancing?: ElasticLoadBalancing | undefined;
|
|
2005
2154
|
}
|
|
2006
2155
|
/**
|
|
2007
2156
|
* <p>The placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see
|
|
@@ -2043,6 +2192,23 @@ export interface OutpostConfigResponse {
|
|
|
2043
2192
|
*/
|
|
2044
2193
|
controlPlanePlacement?: ControlPlanePlacementResponse | undefined;
|
|
2045
2194
|
}
|
|
2195
|
+
/**
|
|
2196
|
+
* <p>The configuration in the cluster for EKS Hybrid Nodes. You can't change or update this
|
|
2197
|
+
* configuration after the cluster is created.</p>
|
|
2198
|
+
* @public
|
|
2199
|
+
*/
|
|
2200
|
+
export interface RemoteNetworkConfigResponse {
|
|
2201
|
+
/**
|
|
2202
|
+
* <p>The list of network CIDRs that can contain hybrid nodes.</p>
|
|
2203
|
+
* @public
|
|
2204
|
+
*/
|
|
2205
|
+
remoteNodeNetworks?: RemoteNodeNetwork[] | undefined;
|
|
2206
|
+
/**
|
|
2207
|
+
* <p>The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.</p>
|
|
2208
|
+
* @public
|
|
2209
|
+
*/
|
|
2210
|
+
remotePodNetworks?: RemotePodNetwork[] | undefined;
|
|
2211
|
+
}
|
|
2046
2212
|
/**
|
|
2047
2213
|
* <p>An object representing an Amazon EKS cluster VPC configuration
|
|
2048
2214
|
* response.</p>
|
|
@@ -2114,6 +2280,17 @@ export declare const ClusterStatus: {
|
|
|
2114
2280
|
* @public
|
|
2115
2281
|
*/
|
|
2116
2282
|
export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
|
|
2283
|
+
/**
|
|
2284
|
+
* <p>Indicates the status of the request to update the block storage capability of your EKS Auto Mode cluster.</p>
|
|
2285
|
+
* @public
|
|
2286
|
+
*/
|
|
2287
|
+
export interface StorageConfigResponse {
|
|
2288
|
+
/**
|
|
2289
|
+
* <p>Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled.</p>
|
|
2290
|
+
* @public
|
|
2291
|
+
*/
|
|
2292
|
+
blockStorage?: BlockStorage | undefined;
|
|
2293
|
+
}
|
|
2117
2294
|
/**
|
|
2118
2295
|
* <p>This value indicates if extended support is enabled or disabled for the cluster.</p>
|
|
2119
2296
|
* <p>
|
|
@@ -2284,6 +2461,22 @@ export interface Cluster {
|
|
|
2284
2461
|
* @public
|
|
2285
2462
|
*/
|
|
2286
2463
|
zonalShiftConfig?: ZonalShiftConfigResponse | undefined;
|
|
2464
|
+
/**
|
|
2465
|
+
* <p>The configuration in the cluster for EKS Hybrid Nodes. You can't change or update this
|
|
2466
|
+
* configuration after the cluster is created.</p>
|
|
2467
|
+
* @public
|
|
2468
|
+
*/
|
|
2469
|
+
remoteNetworkConfig?: RemoteNetworkConfigResponse | undefined;
|
|
2470
|
+
/**
|
|
2471
|
+
* <p>Indicates the current configuration of the compute capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the compute capability is enabled, EKS Auto Mode will create and delete EC2 Managed Instances in your Amazon Web Services account. For more information, see EKS Auto Mode compute capability in the EKS User Guide.</p>
|
|
2472
|
+
* @public
|
|
2473
|
+
*/
|
|
2474
|
+
computeConfig?: ComputeConfigResponse | undefined;
|
|
2475
|
+
/**
|
|
2476
|
+
* <p>Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled. If the block storage capability is enabled, EKS Auto Mode will create and delete EBS volumes in your Amazon Web Services account. For more information, see EKS Auto Mode block storage capability in the EKS User Guide.</p>
|
|
2477
|
+
* @public
|
|
2478
|
+
*/
|
|
2479
|
+
storageConfig?: StorageConfigResponse | undefined;
|
|
2287
2480
|
}
|
|
2288
2481
|
/**
|
|
2289
2482
|
* @public
|
|
@@ -5825,6 +6018,21 @@ export interface UpdateClusterConfigRequest {
|
|
|
5825
6018
|
* @public
|
|
5826
6019
|
*/
|
|
5827
6020
|
zonalShiftConfig?: ZonalShiftConfigRequest | undefined;
|
|
6021
|
+
/**
|
|
6022
|
+
* <p>Update the configuration of the compute capability of your EKS Auto Mode cluster. For example, enable the capability.</p>
|
|
6023
|
+
* @public
|
|
6024
|
+
*/
|
|
6025
|
+
computeConfig?: ComputeConfigRequest | undefined;
|
|
6026
|
+
/**
|
|
6027
|
+
* <p>The Kubernetes network configuration for the cluster.</p>
|
|
6028
|
+
* @public
|
|
6029
|
+
*/
|
|
6030
|
+
kubernetesNetworkConfig?: KubernetesNetworkConfigRequest | undefined;
|
|
6031
|
+
/**
|
|
6032
|
+
* <p>Update the configuration of the block storage capability of your EKS Auto Mode cluster. For example, enable the capability.</p>
|
|
6033
|
+
* @public
|
|
6034
|
+
*/
|
|
6035
|
+
storageConfig?: StorageConfigRequest | undefined;
|
|
5828
6036
|
}
|
|
5829
6037
|
/**
|
|
5830
6038
|
* @public
|
|
@@ -105,6 +105,7 @@ export interface Compatibility {
|
|
|
105
105
|
export interface AddonVersionInfo {
|
|
106
106
|
addonVersion?: string | undefined;
|
|
107
107
|
architecture?: string[] | undefined;
|
|
108
|
+
computeTypes?: string[] | undefined;
|
|
108
109
|
compatibilities?: Compatibility[] | undefined;
|
|
109
110
|
requiresConfiguration?: boolean | undefined;
|
|
110
111
|
requiresIamPermissions?: boolean | undefined;
|
|
@@ -246,12 +247,14 @@ export declare const UpdateParamType: {
|
|
|
246
247
|
readonly ADDON_VERSION: "AddonVersion";
|
|
247
248
|
readonly AUTHENTICATION_MODE: "AuthenticationMode";
|
|
248
249
|
readonly CLUSTER_LOGGING: "ClusterLogging";
|
|
250
|
+
readonly COMPUTE_CONFIG: "ComputeConfig";
|
|
249
251
|
readonly CONFIGURATION_VALUES: "ConfigurationValues";
|
|
250
252
|
readonly DESIRED_SIZE: "DesiredSize";
|
|
251
253
|
readonly ENCRYPTION_CONFIG: "EncryptionConfig";
|
|
252
254
|
readonly ENDPOINT_PRIVATE_ACCESS: "EndpointPrivateAccess";
|
|
253
255
|
readonly ENDPOINT_PUBLIC_ACCESS: "EndpointPublicAccess";
|
|
254
256
|
readonly IDENTITY_PROVIDER_CONFIG: "IdentityProviderConfig";
|
|
257
|
+
readonly KUBERNETES_NETWORK_CONFIG: "KubernetesNetworkConfig";
|
|
255
258
|
readonly LABELS_TO_ADD: "LabelsToAdd";
|
|
256
259
|
readonly LABELS_TO_REMOVE: "LabelsToRemove";
|
|
257
260
|
readonly LAUNCH_TEMPLATE_NAME: "LaunchTemplateName";
|
|
@@ -267,6 +270,7 @@ export declare const UpdateParamType: {
|
|
|
267
270
|
readonly RESOLVE_CONFLICTS: "ResolveConflicts";
|
|
268
271
|
readonly SECURITY_GROUPS: "SecurityGroups";
|
|
269
272
|
readonly SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn";
|
|
273
|
+
readonly STORAGE_CONFIG: "StorageConfig";
|
|
270
274
|
readonly SUBNETS: "Subnets";
|
|
271
275
|
readonly TAINTS_TO_ADD: "TaintsToAdd";
|
|
272
276
|
readonly TAINTS_TO_REMOVE: "TaintsToRemove";
|
|
@@ -292,6 +296,7 @@ export declare const UpdateType: {
|
|
|
292
296
|
readonly ADDON_UPDATE: "AddonUpdate";
|
|
293
297
|
readonly ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig";
|
|
294
298
|
readonly ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig";
|
|
299
|
+
readonly AUTO_MODE_UPDATE: "AutoModeUpdate";
|
|
295
300
|
readonly CONFIG_UPDATE: "ConfigUpdate";
|
|
296
301
|
readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
|
|
297
302
|
readonly ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate";
|
|
@@ -402,6 +407,14 @@ export interface CreateAccessConfigRequest {
|
|
|
402
407
|
bootstrapClusterCreatorAdminPermissions?: boolean | undefined;
|
|
403
408
|
authenticationMode?: AuthenticationMode | undefined;
|
|
404
409
|
}
|
|
410
|
+
export interface ComputeConfigRequest {
|
|
411
|
+
enabled?: boolean | undefined;
|
|
412
|
+
nodePools?: string[] | undefined;
|
|
413
|
+
nodeRoleArn?: string | undefined;
|
|
414
|
+
}
|
|
415
|
+
export interface ElasticLoadBalancing {
|
|
416
|
+
enabled?: boolean | undefined;
|
|
417
|
+
}
|
|
405
418
|
export declare const IpFamily: {
|
|
406
419
|
readonly IPV4: "ipv4";
|
|
407
420
|
readonly IPV6: "ipv6";
|
|
@@ -410,6 +423,7 @@ export type IpFamily = (typeof IpFamily)[keyof typeof IpFamily];
|
|
|
410
423
|
export interface KubernetesNetworkConfigRequest {
|
|
411
424
|
serviceIpv4Cidr?: string | undefined;
|
|
412
425
|
ipFamily?: IpFamily | undefined;
|
|
426
|
+
elasticLoadBalancing?: ElasticLoadBalancing | undefined;
|
|
413
427
|
}
|
|
414
428
|
export declare const LogType: {
|
|
415
429
|
readonly API: "api";
|
|
@@ -434,6 +448,16 @@ export interface OutpostConfigRequest {
|
|
|
434
448
|
controlPlaneInstanceType: string | undefined;
|
|
435
449
|
controlPlanePlacement?: ControlPlanePlacementRequest | undefined;
|
|
436
450
|
}
|
|
451
|
+
export interface RemoteNodeNetwork {
|
|
452
|
+
cidrs?: string[] | undefined;
|
|
453
|
+
}
|
|
454
|
+
export interface RemotePodNetwork {
|
|
455
|
+
cidrs?: string[] | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface RemoteNetworkConfigRequest {
|
|
458
|
+
remoteNodeNetworks?: RemoteNodeNetwork[] | undefined;
|
|
459
|
+
remotePodNetworks?: RemotePodNetwork[] | undefined;
|
|
460
|
+
}
|
|
437
461
|
export interface VpcConfigRequest {
|
|
438
462
|
subnetIds?: string[] | undefined;
|
|
439
463
|
securityGroupIds?: string[] | undefined;
|
|
@@ -441,6 +465,12 @@ export interface VpcConfigRequest {
|
|
|
441
465
|
endpointPrivateAccess?: boolean | undefined;
|
|
442
466
|
publicAccessCidrs?: string[] | undefined;
|
|
443
467
|
}
|
|
468
|
+
export interface BlockStorage {
|
|
469
|
+
enabled?: boolean | undefined;
|
|
470
|
+
}
|
|
471
|
+
export interface StorageConfigRequest {
|
|
472
|
+
blockStorage?: BlockStorage | undefined;
|
|
473
|
+
}
|
|
444
474
|
export declare const SupportType: {
|
|
445
475
|
readonly EXTENDED: "EXTENDED";
|
|
446
476
|
readonly STANDARD: "STANDARD";
|
|
@@ -467,10 +497,18 @@ export interface CreateClusterRequest {
|
|
|
467
497
|
bootstrapSelfManagedAddons?: boolean | undefined;
|
|
468
498
|
upgradePolicy?: UpgradePolicyRequest | undefined;
|
|
469
499
|
zonalShiftConfig?: ZonalShiftConfigRequest | undefined;
|
|
500
|
+
remoteNetworkConfig?: RemoteNetworkConfigRequest | undefined;
|
|
501
|
+
computeConfig?: ComputeConfigRequest | undefined;
|
|
502
|
+
storageConfig?: StorageConfigRequest | undefined;
|
|
470
503
|
}
|
|
471
504
|
export interface Certificate {
|
|
472
505
|
data?: string | undefined;
|
|
473
506
|
}
|
|
507
|
+
export interface ComputeConfigResponse {
|
|
508
|
+
enabled?: boolean | undefined;
|
|
509
|
+
nodePools?: string[] | undefined;
|
|
510
|
+
nodeRoleArn?: string | undefined;
|
|
511
|
+
}
|
|
474
512
|
export interface ConnectorConfigResponse {
|
|
475
513
|
activationId?: string | undefined;
|
|
476
514
|
activationCode?: string | undefined;
|
|
@@ -519,6 +557,7 @@ export interface KubernetesNetworkConfigResponse {
|
|
|
519
557
|
serviceIpv4Cidr?: string | undefined;
|
|
520
558
|
serviceIpv6Cidr?: string | undefined;
|
|
521
559
|
ipFamily?: IpFamily | undefined;
|
|
560
|
+
elasticLoadBalancing?: ElasticLoadBalancing | undefined;
|
|
522
561
|
}
|
|
523
562
|
export interface ControlPlanePlacementResponse {
|
|
524
563
|
groupName?: string | undefined;
|
|
@@ -528,6 +567,10 @@ export interface OutpostConfigResponse {
|
|
|
528
567
|
controlPlaneInstanceType: string | undefined;
|
|
529
568
|
controlPlanePlacement?: ControlPlanePlacementResponse | undefined;
|
|
530
569
|
}
|
|
570
|
+
export interface RemoteNetworkConfigResponse {
|
|
571
|
+
remoteNodeNetworks?: RemoteNodeNetwork[] | undefined;
|
|
572
|
+
remotePodNetworks?: RemotePodNetwork[] | undefined;
|
|
573
|
+
}
|
|
531
574
|
export interface VpcConfigResponse {
|
|
532
575
|
subnetIds?: string[] | undefined;
|
|
533
576
|
securityGroupIds?: string[] | undefined;
|
|
@@ -546,6 +589,9 @@ export declare const ClusterStatus: {
|
|
|
546
589
|
readonly UPDATING: "UPDATING";
|
|
547
590
|
};
|
|
548
591
|
export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
|
|
592
|
+
export interface StorageConfigResponse {
|
|
593
|
+
blockStorage?: BlockStorage | undefined;
|
|
594
|
+
}
|
|
549
595
|
export interface UpgradePolicyResponse {
|
|
550
596
|
supportType?: SupportType | undefined;
|
|
551
597
|
}
|
|
@@ -576,6 +622,9 @@ export interface Cluster {
|
|
|
576
622
|
accessConfig?: AccessConfigResponse | undefined;
|
|
577
623
|
upgradePolicy?: UpgradePolicyResponse | undefined;
|
|
578
624
|
zonalShiftConfig?: ZonalShiftConfigResponse | undefined;
|
|
625
|
+
remoteNetworkConfig?: RemoteNetworkConfigResponse | undefined;
|
|
626
|
+
computeConfig?: ComputeConfigResponse | undefined;
|
|
627
|
+
storageConfig?: StorageConfigResponse | undefined;
|
|
579
628
|
}
|
|
580
629
|
export interface CreateClusterResponse {
|
|
581
630
|
cluster?: Cluster | undefined;
|
|
@@ -1345,6 +1394,9 @@ export interface UpdateClusterConfigRequest {
|
|
|
1345
1394
|
accessConfig?: UpdateAccessConfigRequest | undefined;
|
|
1346
1395
|
upgradePolicy?: UpgradePolicyRequest | undefined;
|
|
1347
1396
|
zonalShiftConfig?: ZonalShiftConfigRequest | undefined;
|
|
1397
|
+
computeConfig?: ComputeConfigRequest | undefined;
|
|
1398
|
+
kubernetesNetworkConfig?: KubernetesNetworkConfigRequest | undefined;
|
|
1399
|
+
storageConfig?: StorageConfigRequest | undefined;
|
|
1348
1400
|
}
|
|
1349
1401
|
export interface UpdateClusterConfigResponse {
|
|
1350
1402
|
update?: Update | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-eks",
|
|
3
3
|
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.703.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-eks",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
25
|
"@aws-sdk/core": "3.696.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|