@aws-sdk/client-eks 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/EKS.d.ts +622 -175
- package/dist-types/ts3.4/EKSClient.d.ts +332 -107
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +34 -34
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EKSServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1609 -1472
- package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +413 -104
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateClusterRequest,
|
|
15
|
+
CreateClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
18
|
+
export interface CreateClusterCommandOutput
|
|
19
|
+
extends CreateClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateClusterCommand extends $Command<
|
|
23
|
+
CreateClusterCommandInput,
|
|
24
|
+
CreateClusterCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateClusterCommandInput;
|
|
28
|
+
constructor(input: CreateClusterCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EKSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateFargateProfileRequest,
|
|
15
|
+
CreateFargateProfileResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateFargateProfileCommandInput
|
|
18
|
+
extends CreateFargateProfileRequest {}
|
|
19
|
+
export interface CreateFargateProfileCommandOutput
|
|
20
|
+
extends CreateFargateProfileResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateFargateProfileCommand extends $Command<
|
|
24
|
+
CreateFargateProfileCommandInput,
|
|
25
|
+
CreateFargateProfileCommandOutput,
|
|
26
|
+
EKSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateFargateProfileCommandInput;
|
|
29
|
+
constructor(input: CreateFargateProfileCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EKSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateFargateProfileCommandInput,
|
|
37
|
+
CreateFargateProfileCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateNodegroupRequest,
|
|
15
|
+
CreateNodegroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {}
|
|
18
|
+
export interface CreateNodegroupCommandOutput
|
|
19
|
+
extends CreateNodegroupResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateNodegroupCommand extends $Command<
|
|
23
|
+
CreateNodegroupCommandInput,
|
|
24
|
+
CreateNodegroupCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateNodegroupCommandInput;
|
|
28
|
+
constructor(input: CreateNodegroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EKSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateNodegroupCommandInput, CreateNodegroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteAddonCommandInput extends DeleteAddonRequest {}
|
|
15
|
+
export interface DeleteAddonCommandOutput
|
|
16
|
+
extends DeleteAddonResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteAddonCommand extends $Command<
|
|
20
|
+
DeleteAddonCommandInput,
|
|
21
|
+
DeleteAddonCommandOutput,
|
|
22
|
+
EKSClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteAddonCommandInput;
|
|
25
|
+
constructor(input: DeleteAddonCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: EKSClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteAddonCommandInput, DeleteAddonCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteClusterRequest,
|
|
15
|
+
DeleteClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
18
|
+
export interface DeleteClusterCommandOutput
|
|
19
|
+
extends DeleteClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteClusterCommand extends $Command<
|
|
23
|
+
DeleteClusterCommandInput,
|
|
24
|
+
DeleteClusterCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteClusterCommandInput;
|
|
28
|
+
constructor(input: DeleteClusterCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EKSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteFargateProfileRequest,
|
|
15
|
+
DeleteFargateProfileResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteFargateProfileCommandInput
|
|
18
|
+
extends DeleteFargateProfileRequest {}
|
|
19
|
+
export interface DeleteFargateProfileCommandOutput
|
|
20
|
+
extends DeleteFargateProfileResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteFargateProfileCommand extends $Command<
|
|
24
|
+
DeleteFargateProfileCommandInput,
|
|
25
|
+
DeleteFargateProfileCommandOutput,
|
|
26
|
+
EKSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteFargateProfileCommandInput;
|
|
29
|
+
constructor(input: DeleteFargateProfileCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EKSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteFargateProfileCommandInput,
|
|
37
|
+
DeleteFargateProfileCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteNodegroupRequest,
|
|
15
|
+
DeleteNodegroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteNodegroupCommandInput extends DeleteNodegroupRequest {}
|
|
18
|
+
export interface DeleteNodegroupCommandOutput
|
|
19
|
+
extends DeleteNodegroupResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteNodegroupCommand extends $Command<
|
|
23
|
+
DeleteNodegroupCommandInput,
|
|
24
|
+
DeleteNodegroupCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteNodegroupCommandInput;
|
|
28
|
+
constructor(input: DeleteNodegroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EKSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
DeregisterClusterRequest,
|
|
15
|
+
DeregisterClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeregisterClusterCommandInput
|
|
18
|
+
extends DeregisterClusterRequest {}
|
|
19
|
+
export interface DeregisterClusterCommandOutput
|
|
20
|
+
extends DeregisterClusterResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeregisterClusterCommand extends $Command<
|
|
24
|
+
DeregisterClusterCommandInput,
|
|
25
|
+
DeregisterClusterCommandOutput,
|
|
26
|
+
EKSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeregisterClusterCommandInput;
|
|
29
|
+
constructor(input: DeregisterClusterCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EKSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeregisterClusterCommandInput, DeregisterClusterCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAddonRequest,
|
|
15
|
+
DescribeAddonResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAddonCommandInput extends DescribeAddonRequest {}
|
|
18
|
+
export interface DescribeAddonCommandOutput
|
|
19
|
+
extends DescribeAddonResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeAddonCommand extends $Command<
|
|
23
|
+
DescribeAddonCommandInput,
|
|
24
|
+
DescribeAddonCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeAddonCommandInput;
|
|
28
|
+
constructor(input: DescribeAddonCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EKSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeAddonCommandInput, DescribeAddonCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAddonVersionsRequest,
|
|
15
|
+
DescribeAddonVersionsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAddonVersionsCommandInput
|
|
18
|
+
extends DescribeAddonVersionsRequest {}
|
|
19
|
+
export interface DescribeAddonVersionsCommandOutput
|
|
20
|
+
extends DescribeAddonVersionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAddonVersionsCommand extends $Command<
|
|
24
|
+
DescribeAddonVersionsCommandInput,
|
|
25
|
+
DescribeAddonVersionsCommandOutput,
|
|
26
|
+
EKSClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAddonVersionsCommandInput;
|
|
29
|
+
constructor(input: DescribeAddonVersionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EKSClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAddonVersionsCommandInput,
|
|
37
|
+
DescribeAddonVersionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
EKSClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../EKSClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeClusterRequest,
|
|
15
|
+
DescribeClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
|
|
18
|
+
export interface DescribeClusterCommandOutput
|
|
19
|
+
extends DescribeClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeClusterCommand extends $Command<
|
|
23
|
+
DescribeClusterCommandInput,
|
|
24
|
+
DescribeClusterCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeClusterCommandInput;
|
|
28
|
+
constructor(input: DescribeClusterCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: EKSClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|