@aws-sdk/client-eks 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/EKS.d.ts +0 -34
- package/dist-types/ts3.4/EKSClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/EKSServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -442
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +0 -2
- package/package.json +27 -27
|
@@ -18,7 +18,6 @@ export interface DescribeUpdateCommandInput extends DescribeUpdateRequest {}
|
|
|
18
18
|
export interface DescribeUpdateCommandOutput
|
|
19
19
|
extends DescribeUpdateResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeUpdateCommand extends $Command<
|
|
23
22
|
DescribeUpdateCommandInput,
|
|
24
23
|
DescribeUpdateCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeUpdateCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeUpdateCommandInput;
|
|
28
27
|
constructor(input: DescribeUpdateCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EKSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateIdentityProviderConfigCommandInput
|
|
|
19
19
|
export interface DisassociateIdentityProviderConfigCommandOutput
|
|
20
20
|
extends DisassociateIdentityProviderConfigResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateIdentityProviderConfigCommand extends $Command<
|
|
24
23
|
DisassociateIdentityProviderConfigCommandInput,
|
|
25
24
|
DisassociateIdentityProviderConfigCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateIdentityProviderConfigCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateIdentityProviderConfigCommandInput;
|
|
29
28
|
constructor(input: DisassociateIdentityProviderConfigCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EKSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListAddonsCommandInput extends ListAddonsRequest {}
|
|
|
15
15
|
export interface ListAddonsCommandOutput
|
|
16
16
|
extends ListAddonsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListAddonsCommand extends $Command<
|
|
20
19
|
ListAddonsCommandInput,
|
|
21
20
|
ListAddonsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListAddonsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListAddonsCommandInput;
|
|
25
24
|
constructor(input: ListAddonsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EKSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListClustersCommandInput extends ListClustersRequest {}
|
|
|
15
15
|
export interface ListClustersCommandOutput
|
|
16
16
|
extends ListClustersResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListClustersCommand extends $Command<
|
|
20
19
|
ListClustersCommandInput,
|
|
21
20
|
ListClustersCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListClustersCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListClustersCommandInput;
|
|
25
24
|
constructor(input: ListClustersCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EKSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListFargateProfilesCommandInput
|
|
|
19
19
|
export interface ListFargateProfilesCommandOutput
|
|
20
20
|
extends ListFargateProfilesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListFargateProfilesCommand extends $Command<
|
|
24
23
|
ListFargateProfilesCommandInput,
|
|
25
24
|
ListFargateProfilesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListFargateProfilesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListFargateProfilesCommandInput;
|
|
29
28
|
constructor(input: ListFargateProfilesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EKSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListIdentityProviderConfigsCommandInput
|
|
|
19
19
|
export interface ListIdentityProviderConfigsCommandOutput
|
|
20
20
|
extends ListIdentityProviderConfigsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListIdentityProviderConfigsCommand extends $Command<
|
|
24
23
|
ListIdentityProviderConfigsCommandInput,
|
|
25
24
|
ListIdentityProviderConfigsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListIdentityProviderConfigsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListIdentityProviderConfigsCommandInput;
|
|
29
28
|
constructor(input: ListIdentityProviderConfigsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EKSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListNodegroupsCommandInput extends ListNodegroupsRequest {}
|
|
|
18
18
|
export interface ListNodegroupsCommandOutput
|
|
19
19
|
extends ListNodegroupsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListNodegroupsCommand extends $Command<
|
|
23
22
|
ListNodegroupsCommandInput,
|
|
24
23
|
ListNodegroupsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListNodegroupsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListNodegroupsCommandInput;
|
|
28
27
|
constructor(input: ListNodegroupsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EKSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EKSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListUpdatesCommandInput extends ListUpdatesRequest {}
|
|
|
15
15
|
export interface ListUpdatesCommandOutput
|
|
16
16
|
extends ListUpdatesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListUpdatesCommand extends $Command<
|
|
20
19
|
ListUpdatesCommandInput,
|
|
21
20
|
ListUpdatesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListUpdatesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListUpdatesCommandInput;
|
|
25
24
|
constructor(input: ListUpdatesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EKSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface RegisterClusterCommandInput extends RegisterClusterRequest {}
|
|
|
18
18
|
export interface RegisterClusterCommandOutput
|
|
19
19
|
extends RegisterClusterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class RegisterClusterCommand extends $Command<
|
|
23
22
|
RegisterClusterCommandInput,
|
|
24
23
|
RegisterClusterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class RegisterClusterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: RegisterClusterCommandInput;
|
|
28
27
|
constructor(input: RegisterClusterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EKSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EKSClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: EKSClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateAddonCommandInput extends UpdateAddonRequest {}
|
|
|
15
15
|
export interface UpdateAddonCommandOutput
|
|
16
16
|
extends UpdateAddonResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateAddonCommand extends $Command<
|
|
20
19
|
UpdateAddonCommandInput,
|
|
21
20
|
UpdateAddonCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateAddonCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateAddonCommandInput;
|
|
25
24
|
constructor(input: UpdateAddonCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: EKSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateClusterConfigCommandInput
|
|
|
19
19
|
export interface UpdateClusterConfigCommandOutput
|
|
20
20
|
extends UpdateClusterConfigResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateClusterConfigCommand extends $Command<
|
|
24
23
|
UpdateClusterConfigCommandInput,
|
|
25
24
|
UpdateClusterConfigCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateClusterConfigCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateClusterConfigCommandInput;
|
|
29
28
|
constructor(input: UpdateClusterConfigCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EKSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateClusterVersionCommandInput
|
|
|
19
19
|
export interface UpdateClusterVersionCommandOutput
|
|
20
20
|
extends UpdateClusterVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateClusterVersionCommand extends $Command<
|
|
24
23
|
UpdateClusterVersionCommandInput,
|
|
25
24
|
UpdateClusterVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateClusterVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateClusterVersionCommandInput;
|
|
29
28
|
constructor(input: UpdateClusterVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EKSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateNodegroupConfigCommandInput
|
|
|
19
19
|
export interface UpdateNodegroupConfigCommandOutput
|
|
20
20
|
extends UpdateNodegroupConfigResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateNodegroupConfigCommand extends $Command<
|
|
24
23
|
UpdateNodegroupConfigCommandInput,
|
|
25
24
|
UpdateNodegroupConfigCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateNodegroupConfigCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateNodegroupConfigCommandInput;
|
|
29
28
|
constructor(input: UpdateNodegroupConfigCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EKSClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateNodegroupVersionCommandInput
|
|
|
19
19
|
export interface UpdateNodegroupVersionCommandOutput
|
|
20
20
|
extends UpdateNodegroupVersionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateNodegroupVersionCommand extends $Command<
|
|
24
23
|
UpdateNodegroupVersionCommandInput,
|
|
25
24
|
UpdateNodegroupVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateNodegroupVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateNodegroupVersionCommandInput;
|
|
29
28
|
constructor(input: UpdateNodegroupVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: EKSClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class EKSServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|