@aws-sdk/client-eks 3.296.0 → 3.298.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/commands/AssociateEncryptionConfigCommand.js +2 -3
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateAddonCommand.js +2 -3
- package/dist-cjs/commands/CreateClusterCommand.js +2 -3
- package/dist-cjs/commands/CreateFargateProfileCommand.js +2 -3
- package/dist-cjs/commands/CreateNodegroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteAddonCommand.js +2 -3
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -3
- package/dist-cjs/commands/DeleteFargateProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteNodegroupCommand.js +2 -3
- package/dist-cjs/commands/DeregisterClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddonCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeFargateProfileCommand.js +2 -3
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeNodegroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeUpdateCommand.js +2 -3
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +2 -3
- package/dist-cjs/commands/ListAddonsCommand.js +2 -3
- package/dist-cjs/commands/ListClustersCommand.js +2 -3
- package/dist-cjs/commands/ListFargateProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListNodegroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListUpdatesCommand.js +2 -3
- package/dist-cjs/commands/RegisterClusterCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAddonCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -475
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -3
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -3
- package/dist-es/commands/CreateAddonCommand.js +2 -3
- package/dist-es/commands/CreateClusterCommand.js +2 -3
- package/dist-es/commands/CreateFargateProfileCommand.js +2 -3
- package/dist-es/commands/CreateNodegroupCommand.js +2 -3
- package/dist-es/commands/DeleteAddonCommand.js +2 -3
- package/dist-es/commands/DeleteClusterCommand.js +2 -3
- package/dist-es/commands/DeleteFargateProfileCommand.js +2 -3
- package/dist-es/commands/DeleteNodegroupCommand.js +2 -3
- package/dist-es/commands/DeregisterClusterCommand.js +2 -3
- package/dist-es/commands/DescribeAddonCommand.js +2 -3
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -3
- package/dist-es/commands/DescribeClusterCommand.js +2 -3
- package/dist-es/commands/DescribeFargateProfileCommand.js +2 -3
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -3
- package/dist-es/commands/DescribeNodegroupCommand.js +2 -3
- package/dist-es/commands/DescribeUpdateCommand.js +2 -3
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -3
- package/dist-es/commands/ListAddonsCommand.js +2 -3
- package/dist-es/commands/ListClustersCommand.js +2 -3
- package/dist-es/commands/ListFargateProfilesCommand.js +2 -3
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -3
- package/dist-es/commands/ListNodegroupsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListUpdatesCommand.js +2 -3
- package/dist-es/commands/RegisterClusterCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAddonCommand.js +2 -3
- package/dist-es/commands/UpdateClusterConfigCommand.js +2 -3
- package/dist-es/commands/UpdateClusterVersionCommand.js +2 -3
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -3
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -354
- package/dist-types/EKS.d.ts +36 -0
- package/dist-types/EKSClient.d.ts +24 -4
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateAddonCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateNodegroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAddonCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddonCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +16 -0
- package/dist-types/commands/ListAddonsCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersCommand.d.ts +16 -0
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListNodegroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListUpdatesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterClusterCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +16 -0
- package/dist-types/models/EKSServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +328 -472
- package/dist-types/pagination/DescribeAddonVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAddonsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFargateProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIdentityProviderConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNodegroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUpdatesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -318
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput } from "../commands/DescribeAddonVersionsCommand";
|
|
3
3
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeAddonVersions(config: EKSPaginationConfiguration, input: DescribeAddonVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeAddonVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAddonsCommandInput, ListAddonsCommandOutput } from "../commands/ListAddonsCommand";
|
|
3
3
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAddons(config: EKSPaginationConfiguration, input: ListAddonsCommandInput, ...additionalArguments: any): Paginator<ListAddonsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
3
3
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListClusters(config: EKSPaginationConfiguration, input: ListClustersCommandInput, ...additionalArguments: any): Paginator<ListClustersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput } from "../commands/ListFargateProfilesCommand";
|
|
3
3
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListFargateProfiles(config: EKSPaginationConfiguration, input: ListFargateProfilesCommandInput, ...additionalArguments: any): Paginator<ListFargateProfilesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput } from "../commands/ListIdentityProviderConfigsCommand";
|
|
3
3
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListIdentityProviderConfigs(config: EKSPaginationConfiguration, input: ListIdentityProviderConfigsCommandInput, ...additionalArguments: any): Paginator<ListIdentityProviderConfigsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListNodegroupsCommandInput, ListNodegroupsCommandOutput } from "../commands/ListNodegroupsCommand";
|
|
3
3
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListNodegroups(config: EKSPaginationConfiguration, input: ListNodegroupsCommandInput, ...additionalArguments: any): Paginator<ListNodegroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListUpdatesCommandInput, ListUpdatesCommandOutput } from "../commands/ListUpdatesCommand";
|
|
3
3
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListUpdates(config: EKSPaginationConfiguration, input: ListUpdatesCommandInput, ...additionalArguments: any): Paginator<ListUpdatesCommandOutput>;
|
|
@@ -912,321 +912,3 @@ export interface UpdateNodegroupVersionRequest {
|
|
|
912
912
|
export interface UpdateNodegroupVersionResponse {
|
|
913
913
|
update?: Update;
|
|
914
914
|
}
|
|
915
|
-
export declare const AddonIssueFilterSensitiveLog: (obj: AddonIssue) => any;
|
|
916
|
-
export declare const AddonHealthFilterSensitiveLog: (obj: AddonHealth) => any;
|
|
917
|
-
export declare const MarketplaceInformationFilterSensitiveLog: (
|
|
918
|
-
obj: MarketplaceInformation
|
|
919
|
-
) => any;
|
|
920
|
-
export declare const AddonFilterSensitiveLog: (obj: Addon) => any;
|
|
921
|
-
export declare const CompatibilityFilterSensitiveLog: (
|
|
922
|
-
obj: Compatibility
|
|
923
|
-
) => any;
|
|
924
|
-
export declare const AddonVersionInfoFilterSensitiveLog: (
|
|
925
|
-
obj: AddonVersionInfo
|
|
926
|
-
) => any;
|
|
927
|
-
export declare const AddonInfoFilterSensitiveLog: (obj: AddonInfo) => any;
|
|
928
|
-
export declare const ProviderFilterSensitiveLog: (obj: Provider) => any;
|
|
929
|
-
export declare const EncryptionConfigFilterSensitiveLog: (
|
|
930
|
-
obj: EncryptionConfig
|
|
931
|
-
) => any;
|
|
932
|
-
export declare const AssociateEncryptionConfigRequestFilterSensitiveLog: (
|
|
933
|
-
obj: AssociateEncryptionConfigRequest
|
|
934
|
-
) => any;
|
|
935
|
-
export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
|
|
936
|
-
export declare const UpdateParamFilterSensitiveLog: (obj: UpdateParam) => any;
|
|
937
|
-
export declare const UpdateFilterSensitiveLog: (obj: Update) => any;
|
|
938
|
-
export declare const AssociateEncryptionConfigResponseFilterSensitiveLog: (
|
|
939
|
-
obj: AssociateEncryptionConfigResponse
|
|
940
|
-
) => any;
|
|
941
|
-
export declare const OidcIdentityProviderConfigRequestFilterSensitiveLog: (
|
|
942
|
-
obj: OidcIdentityProviderConfigRequest
|
|
943
|
-
) => any;
|
|
944
|
-
export declare const AssociateIdentityProviderConfigRequestFilterSensitiveLog: (
|
|
945
|
-
obj: AssociateIdentityProviderConfigRequest
|
|
946
|
-
) => any;
|
|
947
|
-
export declare const AssociateIdentityProviderConfigResponseFilterSensitiveLog: (
|
|
948
|
-
obj: AssociateIdentityProviderConfigResponse
|
|
949
|
-
) => any;
|
|
950
|
-
export declare const AutoScalingGroupFilterSensitiveLog: (
|
|
951
|
-
obj: AutoScalingGroup
|
|
952
|
-
) => any;
|
|
953
|
-
export declare const CreateAddonRequestFilterSensitiveLog: (
|
|
954
|
-
obj: CreateAddonRequest
|
|
955
|
-
) => any;
|
|
956
|
-
export declare const CreateAddonResponseFilterSensitiveLog: (
|
|
957
|
-
obj: CreateAddonResponse
|
|
958
|
-
) => any;
|
|
959
|
-
export declare const KubernetesNetworkConfigRequestFilterSensitiveLog: (
|
|
960
|
-
obj: KubernetesNetworkConfigRequest
|
|
961
|
-
) => any;
|
|
962
|
-
export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
|
|
963
|
-
export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
|
|
964
|
-
export declare const ControlPlanePlacementRequestFilterSensitiveLog: (
|
|
965
|
-
obj: ControlPlanePlacementRequest
|
|
966
|
-
) => any;
|
|
967
|
-
export declare const OutpostConfigRequestFilterSensitiveLog: (
|
|
968
|
-
obj: OutpostConfigRequest
|
|
969
|
-
) => any;
|
|
970
|
-
export declare const VpcConfigRequestFilterSensitiveLog: (
|
|
971
|
-
obj: VpcConfigRequest
|
|
972
|
-
) => any;
|
|
973
|
-
export declare const CreateClusterRequestFilterSensitiveLog: (
|
|
974
|
-
obj: CreateClusterRequest
|
|
975
|
-
) => any;
|
|
976
|
-
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
977
|
-
export declare const ConnectorConfigResponseFilterSensitiveLog: (
|
|
978
|
-
obj: ConnectorConfigResponse
|
|
979
|
-
) => any;
|
|
980
|
-
export declare const ClusterIssueFilterSensitiveLog: (obj: ClusterIssue) => any;
|
|
981
|
-
export declare const ClusterHealthFilterSensitiveLog: (
|
|
982
|
-
obj: ClusterHealth
|
|
983
|
-
) => any;
|
|
984
|
-
export declare const OIDCFilterSensitiveLog: (obj: OIDC) => any;
|
|
985
|
-
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
986
|
-
export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (
|
|
987
|
-
obj: KubernetesNetworkConfigResponse
|
|
988
|
-
) => any;
|
|
989
|
-
export declare const ControlPlanePlacementResponseFilterSensitiveLog: (
|
|
990
|
-
obj: ControlPlanePlacementResponse
|
|
991
|
-
) => any;
|
|
992
|
-
export declare const OutpostConfigResponseFilterSensitiveLog: (
|
|
993
|
-
obj: OutpostConfigResponse
|
|
994
|
-
) => any;
|
|
995
|
-
export declare const VpcConfigResponseFilterSensitiveLog: (
|
|
996
|
-
obj: VpcConfigResponse
|
|
997
|
-
) => any;
|
|
998
|
-
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
999
|
-
export declare const CreateClusterResponseFilterSensitiveLog: (
|
|
1000
|
-
obj: CreateClusterResponse
|
|
1001
|
-
) => any;
|
|
1002
|
-
export declare const FargateProfileSelectorFilterSensitiveLog: (
|
|
1003
|
-
obj: FargateProfileSelector
|
|
1004
|
-
) => any;
|
|
1005
|
-
export declare const CreateFargateProfileRequestFilterSensitiveLog: (
|
|
1006
|
-
obj: CreateFargateProfileRequest
|
|
1007
|
-
) => any;
|
|
1008
|
-
export declare const FargateProfileFilterSensitiveLog: (
|
|
1009
|
-
obj: FargateProfile
|
|
1010
|
-
) => any;
|
|
1011
|
-
export declare const CreateFargateProfileResponseFilterSensitiveLog: (
|
|
1012
|
-
obj: CreateFargateProfileResponse
|
|
1013
|
-
) => any;
|
|
1014
|
-
export declare const LaunchTemplateSpecificationFilterSensitiveLog: (
|
|
1015
|
-
obj: LaunchTemplateSpecification
|
|
1016
|
-
) => any;
|
|
1017
|
-
export declare const RemoteAccessConfigFilterSensitiveLog: (
|
|
1018
|
-
obj: RemoteAccessConfig
|
|
1019
|
-
) => any;
|
|
1020
|
-
export declare const NodegroupScalingConfigFilterSensitiveLog: (
|
|
1021
|
-
obj: NodegroupScalingConfig
|
|
1022
|
-
) => any;
|
|
1023
|
-
export declare const TaintFilterSensitiveLog: (obj: Taint) => any;
|
|
1024
|
-
export declare const NodegroupUpdateConfigFilterSensitiveLog: (
|
|
1025
|
-
obj: NodegroupUpdateConfig
|
|
1026
|
-
) => any;
|
|
1027
|
-
export declare const CreateNodegroupRequestFilterSensitiveLog: (
|
|
1028
|
-
obj: CreateNodegroupRequest
|
|
1029
|
-
) => any;
|
|
1030
|
-
export declare const IssueFilterSensitiveLog: (obj: Issue) => any;
|
|
1031
|
-
export declare const NodegroupHealthFilterSensitiveLog: (
|
|
1032
|
-
obj: NodegroupHealth
|
|
1033
|
-
) => any;
|
|
1034
|
-
export declare const NodegroupResourcesFilterSensitiveLog: (
|
|
1035
|
-
obj: NodegroupResources
|
|
1036
|
-
) => any;
|
|
1037
|
-
export declare const NodegroupFilterSensitiveLog: (obj: Nodegroup) => any;
|
|
1038
|
-
export declare const CreateNodegroupResponseFilterSensitiveLog: (
|
|
1039
|
-
obj: CreateNodegroupResponse
|
|
1040
|
-
) => any;
|
|
1041
|
-
export declare const DeleteAddonRequestFilterSensitiveLog: (
|
|
1042
|
-
obj: DeleteAddonRequest
|
|
1043
|
-
) => any;
|
|
1044
|
-
export declare const DeleteAddonResponseFilterSensitiveLog: (
|
|
1045
|
-
obj: DeleteAddonResponse
|
|
1046
|
-
) => any;
|
|
1047
|
-
export declare const DeleteClusterRequestFilterSensitiveLog: (
|
|
1048
|
-
obj: DeleteClusterRequest
|
|
1049
|
-
) => any;
|
|
1050
|
-
export declare const DeleteClusterResponseFilterSensitiveLog: (
|
|
1051
|
-
obj: DeleteClusterResponse
|
|
1052
|
-
) => any;
|
|
1053
|
-
export declare const DeleteFargateProfileRequestFilterSensitiveLog: (
|
|
1054
|
-
obj: DeleteFargateProfileRequest
|
|
1055
|
-
) => any;
|
|
1056
|
-
export declare const DeleteFargateProfileResponseFilterSensitiveLog: (
|
|
1057
|
-
obj: DeleteFargateProfileResponse
|
|
1058
|
-
) => any;
|
|
1059
|
-
export declare const DeleteNodegroupRequestFilterSensitiveLog: (
|
|
1060
|
-
obj: DeleteNodegroupRequest
|
|
1061
|
-
) => any;
|
|
1062
|
-
export declare const DeleteNodegroupResponseFilterSensitiveLog: (
|
|
1063
|
-
obj: DeleteNodegroupResponse
|
|
1064
|
-
) => any;
|
|
1065
|
-
export declare const DeregisterClusterRequestFilterSensitiveLog: (
|
|
1066
|
-
obj: DeregisterClusterRequest
|
|
1067
|
-
) => any;
|
|
1068
|
-
export declare const DeregisterClusterResponseFilterSensitiveLog: (
|
|
1069
|
-
obj: DeregisterClusterResponse
|
|
1070
|
-
) => any;
|
|
1071
|
-
export declare const DescribeAddonRequestFilterSensitiveLog: (
|
|
1072
|
-
obj: DescribeAddonRequest
|
|
1073
|
-
) => any;
|
|
1074
|
-
export declare const DescribeAddonResponseFilterSensitiveLog: (
|
|
1075
|
-
obj: DescribeAddonResponse
|
|
1076
|
-
) => any;
|
|
1077
|
-
export declare const DescribeAddonConfigurationRequestFilterSensitiveLog: (
|
|
1078
|
-
obj: DescribeAddonConfigurationRequest
|
|
1079
|
-
) => any;
|
|
1080
|
-
export declare const DescribeAddonConfigurationResponseFilterSensitiveLog: (
|
|
1081
|
-
obj: DescribeAddonConfigurationResponse
|
|
1082
|
-
) => any;
|
|
1083
|
-
export declare const DescribeAddonVersionsRequestFilterSensitiveLog: (
|
|
1084
|
-
obj: DescribeAddonVersionsRequest
|
|
1085
|
-
) => any;
|
|
1086
|
-
export declare const DescribeAddonVersionsResponseFilterSensitiveLog: (
|
|
1087
|
-
obj: DescribeAddonVersionsResponse
|
|
1088
|
-
) => any;
|
|
1089
|
-
export declare const DescribeClusterRequestFilterSensitiveLog: (
|
|
1090
|
-
obj: DescribeClusterRequest
|
|
1091
|
-
) => any;
|
|
1092
|
-
export declare const DescribeClusterResponseFilterSensitiveLog: (
|
|
1093
|
-
obj: DescribeClusterResponse
|
|
1094
|
-
) => any;
|
|
1095
|
-
export declare const DescribeFargateProfileRequestFilterSensitiveLog: (
|
|
1096
|
-
obj: DescribeFargateProfileRequest
|
|
1097
|
-
) => any;
|
|
1098
|
-
export declare const DescribeFargateProfileResponseFilterSensitiveLog: (
|
|
1099
|
-
obj: DescribeFargateProfileResponse
|
|
1100
|
-
) => any;
|
|
1101
|
-
export declare const IdentityProviderConfigFilterSensitiveLog: (
|
|
1102
|
-
obj: IdentityProviderConfig
|
|
1103
|
-
) => any;
|
|
1104
|
-
export declare const DescribeIdentityProviderConfigRequestFilterSensitiveLog: (
|
|
1105
|
-
obj: DescribeIdentityProviderConfigRequest
|
|
1106
|
-
) => any;
|
|
1107
|
-
export declare const OidcIdentityProviderConfigFilterSensitiveLog: (
|
|
1108
|
-
obj: OidcIdentityProviderConfig
|
|
1109
|
-
) => any;
|
|
1110
|
-
export declare const IdentityProviderConfigResponseFilterSensitiveLog: (
|
|
1111
|
-
obj: IdentityProviderConfigResponse
|
|
1112
|
-
) => any;
|
|
1113
|
-
export declare const DescribeIdentityProviderConfigResponseFilterSensitiveLog: (
|
|
1114
|
-
obj: DescribeIdentityProviderConfigResponse
|
|
1115
|
-
) => any;
|
|
1116
|
-
export declare const DescribeNodegroupRequestFilterSensitiveLog: (
|
|
1117
|
-
obj: DescribeNodegroupRequest
|
|
1118
|
-
) => any;
|
|
1119
|
-
export declare const DescribeNodegroupResponseFilterSensitiveLog: (
|
|
1120
|
-
obj: DescribeNodegroupResponse
|
|
1121
|
-
) => any;
|
|
1122
|
-
export declare const DescribeUpdateRequestFilterSensitiveLog: (
|
|
1123
|
-
obj: DescribeUpdateRequest
|
|
1124
|
-
) => any;
|
|
1125
|
-
export declare const DescribeUpdateResponseFilterSensitiveLog: (
|
|
1126
|
-
obj: DescribeUpdateResponse
|
|
1127
|
-
) => any;
|
|
1128
|
-
export declare const DisassociateIdentityProviderConfigRequestFilterSensitiveLog: (
|
|
1129
|
-
obj: DisassociateIdentityProviderConfigRequest
|
|
1130
|
-
) => any;
|
|
1131
|
-
export declare const DisassociateIdentityProviderConfigResponseFilterSensitiveLog: (
|
|
1132
|
-
obj: DisassociateIdentityProviderConfigResponse
|
|
1133
|
-
) => any;
|
|
1134
|
-
export declare const ListAddonsRequestFilterSensitiveLog: (
|
|
1135
|
-
obj: ListAddonsRequest
|
|
1136
|
-
) => any;
|
|
1137
|
-
export declare const ListAddonsResponseFilterSensitiveLog: (
|
|
1138
|
-
obj: ListAddonsResponse
|
|
1139
|
-
) => any;
|
|
1140
|
-
export declare const ListClustersRequestFilterSensitiveLog: (
|
|
1141
|
-
obj: ListClustersRequest
|
|
1142
|
-
) => any;
|
|
1143
|
-
export declare const ListClustersResponseFilterSensitiveLog: (
|
|
1144
|
-
obj: ListClustersResponse
|
|
1145
|
-
) => any;
|
|
1146
|
-
export declare const ListFargateProfilesRequestFilterSensitiveLog: (
|
|
1147
|
-
obj: ListFargateProfilesRequest
|
|
1148
|
-
) => any;
|
|
1149
|
-
export declare const ListFargateProfilesResponseFilterSensitiveLog: (
|
|
1150
|
-
obj: ListFargateProfilesResponse
|
|
1151
|
-
) => any;
|
|
1152
|
-
export declare const ListIdentityProviderConfigsRequestFilterSensitiveLog: (
|
|
1153
|
-
obj: ListIdentityProviderConfigsRequest
|
|
1154
|
-
) => any;
|
|
1155
|
-
export declare const ListIdentityProviderConfigsResponseFilterSensitiveLog: (
|
|
1156
|
-
obj: ListIdentityProviderConfigsResponse
|
|
1157
|
-
) => any;
|
|
1158
|
-
export declare const ListNodegroupsRequestFilterSensitiveLog: (
|
|
1159
|
-
obj: ListNodegroupsRequest
|
|
1160
|
-
) => any;
|
|
1161
|
-
export declare const ListNodegroupsResponseFilterSensitiveLog: (
|
|
1162
|
-
obj: ListNodegroupsResponse
|
|
1163
|
-
) => any;
|
|
1164
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1165
|
-
obj: ListTagsForResourceRequest
|
|
1166
|
-
) => any;
|
|
1167
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1168
|
-
obj: ListTagsForResourceResponse
|
|
1169
|
-
) => any;
|
|
1170
|
-
export declare const ListUpdatesRequestFilterSensitiveLog: (
|
|
1171
|
-
obj: ListUpdatesRequest
|
|
1172
|
-
) => any;
|
|
1173
|
-
export declare const ListUpdatesResponseFilterSensitiveLog: (
|
|
1174
|
-
obj: ListUpdatesResponse
|
|
1175
|
-
) => any;
|
|
1176
|
-
export declare const ConnectorConfigRequestFilterSensitiveLog: (
|
|
1177
|
-
obj: ConnectorConfigRequest
|
|
1178
|
-
) => any;
|
|
1179
|
-
export declare const RegisterClusterRequestFilterSensitiveLog: (
|
|
1180
|
-
obj: RegisterClusterRequest
|
|
1181
|
-
) => any;
|
|
1182
|
-
export declare const RegisterClusterResponseFilterSensitiveLog: (
|
|
1183
|
-
obj: RegisterClusterResponse
|
|
1184
|
-
) => any;
|
|
1185
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1186
|
-
obj: TagResourceRequest
|
|
1187
|
-
) => any;
|
|
1188
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1189
|
-
obj: TagResourceResponse
|
|
1190
|
-
) => any;
|
|
1191
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1192
|
-
obj: UntagResourceRequest
|
|
1193
|
-
) => any;
|
|
1194
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1195
|
-
obj: UntagResourceResponse
|
|
1196
|
-
) => any;
|
|
1197
|
-
export declare const UpdateAddonRequestFilterSensitiveLog: (
|
|
1198
|
-
obj: UpdateAddonRequest
|
|
1199
|
-
) => any;
|
|
1200
|
-
export declare const UpdateAddonResponseFilterSensitiveLog: (
|
|
1201
|
-
obj: UpdateAddonResponse
|
|
1202
|
-
) => any;
|
|
1203
|
-
export declare const UpdateClusterConfigRequestFilterSensitiveLog: (
|
|
1204
|
-
obj: UpdateClusterConfigRequest
|
|
1205
|
-
) => any;
|
|
1206
|
-
export declare const UpdateClusterConfigResponseFilterSensitiveLog: (
|
|
1207
|
-
obj: UpdateClusterConfigResponse
|
|
1208
|
-
) => any;
|
|
1209
|
-
export declare const UpdateClusterVersionRequestFilterSensitiveLog: (
|
|
1210
|
-
obj: UpdateClusterVersionRequest
|
|
1211
|
-
) => any;
|
|
1212
|
-
export declare const UpdateClusterVersionResponseFilterSensitiveLog: (
|
|
1213
|
-
obj: UpdateClusterVersionResponse
|
|
1214
|
-
) => any;
|
|
1215
|
-
export declare const UpdateLabelsPayloadFilterSensitiveLog: (
|
|
1216
|
-
obj: UpdateLabelsPayload
|
|
1217
|
-
) => any;
|
|
1218
|
-
export declare const UpdateTaintsPayloadFilterSensitiveLog: (
|
|
1219
|
-
obj: UpdateTaintsPayload
|
|
1220
|
-
) => any;
|
|
1221
|
-
export declare const UpdateNodegroupConfigRequestFilterSensitiveLog: (
|
|
1222
|
-
obj: UpdateNodegroupConfigRequest
|
|
1223
|
-
) => any;
|
|
1224
|
-
export declare const UpdateNodegroupConfigResponseFilterSensitiveLog: (
|
|
1225
|
-
obj: UpdateNodegroupConfigResponse
|
|
1226
|
-
) => any;
|
|
1227
|
-
export declare const UpdateNodegroupVersionRequestFilterSensitiveLog: (
|
|
1228
|
-
obj: UpdateNodegroupVersionRequest
|
|
1229
|
-
) => any;
|
|
1230
|
-
export declare const UpdateNodegroupVersionResponseFilterSensitiveLog: (
|
|
1231
|
-
obj: UpdateNodegroupVersionResponse
|
|
1232
|
-
) => any;
|
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.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo eks"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|