@aws-sdk/client-eks 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/EKS.d.ts +588 -175
- package/dist-types/ts3.4/EKSClient.d.ts +307 -107
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +39 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1167 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
RegisterClusterRequest,
|
|
15
|
+
RegisterClusterResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterClusterCommandInput extends RegisterClusterRequest {}
|
|
18
|
+
export interface RegisterClusterCommandOutput
|
|
19
|
+
extends RegisterClusterResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class RegisterClusterCommand extends $Command<
|
|
22
|
+
RegisterClusterCommandInput,
|
|
23
|
+
RegisterClusterCommandOutput,
|
|
24
|
+
EKSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: RegisterClusterCommandInput;
|
|
27
|
+
constructor(input: RegisterClusterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EKSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<RegisterClusterCommandInput, RegisterClusterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class TagResourceCommand extends $Command<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
EKSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TagResourceCommandInput;
|
|
24
|
+
constructor(input: TagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EKSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UntagResourceCommand extends $Command<
|
|
22
|
+
UntagResourceCommandInput,
|
|
23
|
+
UntagResourceCommandOutput,
|
|
24
|
+
EKSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UntagResourceCommandInput;
|
|
27
|
+
constructor(input: UntagResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: EKSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
|
|
14
|
+
export interface UpdateAddonCommandInput extends UpdateAddonRequest {}
|
|
15
|
+
export interface UpdateAddonCommandOutput
|
|
16
|
+
extends UpdateAddonResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateAddonCommand extends $Command<
|
|
19
|
+
UpdateAddonCommandInput,
|
|
20
|
+
UpdateAddonCommandOutput,
|
|
21
|
+
EKSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateAddonCommandInput;
|
|
24
|
+
constructor(input: UpdateAddonCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: EKSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateAddonCommandInput, UpdateAddonCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
UpdateClusterConfigRequest,
|
|
15
|
+
UpdateClusterConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateClusterConfigCommandInput
|
|
18
|
+
extends UpdateClusterConfigRequest {}
|
|
19
|
+
export interface UpdateClusterConfigCommandOutput
|
|
20
|
+
extends UpdateClusterConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateClusterConfigCommand extends $Command<
|
|
23
|
+
UpdateClusterConfigCommandInput,
|
|
24
|
+
UpdateClusterConfigCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateClusterConfigCommandInput;
|
|
28
|
+
constructor(input: UpdateClusterConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EKSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
UpdateClusterVersionRequest,
|
|
15
|
+
UpdateClusterVersionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateClusterVersionCommandInput
|
|
18
|
+
extends UpdateClusterVersionRequest {}
|
|
19
|
+
export interface UpdateClusterVersionCommandOutput
|
|
20
|
+
extends UpdateClusterVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateClusterVersionCommand extends $Command<
|
|
23
|
+
UpdateClusterVersionCommandInput,
|
|
24
|
+
UpdateClusterVersionCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateClusterVersionCommandInput;
|
|
28
|
+
constructor(input: UpdateClusterVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EKSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateClusterVersionCommandInput,
|
|
35
|
+
UpdateClusterVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
UpdateNodegroupConfigRequest,
|
|
15
|
+
UpdateNodegroupConfigResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateNodegroupConfigCommandInput
|
|
18
|
+
extends UpdateNodegroupConfigRequest {}
|
|
19
|
+
export interface UpdateNodegroupConfigCommandOutput
|
|
20
|
+
extends UpdateNodegroupConfigResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateNodegroupConfigCommand extends $Command<
|
|
23
|
+
UpdateNodegroupConfigCommandInput,
|
|
24
|
+
UpdateNodegroupConfigCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateNodegroupConfigCommandInput;
|
|
28
|
+
constructor(input: UpdateNodegroupConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EKSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateNodegroupConfigCommandInput,
|
|
35
|
+
UpdateNodegroupConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
UpdateNodegroupVersionRequest,
|
|
15
|
+
UpdateNodegroupVersionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateNodegroupVersionCommandInput
|
|
18
|
+
extends UpdateNodegroupVersionRequest {}
|
|
19
|
+
export interface UpdateNodegroupVersionCommandOutput
|
|
20
|
+
extends UpdateNodegroupVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateNodegroupVersionCommand extends $Command<
|
|
23
|
+
UpdateNodegroupVersionCommandInput,
|
|
24
|
+
UpdateNodegroupVersionCommandOutput,
|
|
25
|
+
EKSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateNodegroupVersionCommandInput;
|
|
28
|
+
constructor(input: UpdateNodegroupVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: EKSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateNodegroupVersionCommandInput,
|
|
35
|
+
UpdateNodegroupVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
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
|
+
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,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./EKS";
|
|
2
|
-
export * from "./EKSClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { EKSServiceException } from "./models/EKSServiceException";
|
|
1
|
+
export * from "./EKS";
|
|
2
|
+
export * from "./EKSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { EKSServiceException } from "./models/EKSServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class EKSServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|