@aws-sdk/client-eks 3.476.0 → 3.478.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/README.md +16 -0
- package/dist-cjs/EKS.js +4 -0
- package/dist-cjs/commands/DescribeInsightCommand.js +51 -0
- package/dist-cjs/commands/ListInsightsCommand.js +51 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +10 -1
- package/dist-cjs/pagination/DescribeAddonVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessEntriesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAddonsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
- package/dist-cjs/pagination/ListEksAnywhereSubscriptionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFargateProfilesPaginator.js +2 -24
- package/dist-cjs/pagination/ListIdentityProviderConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInsightsPaginator.js +7 -0
- package/dist-cjs/pagination/ListNodegroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPodIdentityAssociationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListUpdatesPaginator.js +2 -24
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +533 -751
- package/dist-es/EKS.js +4 -0
- package/dist-es/commands/DescribeInsightCommand.js +47 -0
- package/dist-es/commands/ListInsightsCommand.js +47 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/pagination/DescribeAddonVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListAccessEntriesPaginator.js +2 -23
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListAddonsPaginator.js +2 -23
- package/dist-es/pagination/ListAssociatedAccessPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListClustersPaginator.js +2 -23
- package/dist-es/pagination/ListEksAnywhereSubscriptionsPaginator.js +2 -23
- package/dist-es/pagination/ListFargateProfilesPaginator.js +2 -23
- package/dist-es/pagination/ListIdentityProviderConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListInsightsPaginator.js +4 -0
- package/dist-es/pagination/ListNodegroupsPaginator.js +2 -23
- package/dist-es/pagination/ListPodIdentityAssociationsPaginator.js +2 -23
- package/dist-es/pagination/ListUpdatesPaginator.js +2 -23
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +527 -749
- package/dist-types/EKS.d.ts +14 -0
- package/dist-types/EKSClient.d.ts +4 -2
- package/dist-types/commands/DescribeInsightCommand.d.ts +133 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +117 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +359 -5
- package/dist-types/pagination/DescribeAddonVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessEntriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddonsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEksAnywhereSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFargateProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIdentityProviderConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInsightsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListNodegroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPodIdentityAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUpdatesPaginator.d.ts +1 -1
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
- package/dist-types/ts3.4/EKS.d.ts +34 -0
- package/dist-types/ts3.4/EKSClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +82 -0
- package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessEntriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEksAnywhereSubscriptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPodIdentityAssociationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +7 -6
|
@@ -149,6 +149,10 @@ import {
|
|
|
149
149
|
DescribeIdentityProviderConfigCommandInput,
|
|
150
150
|
DescribeIdentityProviderConfigCommandOutput,
|
|
151
151
|
} from "./commands/DescribeIdentityProviderConfigCommand";
|
|
152
|
+
import {
|
|
153
|
+
DescribeInsightCommandInput,
|
|
154
|
+
DescribeInsightCommandOutput,
|
|
155
|
+
} from "./commands/DescribeInsightCommand";
|
|
152
156
|
import {
|
|
153
157
|
DescribeNodegroupCommandInput,
|
|
154
158
|
DescribeNodegroupCommandOutput,
|
|
@@ -201,6 +205,10 @@ import {
|
|
|
201
205
|
ListIdentityProviderConfigsCommandInput,
|
|
202
206
|
ListIdentityProviderConfigsCommandOutput,
|
|
203
207
|
} from "./commands/ListIdentityProviderConfigsCommand";
|
|
208
|
+
import {
|
|
209
|
+
ListInsightsCommandInput,
|
|
210
|
+
ListInsightsCommandOutput,
|
|
211
|
+
} from "./commands/ListInsightsCommand";
|
|
204
212
|
import {
|
|
205
213
|
ListNodegroupsCommandInput,
|
|
206
214
|
ListNodegroupsCommandOutput,
|
|
@@ -295,6 +303,7 @@ export type ServiceInputTypes =
|
|
|
295
303
|
| DescribeEksAnywhereSubscriptionCommandInput
|
|
296
304
|
| DescribeFargateProfileCommandInput
|
|
297
305
|
| DescribeIdentityProviderConfigCommandInput
|
|
306
|
+
| DescribeInsightCommandInput
|
|
298
307
|
| DescribeNodegroupCommandInput
|
|
299
308
|
| DescribePodIdentityAssociationCommandInput
|
|
300
309
|
| DescribeUpdateCommandInput
|
|
@@ -308,6 +317,7 @@ export type ServiceInputTypes =
|
|
|
308
317
|
| ListEksAnywhereSubscriptionsCommandInput
|
|
309
318
|
| ListFargateProfilesCommandInput
|
|
310
319
|
| ListIdentityProviderConfigsCommandInput
|
|
320
|
+
| ListInsightsCommandInput
|
|
311
321
|
| ListNodegroupsCommandInput
|
|
312
322
|
| ListPodIdentityAssociationsCommandInput
|
|
313
323
|
| ListTagsForResourceCommandInput
|
|
@@ -350,6 +360,7 @@ export type ServiceOutputTypes =
|
|
|
350
360
|
| DescribeEksAnywhereSubscriptionCommandOutput
|
|
351
361
|
| DescribeFargateProfileCommandOutput
|
|
352
362
|
| DescribeIdentityProviderConfigCommandOutput
|
|
363
|
+
| DescribeInsightCommandOutput
|
|
353
364
|
| DescribeNodegroupCommandOutput
|
|
354
365
|
| DescribePodIdentityAssociationCommandOutput
|
|
355
366
|
| DescribeUpdateCommandOutput
|
|
@@ -363,6 +374,7 @@ export type ServiceOutputTypes =
|
|
|
363
374
|
| ListEksAnywhereSubscriptionsCommandOutput
|
|
364
375
|
| ListFargateProfilesCommandOutput
|
|
365
376
|
| ListIdentityProviderConfigsCommandOutput
|
|
377
|
+
| ListInsightsCommandOutput
|
|
366
378
|
| ListNodegroupsCommandOutput
|
|
367
379
|
| ListPodIdentityAssociationsCommandOutput
|
|
368
380
|
| ListTagsForResourceCommandOutput
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
EKSClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EKSClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeInsightRequest,
|
|
16
|
+
DescribeInsightResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeInsightCommandInput extends DescribeInsightRequest {}
|
|
20
|
+
export interface DescribeInsightCommandOutput
|
|
21
|
+
extends DescribeInsightResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeInsightCommand extends $Command<
|
|
24
|
+
DescribeInsightCommandInput,
|
|
25
|
+
DescribeInsightCommandOutput,
|
|
26
|
+
EKSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeInsightCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeInsightCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EKSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeInsightCommandInput, DescribeInsightCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
EKSClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EKSClient";
|
|
14
|
+
import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface ListInsightsCommandInput extends ListInsightsRequest {}
|
|
17
|
+
export interface ListInsightsCommandOutput
|
|
18
|
+
extends ListInsightsResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class ListInsightsCommand extends $Command<
|
|
21
|
+
ListInsightsCommandInput,
|
|
22
|
+
ListInsightsCommandOutput,
|
|
23
|
+
EKSClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: ListInsightsCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: ListInsightsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EKSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListInsightsCommandInput, ListInsightsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -24,6 +24,7 @@ export * from "./DescribeClusterCommand";
|
|
|
24
24
|
export * from "./DescribeEksAnywhereSubscriptionCommand";
|
|
25
25
|
export * from "./DescribeFargateProfileCommand";
|
|
26
26
|
export * from "./DescribeIdentityProviderConfigCommand";
|
|
27
|
+
export * from "./DescribeInsightCommand";
|
|
27
28
|
export * from "./DescribeNodegroupCommand";
|
|
28
29
|
export * from "./DescribePodIdentityAssociationCommand";
|
|
29
30
|
export * from "./DescribeUpdateCommand";
|
|
@@ -37,6 +38,7 @@ export * from "./ListClustersCommand";
|
|
|
37
38
|
export * from "./ListEksAnywhereSubscriptionsCommand";
|
|
38
39
|
export * from "./ListFargateProfilesCommand";
|
|
39
40
|
export * from "./ListIdentityProviderConfigsCommand";
|
|
41
|
+
export * from "./ListInsightsCommand";
|
|
40
42
|
export * from "./ListNodegroupsCommand";
|
|
41
43
|
export * from "./ListPodIdentityAssociationsCommand";
|
|
42
44
|
export * from "./ListTagsForResourceCommand";
|
|
@@ -937,6 +937,63 @@ export interface IdentityProviderConfigResponse {
|
|
|
937
937
|
export interface DescribeIdentityProviderConfigResponse {
|
|
938
938
|
identityProviderConfig?: IdentityProviderConfigResponse;
|
|
939
939
|
}
|
|
940
|
+
export interface DescribeInsightRequest {
|
|
941
|
+
clusterName: string | undefined;
|
|
942
|
+
id: string | undefined;
|
|
943
|
+
}
|
|
944
|
+
export declare const Category: {
|
|
945
|
+
readonly UPGRADE_READINESS: "UPGRADE_READINESS";
|
|
946
|
+
};
|
|
947
|
+
export type Category = (typeof Category)[keyof typeof Category];
|
|
948
|
+
export interface ClientStat {
|
|
949
|
+
userAgent?: string;
|
|
950
|
+
numberOfRequestsLast30Days?: number;
|
|
951
|
+
lastRequestTime?: Date;
|
|
952
|
+
}
|
|
953
|
+
export interface DeprecationDetail {
|
|
954
|
+
usage?: string;
|
|
955
|
+
replacedWith?: string;
|
|
956
|
+
stopServingVersion?: string;
|
|
957
|
+
startServingReplacementVersion?: string;
|
|
958
|
+
clientStats?: ClientStat[];
|
|
959
|
+
}
|
|
960
|
+
export interface InsightCategorySpecificSummary {
|
|
961
|
+
deprecationDetails?: DeprecationDetail[];
|
|
962
|
+
}
|
|
963
|
+
export declare const InsightStatusValue: {
|
|
964
|
+
readonly ERROR: "ERROR";
|
|
965
|
+
readonly PASSING: "PASSING";
|
|
966
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
967
|
+
readonly WARNING: "WARNING";
|
|
968
|
+
};
|
|
969
|
+
export type InsightStatusValue =
|
|
970
|
+
(typeof InsightStatusValue)[keyof typeof InsightStatusValue];
|
|
971
|
+
export interface InsightStatus {
|
|
972
|
+
status?: InsightStatusValue;
|
|
973
|
+
reason?: string;
|
|
974
|
+
}
|
|
975
|
+
export interface InsightResourceDetail {
|
|
976
|
+
insightStatus?: InsightStatus;
|
|
977
|
+
kubernetesResourceUri?: string;
|
|
978
|
+
arn?: string;
|
|
979
|
+
}
|
|
980
|
+
export interface Insight {
|
|
981
|
+
id?: string;
|
|
982
|
+
name?: string;
|
|
983
|
+
category?: Category;
|
|
984
|
+
kubernetesVersion?: string;
|
|
985
|
+
lastRefreshTime?: Date;
|
|
986
|
+
lastTransitionTime?: Date;
|
|
987
|
+
description?: string;
|
|
988
|
+
insightStatus?: InsightStatus;
|
|
989
|
+
recommendation?: string;
|
|
990
|
+
additionalInfo?: Record<string, string>;
|
|
991
|
+
resources?: InsightResourceDetail[];
|
|
992
|
+
categorySpecificSummary?: InsightCategorySpecificSummary;
|
|
993
|
+
}
|
|
994
|
+
export interface DescribeInsightResponse {
|
|
995
|
+
insight?: Insight;
|
|
996
|
+
}
|
|
940
997
|
export interface DescribeNodegroupRequest {
|
|
941
998
|
clusterName: string | undefined;
|
|
942
999
|
nodegroupName: string | undefined;
|
|
@@ -1059,6 +1116,31 @@ export interface ListIdentityProviderConfigsResponse {
|
|
|
1059
1116
|
identityProviderConfigs?: IdentityProviderConfig[];
|
|
1060
1117
|
nextToken?: string;
|
|
1061
1118
|
}
|
|
1119
|
+
export interface InsightsFilter {
|
|
1120
|
+
categories?: Category[];
|
|
1121
|
+
kubernetesVersions?: string[];
|
|
1122
|
+
statuses?: InsightStatusValue[];
|
|
1123
|
+
}
|
|
1124
|
+
export interface ListInsightsRequest {
|
|
1125
|
+
clusterName: string | undefined;
|
|
1126
|
+
filter?: InsightsFilter;
|
|
1127
|
+
maxResults?: number;
|
|
1128
|
+
nextToken?: string;
|
|
1129
|
+
}
|
|
1130
|
+
export interface InsightSummary {
|
|
1131
|
+
id?: string;
|
|
1132
|
+
name?: string;
|
|
1133
|
+
category?: Category;
|
|
1134
|
+
kubernetesVersion?: string;
|
|
1135
|
+
lastRefreshTime?: Date;
|
|
1136
|
+
lastTransitionTime?: Date;
|
|
1137
|
+
description?: string;
|
|
1138
|
+
insightStatus?: InsightStatus;
|
|
1139
|
+
}
|
|
1140
|
+
export interface ListInsightsResponse {
|
|
1141
|
+
insights?: InsightSummary[];
|
|
1142
|
+
nextToken?: string;
|
|
1143
|
+
}
|
|
1062
1144
|
export interface ListNodegroupsRequest {
|
|
1063
1145
|
clusterName: string | undefined;
|
|
1064
1146
|
maxResults?: number;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeAddonVersionsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeAddonVersionsCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeAddonVersions: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: DescribeAddonVersionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeAddonVersionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAccessEntriesCommandOutput,
|
|
5
5
|
} from "../commands/ListAccessEntriesCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessEntries: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListAccessEntriesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAccessEntriesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAccessPoliciesCommandOutput,
|
|
5
5
|
} from "../commands/ListAccessPoliciesCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAccessPolicies: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListAccessPoliciesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAccessPoliciesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAddonsCommandOutput,
|
|
5
5
|
} from "../commands/ListAddonsCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAddons: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListAddonsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAddonsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAssociatedAccessPoliciesCommandOutput,
|
|
5
5
|
} from "../commands/ListAssociatedAccessPoliciesCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAssociatedAccessPolicies: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListAssociatedAccessPoliciesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAssociatedAccessPoliciesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListClustersCommandOutput,
|
|
5
5
|
} from "../commands/ListClustersCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListClusters: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListClustersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListClustersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListEksAnywhereSubscriptionsCommandOutput,
|
|
5
5
|
} from "../commands/ListEksAnywhereSubscriptionsCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListEksAnywhereSubscriptions: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListEksAnywhereSubscriptionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListEksAnywhereSubscriptionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFargateProfilesCommandOutput,
|
|
5
5
|
} from "../commands/ListFargateProfilesCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFargateProfiles: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListFargateProfilesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFargateProfilesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListIdentityProviderConfigsCommandOutput,
|
|
5
5
|
} from "../commands/ListIdentityProviderConfigsCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListIdentityProviderConfigs: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListIdentityProviderConfigsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListIdentityProviderConfigsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInsightsCommandInput,
|
|
4
|
+
ListInsightsCommandOutput,
|
|
5
|
+
} from "../commands/ListInsightsCommand";
|
|
6
|
+
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListInsights: (
|
|
8
|
+
config: EKSPaginationConfiguration,
|
|
9
|
+
input: ListInsightsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInsightsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListNodegroupsCommandOutput,
|
|
5
5
|
} from "../commands/ListNodegroupsCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListNodegroups: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListNodegroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListNodegroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPodIdentityAssociationsCommandOutput,
|
|
5
5
|
} from "../commands/ListPodIdentityAssociationsCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPodIdentityAssociations: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListPodIdentityAssociationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPodIdentityAssociationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListUpdatesCommandOutput,
|
|
5
5
|
} from "../commands/ListUpdatesCommand";
|
|
6
6
|
import { EKSPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListUpdates: (
|
|
8
8
|
config: EKSPaginationConfiguration,
|
|
9
9
|
input: ListUpdatesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListUpdatesCommandOutput>;
|
|
@@ -8,6 +8,7 @@ export * from "./ListClustersPaginator";
|
|
|
8
8
|
export * from "./ListEksAnywhereSubscriptionsPaginator";
|
|
9
9
|
export * from "./ListFargateProfilesPaginator";
|
|
10
10
|
export * from "./ListIdentityProviderConfigsPaginator";
|
|
11
|
+
export * from "./ListInsightsPaginator";
|
|
11
12
|
export * from "./ListNodegroupsPaginator";
|
|
12
13
|
export * from "./ListPodIdentityAssociationsPaginator";
|
|
13
14
|
export * from "./ListUpdatesPaginator";
|
|
@@ -107,6 +107,10 @@ import {
|
|
|
107
107
|
DescribeIdentityProviderConfigCommandInput,
|
|
108
108
|
DescribeIdentityProviderConfigCommandOutput,
|
|
109
109
|
} from "../commands/DescribeIdentityProviderConfigCommand";
|
|
110
|
+
import {
|
|
111
|
+
DescribeInsightCommandInput,
|
|
112
|
+
DescribeInsightCommandOutput,
|
|
113
|
+
} from "../commands/DescribeInsightCommand";
|
|
110
114
|
import {
|
|
111
115
|
DescribeNodegroupCommandInput,
|
|
112
116
|
DescribeNodegroupCommandOutput,
|
|
@@ -159,6 +163,10 @@ import {
|
|
|
159
163
|
ListIdentityProviderConfigsCommandInput,
|
|
160
164
|
ListIdentityProviderConfigsCommandOutput,
|
|
161
165
|
} from "../commands/ListIdentityProviderConfigsCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListInsightsCommandInput,
|
|
168
|
+
ListInsightsCommandOutput,
|
|
169
|
+
} from "../commands/ListInsightsCommand";
|
|
162
170
|
import {
|
|
163
171
|
ListNodegroupsCommandInput,
|
|
164
172
|
ListNodegroupsCommandOutput,
|
|
@@ -323,6 +331,10 @@ export declare const se_DescribeIdentityProviderConfigCommand: (
|
|
|
323
331
|
input: DescribeIdentityProviderConfigCommandInput,
|
|
324
332
|
context: __SerdeContext
|
|
325
333
|
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const se_DescribeInsightCommand: (
|
|
335
|
+
input: DescribeInsightCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
326
338
|
export declare const se_DescribeNodegroupCommand: (
|
|
327
339
|
input: DescribeNodegroupCommandInput,
|
|
328
340
|
context: __SerdeContext
|
|
@@ -375,6 +387,10 @@ export declare const se_ListIdentityProviderConfigsCommand: (
|
|
|
375
387
|
input: ListIdentityProviderConfigsCommandInput,
|
|
376
388
|
context: __SerdeContext
|
|
377
389
|
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const se_ListInsightsCommand: (
|
|
391
|
+
input: ListInsightsCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
378
394
|
export declare const se_ListNodegroupsCommand: (
|
|
379
395
|
input: ListNodegroupsCommandInput,
|
|
380
396
|
context: __SerdeContext
|
|
@@ -539,6 +555,10 @@ export declare const de_DescribeIdentityProviderConfigCommand: (
|
|
|
539
555
|
output: __HttpResponse,
|
|
540
556
|
context: __SerdeContext
|
|
541
557
|
) => Promise<DescribeIdentityProviderConfigCommandOutput>;
|
|
558
|
+
export declare const de_DescribeInsightCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<DescribeInsightCommandOutput>;
|
|
542
562
|
export declare const de_DescribeNodegroupCommand: (
|
|
543
563
|
output: __HttpResponse,
|
|
544
564
|
context: __SerdeContext
|
|
@@ -591,6 +611,10 @@ export declare const de_ListIdentityProviderConfigsCommand: (
|
|
|
591
611
|
output: __HttpResponse,
|
|
592
612
|
context: __SerdeContext
|
|
593
613
|
) => Promise<ListIdentityProviderConfigsCommandOutput>;
|
|
614
|
+
export declare const de_ListInsightsCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<ListInsightsCommandOutput>;
|
|
594
618
|
export declare const de_ListNodegroupsCommand: (
|
|
595
619
|
output: __HttpResponse,
|
|
596
620
|
context: __SerdeContext
|
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.478.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",
|
|
@@ -20,20 +20,21 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.478.0",
|
|
24
|
+
"@aws-sdk/core": "3.477.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.478.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
+
"@smithy/core": "^1.2.0",
|
|
37
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
38
39
|
"@smithy/hash-node": "^2.0.17",
|
|
39
40
|
"@smithy/invalid-dependency": "^2.0.15",
|