@aws-sdk/client-eks 3.47.1 → 3.50.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 +32 -0
- package/package.json +40 -34
- package/dist-types/ts3.4/EKS.d.ts +0 -175
- package/dist-types/ts3.4/EKSClient.d.ts +0 -107
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -34
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1663
- package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -104
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -8
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +0 -7
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { DeregisterClusterRequest, DeregisterClusterResponse } from "../models/models_0";
|
|
5
|
-
export interface DeregisterClusterCommandInput extends DeregisterClusterRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeregisterClusterCommandOutput extends DeregisterClusterResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DeregisterClusterCommand extends $Command<DeregisterClusterCommandInput, DeregisterClusterCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: DeregisterClusterCommandInput;
|
|
12
|
-
constructor(input: DeregisterClusterCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterClusterCommandInput, DeregisterClusterCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { DescribeAddonRequest, DescribeAddonResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeAddonCommandInput extends DescribeAddonRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeAddonCommand extends $Command<DescribeAddonCommandInput, DescribeAddonCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeAddonCommandInput;
|
|
12
|
-
constructor(input: DescribeAddonCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonCommandInput, DescribeAddonCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { DescribeAddonVersionsRequest, DescribeAddonVersionsResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeAddonVersionsCommandInput extends DescribeAddonVersionsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersionsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeAddonVersionsCommand extends $Command<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeAddonVersionsCommandInput;
|
|
12
|
-
constructor(input: DescribeAddonVersionsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeClusterCommandInput extends DescribeClusterRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeClusterCommandInput;
|
|
12
|
-
constructor(input: DescribeClusterCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { DescribeFargateProfileRequest, DescribeFargateProfileResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeFargateProfileCommandInput extends DescribeFargateProfileRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeFargateProfileCommandOutput extends DescribeFargateProfileResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeFargateProfileCommand extends $Command<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeFargateProfileCommandInput;
|
|
12
|
-
constructor(input: DescribeFargateProfileCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { DescribeIdentityProviderConfigRequest, DescribeIdentityProviderConfigResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeIdentityProviderConfigCommandInput extends DescribeIdentityProviderConfigRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeIdentityProviderConfigCommandOutput extends DescribeIdentityProviderConfigResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeIdentityProviderConfigCommand extends $Command<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeIdentityProviderConfigCommandInput;
|
|
12
|
-
constructor(input: DescribeIdentityProviderConfigCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { DescribeNodegroupRequest, DescribeNodegroupResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeNodegroupCommandInput extends DescribeNodegroupRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeNodegroupCommandOutput extends DescribeNodegroupResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeNodegroupCommand extends $Command<DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeNodegroupCommandInput;
|
|
12
|
-
constructor(input: DescribeNodegroupCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { DescribeUpdateRequest, DescribeUpdateResponse } from "../models/models_0";
|
|
5
|
-
export interface DescribeUpdateCommandInput extends DescribeUpdateRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DescribeUpdateCommand extends $Command<DescribeUpdateCommandInput, DescribeUpdateCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: DescribeUpdateCommandInput;
|
|
12
|
-
constructor(input: DescribeUpdateCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUpdateCommandInput, DescribeUpdateCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { DisassociateIdentityProviderConfigRequest, DisassociateIdentityProviderConfigResponse } from "../models/models_0";
|
|
5
|
-
export interface DisassociateIdentityProviderConfigCommandInput extends DisassociateIdentityProviderConfigRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DisassociateIdentityProviderConfigCommandOutput extends DisassociateIdentityProviderConfigResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class DisassociateIdentityProviderConfigCommand extends $Command<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: DisassociateIdentityProviderConfigCommandInput;
|
|
12
|
-
constructor(input: DisassociateIdentityProviderConfigCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { ListAddonsRequest, ListAddonsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListAddonsCommandInput extends ListAddonsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListAddonsCommand extends $Command<ListAddonsCommandInput, ListAddonsCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListAddonsCommandInput;
|
|
12
|
-
constructor(input: ListAddonsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAddonsCommandInput, ListAddonsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
5
|
-
export interface ListClustersCommandInput extends ListClustersRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListClustersCommandInput;
|
|
12
|
-
constructor(input: ListClustersCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { ListFargateProfilesRequest, ListFargateProfilesResponse } from "../models/models_0";
|
|
5
|
-
export interface ListFargateProfilesCommandInput extends ListFargateProfilesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListFargateProfilesCommandOutput extends ListFargateProfilesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListFargateProfilesCommand extends $Command<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListFargateProfilesCommandInput;
|
|
12
|
-
constructor(input: ListFargateProfilesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { ListIdentityProviderConfigsRequest, ListIdentityProviderConfigsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListIdentityProviderConfigsCommandInput extends ListIdentityProviderConfigsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListIdentityProviderConfigsCommandOutput extends ListIdentityProviderConfigsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListIdentityProviderConfigsCommand extends $Command<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListIdentityProviderConfigsCommandInput;
|
|
12
|
-
constructor(input: ListIdentityProviderConfigsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { ListNodegroupsRequest, ListNodegroupsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListNodegroupsCommandInput extends ListNodegroupsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListNodegroupsCommand extends $Command<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListNodegroupsCommandInput;
|
|
12
|
-
constructor(input: ListNodegroupsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNodegroupsCommandInput, ListNodegroupsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
12
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0";
|
|
5
|
-
export interface ListUpdatesCommandInput extends ListUpdatesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListUpdatesCommand extends $Command<ListUpdatesCommandInput, ListUpdatesCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: ListUpdatesCommandInput;
|
|
12
|
-
constructor(input: ListUpdatesCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUpdatesCommandInput, ListUpdatesCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { RegisterClusterRequest, RegisterClusterResponse } from "../models/models_0";
|
|
5
|
-
export interface RegisterClusterCommandInput extends RegisterClusterRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface RegisterClusterCommandOutput extends RegisterClusterResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class RegisterClusterCommand extends $Command<RegisterClusterCommandInput, RegisterClusterCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: RegisterClusterCommandInput;
|
|
12
|
-
constructor(input: RegisterClusterCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterClusterCommandInput, RegisterClusterCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateAddonCommandInput extends UpdateAddonRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateAddonCommand extends $Command<UpdateAddonCommandInput, UpdateAddonCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateAddonCommandInput;
|
|
12
|
-
constructor(input: UpdateAddonCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAddonCommandInput, UpdateAddonCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { UpdateClusterConfigRequest, UpdateClusterConfigResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateClusterConfigCommandInput extends UpdateClusterConfigRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateClusterConfigCommand extends $Command<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateClusterConfigCommandInput;
|
|
12
|
-
constructor(input: UpdateClusterConfigCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { UpdateClusterVersionRequest, UpdateClusterVersionResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateClusterVersionCommandInput extends UpdateClusterVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateClusterVersionCommand extends $Command<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateClusterVersionCommandInput;
|
|
12
|
-
constructor(input: UpdateClusterVersionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateNodegroupConfigCommandInput extends UpdateNodegroupConfigRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfigResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateNodegroupConfigCommand extends $Command<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateNodegroupConfigCommandInput;
|
|
12
|
-
constructor(input: UpdateNodegroupConfigCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
4
|
-
import { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateNodegroupVersionCommandInput extends UpdateNodegroupVersionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVersionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateNodegroupVersionCommand extends $Command<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, EKSClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateNodegroupVersionCommandInput;
|
|
12
|
-
constructor(input: UpdateNodegroupVersionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export * from "./AssociateEncryptionConfigCommand";
|
|
2
|
-
export * from "./AssociateIdentityProviderConfigCommand";
|
|
3
|
-
export * from "./CreateAddonCommand";
|
|
4
|
-
export * from "./CreateClusterCommand";
|
|
5
|
-
export * from "./CreateFargateProfileCommand";
|
|
6
|
-
export * from "./CreateNodegroupCommand";
|
|
7
|
-
export * from "./DeleteAddonCommand";
|
|
8
|
-
export * from "./DeleteClusterCommand";
|
|
9
|
-
export * from "./DeleteFargateProfileCommand";
|
|
10
|
-
export * from "./DeleteNodegroupCommand";
|
|
11
|
-
export * from "./DeregisterClusterCommand";
|
|
12
|
-
export * from "./DescribeAddonCommand";
|
|
13
|
-
export * from "./DescribeAddonVersionsCommand";
|
|
14
|
-
export * from "./DescribeClusterCommand";
|
|
15
|
-
export * from "./DescribeFargateProfileCommand";
|
|
16
|
-
export * from "./DescribeIdentityProviderConfigCommand";
|
|
17
|
-
export * from "./DescribeNodegroupCommand";
|
|
18
|
-
export * from "./DescribeUpdateCommand";
|
|
19
|
-
export * from "./DisassociateIdentityProviderConfigCommand";
|
|
20
|
-
export * from "./ListAddonsCommand";
|
|
21
|
-
export * from "./ListClustersCommand";
|
|
22
|
-
export * from "./ListFargateProfilesCommand";
|
|
23
|
-
export * from "./ListIdentityProviderConfigsCommand";
|
|
24
|
-
export * from "./ListNodegroupsCommand";
|
|
25
|
-
export * from "./ListTagsForResourceCommand";
|
|
26
|
-
export * from "./ListUpdatesCommand";
|
|
27
|
-
export * from "./RegisterClusterCommand";
|
|
28
|
-
export * from "./TagResourceCommand";
|
|
29
|
-
export * from "./UntagResourceCommand";
|
|
30
|
-
export * from "./UpdateAddonCommand";
|
|
31
|
-
export * from "./UpdateClusterConfigCommand";
|
|
32
|
-
export * from "./UpdateClusterVersionCommand";
|
|
33
|
-
export * from "./UpdateNodegroupConfigCommand";
|
|
34
|
-
export * from "./UpdateNodegroupVersionCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|