@aws-sdk/client-eks 3.296.0 → 3.298.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/dist-cjs/commands/AssociateEncryptionConfigCommand.js +2 -3
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateAddonCommand.js +2 -3
- package/dist-cjs/commands/CreateClusterCommand.js +2 -3
- package/dist-cjs/commands/CreateFargateProfileCommand.js +2 -3
- package/dist-cjs/commands/CreateNodegroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteAddonCommand.js +2 -3
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -3
- package/dist-cjs/commands/DeleteFargateProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteNodegroupCommand.js +2 -3
- package/dist-cjs/commands/DeregisterClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddonCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeFargateProfileCommand.js +2 -3
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +2 -3
- package/dist-cjs/commands/DescribeNodegroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeUpdateCommand.js +2 -3
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +2 -3
- package/dist-cjs/commands/ListAddonsCommand.js +2 -3
- package/dist-cjs/commands/ListClustersCommand.js +2 -3
- package/dist-cjs/commands/ListFargateProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListNodegroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListUpdatesCommand.js +2 -3
- package/dist-cjs/commands/RegisterClusterCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAddonCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -475
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -3
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -3
- package/dist-es/commands/CreateAddonCommand.js +2 -3
- package/dist-es/commands/CreateClusterCommand.js +2 -3
- package/dist-es/commands/CreateFargateProfileCommand.js +2 -3
- package/dist-es/commands/CreateNodegroupCommand.js +2 -3
- package/dist-es/commands/DeleteAddonCommand.js +2 -3
- package/dist-es/commands/DeleteClusterCommand.js +2 -3
- package/dist-es/commands/DeleteFargateProfileCommand.js +2 -3
- package/dist-es/commands/DeleteNodegroupCommand.js +2 -3
- package/dist-es/commands/DeregisterClusterCommand.js +2 -3
- package/dist-es/commands/DescribeAddonCommand.js +2 -3
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -3
- package/dist-es/commands/DescribeClusterCommand.js +2 -3
- package/dist-es/commands/DescribeFargateProfileCommand.js +2 -3
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -3
- package/dist-es/commands/DescribeNodegroupCommand.js +2 -3
- package/dist-es/commands/DescribeUpdateCommand.js +2 -3
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -3
- package/dist-es/commands/ListAddonsCommand.js +2 -3
- package/dist-es/commands/ListClustersCommand.js +2 -3
- package/dist-es/commands/ListFargateProfilesCommand.js +2 -3
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -3
- package/dist-es/commands/ListNodegroupsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListUpdatesCommand.js +2 -3
- package/dist-es/commands/RegisterClusterCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAddonCommand.js +2 -3
- package/dist-es/commands/UpdateClusterConfigCommand.js +2 -3
- package/dist-es/commands/UpdateClusterVersionCommand.js +2 -3
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -3
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -354
- package/dist-types/EKS.d.ts +36 -0
- package/dist-types/EKSClient.d.ts +24 -4
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateAddonCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateNodegroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAddonCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddonCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeUpdateCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +16 -0
- package/dist-types/commands/ListAddonsCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersCommand.d.ts +16 -0
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListNodegroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListUpdatesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterClusterCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +16 -0
- package/dist-types/models/EKSServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +328 -472
- package/dist-types/pagination/DescribeAddonVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAddonsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFargateProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIdentityProviderConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNodegroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListUpdatesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -318
- package/package.json +4 -3
|
@@ -43,15 +43,24 @@ import { UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput } f
|
|
|
43
43
|
import { UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput } from "./commands/UpdateNodegroupConfigCommand";
|
|
44
44
|
import { UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput } from "./commands/UpdateNodegroupVersionCommand";
|
|
45
45
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
46
49
|
export type ServiceInputTypes = AssociateEncryptionConfigCommandInput | AssociateIdentityProviderConfigCommandInput | CreateAddonCommandInput | CreateClusterCommandInput | CreateFargateProfileCommandInput | CreateNodegroupCommandInput | DeleteAddonCommandInput | DeleteClusterCommandInput | DeleteFargateProfileCommandInput | DeleteNodegroupCommandInput | DeregisterClusterCommandInput | DescribeAddonCommandInput | DescribeAddonConfigurationCommandInput | DescribeAddonVersionsCommandInput | DescribeClusterCommandInput | DescribeFargateProfileCommandInput | DescribeIdentityProviderConfigCommandInput | DescribeNodegroupCommandInput | DescribeUpdateCommandInput | DisassociateIdentityProviderConfigCommandInput | ListAddonsCommandInput | ListClustersCommandInput | ListFargateProfilesCommandInput | ListIdentityProviderConfigsCommandInput | ListNodegroupsCommandInput | ListTagsForResourceCommandInput | ListUpdatesCommandInput | RegisterClusterCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAddonCommandInput | UpdateClusterConfigCommandInput | UpdateClusterVersionCommandInput | UpdateNodegroupConfigCommandInput | UpdateNodegroupVersionCommandInput;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
47
53
|
export type ServiceOutputTypes = AssociateEncryptionConfigCommandOutput | AssociateIdentityProviderConfigCommandOutput | CreateAddonCommandOutput | CreateClusterCommandOutput | CreateFargateProfileCommandOutput | CreateNodegroupCommandOutput | DeleteAddonCommandOutput | DeleteClusterCommandOutput | DeleteFargateProfileCommandOutput | DeleteNodegroupCommandOutput | DeregisterClusterCommandOutput | DescribeAddonCommandOutput | DescribeAddonConfigurationCommandOutput | DescribeAddonVersionsCommandOutput | DescribeClusterCommandOutput | DescribeFargateProfileCommandOutput | DescribeIdentityProviderConfigCommandOutput | DescribeNodegroupCommandOutput | DescribeUpdateCommandOutput | DisassociateIdentityProviderConfigCommandOutput | ListAddonsCommandOutput | ListClustersCommandOutput | ListFargateProfilesCommandOutput | ListIdentityProviderConfigsCommandOutput | ListNodegroupsCommandOutput | ListTagsForResourceCommandOutput | ListUpdatesCommandOutput | RegisterClusterCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAddonCommandOutput | UpdateClusterConfigCommandOutput | UpdateClusterVersionCommandOutput | UpdateNodegroupConfigCommandOutput | UpdateNodegroupVersionCommandOutput;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
48
57
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
49
58
|
/**
|
|
50
59
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
51
60
|
*/
|
|
52
61
|
requestHandler?: __HttpHandler;
|
|
53
62
|
/**
|
|
54
|
-
* A constructor for a class implementing the {@link
|
|
63
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
55
64
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
56
65
|
* @internal
|
|
57
66
|
*/
|
|
@@ -141,23 +150,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
141
150
|
*/
|
|
142
151
|
logger?: __Logger;
|
|
143
152
|
/**
|
|
144
|
-
* The {@link
|
|
153
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
145
154
|
*/
|
|
146
155
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
147
156
|
}
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
148
160
|
type EKSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
149
161
|
/**
|
|
150
|
-
*
|
|
162
|
+
* @public
|
|
163
|
+
*
|
|
164
|
+
* The configuration interface of EKSClient class constructor that set the region, credentials and other options.
|
|
151
165
|
*/
|
|
152
166
|
export interface EKSClientConfig extends EKSClientConfigType {
|
|
153
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
154
171
|
type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
155
172
|
/**
|
|
156
|
-
*
|
|
173
|
+
* @public
|
|
174
|
+
*
|
|
175
|
+
* The resolved configuration interface of EKSClient class. This is resolved and normalized from the {@link EKSClientConfig | constructor configuration interface}.
|
|
157
176
|
*/
|
|
158
177
|
export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
|
|
159
178
|
}
|
|
160
179
|
/**
|
|
180
|
+
* @public
|
|
161
181
|
* <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
|
|
162
182
|
* for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain
|
|
163
183
|
* your own Kubernetes control plane. Kubernetes is an open-source system for automating
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { AssociateEncryptionConfigRequest, AssociateEncryptionConfigResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateEncryptionConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateEncryptionConfigCommandInput extends AssociateEncryptionConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateEncryptionConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateEncryptionConfigCommandOutput extends AssociateEncryptionConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associate encryption configuration to an existing cluster.</p>
|
|
18
23
|
* <p>You can use this API to enable encryption on existing clusters which do not have
|
|
19
24
|
* encryption already enabled. This allows you to implement a defense-in-depth security
|
|
@@ -28,6 +33,8 @@ export interface AssociateEncryptionConfigCommandOutput extends AssociateEncrypt
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param AssociateEncryptionConfigCommandInput - {@link AssociateEncryptionConfigCommandInput}
|
|
37
|
+
* @returns {@link AssociateEncryptionConfigCommandOutput}
|
|
31
38
|
* @see {@link AssociateEncryptionConfigCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link AssociateEncryptionConfigCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface AssociateEncryptionConfigCommandOutput extends AssociateEncrypt
|
|
|
62
69
|
export declare class AssociateEncryptionConfigCommand extends $Command<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig> {
|
|
63
70
|
readonly input: AssociateEncryptionConfigCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: AssociateEncryptionConfigCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { AssociateIdentityProviderConfigRequest, AssociateIdentityProviderConfigResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateIdentityProviderConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateIdentityProviderConfigCommandInput extends AssociateIdentityProviderConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateIdentityProviderConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateIdentityProviderConfigCommandOutput extends AssociateIdentityProviderConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Associate an identity provider configuration to a cluster.</p>
|
|
18
23
|
* <p>If you want to authenticate identities using an identity provider, you can create an
|
|
19
24
|
* identity provider configuration and associate it to your cluster. After configuring
|
|
@@ -32,6 +37,8 @@ export interface AssociateIdentityProviderConfigCommandOutput extends AssociateI
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param AssociateIdentityProviderConfigCommandInput - {@link AssociateIdentityProviderConfigCommandInput}
|
|
41
|
+
* @returns {@link AssociateIdentityProviderConfigCommandOutput}
|
|
35
42
|
* @see {@link AssociateIdentityProviderConfigCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link AssociateIdentityProviderConfigCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface AssociateIdentityProviderConfigCommandOutput extends AssociateI
|
|
|
66
73
|
export declare class AssociateIdentityProviderConfigCommand extends $Command<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
|
|
67
74
|
readonly input: AssociateIdentityProviderConfigCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: AssociateIdentityProviderConfigCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAddonCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAddonCommandInput extends CreateAddonRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAddonCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAddonCommandOutput extends CreateAddonResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an Amazon EKS add-on.</p>
|
|
18
23
|
* <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
|
|
19
24
|
* of common operational software for Amazon EKS clusters. For more information,
|
|
@@ -28,6 +33,8 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param CreateAddonCommandInput - {@link CreateAddonCommandInput}
|
|
37
|
+
* @returns {@link CreateAddonCommandOutput}
|
|
31
38
|
* @see {@link CreateAddonCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link CreateAddonCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat
|
|
|
62
69
|
export declare class CreateAddonCommand extends $Command<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig> {
|
|
63
70
|
readonly input: CreateAddonCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: CreateAddonCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAddonCommandInput, CreateAddonCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateClusterCommandInput extends CreateClusterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an Amazon EKS control plane. </p>
|
|
18
23
|
* <p>The Amazon EKS control plane consists of control plane instances that run the
|
|
19
24
|
* Kubernetes software, such as <code>etcd</code> and the API server. The control plane
|
|
@@ -45,6 +50,8 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
45
50
|
* const response = await client.send(command);
|
|
46
51
|
* ```
|
|
47
52
|
*
|
|
53
|
+
* @param CreateClusterCommandInput - {@link CreateClusterCommandInput}
|
|
54
|
+
* @returns {@link CreateClusterCommandOutput}
|
|
48
55
|
* @see {@link CreateClusterCommandInput} for command's `input` shape.
|
|
49
56
|
* @see {@link CreateClusterCommandOutput} for command's `response` shape.
|
|
50
57
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -104,11 +111,20 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
104
111
|
export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig> {
|
|
105
112
|
readonly input: CreateClusterCommandInput;
|
|
106
113
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
107
117
|
constructor(input: CreateClusterCommandInput);
|
|
108
118
|
/**
|
|
109
119
|
* @internal
|
|
110
120
|
*/
|
|
111
121
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
*/
|
|
112
125
|
private serialize;
|
|
126
|
+
/**
|
|
127
|
+
* @internal
|
|
128
|
+
*/
|
|
113
129
|
private deserialize;
|
|
114
130
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { CreateFargateProfileRequest, CreateFargateProfileResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateFargateProfileCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateFargateProfileCommandInput extends CreateFargateProfileRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateFargateProfileCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateFargateProfileCommandOutput extends CreateFargateProfileResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an Fargate profile for your Amazon EKS cluster. You
|
|
18
23
|
* must have at least one Fargate profile in a cluster to be able to run
|
|
19
24
|
* pods on Fargate.</p>
|
|
@@ -52,6 +57,8 @@ export interface CreateFargateProfileCommandOutput extends CreateFargateProfileR
|
|
|
52
57
|
* const response = await client.send(command);
|
|
53
58
|
* ```
|
|
54
59
|
*
|
|
60
|
+
* @param CreateFargateProfileCommandInput - {@link CreateFargateProfileCommandInput}
|
|
61
|
+
* @returns {@link CreateFargateProfileCommandOutput}
|
|
55
62
|
* @see {@link CreateFargateProfileCommandInput} for command's `input` shape.
|
|
56
63
|
* @see {@link CreateFargateProfileCommandOutput} for command's `response` shape.
|
|
57
64
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -86,11 +93,20 @@ export interface CreateFargateProfileCommandOutput extends CreateFargateProfileR
|
|
|
86
93
|
export declare class CreateFargateProfileCommand extends $Command<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig> {
|
|
87
94
|
readonly input: CreateFargateProfileCommandInput;
|
|
88
95
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
+
/**
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
89
99
|
constructor(input: CreateFargateProfileCommandInput);
|
|
90
100
|
/**
|
|
91
101
|
* @internal
|
|
92
102
|
*/
|
|
93
103
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput>;
|
|
104
|
+
/**
|
|
105
|
+
* @internal
|
|
106
|
+
*/
|
|
94
107
|
private serialize;
|
|
108
|
+
/**
|
|
109
|
+
* @internal
|
|
110
|
+
*/
|
|
95
111
|
private deserialize;
|
|
96
112
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { CreateNodegroupRequest, CreateNodegroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateNodegroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateNodegroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a managed node group for an Amazon EKS cluster. You can only create a
|
|
18
23
|
* node group for your cluster that is equal to the current Kubernetes version for the
|
|
19
24
|
* cluster. All node groups are created with the latest AMI release version for the
|
|
@@ -38,6 +43,8 @@ export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, _
|
|
|
38
43
|
* const response = await client.send(command);
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
46
|
+
* @param CreateNodegroupCommandInput - {@link CreateNodegroupCommandInput}
|
|
47
|
+
* @returns {@link CreateNodegroupCommandOutput}
|
|
41
48
|
* @see {@link CreateNodegroupCommandInput} for command's `input` shape.
|
|
42
49
|
* @see {@link CreateNodegroupCommandOutput} for command's `response` shape.
|
|
43
50
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -72,11 +79,20 @@ export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, _
|
|
|
72
79
|
export declare class CreateNodegroupCommand extends $Command<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig> {
|
|
73
80
|
readonly input: CreateNodegroupCommandInput;
|
|
74
81
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
75
85
|
constructor(input: CreateNodegroupCommandInput);
|
|
76
86
|
/**
|
|
77
87
|
* @internal
|
|
78
88
|
*/
|
|
79
89
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNodegroupCommandInput, CreateNodegroupCommandOutput>;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
80
93
|
private serialize;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
81
97
|
private deserialize;
|
|
82
98
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteAddonCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteAddonCommandInput extends DeleteAddonRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteAddonCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete an Amazon EKS add-on.</p>
|
|
18
23
|
* <p>When you remove the add-on, it will also be deleted from the cluster. You can always
|
|
19
24
|
* manually start an add-on on the cluster using the Kubernetes API.</p>
|
|
@@ -27,6 +32,8 @@ export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __Metadat
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DeleteAddonCommandInput - {@link DeleteAddonCommandInput}
|
|
36
|
+
* @returns {@link DeleteAddonCommandOutput}
|
|
30
37
|
* @see {@link DeleteAddonCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DeleteAddonCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __Metadat
|
|
|
58
65
|
export declare class DeleteAddonCommand extends $Command<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig> {
|
|
59
66
|
readonly input: DeleteAddonCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: DeleteAddonCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAddonCommandInput, DeleteAddonCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteClusterCommandInput extends DeleteClusterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the Amazon EKS cluster control plane.</p>
|
|
18
23
|
* <p>If you have active services in your cluster that are associated with a load balancer,
|
|
19
24
|
* you must delete those services before deleting the cluster so that the load balancers
|
|
@@ -32,6 +37,8 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param DeleteClusterCommandInput - {@link DeleteClusterCommandInput}
|
|
41
|
+
* @returns {@link DeleteClusterCommandOutput}
|
|
35
42
|
* @see {@link DeleteClusterCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link DeleteClusterCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -72,11 +79,20 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
|
|
|
72
79
|
export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig> {
|
|
73
80
|
readonly input: DeleteClusterCommandInput;
|
|
74
81
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
75
85
|
constructor(input: DeleteClusterCommandInput);
|
|
76
86
|
/**
|
|
77
87
|
* @internal
|
|
78
88
|
*/
|
|
79
89
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
80
93
|
private serialize;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
81
97
|
private deserialize;
|
|
82
98
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DeleteFargateProfileRequest, DeleteFargateProfileResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteFargateProfileCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteFargateProfileCommandInput extends DeleteFargateProfileRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteFargateProfileCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an Fargate profile.</p>
|
|
18
23
|
* <p>When you delete a Fargate profile, any pods running on Fargate that were created with the profile are deleted. If those pods match
|
|
19
24
|
* another Fargate profile, then they are scheduled on Fargate with that profile. If they no longer match any Fargate profiles, then
|
|
@@ -33,6 +38,8 @@ export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileR
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param DeleteFargateProfileCommandInput - {@link DeleteFargateProfileCommandInput}
|
|
42
|
+
* @returns {@link DeleteFargateProfileCommandOutput}
|
|
36
43
|
* @see {@link DeleteFargateProfileCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link DeleteFargateProfileCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileR
|
|
|
60
67
|
export declare class DeleteFargateProfileCommand extends $Command<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig> {
|
|
61
68
|
readonly input: DeleteFargateProfileCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: DeleteFargateProfileCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DeleteNodegroupRequest, DeleteNodegroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteNodegroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteNodegroupCommandInput extends DeleteNodegroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteNodegroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes an Amazon EKS node group for a cluster.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteNodegroupCommandInput - {@link DeleteNodegroupCommandInput}
|
|
34
|
+
* @returns {@link DeleteNodegroupCommandOutput}
|
|
28
35
|
* @see {@link DeleteNodegroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteNodegroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, _
|
|
|
58
65
|
export declare class DeleteNodegroupCommand extends $Command<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig> {
|
|
59
66
|
readonly input: DeleteNodegroupCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: DeleteNodegroupCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DeregisterClusterRequest, DeregisterClusterResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeregisterClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeregisterClusterCommandInput extends DeregisterClusterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeregisterClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeregisterClusterCommandOutput extends DeregisterClusterResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deregisters a connected cluster to remove it from the Amazon EKS control
|
|
18
23
|
* plane.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeregisterClusterCommandOutput extends DeregisterClusterRespons
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeregisterClusterCommandInput - {@link DeregisterClusterCommandInput}
|
|
35
|
+
* @returns {@link DeregisterClusterCommandOutput}
|
|
29
36
|
* @see {@link DeregisterClusterCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeregisterClusterCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -61,11 +68,20 @@ export interface DeregisterClusterCommandOutput extends DeregisterClusterRespons
|
|
|
61
68
|
export declare class DeregisterClusterCommand extends $Command<DeregisterClusterCommandInput, DeregisterClusterCommandOutput, EKSClientResolvedConfig> {
|
|
62
69
|
readonly input: DeregisterClusterCommandInput;
|
|
63
70
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
64
74
|
constructor(input: DeregisterClusterCommandInput);
|
|
65
75
|
/**
|
|
66
76
|
* @internal
|
|
67
77
|
*/
|
|
68
78
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterClusterCommandInput, DeregisterClusterCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
69
82
|
private serialize;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
70
86
|
private deserialize;
|
|
71
87
|
}
|