@aws-sdk/client-eks 3.709.0 → 3.713.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 +4 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateNodegroupCommand.d.ts +6 -0
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAddonCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -1
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +181 -0
- package/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -511,6 +511,7 @@ var UpdateParamType = {
|
|
|
511
511
|
MAX_UNAVAILABLE: "MaxUnavailable",
|
|
512
512
|
MAX_UNAVAILABLE_PERCENTAGE: "MaxUnavailablePercentage",
|
|
513
513
|
MIN_SIZE: "MinSize",
|
|
514
|
+
NODE_REPAIR_ENABLED: "NodeRepairEnabled",
|
|
514
515
|
PLATFORM_VERSION: "PlatformVersion",
|
|
515
516
|
POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations",
|
|
516
517
|
PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs",
|
|
@@ -1043,6 +1044,7 @@ var se_CreateNodegroupCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1043
1044
|
instanceTypes: (_) => (0, import_smithy_client._json)(_),
|
|
1044
1045
|
labels: (_) => (0, import_smithy_client._json)(_),
|
|
1045
1046
|
launchTemplate: (_) => (0, import_smithy_client._json)(_),
|
|
1047
|
+
nodeRepairConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1046
1048
|
nodeRole: [],
|
|
1047
1049
|
nodegroupName: [],
|
|
1048
1050
|
releaseVersion: [],
|
|
@@ -1656,6 +1658,7 @@ var se_UpdateNodegroupConfigCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
1656
1658
|
(0, import_smithy_client.take)(input, {
|
|
1657
1659
|
clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1658
1660
|
labels: (_) => (0, import_smithy_client._json)(_),
|
|
1661
|
+
nodeRepairConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1659
1662
|
scalingConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1660
1663
|
taints: (_) => (0, import_smithy_client._json)(_),
|
|
1661
1664
|
updateConfig: (_) => (0, import_smithy_client._json)(_)
|
|
@@ -2948,6 +2951,7 @@ var de_Nodegroup = /* @__PURE__ */ __name((output, context) => {
|
|
|
2948
2951
|
labels: import_smithy_client._json,
|
|
2949
2952
|
launchTemplate: import_smithy_client._json,
|
|
2950
2953
|
modifiedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2954
|
+
nodeRepairConfig: import_smithy_client._json,
|
|
2951
2955
|
nodeRole: import_smithy_client.expectString,
|
|
2952
2956
|
nodegroupArn: import_smithy_client.expectString,
|
|
2953
2957
|
nodegroupName: import_smithy_client.expectString,
|
|
@@ -165,6 +165,7 @@ export const UpdateParamType = {
|
|
|
165
165
|
MAX_UNAVAILABLE: "MaxUnavailable",
|
|
166
166
|
MAX_UNAVAILABLE_PERCENTAGE: "MaxUnavailablePercentage",
|
|
167
167
|
MIN_SIZE: "MinSize",
|
|
168
|
+
NODE_REPAIR_ENABLED: "NodeRepairEnabled",
|
|
168
169
|
PLATFORM_VERSION: "PlatformVersion",
|
|
169
170
|
POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations",
|
|
170
171
|
PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs",
|
|
@@ -174,6 +174,7 @@ export const se_CreateNodegroupCommand = async (input, context) => {
|
|
|
174
174
|
instanceTypes: (_) => _json(_),
|
|
175
175
|
labels: (_) => _json(_),
|
|
176
176
|
launchTemplate: (_) => _json(_),
|
|
177
|
+
nodeRepairConfig: (_) => _json(_),
|
|
177
178
|
nodeRole: [],
|
|
178
179
|
nodegroupName: [],
|
|
179
180
|
releaseVersion: [],
|
|
@@ -763,6 +764,7 @@ export const se_UpdateNodegroupConfigCommand = async (input, context) => {
|
|
|
763
764
|
body = JSON.stringify(take(input, {
|
|
764
765
|
clientRequestToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
765
766
|
labels: (_) => _json(_),
|
|
767
|
+
nodeRepairConfig: (_) => _json(_),
|
|
766
768
|
scalingConfig: (_) => _json(_),
|
|
767
769
|
taints: (_) => _json(_),
|
|
768
770
|
updateConfig: (_) => _json(_),
|
|
@@ -2060,6 +2062,7 @@ const de_Nodegroup = (output, context) => {
|
|
|
2060
2062
|
labels: _json,
|
|
2061
2063
|
launchTemplate: _json,
|
|
2062
2064
|
modifiedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
2065
|
+
nodeRepairConfig: _json,
|
|
2063
2066
|
nodeRole: __expectString,
|
|
2064
2067
|
nodegroupArn: __expectString,
|
|
2065
2068
|
nodegroupName: __expectString,
|
|
@@ -60,7 +60,7 @@ declare const AssociateEncryptionConfigCommand_base: {
|
|
|
60
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" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
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" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
64
64
|
* // value: "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
66
|
* // ],
|
|
@@ -69,7 +69,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
|
|
|
69
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" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
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" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
73
73
|
* // value: "STRING_VALUE",
|
|
74
74
|
* // },
|
|
75
75
|
* // ],
|
|
@@ -92,6 +92,9 @@ declare const CreateNodegroupCommand_base: {
|
|
|
92
92
|
* maxUnavailable: Number("int"),
|
|
93
93
|
* maxUnavailablePercentage: Number("int"),
|
|
94
94
|
* },
|
|
95
|
+
* nodeRepairConfig: { // NodeRepairConfig
|
|
96
|
+
* enabled: true || false,
|
|
97
|
+
* },
|
|
95
98
|
* capacityType: "ON_DEMAND" || "SPOT" || "CAPACITY_BLOCK",
|
|
96
99
|
* version: "STRING_VALUE",
|
|
97
100
|
* releaseVersion: "STRING_VALUE",
|
|
@@ -160,6 +163,9 @@ declare const CreateNodegroupCommand_base: {
|
|
|
160
163
|
* // maxUnavailable: Number("int"),
|
|
161
164
|
* // maxUnavailablePercentage: Number("int"),
|
|
162
165
|
* // },
|
|
166
|
+
* // nodeRepairConfig: { // NodeRepairConfig
|
|
167
|
+
* // enabled: true || false,
|
|
168
|
+
* // },
|
|
163
169
|
* // launchTemplate: { // LaunchTemplateSpecification
|
|
164
170
|
* // name: "STRING_VALUE",
|
|
165
171
|
* // version: "STRING_VALUE",
|
|
@@ -102,6 +102,9 @@ declare const DeleteNodegroupCommand_base: {
|
|
|
102
102
|
* // maxUnavailable: Number("int"),
|
|
103
103
|
* // maxUnavailablePercentage: Number("int"),
|
|
104
104
|
* // },
|
|
105
|
+
* // nodeRepairConfig: { // NodeRepairConfig
|
|
106
|
+
* // enabled: true || false,
|
|
107
|
+
* // },
|
|
105
108
|
* // launchTemplate: { // LaunchTemplateSpecification
|
|
106
109
|
* // name: "STRING_VALUE",
|
|
107
110
|
* // version: "STRING_VALUE",
|
|
@@ -102,6 +102,9 @@ declare const DescribeNodegroupCommand_base: {
|
|
|
102
102
|
* // maxUnavailable: Number("int"),
|
|
103
103
|
* // maxUnavailablePercentage: Number("int"),
|
|
104
104
|
* // },
|
|
105
|
+
* // nodeRepairConfig: { // NodeRepairConfig
|
|
106
|
+
* // enabled: true || false,
|
|
107
|
+
* // },
|
|
105
108
|
* // launchTemplate: { // LaunchTemplateSpecification
|
|
106
109
|
* // name: "STRING_VALUE",
|
|
107
110
|
* // version: "STRING_VALUE",
|
|
@@ -52,7 +52,7 @@ declare const DescribeUpdateCommand_base: {
|
|
|
52
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" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
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" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
56
56
|
* // value: "STRING_VALUE",
|
|
57
57
|
* // },
|
|
58
58
|
* // ],
|
|
@@ -54,7 +54,7 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
|
54
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" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
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" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
58
58
|
* // value: "STRING_VALUE",
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
|
@@ -58,7 +58,7 @@ declare const UpdateAddonCommand_base: {
|
|
|
58
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" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
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" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
62
62
|
* // value: "STRING_VALUE",
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
@@ -130,7 +130,7 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
130
130
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
131
131
|
* // params: [ // UpdateParams
|
|
132
132
|
* // { // UpdateParam
|
|
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",
|
|
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" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
134
134
|
* // value: "STRING_VALUE",
|
|
135
135
|
* // },
|
|
136
136
|
* // ],
|
|
@@ -57,7 +57,7 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
57
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" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
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" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
61
61
|
* // value: "STRING_VALUE",
|
|
62
62
|
* // },
|
|
63
63
|
* // ],
|
|
@@ -73,6 +73,9 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
73
73
|
* maxUnavailable: Number("int"),
|
|
74
74
|
* maxUnavailablePercentage: Number("int"),
|
|
75
75
|
* },
|
|
76
|
+
* nodeRepairConfig: { // NodeRepairConfig
|
|
77
|
+
* enabled: true || false,
|
|
78
|
+
* },
|
|
76
79
|
* clientRequestToken: "STRING_VALUE",
|
|
77
80
|
* };
|
|
78
81
|
* const command = new UpdateNodegroupConfigCommand(input);
|
|
@@ -84,7 +87,7 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
84
87
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
85
88
|
* // params: [ // UpdateParams
|
|
86
89
|
* // { // 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" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
90
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
88
91
|
* // value: "STRING_VALUE",
|
|
89
92
|
* // },
|
|
90
93
|
* // ],
|
|
@@ -75,7 +75,7 @@ declare const UpdateNodegroupVersionCommand_base: {
|
|
|
75
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" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
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" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
79
79
|
* // value: "STRING_VALUE",
|
|
80
80
|
* // },
|
|
81
81
|
* // ],
|
|
@@ -881,6 +881,7 @@ export declare const UpdateParamType: {
|
|
|
881
881
|
readonly MAX_UNAVAILABLE: "MaxUnavailable";
|
|
882
882
|
readonly MAX_UNAVAILABLE_PERCENTAGE: "MaxUnavailablePercentage";
|
|
883
883
|
readonly MIN_SIZE: "MinSize";
|
|
884
|
+
readonly NODE_REPAIR_ENABLED: "NodeRepairEnabled";
|
|
884
885
|
readonly PLATFORM_VERSION: "PlatformVersion";
|
|
885
886
|
readonly POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations";
|
|
886
887
|
readonly PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs";
|
|
@@ -1651,22 +1652,124 @@ export interface OutpostConfigRequest {
|
|
|
1651
1652
|
}
|
|
1652
1653
|
/**
|
|
1653
1654
|
* <p>A network CIDR that can contain hybrid nodes.</p>
|
|
1655
|
+
* <p>These CIDR blocks define the expected IP address range of the hybrid nodes that join
|
|
1656
|
+
* the cluster. These blocks are typically determined by your network administrator. </p>
|
|
1657
|
+
* <p>Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example, <code>
|
|
1658
|
+
* 10.2.0.0/16</code>).</p>
|
|
1659
|
+
* <p>It must satisfy the following requirements:</p>
|
|
1660
|
+
* <ul>
|
|
1661
|
+
* <li>
|
|
1662
|
+
* <p>Each block must be within an <code>IPv4</code> RFC-1918 network range. Minimum
|
|
1663
|
+
* allowed size is /24, maximum allowed size is /8. Publicly-routable addresses
|
|
1664
|
+
* aren't supported.</p>
|
|
1665
|
+
* </li>
|
|
1666
|
+
* <li>
|
|
1667
|
+
* <p>Each block cannot overlap with the range of the VPC CIDR blocks for your EKS
|
|
1668
|
+
* resources, or the block of the Kubernetes service IP range.</p>
|
|
1669
|
+
* </li>
|
|
1670
|
+
* <li>
|
|
1671
|
+
* <p>Each block must have a route to the VPC that uses the VPC CIDR blocks, not
|
|
1672
|
+
* public IPs or Elastic IPs. There are many options including Transit Gateway,
|
|
1673
|
+
* Site-to-Site VPN, or Direct Connect.</p>
|
|
1674
|
+
* </li>
|
|
1675
|
+
* <li>
|
|
1676
|
+
* <p>Each host must allow outbound connection to the EKS cluster control plane on
|
|
1677
|
+
* TCP ports <code>443</code> and <code>10250</code>.</p>
|
|
1678
|
+
* </li>
|
|
1679
|
+
* <li>
|
|
1680
|
+
* <p>Each host must allow inbound connection from the EKS cluster control plane on
|
|
1681
|
+
* TCP port 10250 for logs, exec and port-forward operations.</p>
|
|
1682
|
+
* </li>
|
|
1683
|
+
* <li>
|
|
1684
|
+
* <p> Each host must allow TCP and UDP network connectivity to and from other hosts
|
|
1685
|
+
* that are running <code>CoreDNS</code> on UDP port <code>53</code> for service and pod DNS
|
|
1686
|
+
* names.</p>
|
|
1687
|
+
* </li>
|
|
1688
|
+
* </ul>
|
|
1654
1689
|
* @public
|
|
1655
1690
|
*/
|
|
1656
1691
|
export interface RemoteNodeNetwork {
|
|
1657
1692
|
/**
|
|
1658
1693
|
* <p>A network CIDR that can contain hybrid nodes.</p>
|
|
1694
|
+
* <p>These CIDR blocks define the expected IP address range of the hybrid nodes that join
|
|
1695
|
+
* the cluster. These blocks are typically determined by your network administrator. </p>
|
|
1696
|
+
* <p>Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example, <code>
|
|
1697
|
+
* 10.2.0.0/16</code>).</p>
|
|
1698
|
+
* <p>It must satisfy the following requirements:</p>
|
|
1699
|
+
* <ul>
|
|
1700
|
+
* <li>
|
|
1701
|
+
* <p>Each block must be within an <code>IPv4</code> RFC-1918 network range. Minimum
|
|
1702
|
+
* allowed size is /24, maximum allowed size is /8. Publicly-routable addresses
|
|
1703
|
+
* aren't supported.</p>
|
|
1704
|
+
* </li>
|
|
1705
|
+
* <li>
|
|
1706
|
+
* <p>Each block cannot overlap with the range of the VPC CIDR blocks for your EKS
|
|
1707
|
+
* resources, or the block of the Kubernetes service IP range.</p>
|
|
1708
|
+
* </li>
|
|
1709
|
+
* <li>
|
|
1710
|
+
* <p>Each block must have a route to the VPC that uses the VPC CIDR blocks, not
|
|
1711
|
+
* public IPs or Elastic IPs. There are many options including Transit Gateway,
|
|
1712
|
+
* Site-to-Site VPN, or Direct Connect.</p>
|
|
1713
|
+
* </li>
|
|
1714
|
+
* <li>
|
|
1715
|
+
* <p>Each host must allow outbound connection to the EKS cluster control plane on
|
|
1716
|
+
* TCP ports <code>443</code> and <code>10250</code>.</p>
|
|
1717
|
+
* </li>
|
|
1718
|
+
* <li>
|
|
1719
|
+
* <p>Each host must allow inbound connection from the EKS cluster control plane on
|
|
1720
|
+
* TCP port 10250 for logs, exec and port-forward operations.</p>
|
|
1721
|
+
* </li>
|
|
1722
|
+
* <li>
|
|
1723
|
+
* <p> Each host must allow TCP and UDP network connectivity to and from other hosts
|
|
1724
|
+
* that are running <code>CoreDNS</code> on UDP port <code>53</code> for service and pod DNS
|
|
1725
|
+
* names.</p>
|
|
1726
|
+
* </li>
|
|
1727
|
+
* </ul>
|
|
1659
1728
|
* @public
|
|
1660
1729
|
*/
|
|
1661
1730
|
cidrs?: string[] | undefined;
|
|
1662
1731
|
}
|
|
1663
1732
|
/**
|
|
1664
1733
|
* <p>A network CIDR that can contain pods that run Kubernetes webhooks on hybrid nodes.</p>
|
|
1734
|
+
* <p>These CIDR blocks are determined by configuring your Container Network Interface (CNI)
|
|
1735
|
+
* plugin. We recommend the Calico CNI or Cilium CNI. Note that the Amazon VPC CNI plugin for Kubernetes isn't
|
|
1736
|
+
* available for on-premises and edge locations.</p>
|
|
1737
|
+
* <p>Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example, <code>
|
|
1738
|
+
* 10.2.0.0/16</code>).</p>
|
|
1739
|
+
* <p>It must satisfy the following requirements:</p>
|
|
1740
|
+
* <ul>
|
|
1741
|
+
* <li>
|
|
1742
|
+
* <p>Each block must be within an <code>IPv4</code> RFC-1918 network range. Minimum
|
|
1743
|
+
* allowed size is /24, maximum allowed size is /8. Publicly-routable addresses
|
|
1744
|
+
* aren't supported.</p>
|
|
1745
|
+
* </li>
|
|
1746
|
+
* <li>
|
|
1747
|
+
* <p>Each block cannot overlap with the range of the VPC CIDR blocks for your EKS
|
|
1748
|
+
* resources, or the block of the Kubernetes service IP range.</p>
|
|
1749
|
+
* </li>
|
|
1750
|
+
* </ul>
|
|
1665
1751
|
* @public
|
|
1666
1752
|
*/
|
|
1667
1753
|
export interface RemotePodNetwork {
|
|
1668
1754
|
/**
|
|
1669
1755
|
* <p>A network CIDR that can contain pods that run Kubernetes webhooks on hybrid nodes.</p>
|
|
1756
|
+
* <p>These CIDR blocks are determined by configuring your Container Network Interface (CNI)
|
|
1757
|
+
* plugin. We recommend the Calico CNI or Cilium CNI. Note that the Amazon VPC CNI plugin for Kubernetes isn't
|
|
1758
|
+
* available for on-premises and edge locations.</p>
|
|
1759
|
+
* <p>Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example, <code>
|
|
1760
|
+
* 10.2.0.0/16</code>).</p>
|
|
1761
|
+
* <p>It must satisfy the following requirements:</p>
|
|
1762
|
+
* <ul>
|
|
1763
|
+
* <li>
|
|
1764
|
+
* <p>Each block must be within an <code>IPv4</code> RFC-1918 network range. Minimum
|
|
1765
|
+
* allowed size is /24, maximum allowed size is /8. Publicly-routable addresses
|
|
1766
|
+
* aren't supported.</p>
|
|
1767
|
+
* </li>
|
|
1768
|
+
* <li>
|
|
1769
|
+
* <p>Each block cannot overlap with the range of the VPC CIDR blocks for your EKS
|
|
1770
|
+
* resources, or the block of the Kubernetes service IP range.</p>
|
|
1771
|
+
* </li>
|
|
1772
|
+
* </ul>
|
|
1670
1773
|
* @public
|
|
1671
1774
|
*/
|
|
1672
1775
|
cidrs?: string[] | undefined;
|
|
@@ -1679,11 +1782,62 @@ export interface RemotePodNetwork {
|
|
|
1679
1782
|
export interface RemoteNetworkConfigRequest {
|
|
1680
1783
|
/**
|
|
1681
1784
|
* <p>The list of network CIDRs that can contain hybrid nodes.</p>
|
|
1785
|
+
* <p>These CIDR blocks define the expected IP address range of the hybrid nodes that join
|
|
1786
|
+
* the cluster. These blocks are typically determined by your network administrator. </p>
|
|
1787
|
+
* <p>Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example, <code>
|
|
1788
|
+
* 10.2.0.0/16</code>).</p>
|
|
1789
|
+
* <p>It must satisfy the following requirements:</p>
|
|
1790
|
+
* <ul>
|
|
1791
|
+
* <li>
|
|
1792
|
+
* <p>Each block must be within an <code>IPv4</code> RFC-1918 network range. Minimum
|
|
1793
|
+
* allowed size is /24, maximum allowed size is /8. Publicly-routable addresses
|
|
1794
|
+
* aren't supported.</p>
|
|
1795
|
+
* </li>
|
|
1796
|
+
* <li>
|
|
1797
|
+
* <p>Each block cannot overlap with the range of the VPC CIDR blocks for your EKS
|
|
1798
|
+
* resources, or the block of the Kubernetes service IP range.</p>
|
|
1799
|
+
* </li>
|
|
1800
|
+
* <li>
|
|
1801
|
+
* <p>Each block must have a route to the VPC that uses the VPC CIDR blocks, not
|
|
1802
|
+
* public IPs or Elastic IPs. There are many options including Transit Gateway,
|
|
1803
|
+
* Site-to-Site VPN, or Direct Connect.</p>
|
|
1804
|
+
* </li>
|
|
1805
|
+
* <li>
|
|
1806
|
+
* <p>Each host must allow outbound connection to the EKS cluster control plane on
|
|
1807
|
+
* TCP ports <code>443</code> and <code>10250</code>.</p>
|
|
1808
|
+
* </li>
|
|
1809
|
+
* <li>
|
|
1810
|
+
* <p>Each host must allow inbound connection from the EKS cluster control plane on
|
|
1811
|
+
* TCP port 10250 for logs, exec and port-forward operations.</p>
|
|
1812
|
+
* </li>
|
|
1813
|
+
* <li>
|
|
1814
|
+
* <p> Each host must allow TCP and UDP network connectivity to and from other hosts
|
|
1815
|
+
* that are running <code>CoreDNS</code> on UDP port <code>53</code> for service and pod DNS
|
|
1816
|
+
* names.</p>
|
|
1817
|
+
* </li>
|
|
1818
|
+
* </ul>
|
|
1682
1819
|
* @public
|
|
1683
1820
|
*/
|
|
1684
1821
|
remoteNodeNetworks?: RemoteNodeNetwork[] | undefined;
|
|
1685
1822
|
/**
|
|
1686
1823
|
* <p>The list of network CIDRs that can contain pods that run Kubernetes webhooks on hybrid nodes.</p>
|
|
1824
|
+
* <p>These CIDR blocks are determined by configuring your Container Network Interface (CNI)
|
|
1825
|
+
* plugin. We recommend the Calico CNI or Cilium CNI. Note that the Amazon VPC CNI plugin for Kubernetes isn't
|
|
1826
|
+
* available for on-premises and edge locations.</p>
|
|
1827
|
+
* <p>Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation (for example, <code>
|
|
1828
|
+
* 10.2.0.0/16</code>).</p>
|
|
1829
|
+
* <p>It must satisfy the following requirements:</p>
|
|
1830
|
+
* <ul>
|
|
1831
|
+
* <li>
|
|
1832
|
+
* <p>Each block must be within an <code>IPv4</code> RFC-1918 network range. Minimum
|
|
1833
|
+
* allowed size is /24, maximum allowed size is /8. Publicly-routable addresses
|
|
1834
|
+
* aren't supported.</p>
|
|
1835
|
+
* </li>
|
|
1836
|
+
* <li>
|
|
1837
|
+
* <p>Each block cannot overlap with the range of the VPC CIDR blocks for your EKS
|
|
1838
|
+
* resources, or the block of the Kubernetes service IP range.</p>
|
|
1839
|
+
* </li>
|
|
1840
|
+
* </ul>
|
|
1687
1841
|
* @public
|
|
1688
1842
|
*/
|
|
1689
1843
|
remotePodNetworks?: RemotePodNetwork[] | undefined;
|
|
@@ -2971,6 +3125,18 @@ export interface LaunchTemplateSpecification {
|
|
|
2971
3125
|
*/
|
|
2972
3126
|
id?: string | undefined;
|
|
2973
3127
|
}
|
|
3128
|
+
/**
|
|
3129
|
+
* <p>The node auto repair configuration for the node group.</p>
|
|
3130
|
+
* @public
|
|
3131
|
+
*/
|
|
3132
|
+
export interface NodeRepairConfig {
|
|
3133
|
+
/**
|
|
3134
|
+
* <p>Specifies whether to enable node auto repair for the node group. Node auto repair is
|
|
3135
|
+
* disabled by default.</p>
|
|
3136
|
+
* @public
|
|
3137
|
+
*/
|
|
3138
|
+
enabled?: boolean | undefined;
|
|
3139
|
+
}
|
|
2974
3140
|
/**
|
|
2975
3141
|
* <p>An object representing the remote access configuration for the managed node
|
|
2976
3142
|
* group.</p>
|
|
@@ -3224,6 +3390,11 @@ export interface CreateNodegroupRequest {
|
|
|
3224
3390
|
* @public
|
|
3225
3391
|
*/
|
|
3226
3392
|
updateConfig?: NodegroupUpdateConfig | undefined;
|
|
3393
|
+
/**
|
|
3394
|
+
* <p>The node auto repair configuration for the node group.</p>
|
|
3395
|
+
* @public
|
|
3396
|
+
*/
|
|
3397
|
+
nodeRepairConfig?: NodeRepairConfig | undefined;
|
|
3227
3398
|
/**
|
|
3228
3399
|
* <p>The capacity type for your node group.</p>
|
|
3229
3400
|
* @public
|
|
@@ -3605,6 +3776,11 @@ export interface Nodegroup {
|
|
|
3605
3776
|
* @public
|
|
3606
3777
|
*/
|
|
3607
3778
|
updateConfig?: NodegroupUpdateConfig | undefined;
|
|
3779
|
+
/**
|
|
3780
|
+
* <p>The node auto repair configuration for the node group.</p>
|
|
3781
|
+
* @public
|
|
3782
|
+
*/
|
|
3783
|
+
nodeRepairConfig?: NodeRepairConfig | undefined;
|
|
3608
3784
|
/**
|
|
3609
3785
|
* <p>If a launch template was used to create the node group, then this is the launch
|
|
3610
3786
|
* template that was used.</p>
|
|
@@ -6177,6 +6353,11 @@ export interface UpdateNodegroupConfigRequest {
|
|
|
6177
6353
|
* @public
|
|
6178
6354
|
*/
|
|
6179
6355
|
updateConfig?: NodegroupUpdateConfig | undefined;
|
|
6356
|
+
/**
|
|
6357
|
+
* <p>The node auto repair configuration for the node group.</p>
|
|
6358
|
+
* @public
|
|
6359
|
+
*/
|
|
6360
|
+
nodeRepairConfig?: NodeRepairConfig | undefined;
|
|
6180
6361
|
/**
|
|
6181
6362
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
6182
6363
|
* the idempotency of the request.</p>
|
|
@@ -263,6 +263,7 @@ export declare const UpdateParamType: {
|
|
|
263
263
|
readonly MAX_UNAVAILABLE: "MaxUnavailable";
|
|
264
264
|
readonly MAX_UNAVAILABLE_PERCENTAGE: "MaxUnavailablePercentage";
|
|
265
265
|
readonly MIN_SIZE: "MinSize";
|
|
266
|
+
readonly NODE_REPAIR_ENABLED: "NodeRepairEnabled";
|
|
266
267
|
readonly PLATFORM_VERSION: "PlatformVersion";
|
|
267
268
|
readonly POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations";
|
|
268
269
|
readonly PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs";
|
|
@@ -753,6 +754,9 @@ export interface LaunchTemplateSpecification {
|
|
|
753
754
|
version?: string | undefined;
|
|
754
755
|
id?: string | undefined;
|
|
755
756
|
}
|
|
757
|
+
export interface NodeRepairConfig {
|
|
758
|
+
enabled?: boolean | undefined;
|
|
759
|
+
}
|
|
756
760
|
export interface RemoteAccessConfig {
|
|
757
761
|
ec2SshKey?: string | undefined;
|
|
758
762
|
sourceSecurityGroups?: string[] | undefined;
|
|
@@ -793,6 +797,7 @@ export interface CreateNodegroupRequest {
|
|
|
793
797
|
clientRequestToken?: string | undefined;
|
|
794
798
|
launchTemplate?: LaunchTemplateSpecification | undefined;
|
|
795
799
|
updateConfig?: NodegroupUpdateConfig | undefined;
|
|
800
|
+
nodeRepairConfig?: NodeRepairConfig | undefined;
|
|
796
801
|
capacityType?: CapacityTypes | undefined;
|
|
797
802
|
version?: string | undefined;
|
|
798
803
|
releaseVersion?: string | undefined;
|
|
@@ -882,6 +887,7 @@ export interface Nodegroup {
|
|
|
882
887
|
diskSize?: number | undefined;
|
|
883
888
|
health?: NodegroupHealth | undefined;
|
|
884
889
|
updateConfig?: NodegroupUpdateConfig | undefined;
|
|
890
|
+
nodeRepairConfig?: NodeRepairConfig | undefined;
|
|
885
891
|
launchTemplate?: LaunchTemplateSpecification | undefined;
|
|
886
892
|
tags?: Record<string, string> | undefined;
|
|
887
893
|
}
|
|
@@ -1432,6 +1438,7 @@ export interface UpdateNodegroupConfigRequest {
|
|
|
1432
1438
|
taints?: UpdateTaintsPayload | undefined;
|
|
1433
1439
|
scalingConfig?: NodegroupScalingConfig | undefined;
|
|
1434
1440
|
updateConfig?: NodegroupUpdateConfig | undefined;
|
|
1441
|
+
nodeRepairConfig?: NodeRepairConfig | undefined;
|
|
1435
1442
|
clientRequestToken?: string | undefined;
|
|
1436
1443
|
}
|
|
1437
1444
|
export interface UpdateNodegroupConfigResponse {
|
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.713.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,19 +20,19 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.713.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.713.0",
|
|
25
|
+
"@aws-sdk/core": "3.713.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.713.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.713.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.713.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.713.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.713.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.713.0",
|
|
32
|
+
"@aws-sdk/types": "3.713.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.713.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.713.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.713.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|