@aws-sdk/client-eks 3.168.0 → 3.170.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/CHANGELOG.md +19 -0
- package/dist-cjs/models/models_0.js +28 -3
- package/dist-cjs/protocols/Aws_restJson1.js +43 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +41 -2
- package/dist-types/models/models_0.d.ts +152 -10
- package/dist-types/ts3.4/EKS.d.ts +622 -175
- package/dist-types/ts3.4/EKSClient.d.ts +332 -107
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +34 -34
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EKSServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1609 -1420
- package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -104
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +13 -7
- package/package.json +35 -35
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-eks
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **client-eks:** Adding support for local Amazon EKS clusters on Outposts ([0ec0300](https://github.com/aws/aws-sdk-js-v3/commit/0ec030003c10c57f23d277bd166fcfd2fe13ce9d))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-eks
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateNodegroupVersionResponseFilterSensitiveLog = exports.UpdateNodegroupVersionRequestFilterSensitiveLog = exports.UpdateNodegroupConfigResponseFilterSensitiveLog = exports.UpdateNodegroupConfigRequestFilterSensitiveLog = exports.UpdateTaintsPayloadFilterSensitiveLog = exports.UpdateLabelsPayloadFilterSensitiveLog = exports.UpdateClusterVersionResponseFilterSensitiveLog = exports.UpdateClusterVersionRequestFilterSensitiveLog = exports.UpdateClusterConfigResponseFilterSensitiveLog = exports.UpdateClusterConfigRequestFilterSensitiveLog = exports.UpdateAddonResponseFilterSensitiveLog = exports.UpdateAddonRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RegisterClusterResponseFilterSensitiveLog = exports.RegisterClusterRequestFilterSensitiveLog = exports.ConnectorConfigRequestFilterSensitiveLog = exports.ListUpdatesResponseFilterSensitiveLog = exports.ListUpdatesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListNodegroupsResponseFilterSensitiveLog = exports.ListNodegroupsRequestFilterSensitiveLog = exports.ListIdentityProviderConfigsResponseFilterSensitiveLog = exports.ListIdentityProviderConfigsRequestFilterSensitiveLog = exports.ListFargateProfilesResponseFilterSensitiveLog = exports.ListFargateProfilesRequestFilterSensitiveLog = exports.ListClustersResponseFilterSensitiveLog = exports.ListClustersRequestFilterSensitiveLog = exports.ListAddonsResponseFilterSensitiveLog = exports.ListAddonsRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.CreateClusterRequestFilterSensitiveLog = exports.VpcConfigRequestFilterSensitiveLog = exports.OutpostConfigRequestFilterSensitiveLog = exports.LoggingFilterSensitiveLog = exports.LogSetupFilterSensitiveLog = exports.KubernetesNetworkConfigRequestFilterSensitiveLog = exports.CreateAddonResponseFilterSensitiveLog = exports.CreateAddonRequestFilterSensitiveLog = exports.AutoScalingGroupFilterSensitiveLog = exports.AssociateIdentityProviderConfigResponseFilterSensitiveLog = exports.AssociateIdentityProviderConfigRequestFilterSensitiveLog = exports.OidcIdentityProviderConfigRequestFilterSensitiveLog = exports.AssociateEncryptionConfigResponseFilterSensitiveLog = exports.UpdateFilterSensitiveLog = exports.UpdateParamFilterSensitiveLog = exports.ErrorDetailFilterSensitiveLog = exports.AssociateEncryptionConfigRequestFilterSensitiveLog = exports.EncryptionConfigFilterSensitiveLog = exports.ProviderFilterSensitiveLog = exports.AddonInfoFilterSensitiveLog = exports.AddonVersionInfoFilterSensitiveLog = exports.CompatibilityFilterSensitiveLog = exports.AddonFilterSensitiveLog = exports.AddonHealthFilterSensitiveLog = exports.AddonIssueFilterSensitiveLog = exports.ResourcePropagationDelayException = exports.ConnectorConfigProvider = exports.NotFoundException = exports.BadRequestException = exports.ConfigStatus = exports.NodegroupIssueCode = exports.TaintEffect = exports.UnsupportedAvailabilityZoneException = exports.ServiceUnavailableException = exports.ResourceLimitExceededException = exports.ClusterIssueCode = exports.LogType = exports.IpFamily = exports.ServerException = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.InvalidRequestException = exports.InvalidParameterException = exports.ClientException = exports.UpdateType = exports.UpdateStatus = exports.UpdateParamType = exports.ErrorCode = exports.AddonIssueCode = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.DescribeNodegroupRequestFilterSensitiveLog = exports.DescribeIdentityProviderConfigResponseFilterSensitiveLog = exports.IdentityProviderConfigResponseFilterSensitiveLog = exports.OidcIdentityProviderConfigFilterSensitiveLog = exports.DescribeIdentityProviderConfigRequestFilterSensitiveLog = exports.IdentityProviderConfigFilterSensitiveLog = exports.DescribeFargateProfileResponseFilterSensitiveLog = exports.DescribeFargateProfileRequestFilterSensitiveLog = exports.DescribeClusterResponseFilterSensitiveLog = exports.DescribeClusterRequestFilterSensitiveLog = exports.DescribeAddonVersionsResponseFilterSensitiveLog = exports.DescribeAddonVersionsRequestFilterSensitiveLog = exports.DescribeAddonResponseFilterSensitiveLog = exports.DescribeAddonRequestFilterSensitiveLog = exports.DeregisterClusterResponseFilterSensitiveLog = exports.DeregisterClusterRequestFilterSensitiveLog = exports.DeleteNodegroupResponseFilterSensitiveLog = exports.DeleteNodegroupRequestFilterSensitiveLog = exports.DeleteFargateProfileResponseFilterSensitiveLog = exports.DeleteFargateProfileRequestFilterSensitiveLog = exports.DeleteClusterResponseFilterSensitiveLog = exports.DeleteClusterRequestFilterSensitiveLog = exports.DeleteAddonResponseFilterSensitiveLog = exports.DeleteAddonRequestFilterSensitiveLog = exports.CreateNodegroupResponseFilterSensitiveLog = exports.NodegroupFilterSensitiveLog = exports.NodegroupResourcesFilterSensitiveLog = exports.NodegroupHealthFilterSensitiveLog = exports.IssueFilterSensitiveLog = exports.CreateNodegroupRequestFilterSensitiveLog = exports.NodegroupUpdateConfigFilterSensitiveLog = exports.TaintFilterSensitiveLog = exports.NodegroupScalingConfigFilterSensitiveLog = exports.RemoteAccessConfigFilterSensitiveLog = exports.LaunchTemplateSpecificationFilterSensitiveLog = exports.CreateFargateProfileResponseFilterSensitiveLog = exports.FargateProfileFilterSensitiveLog = exports.CreateFargateProfileRequestFilterSensitiveLog = exports.FargateProfileSelectorFilterSensitiveLog = exports.CreateClusterResponseFilterSensitiveLog = exports.ClusterFilterSensitiveLog = exports.VpcConfigResponseFilterSensitiveLog = exports.OutpostConfigResponseFilterSensitiveLog = exports.KubernetesNetworkConfigResponseFilterSensitiveLog = exports.IdentityFilterSensitiveLog = exports.OIDCFilterSensitiveLog = exports.ClusterHealthFilterSensitiveLog = exports.ClusterIssueFilterSensitiveLog = exports.ConnectorConfigResponseFilterSensitiveLog = exports.CertificateFilterSensitiveLog = void 0;
|
|
5
|
+
exports.UpdateNodegroupVersionResponseFilterSensitiveLog = exports.UpdateNodegroupVersionRequestFilterSensitiveLog = exports.UpdateNodegroupConfigResponseFilterSensitiveLog = exports.UpdateNodegroupConfigRequestFilterSensitiveLog = exports.UpdateTaintsPayloadFilterSensitiveLog = exports.UpdateLabelsPayloadFilterSensitiveLog = exports.UpdateClusterVersionResponseFilterSensitiveLog = exports.UpdateClusterVersionRequestFilterSensitiveLog = exports.UpdateClusterConfigResponseFilterSensitiveLog = exports.UpdateClusterConfigRequestFilterSensitiveLog = exports.UpdateAddonResponseFilterSensitiveLog = exports.UpdateAddonRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.RegisterClusterResponseFilterSensitiveLog = exports.RegisterClusterRequestFilterSensitiveLog = exports.ConnectorConfigRequestFilterSensitiveLog = exports.ListUpdatesResponseFilterSensitiveLog = exports.ListUpdatesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListNodegroupsResponseFilterSensitiveLog = exports.ListNodegroupsRequestFilterSensitiveLog = exports.ListIdentityProviderConfigsResponseFilterSensitiveLog = exports.ListIdentityProviderConfigsRequestFilterSensitiveLog = exports.ListFargateProfilesResponseFilterSensitiveLog = exports.ListFargateProfilesRequestFilterSensitiveLog = exports.ListClustersResponseFilterSensitiveLog = exports.ListClustersRequestFilterSensitiveLog = exports.ListAddonsResponseFilterSensitiveLog = exports.ListAddonsRequestFilterSensitiveLog = exports.DisassociateIdentityProviderConfigResponseFilterSensitiveLog = exports.DisassociateIdentityProviderConfigRequestFilterSensitiveLog = exports.DescribeUpdateResponseFilterSensitiveLog = exports.DescribeUpdateRequestFilterSensitiveLog = exports.DescribeNodegroupResponseFilterSensitiveLog = void 0;
|
|
6
6
|
const EKSServiceException_1 = require("./EKSServiceException");
|
|
7
7
|
class AccessDeniedException extends EKSServiceException_1.EKSServiceException {
|
|
8
8
|
constructor(opts) {
|
|
@@ -203,6 +203,15 @@ var LogType;
|
|
|
203
203
|
LogType["CONTROLLER_MANAGER"] = "controllerManager";
|
|
204
204
|
LogType["SCHEDULER"] = "scheduler";
|
|
205
205
|
})(LogType = exports.LogType || (exports.LogType = {}));
|
|
206
|
+
var ClusterIssueCode;
|
|
207
|
+
(function (ClusterIssueCode) {
|
|
208
|
+
ClusterIssueCode["ACCESS_DENIED"] = "AccessDenied";
|
|
209
|
+
ClusterIssueCode["CLUSTER_UNREACHABLE"] = "ClusterUnreachable";
|
|
210
|
+
ClusterIssueCode["CONFIGURATION_CONFLICT"] = "ConfigurationConflict";
|
|
211
|
+
ClusterIssueCode["INTERNAL_FAILURE"] = "InternalFailure";
|
|
212
|
+
ClusterIssueCode["RESOURCE_LIMIT_EXCEEDED"] = "ResourceLimitExceeded";
|
|
213
|
+
ClusterIssueCode["RESOURCE_NOT_FOUND"] = "ResourceNotFound";
|
|
214
|
+
})(ClusterIssueCode = exports.ClusterIssueCode || (exports.ClusterIssueCode = {}));
|
|
206
215
|
class ResourceLimitExceededException extends EKSServiceException_1.EKSServiceException {
|
|
207
216
|
constructor(opts) {
|
|
208
217
|
super({
|
|
@@ -420,6 +429,10 @@ const LoggingFilterSensitiveLog = (obj) => ({
|
|
|
420
429
|
...obj,
|
|
421
430
|
});
|
|
422
431
|
exports.LoggingFilterSensitiveLog = LoggingFilterSensitiveLog;
|
|
432
|
+
const OutpostConfigRequestFilterSensitiveLog = (obj) => ({
|
|
433
|
+
...obj,
|
|
434
|
+
});
|
|
435
|
+
exports.OutpostConfigRequestFilterSensitiveLog = OutpostConfigRequestFilterSensitiveLog;
|
|
423
436
|
const VpcConfigRequestFilterSensitiveLog = (obj) => ({
|
|
424
437
|
...obj,
|
|
425
438
|
});
|
|
@@ -436,6 +449,14 @@ const ConnectorConfigResponseFilterSensitiveLog = (obj) => ({
|
|
|
436
449
|
...obj,
|
|
437
450
|
});
|
|
438
451
|
exports.ConnectorConfigResponseFilterSensitiveLog = ConnectorConfigResponseFilterSensitiveLog;
|
|
452
|
+
const ClusterIssueFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
exports.ClusterIssueFilterSensitiveLog = ClusterIssueFilterSensitiveLog;
|
|
456
|
+
const ClusterHealthFilterSensitiveLog = (obj) => ({
|
|
457
|
+
...obj,
|
|
458
|
+
});
|
|
459
|
+
exports.ClusterHealthFilterSensitiveLog = ClusterHealthFilterSensitiveLog;
|
|
439
460
|
const OIDCFilterSensitiveLog = (obj) => ({
|
|
440
461
|
...obj,
|
|
441
462
|
});
|
|
@@ -448,6 +469,10 @@ const KubernetesNetworkConfigResponseFilterSensitiveLog = (obj) => ({
|
|
|
448
469
|
...obj,
|
|
449
470
|
});
|
|
450
471
|
exports.KubernetesNetworkConfigResponseFilterSensitiveLog = KubernetesNetworkConfigResponseFilterSensitiveLog;
|
|
472
|
+
const OutpostConfigResponseFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
});
|
|
475
|
+
exports.OutpostConfigResponseFilterSensitiveLog = OutpostConfigResponseFilterSensitiveLog;
|
|
451
476
|
const VpcConfigResponseFilterSensitiveLog = (obj) => ({
|
|
452
477
|
...obj,
|
|
453
478
|
});
|
|
@@ -106,6 +106,9 @@ const serializeAws_restJson1CreateClusterCommand = async (input, context) => {
|
|
|
106
106
|
}),
|
|
107
107
|
...(input.logging != null && { logging: serializeAws_restJson1Logging(input.logging, context) }),
|
|
108
108
|
...(input.name != null && { name: input.name }),
|
|
109
|
+
...(input.outpostConfig != null && {
|
|
110
|
+
outpostConfig: serializeAws_restJson1OutpostConfigRequest(input.outpostConfig, context),
|
|
111
|
+
}),
|
|
109
112
|
...(input.resourcesVpcConfig != null && {
|
|
110
113
|
resourcesVpcConfig: serializeAws_restJson1VpcConfigRequest(input.resourcesVpcConfig, context),
|
|
111
114
|
}),
|
|
@@ -2786,6 +2789,12 @@ const serializeAws_restJson1OidcIdentityProviderConfigRequest = (input, context)
|
|
|
2786
2789
|
...(input.usernamePrefix != null && { usernamePrefix: input.usernamePrefix }),
|
|
2787
2790
|
};
|
|
2788
2791
|
};
|
|
2792
|
+
const serializeAws_restJson1OutpostConfigRequest = (input, context) => {
|
|
2793
|
+
return {
|
|
2794
|
+
...(input.controlPlaneInstanceType != null && { controlPlaneInstanceType: input.controlPlaneInstanceType }),
|
|
2795
|
+
...(input.outpostArns != null && { outpostArns: serializeAws_restJson1StringList(input.outpostArns, context) }),
|
|
2796
|
+
};
|
|
2797
|
+
};
|
|
2789
2798
|
const serializeAws_restJson1Provider = (input, context) => {
|
|
2790
2799
|
return {
|
|
2791
2800
|
...(input.keyArn != null && { keyArn: input.keyArn }),
|
|
@@ -2986,12 +2995,17 @@ const deserializeAws_restJson1Cluster = (output, context) => {
|
|
|
2986
2995
|
? deserializeAws_restJson1EncryptionConfigList(output.encryptionConfig, context)
|
|
2987
2996
|
: undefined,
|
|
2988
2997
|
endpoint: (0, smithy_client_1.expectString)(output.endpoint),
|
|
2998
|
+
health: output.health != null ? deserializeAws_restJson1ClusterHealth(output.health, context) : undefined,
|
|
2999
|
+
id: (0, smithy_client_1.expectString)(output.id),
|
|
2989
3000
|
identity: output.identity != null ? deserializeAws_restJson1Identity(output.identity, context) : undefined,
|
|
2990
3001
|
kubernetesNetworkConfig: output.kubernetesNetworkConfig != null
|
|
2991
3002
|
? deserializeAws_restJson1KubernetesNetworkConfigResponse(output.kubernetesNetworkConfig, context)
|
|
2992
3003
|
: undefined,
|
|
2993
3004
|
logging: output.logging != null ? deserializeAws_restJson1Logging(output.logging, context) : undefined,
|
|
2994
3005
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
3006
|
+
outpostConfig: output.outpostConfig != null
|
|
3007
|
+
? deserializeAws_restJson1OutpostConfigResponse(output.outpostConfig, context)
|
|
3008
|
+
: undefined,
|
|
2995
3009
|
platformVersion: (0, smithy_client_1.expectString)(output.platformVersion),
|
|
2996
3010
|
resourcesVpcConfig: output.resourcesVpcConfig != null
|
|
2997
3011
|
? deserializeAws_restJson1VpcConfigResponse(output.resourcesVpcConfig, context)
|
|
@@ -3002,6 +3016,29 @@ const deserializeAws_restJson1Cluster = (output, context) => {
|
|
|
3002
3016
|
version: (0, smithy_client_1.expectString)(output.version),
|
|
3003
3017
|
};
|
|
3004
3018
|
};
|
|
3019
|
+
const deserializeAws_restJson1ClusterHealth = (output, context) => {
|
|
3020
|
+
return {
|
|
3021
|
+
issues: output.issues != null ? deserializeAws_restJson1ClusterIssueList(output.issues, context) : undefined,
|
|
3022
|
+
};
|
|
3023
|
+
};
|
|
3024
|
+
const deserializeAws_restJson1ClusterIssue = (output, context) => {
|
|
3025
|
+
return {
|
|
3026
|
+
code: (0, smithy_client_1.expectString)(output.code),
|
|
3027
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
3028
|
+
resourceIds: output.resourceIds != null ? deserializeAws_restJson1StringList(output.resourceIds, context) : undefined,
|
|
3029
|
+
};
|
|
3030
|
+
};
|
|
3031
|
+
const deserializeAws_restJson1ClusterIssueList = (output, context) => {
|
|
3032
|
+
const retVal = (output || [])
|
|
3033
|
+
.filter((e) => e != null)
|
|
3034
|
+
.map((entry) => {
|
|
3035
|
+
if (entry === null) {
|
|
3036
|
+
return null;
|
|
3037
|
+
}
|
|
3038
|
+
return deserializeAws_restJson1ClusterIssue(entry, context);
|
|
3039
|
+
});
|
|
3040
|
+
return retVal;
|
|
3041
|
+
};
|
|
3005
3042
|
const deserializeAws_restJson1Compatibilities = (output, context) => {
|
|
3006
3043
|
const retVal = (output || [])
|
|
3007
3044
|
.filter((e) => e != null)
|
|
@@ -3296,6 +3333,12 @@ const deserializeAws_restJson1OidcIdentityProviderConfig = (output, context) =>
|
|
|
3296
3333
|
usernamePrefix: (0, smithy_client_1.expectString)(output.usernamePrefix),
|
|
3297
3334
|
};
|
|
3298
3335
|
};
|
|
3336
|
+
const deserializeAws_restJson1OutpostConfigResponse = (output, context) => {
|
|
3337
|
+
return {
|
|
3338
|
+
controlPlaneInstanceType: (0, smithy_client_1.expectString)(output.controlPlaneInstanceType),
|
|
3339
|
+
outpostArns: output.outpostArns != null ? deserializeAws_restJson1StringList(output.outpostArns, context) : undefined,
|
|
3340
|
+
};
|
|
3341
|
+
};
|
|
3299
3342
|
const deserializeAws_restJson1Provider = (output, context) => {
|
|
3300
3343
|
return {
|
|
3301
3344
|
keyArn: (0, smithy_client_1.expectString)(output.keyArn),
|
|
@@ -192,6 +192,15 @@ export var LogType;
|
|
|
192
192
|
LogType["CONTROLLER_MANAGER"] = "controllerManager";
|
|
193
193
|
LogType["SCHEDULER"] = "scheduler";
|
|
194
194
|
})(LogType || (LogType = {}));
|
|
195
|
+
export var ClusterIssueCode;
|
|
196
|
+
(function (ClusterIssueCode) {
|
|
197
|
+
ClusterIssueCode["ACCESS_DENIED"] = "AccessDenied";
|
|
198
|
+
ClusterIssueCode["CLUSTER_UNREACHABLE"] = "ClusterUnreachable";
|
|
199
|
+
ClusterIssueCode["CONFIGURATION_CONFLICT"] = "ConfigurationConflict";
|
|
200
|
+
ClusterIssueCode["INTERNAL_FAILURE"] = "InternalFailure";
|
|
201
|
+
ClusterIssueCode["RESOURCE_LIMIT_EXCEEDED"] = "ResourceLimitExceeded";
|
|
202
|
+
ClusterIssueCode["RESOURCE_NOT_FOUND"] = "ResourceNotFound";
|
|
203
|
+
})(ClusterIssueCode || (ClusterIssueCode = {}));
|
|
195
204
|
var ResourceLimitExceededException = (function (_super) {
|
|
196
205
|
__extends(ResourceLimitExceededException, _super);
|
|
197
206
|
function ResourceLimitExceededException(opts) {
|
|
@@ -337,13 +346,17 @@ export var CreateAddonResponseFilterSensitiveLog = function (obj) { return (__as
|
|
|
337
346
|
export var KubernetesNetworkConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
347
|
export var LogSetupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
348
|
export var LoggingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var OutpostConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
350
|
export var VpcConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
351
|
export var CreateClusterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
352
|
export var CertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
353
|
export var ConnectorConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var ClusterIssueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var ClusterHealthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
356
|
export var OIDCFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
357
|
export var IdentityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
358
|
export var KubernetesNetworkConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var OutpostConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
360
|
export var VpcConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
361
|
export var ClusterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
362
|
export var CreateClusterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -98,11 +98,13 @@ export var serializeAws_restJson1CreateClusterCommand = function (input, context
|
|
|
98
98
|
"content-type": "application/json",
|
|
99
99
|
};
|
|
100
100
|
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/clusters";
|
|
101
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ clientRequestToken: (_c = input.clientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.encryptionConfig != null && {
|
|
101
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ clientRequestToken: (_c = input.clientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.encryptionConfig != null && {
|
|
102
102
|
encryptionConfig: serializeAws_restJson1EncryptionConfigList(input.encryptionConfig, context),
|
|
103
103
|
})), (input.kubernetesNetworkConfig != null && {
|
|
104
104
|
kubernetesNetworkConfig: serializeAws_restJson1KubernetesNetworkConfigRequest(input.kubernetesNetworkConfig, context),
|
|
105
|
-
})), (input.logging != null && { logging: serializeAws_restJson1Logging(input.logging, context) })), (input.name != null && { name: input.name })), (input.
|
|
105
|
+
})), (input.logging != null && { logging: serializeAws_restJson1Logging(input.logging, context) })), (input.name != null && { name: input.name })), (input.outpostConfig != null && {
|
|
106
|
+
outpostConfig: serializeAws_restJson1OutpostConfigRequest(input.outpostConfig, context),
|
|
107
|
+
})), (input.resourcesVpcConfig != null && {
|
|
106
108
|
resourcesVpcConfig: serializeAws_restJson1VpcConfigRequest(input.resourcesVpcConfig, context),
|
|
107
109
|
})), (input.roleArn != null && { roleArn: input.roleArn })), (input.tags != null && { tags: serializeAws_restJson1TagMap(input.tags, context) })), (input.version != null && { version: input.version })));
|
|
108
110
|
return [2, new __HttpRequest({
|
|
@@ -3707,6 +3709,9 @@ var serializeAws_restJson1OidcIdentityProviderConfigRequest = function (input, c
|
|
|
3707
3709
|
requiredClaims: serializeAws_restJson1requiredClaimsMap(input.requiredClaims, context),
|
|
3708
3710
|
})), (input.usernameClaim != null && { usernameClaim: input.usernameClaim })), (input.usernamePrefix != null && { usernamePrefix: input.usernamePrefix }));
|
|
3709
3711
|
};
|
|
3712
|
+
var serializeAws_restJson1OutpostConfigRequest = function (input, context) {
|
|
3713
|
+
return __assign(__assign({}, (input.controlPlaneInstanceType != null && { controlPlaneInstanceType: input.controlPlaneInstanceType })), (input.outpostArns != null && { outpostArns: serializeAws_restJson1StringList(input.outpostArns, context) }));
|
|
3714
|
+
};
|
|
3710
3715
|
var serializeAws_restJson1Provider = function (input, context) {
|
|
3711
3716
|
return __assign({}, (input.keyArn != null && { keyArn: input.keyArn }));
|
|
3712
3717
|
};
|
|
@@ -3884,12 +3889,17 @@ var deserializeAws_restJson1Cluster = function (output, context) {
|
|
|
3884
3889
|
? deserializeAws_restJson1EncryptionConfigList(output.encryptionConfig, context)
|
|
3885
3890
|
: undefined,
|
|
3886
3891
|
endpoint: __expectString(output.endpoint),
|
|
3892
|
+
health: output.health != null ? deserializeAws_restJson1ClusterHealth(output.health, context) : undefined,
|
|
3893
|
+
id: __expectString(output.id),
|
|
3887
3894
|
identity: output.identity != null ? deserializeAws_restJson1Identity(output.identity, context) : undefined,
|
|
3888
3895
|
kubernetesNetworkConfig: output.kubernetesNetworkConfig != null
|
|
3889
3896
|
? deserializeAws_restJson1KubernetesNetworkConfigResponse(output.kubernetesNetworkConfig, context)
|
|
3890
3897
|
: undefined,
|
|
3891
3898
|
logging: output.logging != null ? deserializeAws_restJson1Logging(output.logging, context) : undefined,
|
|
3892
3899
|
name: __expectString(output.name),
|
|
3900
|
+
outpostConfig: output.outpostConfig != null
|
|
3901
|
+
? deserializeAws_restJson1OutpostConfigResponse(output.outpostConfig, context)
|
|
3902
|
+
: undefined,
|
|
3893
3903
|
platformVersion: __expectString(output.platformVersion),
|
|
3894
3904
|
resourcesVpcConfig: output.resourcesVpcConfig != null
|
|
3895
3905
|
? deserializeAws_restJson1VpcConfigResponse(output.resourcesVpcConfig, context)
|
|
@@ -3900,6 +3910,29 @@ var deserializeAws_restJson1Cluster = function (output, context) {
|
|
|
3900
3910
|
version: __expectString(output.version),
|
|
3901
3911
|
};
|
|
3902
3912
|
};
|
|
3913
|
+
var deserializeAws_restJson1ClusterHealth = function (output, context) {
|
|
3914
|
+
return {
|
|
3915
|
+
issues: output.issues != null ? deserializeAws_restJson1ClusterIssueList(output.issues, context) : undefined,
|
|
3916
|
+
};
|
|
3917
|
+
};
|
|
3918
|
+
var deserializeAws_restJson1ClusterIssue = function (output, context) {
|
|
3919
|
+
return {
|
|
3920
|
+
code: __expectString(output.code),
|
|
3921
|
+
message: __expectString(output.message),
|
|
3922
|
+
resourceIds: output.resourceIds != null ? deserializeAws_restJson1StringList(output.resourceIds, context) : undefined,
|
|
3923
|
+
};
|
|
3924
|
+
};
|
|
3925
|
+
var deserializeAws_restJson1ClusterIssueList = function (output, context) {
|
|
3926
|
+
var retVal = (output || [])
|
|
3927
|
+
.filter(function (e) { return e != null; })
|
|
3928
|
+
.map(function (entry) {
|
|
3929
|
+
if (entry === null) {
|
|
3930
|
+
return null;
|
|
3931
|
+
}
|
|
3932
|
+
return deserializeAws_restJson1ClusterIssue(entry, context);
|
|
3933
|
+
});
|
|
3934
|
+
return retVal;
|
|
3935
|
+
};
|
|
3903
3936
|
var deserializeAws_restJson1Compatibilities = function (output, context) {
|
|
3904
3937
|
var retVal = (output || [])
|
|
3905
3938
|
.filter(function (e) { return e != null; })
|
|
@@ -4192,6 +4225,12 @@ var deserializeAws_restJson1OidcIdentityProviderConfig = function (output, conte
|
|
|
4192
4225
|
usernamePrefix: __expectString(output.usernamePrefix),
|
|
4193
4226
|
};
|
|
4194
4227
|
};
|
|
4228
|
+
var deserializeAws_restJson1OutpostConfigResponse = function (output, context) {
|
|
4229
|
+
return {
|
|
4230
|
+
controlPlaneInstanceType: __expectString(output.controlPlaneInstanceType),
|
|
4231
|
+
outpostArns: output.outpostArns != null ? deserializeAws_restJson1StringList(output.outpostArns, context) : undefined,
|
|
4232
|
+
};
|
|
4233
|
+
};
|
|
4195
4234
|
var deserializeAws_restJson1Provider = function (output, context) {
|
|
4196
4235
|
return {
|
|
4197
4236
|
keyArn: __expectString(output.keyArn),
|
|
@@ -46,7 +46,7 @@ export interface AddonIssue {
|
|
|
46
46
|
*/
|
|
47
47
|
export interface AddonHealth {
|
|
48
48
|
/**
|
|
49
|
-
* <p>An object
|
|
49
|
+
* <p>An object representing the health issues for an add-on.</p>
|
|
50
50
|
*/
|
|
51
51
|
issues?: AddonIssue[];
|
|
52
52
|
}
|
|
@@ -73,7 +73,7 @@ export interface Addon {
|
|
|
73
73
|
*/
|
|
74
74
|
addonVersion?: string;
|
|
75
75
|
/**
|
|
76
|
-
* <p>An object
|
|
76
|
+
* <p>An object representing the health of the add-on.</p>
|
|
77
77
|
*/
|
|
78
78
|
health?: AddonHealth;
|
|
79
79
|
/**
|
|
@@ -130,7 +130,7 @@ export interface AddonVersionInfo {
|
|
|
130
130
|
*/
|
|
131
131
|
architecture?: string[];
|
|
132
132
|
/**
|
|
133
|
-
* <p>An object
|
|
133
|
+
* <p>An object representing the compatibilities of a version.</p>
|
|
134
134
|
*/
|
|
135
135
|
compatibilities?: Compatibility[];
|
|
136
136
|
}
|
|
@@ -147,7 +147,7 @@ export interface AddonInfo {
|
|
|
147
147
|
*/
|
|
148
148
|
type?: string;
|
|
149
149
|
/**
|
|
150
|
-
* <p>An object
|
|
150
|
+
* <p>An object representing information about available add-on versions and compatible
|
|
151
151
|
* Kubernetes versions.</p>
|
|
152
152
|
*/
|
|
153
153
|
addonVersions?: AddonVersionInfo[];
|
|
@@ -559,7 +559,7 @@ export interface AssociateIdentityProviderConfigRequest {
|
|
|
559
559
|
*/
|
|
560
560
|
clusterName: string | undefined;
|
|
561
561
|
/**
|
|
562
|
-
* <p>An object
|
|
562
|
+
* <p>An object representing an OpenID Connect (OIDC) identity provider
|
|
563
563
|
* configuration.</p>
|
|
564
564
|
*/
|
|
565
565
|
oidc: OidcIdentityProviderConfigRequest | undefined;
|
|
@@ -751,6 +751,45 @@ export interface Logging {
|
|
|
751
751
|
*/
|
|
752
752
|
clusterLogging?: LogSetup[];
|
|
753
753
|
}
|
|
754
|
+
/**
|
|
755
|
+
* <p>The configuration of your local Amazon EKS cluster on an Amazon Web Services
|
|
756
|
+
* Outpost. Before creating a cluster on an Outpost, review <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-cluster-outpost.html">Creating a local Amazon EKS cluster on an Amazon Web Services Outpost</a> in the
|
|
757
|
+
* <i>Amazon EKS User Guide</i>. This API isn't available for Amazon EKS clusters on the
|
|
758
|
+
* Amazon Web Services cloud.</p>
|
|
759
|
+
*/
|
|
760
|
+
export interface OutpostConfigRequest {
|
|
761
|
+
/**
|
|
762
|
+
* <p>The ARN of the Outpost that you want to use for your local Amazon EKS
|
|
763
|
+
* cluster on Outposts. Only a single Outpost ARN is
|
|
764
|
+
* supported.</p>
|
|
765
|
+
*/
|
|
766
|
+
outpostArns: string[] | undefined;
|
|
767
|
+
/**
|
|
768
|
+
* <p>The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. The instance type that you specify is used for all
|
|
769
|
+
* Kubernetes control plane instances. The instance type can't be changed after cluster
|
|
770
|
+
* creation.</p>
|
|
771
|
+
* <p>Choose an instance type based on the number of nodes that your cluster will have. If
|
|
772
|
+
* your cluster will have:</p>
|
|
773
|
+
* <ul>
|
|
774
|
+
* <li>
|
|
775
|
+
* <p>1–20 nodes, then we recommend specifying a <code>large</code> instance
|
|
776
|
+
* type.</p>
|
|
777
|
+
* </li>
|
|
778
|
+
* <li>
|
|
779
|
+
* <p>21–100 nodes, then we recommend specifying an <code>xlarge</code>
|
|
780
|
+
* instance type.</p>
|
|
781
|
+
* </li>
|
|
782
|
+
* <li>
|
|
783
|
+
* <p>101–250 nodes, then we recommend specifying a <code>2xlarge</code>
|
|
784
|
+
* instance type.</p>
|
|
785
|
+
* </li>
|
|
786
|
+
* </ul>
|
|
787
|
+
* <p>For a list of the available Amazon EC2 instance types, see Compute and storage
|
|
788
|
+
* in <a href="http://aws.amazon.com/outposts/rack/features/">Outposts rack
|
|
789
|
+
* features</a>. The control plane is not automatically scaled by Amazon EKS.</p>
|
|
790
|
+
*/
|
|
791
|
+
controlPlaneInstanceType: string | undefined;
|
|
792
|
+
}
|
|
754
793
|
/**
|
|
755
794
|
* <p>An object representing the VPC configuration to use for an Amazon EKS
|
|
756
795
|
* cluster.</p>
|
|
@@ -827,7 +866,10 @@ export interface CreateClusterRequest {
|
|
|
827
866
|
name: string | undefined;
|
|
828
867
|
/**
|
|
829
868
|
* <p>The desired Kubernetes version for your cluster. If you don't specify a value here,
|
|
830
|
-
* the
|
|
869
|
+
* the default version available in Amazon EKS is used.</p>
|
|
870
|
+
* <note>
|
|
871
|
+
* <p>The default version might not be the latest version available.</p>
|
|
872
|
+
* </note>
|
|
831
873
|
*/
|
|
832
874
|
version?: string;
|
|
833
875
|
/**
|
|
@@ -879,6 +921,15 @@ export interface CreateClusterRequest {
|
|
|
879
921
|
* <p>The encryption configuration for the cluster.</p>
|
|
880
922
|
*/
|
|
881
923
|
encryptionConfig?: EncryptionConfig[];
|
|
924
|
+
/**
|
|
925
|
+
* <p>An object representing the configuration of your local Amazon EKS cluster on
|
|
926
|
+
* an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review
|
|
927
|
+
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/create-cluster-outpost.html">Creating an Amazon EKS cluster on an Amazon Web Services Outpost</a> in
|
|
928
|
+
* the <i>Amazon EKS User Guide</i>. This object isn't available for creating Amazon EKS
|
|
929
|
+
* clusters on the Amazon Web Services
|
|
930
|
+
* cloud.</p>
|
|
931
|
+
*/
|
|
932
|
+
outpostConfig?: OutpostConfigRequest;
|
|
882
933
|
}
|
|
883
934
|
/**
|
|
884
935
|
* <p>An object representing the <code>certificate-authority-data</code> for your
|
|
@@ -919,6 +970,47 @@ export interface ConnectorConfigResponse {
|
|
|
919
970
|
*/
|
|
920
971
|
roleArn?: string;
|
|
921
972
|
}
|
|
973
|
+
export declare enum ClusterIssueCode {
|
|
974
|
+
ACCESS_DENIED = "AccessDenied",
|
|
975
|
+
CLUSTER_UNREACHABLE = "ClusterUnreachable",
|
|
976
|
+
CONFIGURATION_CONFLICT = "ConfigurationConflict",
|
|
977
|
+
INTERNAL_FAILURE = "InternalFailure",
|
|
978
|
+
RESOURCE_LIMIT_EXCEEDED = "ResourceLimitExceeded",
|
|
979
|
+
RESOURCE_NOT_FOUND = "ResourceNotFound"
|
|
980
|
+
}
|
|
981
|
+
/**
|
|
982
|
+
* <p>An issue with your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
|
983
|
+
* You can't use this API with an Amazon EKS cluster on the Amazon Web Services
|
|
984
|
+
* cloud.</p>
|
|
985
|
+
*/
|
|
986
|
+
export interface ClusterIssue {
|
|
987
|
+
/**
|
|
988
|
+
* <p>The error code of the issue.</p>
|
|
989
|
+
*/
|
|
990
|
+
code?: ClusterIssueCode | string;
|
|
991
|
+
/**
|
|
992
|
+
* <p>A description of the issue.</p>
|
|
993
|
+
*/
|
|
994
|
+
message?: string;
|
|
995
|
+
/**
|
|
996
|
+
* <p>The resource IDs that the issue relates
|
|
997
|
+
* to.</p>
|
|
998
|
+
*/
|
|
999
|
+
resourceIds?: string[];
|
|
1000
|
+
}
|
|
1001
|
+
/**
|
|
1002
|
+
* <p>An object representing the health of your local Amazon EKS cluster on an
|
|
1003
|
+
* Amazon Web Services Outpost. You can't use this API with an Amazon EKS
|
|
1004
|
+
* cluster on the Amazon Web Services cloud.
|
|
1005
|
+
* </p>
|
|
1006
|
+
*/
|
|
1007
|
+
export interface ClusterHealth {
|
|
1008
|
+
/**
|
|
1009
|
+
* <p>An object representing the health issues of your local Amazon EKS cluster on
|
|
1010
|
+
* an Amazon Web Services Outpost.</p>
|
|
1011
|
+
*/
|
|
1012
|
+
issues?: ClusterIssue[];
|
|
1013
|
+
}
|
|
922
1014
|
/**
|
|
923
1015
|
* <p>An object representing the <a href="https://openid.net/connect/">OpenID
|
|
924
1016
|
* Connect</a> (OIDC) identity provider information for the cluster.</p>
|
|
@@ -970,6 +1062,24 @@ export interface KubernetesNetworkConfigResponse {
|
|
|
970
1062
|
*/
|
|
971
1063
|
ipFamily?: IpFamily | string;
|
|
972
1064
|
}
|
|
1065
|
+
/**
|
|
1066
|
+
* <p>An object representing the configuration of your local Amazon EKS cluster on
|
|
1067
|
+
* an Amazon Web Services Outpost. This API isn't available for Amazon EKS clusters
|
|
1068
|
+
* on the Amazon Web Services cloud.</p>
|
|
1069
|
+
*/
|
|
1070
|
+
export interface OutpostConfigResponse {
|
|
1071
|
+
/**
|
|
1072
|
+
* <p>The ARN of the Outpost that you specified for use with your local Amazon EKS
|
|
1073
|
+
* cluster on Outposts.</p>
|
|
1074
|
+
*/
|
|
1075
|
+
outpostArns: string[] | undefined;
|
|
1076
|
+
/**
|
|
1077
|
+
* <p>The Amazon EC2 instance type used for the control plane. The instance type is
|
|
1078
|
+
* the same for all control plane
|
|
1079
|
+
* instances.</p>
|
|
1080
|
+
*/
|
|
1081
|
+
controlPlaneInstanceType: string | undefined;
|
|
1082
|
+
}
|
|
973
1083
|
/**
|
|
974
1084
|
* <p>An object representing an Amazon EKS cluster VPC configuration
|
|
975
1085
|
* response.</p>
|
|
@@ -1111,6 +1221,22 @@ export interface Cluster {
|
|
|
1111
1221
|
* <p>The configuration used to connect to a cluster for registration.</p>
|
|
1112
1222
|
*/
|
|
1113
1223
|
connectorConfig?: ConnectorConfigResponse;
|
|
1224
|
+
/**
|
|
1225
|
+
* <p>The ID of your local Amazon EKS cluster on an Amazon Web Services Outpost. This
|
|
1226
|
+
* property isn't available for an Amazon EKS cluster on the Amazon Web Services
|
|
1227
|
+
* cloud.</p>
|
|
1228
|
+
*/
|
|
1229
|
+
id?: string;
|
|
1230
|
+
/**
|
|
1231
|
+
* <p>An object representing the health of your local Amazon EKS cluster on an
|
|
1232
|
+
* Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.</p>
|
|
1233
|
+
*/
|
|
1234
|
+
health?: ClusterHealth;
|
|
1235
|
+
/**
|
|
1236
|
+
* <p>An object representing the configuration of your local Amazon EKS cluster on
|
|
1237
|
+
* an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.</p>
|
|
1238
|
+
*/
|
|
1239
|
+
outpostConfig?: OutpostConfigResponse;
|
|
1114
1240
|
}
|
|
1115
1241
|
export interface CreateClusterResponse {
|
|
1116
1242
|
/**
|
|
@@ -2048,7 +2174,7 @@ export interface DescribeIdentityProviderConfigRequest {
|
|
|
2048
2174
|
*/
|
|
2049
2175
|
clusterName: string | undefined;
|
|
2050
2176
|
/**
|
|
2051
|
-
* <p>An object
|
|
2177
|
+
* <p>An object representing an identity provider configuration.</p>
|
|
2052
2178
|
*/
|
|
2053
2179
|
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
2054
2180
|
}
|
|
@@ -2058,7 +2184,7 @@ export declare enum ConfigStatus {
|
|
|
2058
2184
|
DELETING = "DELETING"
|
|
2059
2185
|
}
|
|
2060
2186
|
/**
|
|
2061
|
-
* <p>An object
|
|
2187
|
+
* <p>An object representing the configuration for an OpenID Connect (OIDC) identity
|
|
2062
2188
|
* provider. </p>
|
|
2063
2189
|
*/
|
|
2064
2190
|
export interface OidcIdentityProviderConfig {
|
|
@@ -2126,7 +2252,7 @@ export interface OidcIdentityProviderConfig {
|
|
|
2126
2252
|
*/
|
|
2127
2253
|
export interface IdentityProviderConfigResponse {
|
|
2128
2254
|
/**
|
|
2129
|
-
* <p>An object
|
|
2255
|
+
* <p>An object representing an OpenID Connect (OIDC) identity provider
|
|
2130
2256
|
* configuration.</p>
|
|
2131
2257
|
*/
|
|
2132
2258
|
oidc?: OidcIdentityProviderConfig;
|
|
@@ -2187,7 +2313,7 @@ export interface DisassociateIdentityProviderConfigRequest {
|
|
|
2187
2313
|
*/
|
|
2188
2314
|
clusterName: string | undefined;
|
|
2189
2315
|
/**
|
|
2190
|
-
* <p>An object
|
|
2316
|
+
* <p>An object representing an identity provider configuration.</p>
|
|
2191
2317
|
*/
|
|
2192
2318
|
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
2193
2319
|
/**
|
|
@@ -2916,6 +3042,10 @@ export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
|
|
|
2916
3042
|
* @internal
|
|
2917
3043
|
*/
|
|
2918
3044
|
export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
|
|
3045
|
+
/**
|
|
3046
|
+
* @internal
|
|
3047
|
+
*/
|
|
3048
|
+
export declare const OutpostConfigRequestFilterSensitiveLog: (obj: OutpostConfigRequest) => any;
|
|
2919
3049
|
/**
|
|
2920
3050
|
* @internal
|
|
2921
3051
|
*/
|
|
@@ -2932,6 +3062,14 @@ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
|
2932
3062
|
* @internal
|
|
2933
3063
|
*/
|
|
2934
3064
|
export declare const ConnectorConfigResponseFilterSensitiveLog: (obj: ConnectorConfigResponse) => any;
|
|
3065
|
+
/**
|
|
3066
|
+
* @internal
|
|
3067
|
+
*/
|
|
3068
|
+
export declare const ClusterIssueFilterSensitiveLog: (obj: ClusterIssue) => any;
|
|
3069
|
+
/**
|
|
3070
|
+
* @internal
|
|
3071
|
+
*/
|
|
3072
|
+
export declare const ClusterHealthFilterSensitiveLog: (obj: ClusterHealth) => any;
|
|
2935
3073
|
/**
|
|
2936
3074
|
* @internal
|
|
2937
3075
|
*/
|
|
@@ -2944,6 +3082,10 @@ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
|
2944
3082
|
* @internal
|
|
2945
3083
|
*/
|
|
2946
3084
|
export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
|
|
3085
|
+
/**
|
|
3086
|
+
* @internal
|
|
3087
|
+
*/
|
|
3088
|
+
export declare const OutpostConfigResponseFilterSensitiveLog: (obj: OutpostConfigResponse) => any;
|
|
2947
3089
|
/**
|
|
2948
3090
|
* @internal
|
|
2949
3091
|
*/
|