@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
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DescribeAddonRequest, DescribeAddonResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAddonCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAddonCommandInput extends DescribeAddonRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAddonCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes an Amazon EKS add-on.</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 DescribeAddonCommandOutput extends DescribeAddonResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeAddonCommandInput - {@link DescribeAddonCommandInput}
|
|
34
|
+
* @returns {@link DescribeAddonCommandOutput}
|
|
28
35
|
* @see {@link DescribeAddonCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeAddonCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __Met
|
|
|
56
63
|
export declare class DescribeAddonCommand extends $Command<DescribeAddonCommandInput, DescribeAddonCommandOutput, EKSClientResolvedConfig> {
|
|
57
64
|
readonly input: DescribeAddonCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: DescribeAddonCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonCommandInput, DescribeAddonCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DescribeAddonConfigurationRequest, DescribeAddonConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAddonConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAddonConfigurationCommandInput extends DescribeAddonConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAddonConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAddonConfigurationCommandOutput extends DescribeAddonConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns configuration options.</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 DescribeAddonConfigurationCommandOutput extends DescribeAddonCo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeAddonConfigurationCommandInput - {@link DescribeAddonConfigurationCommandInput}
|
|
34
|
+
* @returns {@link DescribeAddonConfigurationCommandOutput}
|
|
28
35
|
* @see {@link DescribeAddonConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeAddonConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface DescribeAddonConfigurationCommandOutput extends DescribeAddonCo
|
|
|
47
54
|
export declare class DescribeAddonConfigurationCommand extends $Command<DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput, EKSClientResolvedConfig> {
|
|
48
55
|
readonly input: DescribeAddonConfigurationCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: DescribeAddonConfigurationCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DescribeAddonVersionsRequest, DescribeAddonVersionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeAddonVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeAddonVersionsCommandInput extends DescribeAddonVersionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeAddonVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes the versions for an add-on. Information such as the Kubernetes versions that you
|
|
18
23
|
* can use the add-on with, the <code>owner</code>, <code>publisher</code>, and the
|
|
19
24
|
* <code>type</code> of the add-on are returned. </p>
|
|
@@ -27,6 +32,8 @@ export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersion
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DescribeAddonVersionsCommandInput - {@link DescribeAddonVersionsCommandInput}
|
|
36
|
+
* @returns {@link DescribeAddonVersionsCommandOutput}
|
|
30
37
|
* @see {@link DescribeAddonVersionsCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DescribeAddonVersionsCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersion
|
|
|
49
56
|
export declare class DescribeAddonVersionsCommand extends $Command<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeAddonVersionsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeAddonVersionsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeClusterCommandInput extends DescribeClusterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns descriptive information about an Amazon EKS cluster.</p>
|
|
18
23
|
* <p>The API server endpoint and certificate authority data returned by this operation are
|
|
19
24
|
* required for <code>kubelet</code> and <code>kubectl</code> to communicate with your
|
|
@@ -33,6 +38,8 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param DescribeClusterCommandInput - {@link DescribeClusterCommandInput}
|
|
42
|
+
* @returns {@link DescribeClusterCommandOutput}
|
|
36
43
|
* @see {@link DescribeClusterCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link DescribeClusterCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -96,11 +103,20 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
|
|
|
96
103
|
export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, EKSClientResolvedConfig> {
|
|
97
104
|
readonly input: DescribeClusterCommandInput;
|
|
98
105
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
99
109
|
constructor(input: DescribeClusterCommandInput);
|
|
100
110
|
/**
|
|
101
111
|
* @internal
|
|
102
112
|
*/
|
|
103
113
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
104
117
|
private serialize;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
105
121
|
private deserialize;
|
|
106
122
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DescribeFargateProfileRequest, DescribeFargateProfileResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeFargateProfileCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeFargateProfileCommandInput extends DescribeFargateProfileRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeFargateProfileCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeFargateProfileCommandOutput extends DescribeFargateProfileResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns descriptive information about an Fargate profile.</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 DescribeFargateProfileCommandOutput extends DescribeFargateProf
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeFargateProfileCommandInput - {@link DescribeFargateProfileCommandInput}
|
|
34
|
+
* @returns {@link DescribeFargateProfileCommandOutput}
|
|
28
35
|
* @see {@link DescribeFargateProfileCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeFargateProfileCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeFargateProfileCommandOutput extends DescribeFargateProf
|
|
|
52
59
|
export declare class DescribeFargateProfileCommand extends $Command<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeFargateProfileCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeFargateProfileCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DescribeIdentityProviderConfigRequest, DescribeIdentityProviderConfigResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeIdentityProviderConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeIdentityProviderConfigCommandInput extends DescribeIdentityProviderConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeIdentityProviderConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeIdentityProviderConfigCommandOutput extends DescribeIdentityProviderConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns descriptive information about an identity provider configuration.</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 DescribeIdentityProviderConfigCommandOutput extends DescribeIde
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeIdentityProviderConfigCommandInput - {@link DescribeIdentityProviderConfigCommandInput}
|
|
34
|
+
* @returns {@link DescribeIdentityProviderConfigCommandOutput}
|
|
28
35
|
* @see {@link DescribeIdentityProviderConfigCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeIdentityProviderConfigCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DescribeIdentityProviderConfigCommandOutput extends DescribeIde
|
|
|
55
62
|
export declare class DescribeIdentityProviderConfigCommand extends $Command<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
|
|
56
63
|
readonly input: DescribeIdentityProviderConfigCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DescribeIdentityProviderConfigCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DescribeNodegroupRequest, DescribeNodegroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeNodegroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeNodegroupCommandInput extends DescribeNodegroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeNodegroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeNodegroupCommandOutput extends DescribeNodegroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns descriptive information about an Amazon EKS node group.</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 DescribeNodegroupCommandOutput extends DescribeNodegroupRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeNodegroupCommandInput - {@link DescribeNodegroupCommandInput}
|
|
34
|
+
* @returns {@link DescribeNodegroupCommandOutput}
|
|
28
35
|
* @see {@link DescribeNodegroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeNodegroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface DescribeNodegroupCommandOutput extends DescribeNodegroupRespons
|
|
|
55
62
|
export declare class DescribeNodegroupCommand extends $Command<DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput, EKSClientResolvedConfig> {
|
|
56
63
|
readonly input: DescribeNodegroupCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: DescribeNodegroupCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DescribeUpdateRequest, DescribeUpdateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeUpdateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeUpdateCommandInput extends DescribeUpdateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeUpdateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns descriptive information about an update against your Amazon EKS
|
|
18
23
|
* cluster or associated managed node group or Amazon EKS add-on.</p>
|
|
19
24
|
* <p>When the status of the update is <code>Succeeded</code>, the update is complete. If an
|
|
@@ -29,6 +34,8 @@ export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __M
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DescribeUpdateCommandInput - {@link DescribeUpdateCommandInput}
|
|
38
|
+
* @returns {@link DescribeUpdateCommandOutput}
|
|
32
39
|
* @see {@link DescribeUpdateCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DescribeUpdateCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __M
|
|
|
56
63
|
export declare class DescribeUpdateCommand extends $Command<DescribeUpdateCommandInput, DescribeUpdateCommandOutput, EKSClientResolvedConfig> {
|
|
57
64
|
readonly input: DescribeUpdateCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: DescribeUpdateCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUpdateCommandInput, DescribeUpdateCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { DisassociateIdentityProviderConfigRequest, DisassociateIdentityProviderConfigResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateIdentityProviderConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateIdentityProviderConfigCommandInput extends DisassociateIdentityProviderConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateIdentityProviderConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateIdentityProviderConfigCommandOutput extends DisassociateIdentityProviderConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates an identity provider configuration from a cluster. If you disassociate
|
|
18
23
|
* an identity provider from your cluster, users included in the provider can no longer
|
|
19
24
|
* access the cluster. However, you can still access the cluster with Amazon Web Services
|
|
@@ -28,6 +33,8 @@ export interface DisassociateIdentityProviderConfigCommandOutput extends Disasso
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DisassociateIdentityProviderConfigCommandInput - {@link DisassociateIdentityProviderConfigCommandInput}
|
|
37
|
+
* @returns {@link DisassociateIdentityProviderConfigCommandOutput}
|
|
31
38
|
* @see {@link DisassociateIdentityProviderConfigCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DisassociateIdentityProviderConfigCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface DisassociateIdentityProviderConfigCommandOutput extends Disasso
|
|
|
62
69
|
export declare class DisassociateIdentityProviderConfigCommand extends $Command<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
|
|
63
70
|
readonly input: DisassociateIdentityProviderConfigCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: DisassociateIdentityProviderConfigCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput>;
|
|
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 { ListAddonsRequest, ListAddonsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAddonsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAddonsCommandInput extends ListAddonsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAddonsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the available add-ons.</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 ListAddonsCommandOutput extends ListAddonsResponse, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAddonsCommandInput - {@link ListAddonsCommandInput}
|
|
34
|
+
* @returns {@link ListAddonsCommandOutput}
|
|
28
35
|
* @see {@link ListAddonsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAddonsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataB
|
|
|
56
63
|
export declare class ListAddonsCommand extends $Command<ListAddonsCommandInput, ListAddonsCommandOutput, EKSClientResolvedConfig> {
|
|
57
64
|
readonly input: ListAddonsCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: ListAddonsCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAddonsCommandInput, ListAddonsCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListClustersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListClustersCommandInput extends ListClustersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListClustersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the
|
|
18
23
|
* specified Region.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListClustersCommandInput - {@link ListClustersCommandInput}
|
|
35
|
+
* @returns {@link ListClustersCommandOutput}
|
|
29
36
|
* @see {@link ListClustersCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListClustersCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -67,11 +74,20 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
|
|
|
67
74
|
export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, EKSClientResolvedConfig> {
|
|
68
75
|
readonly input: ListClustersCommandInput;
|
|
69
76
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
70
80
|
constructor(input: ListClustersCommandInput);
|
|
71
81
|
/**
|
|
72
82
|
* @internal
|
|
73
83
|
*/
|
|
74
84
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
75
88
|
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
76
92
|
private deserialize;
|
|
77
93
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { ListFargateProfilesRequest, ListFargateProfilesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListFargateProfilesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListFargateProfilesCommandInput extends ListFargateProfilesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListFargateProfilesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListFargateProfilesCommandOutput extends ListFargateProfilesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Fargate profiles associated with the specified cluster in
|
|
18
23
|
* your Amazon Web Services account in the specified Region.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListFargateProfilesCommandOutput extends ListFargateProfilesRes
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListFargateProfilesCommandInput - {@link ListFargateProfilesCommandInput}
|
|
35
|
+
* @returns {@link ListFargateProfilesCommandOutput}
|
|
29
36
|
* @see {@link ListFargateProfilesCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListFargateProfilesCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface ListFargateProfilesCommandOutput extends ListFargateProfilesRes
|
|
|
53
60
|
export declare class ListFargateProfilesCommand extends $Command<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, EKSClientResolvedConfig> {
|
|
54
61
|
readonly input: ListFargateProfilesCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ListFargateProfilesCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
|
|
5
5
|
import { ListIdentityProviderConfigsRequest, ListIdentityProviderConfigsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListIdentityProviderConfigsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListIdentityProviderConfigsCommandInput extends ListIdentityProviderConfigsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListIdentityProviderConfigsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListIdentityProviderConfigsCommandOutput extends ListIdentityProviderConfigsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>A list of identity provider configurations.</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 ListIdentityProviderConfigsCommandOutput extends ListIdentityPr
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListIdentityProviderConfigsCommandInput - {@link ListIdentityProviderConfigsCommandInput}
|
|
34
|
+
* @returns {@link ListIdentityProviderConfigsCommandOutput}
|
|
28
35
|
* @see {@link ListIdentityProviderConfigsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListIdentityProviderConfigsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListIdentityProviderConfigsCommandOutput extends ListIdentityPr
|
|
|
55
62
|
export declare class ListIdentityProviderConfigsCommand extends $Command<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, EKSClientResolvedConfig> {
|
|
56
63
|
readonly input: ListIdentityProviderConfigsCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListIdentityProviderConfigsCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|