@aws-sdk/client-eks 3.474.0 → 3.477.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/README.md +75 -3
- package/dist-cjs/EKS.js +18 -0
- package/dist-cjs/commands/AssociateAccessPolicyCommand.js +51 -0
- package/dist-cjs/commands/CreateAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/DeleteAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/DescribeAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +51 -0
- package/dist-cjs/commands/ListAccessEntriesCommand.js +51 -0
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +51 -0
- package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +51 -0
- package/dist-cjs/commands/UpdateAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +87 -76
- package/dist-cjs/pagination/ListAccessEntriesPaginator.js +29 -0
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +828 -554
- package/dist-es/EKS.js +18 -0
- package/dist-es/commands/AssociateAccessPolicyCommand.js +47 -0
- package/dist-es/commands/CreateAccessEntryCommand.js +47 -0
- package/dist-es/commands/DeleteAccessEntryCommand.js +47 -0
- package/dist-es/commands/DescribeAccessEntryCommand.js +47 -0
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +47 -0
- package/dist-es/commands/ListAccessEntriesCommand.js +47 -0
- package/dist-es/commands/ListAccessPoliciesCommand.js +47 -0
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +47 -0
- package/dist-es/commands/UpdateAccessEntryCommand.js +47 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +81 -70
- package/dist-es/pagination/ListAccessEntriesPaginator.js +25 -0
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +25 -0
- package/dist-es/pagination/ListAssociatedAccessPoliciesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +803 -548
- package/dist-types/EKS.d.ts +66 -3
- package/dist-types/EKSClient.d.ts +14 -5
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +111 -0
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +8 -9
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +9 -10
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +131 -0
- package/dist-types/commands/CreateAddonCommand.d.ts +2 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateNodegroupCommand.d.ts +8 -5
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -4
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +87 -0
- package/dist-types/commands/DeleteAddonCommand.d.ts +5 -6
- package/dist-types/commands/DeleteClusterCommand.d.ts +10 -6
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +8 -7
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -4
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -3
- package/dist-types/commands/DeregisterClusterCommand.d.ts +8 -3
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +100 -0
- package/dist-types/commands/DescribeAddonCommand.d.ts +2 -3
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -3
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeClusterCommand.d.ts +10 -6
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -4
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -4
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -4
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -3
- package/dist-types/commands/DescribeUpdateCommand.d.ts +5 -7
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +85 -0
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +8 -9
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +95 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +83 -0
- package/dist-types/commands/ListAddonsCommand.d.ts +2 -3
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +103 -0
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -4
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -4
- package/dist-types/commands/ListNodegroupsCommand.d.ts +4 -6
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -3
- package/dist-types/commands/ListUpdatesCommand.d.ts +3 -5
- package/dist-types/commands/RegisterClusterCommand.d.ts +8 -3
- package/dist-types/commands/TagResourceCommand.d.ts +6 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +109 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +4 -5
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +9 -8
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +4 -5
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -5
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +8 -9
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -4
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +1256 -556
- package/dist-types/pagination/ListAccessEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/EKS.d.ts +153 -0
- package/dist-types/ts3.4/EKSClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +189 -54
- package/dist-types/ts3.4/pagination/ListAccessEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +5 -4
package/dist-es/EKS.js
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
|
+
import { AssociateAccessPolicyCommand, } from "./commands/AssociateAccessPolicyCommand";
|
|
2
3
|
import { AssociateEncryptionConfigCommand, } from "./commands/AssociateEncryptionConfigCommand";
|
|
3
4
|
import { AssociateIdentityProviderConfigCommand, } from "./commands/AssociateIdentityProviderConfigCommand";
|
|
5
|
+
import { CreateAccessEntryCommand, } from "./commands/CreateAccessEntryCommand";
|
|
4
6
|
import { CreateAddonCommand } from "./commands/CreateAddonCommand";
|
|
5
7
|
import { CreateClusterCommand, } from "./commands/CreateClusterCommand";
|
|
6
8
|
import { CreateEksAnywhereSubscriptionCommand, } from "./commands/CreateEksAnywhereSubscriptionCommand";
|
|
7
9
|
import { CreateFargateProfileCommand, } from "./commands/CreateFargateProfileCommand";
|
|
8
10
|
import { CreateNodegroupCommand, } from "./commands/CreateNodegroupCommand";
|
|
9
11
|
import { CreatePodIdentityAssociationCommand, } from "./commands/CreatePodIdentityAssociationCommand";
|
|
12
|
+
import { DeleteAccessEntryCommand, } from "./commands/DeleteAccessEntryCommand";
|
|
10
13
|
import { DeleteAddonCommand } from "./commands/DeleteAddonCommand";
|
|
11
14
|
import { DeleteClusterCommand, } from "./commands/DeleteClusterCommand";
|
|
12
15
|
import { DeleteEksAnywhereSubscriptionCommand, } from "./commands/DeleteEksAnywhereSubscriptionCommand";
|
|
@@ -14,6 +17,7 @@ import { DeleteFargateProfileCommand, } from "./commands/DeleteFargateProfileCom
|
|
|
14
17
|
import { DeleteNodegroupCommand, } from "./commands/DeleteNodegroupCommand";
|
|
15
18
|
import { DeletePodIdentityAssociationCommand, } from "./commands/DeletePodIdentityAssociationCommand";
|
|
16
19
|
import { DeregisterClusterCommand, } from "./commands/DeregisterClusterCommand";
|
|
20
|
+
import { DescribeAccessEntryCommand, } from "./commands/DescribeAccessEntryCommand";
|
|
17
21
|
import { DescribeAddonCommand, } from "./commands/DescribeAddonCommand";
|
|
18
22
|
import { DescribeAddonConfigurationCommand, } from "./commands/DescribeAddonConfigurationCommand";
|
|
19
23
|
import { DescribeAddonVersionsCommand, } from "./commands/DescribeAddonVersionsCommand";
|
|
@@ -24,8 +28,12 @@ import { DescribeIdentityProviderConfigCommand, } from "./commands/DescribeIdent
|
|
|
24
28
|
import { DescribeNodegroupCommand, } from "./commands/DescribeNodegroupCommand";
|
|
25
29
|
import { DescribePodIdentityAssociationCommand, } from "./commands/DescribePodIdentityAssociationCommand";
|
|
26
30
|
import { DescribeUpdateCommand, } from "./commands/DescribeUpdateCommand";
|
|
31
|
+
import { DisassociateAccessPolicyCommand, } from "./commands/DisassociateAccessPolicyCommand";
|
|
27
32
|
import { DisassociateIdentityProviderConfigCommand, } from "./commands/DisassociateIdentityProviderConfigCommand";
|
|
33
|
+
import { ListAccessEntriesCommand, } from "./commands/ListAccessEntriesCommand";
|
|
34
|
+
import { ListAccessPoliciesCommand, } from "./commands/ListAccessPoliciesCommand";
|
|
28
35
|
import { ListAddonsCommand } from "./commands/ListAddonsCommand";
|
|
36
|
+
import { ListAssociatedAccessPoliciesCommand, } from "./commands/ListAssociatedAccessPoliciesCommand";
|
|
29
37
|
import { ListClustersCommand, } from "./commands/ListClustersCommand";
|
|
30
38
|
import { ListEksAnywhereSubscriptionsCommand, } from "./commands/ListEksAnywhereSubscriptionsCommand";
|
|
31
39
|
import { ListFargateProfilesCommand, } from "./commands/ListFargateProfilesCommand";
|
|
@@ -37,6 +45,7 @@ import { ListUpdatesCommand } from "./commands/ListUpdatesCommand";
|
|
|
37
45
|
import { RegisterClusterCommand, } from "./commands/RegisterClusterCommand";
|
|
38
46
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
39
47
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
48
|
+
import { UpdateAccessEntryCommand, } from "./commands/UpdateAccessEntryCommand";
|
|
40
49
|
import { UpdateAddonCommand } from "./commands/UpdateAddonCommand";
|
|
41
50
|
import { UpdateClusterConfigCommand, } from "./commands/UpdateClusterConfigCommand";
|
|
42
51
|
import { UpdateClusterVersionCommand, } from "./commands/UpdateClusterVersionCommand";
|
|
@@ -46,14 +55,17 @@ import { UpdateNodegroupVersionCommand, } from "./commands/UpdateNodegroupVersio
|
|
|
46
55
|
import { UpdatePodIdentityAssociationCommand, } from "./commands/UpdatePodIdentityAssociationCommand";
|
|
47
56
|
import { EKSClient } from "./EKSClient";
|
|
48
57
|
const commands = {
|
|
58
|
+
AssociateAccessPolicyCommand,
|
|
49
59
|
AssociateEncryptionConfigCommand,
|
|
50
60
|
AssociateIdentityProviderConfigCommand,
|
|
61
|
+
CreateAccessEntryCommand,
|
|
51
62
|
CreateAddonCommand,
|
|
52
63
|
CreateClusterCommand,
|
|
53
64
|
CreateEksAnywhereSubscriptionCommand,
|
|
54
65
|
CreateFargateProfileCommand,
|
|
55
66
|
CreateNodegroupCommand,
|
|
56
67
|
CreatePodIdentityAssociationCommand,
|
|
68
|
+
DeleteAccessEntryCommand,
|
|
57
69
|
DeleteAddonCommand,
|
|
58
70
|
DeleteClusterCommand,
|
|
59
71
|
DeleteEksAnywhereSubscriptionCommand,
|
|
@@ -61,6 +73,7 @@ const commands = {
|
|
|
61
73
|
DeleteNodegroupCommand,
|
|
62
74
|
DeletePodIdentityAssociationCommand,
|
|
63
75
|
DeregisterClusterCommand,
|
|
76
|
+
DescribeAccessEntryCommand,
|
|
64
77
|
DescribeAddonCommand,
|
|
65
78
|
DescribeAddonConfigurationCommand,
|
|
66
79
|
DescribeAddonVersionsCommand,
|
|
@@ -71,8 +84,12 @@ const commands = {
|
|
|
71
84
|
DescribeNodegroupCommand,
|
|
72
85
|
DescribePodIdentityAssociationCommand,
|
|
73
86
|
DescribeUpdateCommand,
|
|
87
|
+
DisassociateAccessPolicyCommand,
|
|
74
88
|
DisassociateIdentityProviderConfigCommand,
|
|
89
|
+
ListAccessEntriesCommand,
|
|
90
|
+
ListAccessPoliciesCommand,
|
|
75
91
|
ListAddonsCommand,
|
|
92
|
+
ListAssociatedAccessPoliciesCommand,
|
|
76
93
|
ListClustersCommand,
|
|
77
94
|
ListEksAnywhereSubscriptionsCommand,
|
|
78
95
|
ListFargateProfilesCommand,
|
|
@@ -84,6 +101,7 @@ const commands = {
|
|
|
84
101
|
RegisterClusterCommand,
|
|
85
102
|
TagResourceCommand,
|
|
86
103
|
UntagResourceCommand,
|
|
104
|
+
UpdateAccessEntryCommand,
|
|
87
105
|
UpdateAddonCommand,
|
|
88
106
|
UpdateClusterConfigCommand,
|
|
89
107
|
UpdateClusterVersionCommand,
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_AssociateAccessPolicyCommand, se_AssociateAccessPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateAccessPolicyCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, AssociateAccessPolicyCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EKSClient";
|
|
26
|
+
const commandName = "AssociateAccessPolicyCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSWesleyFrontend",
|
|
35
|
+
operation: "AssociateAccessPolicy",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_AssociateAccessPolicyCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_AssociateAccessPolicyCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_CreateAccessEntryCommand, se_CreateAccessEntryCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateAccessEntryCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateAccessEntryCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EKSClient";
|
|
26
|
+
const commandName = "CreateAccessEntryCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSWesleyFrontend",
|
|
35
|
+
operation: "CreateAccessEntry",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_CreateAccessEntryCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_CreateAccessEntryCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DeleteAccessEntryCommand, se_DeleteAccessEntryCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteAccessEntryCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAccessEntryCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EKSClient";
|
|
26
|
+
const commandName = "DeleteAccessEntryCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSWesleyFrontend",
|
|
35
|
+
operation: "DeleteAccessEntry",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DeleteAccessEntryCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DeleteAccessEntryCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DescribeAccessEntryCommand, se_DescribeAccessEntryCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeAccessEntryCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAccessEntryCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EKSClient";
|
|
26
|
+
const commandName = "DescribeAccessEntryCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSWesleyFrontend",
|
|
35
|
+
operation: "DescribeAccessEntry",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DescribeAccessEntryCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DescribeAccessEntryCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DisassociateAccessPolicyCommand, se_DisassociateAccessPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisassociateAccessPolicyCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DisassociateAccessPolicyCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EKSClient";
|
|
26
|
+
const commandName = "DisassociateAccessPolicyCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSWesleyFrontend",
|
|
35
|
+
operation: "DisassociateAccessPolicy",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DisassociateAccessPolicyCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DisassociateAccessPolicyCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListAccessEntriesCommand, se_ListAccessEntriesCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListAccessEntriesCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListAccessEntriesCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EKSClient";
|
|
26
|
+
const commandName = "ListAccessEntriesCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSWesleyFrontend",
|
|
35
|
+
operation: "ListAccessEntries",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ListAccessEntriesCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListAccessEntriesCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListAccessPoliciesCommand, se_ListAccessPoliciesCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListAccessPoliciesCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListAccessPoliciesCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EKSClient";
|
|
26
|
+
const commandName = "ListAccessPoliciesCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSWesleyFrontend",
|
|
35
|
+
operation: "ListAccessPolicies",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ListAccessPoliciesCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListAccessPoliciesCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ListAssociatedAccessPoliciesCommand, se_ListAssociatedAccessPoliciesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListAssociatedAccessPoliciesCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListAssociatedAccessPoliciesCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EKSClient";
|
|
26
|
+
const commandName = "ListAssociatedAccessPoliciesCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSWesleyFrontend",
|
|
35
|
+
operation: "ListAssociatedAccessPolicies",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ListAssociatedAccessPoliciesCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ListAssociatedAccessPoliciesCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_UpdateAccessEntryCommand, se_UpdateAccessEntryCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateAccessEntryCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateAccessEntryCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EKSClient";
|
|
26
|
+
const commandName = "UpdateAccessEntryCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSWesleyFrontend",
|
|
35
|
+
operation: "UpdateAccessEntry",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_UpdateAccessEntryCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_UpdateAccessEntryCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
+
export * from "./AssociateAccessPolicyCommand";
|
|
1
2
|
export * from "./AssociateEncryptionConfigCommand";
|
|
2
3
|
export * from "./AssociateIdentityProviderConfigCommand";
|
|
4
|
+
export * from "./CreateAccessEntryCommand";
|
|
3
5
|
export * from "./CreateAddonCommand";
|
|
4
6
|
export * from "./CreateClusterCommand";
|
|
5
7
|
export * from "./CreateEksAnywhereSubscriptionCommand";
|
|
6
8
|
export * from "./CreateFargateProfileCommand";
|
|
7
9
|
export * from "./CreateNodegroupCommand";
|
|
8
10
|
export * from "./CreatePodIdentityAssociationCommand";
|
|
11
|
+
export * from "./DeleteAccessEntryCommand";
|
|
9
12
|
export * from "./DeleteAddonCommand";
|
|
10
13
|
export * from "./DeleteClusterCommand";
|
|
11
14
|
export * from "./DeleteEksAnywhereSubscriptionCommand";
|
|
@@ -13,6 +16,7 @@ export * from "./DeleteFargateProfileCommand";
|
|
|
13
16
|
export * from "./DeleteNodegroupCommand";
|
|
14
17
|
export * from "./DeletePodIdentityAssociationCommand";
|
|
15
18
|
export * from "./DeregisterClusterCommand";
|
|
19
|
+
export * from "./DescribeAccessEntryCommand";
|
|
16
20
|
export * from "./DescribeAddonCommand";
|
|
17
21
|
export * from "./DescribeAddonConfigurationCommand";
|
|
18
22
|
export * from "./DescribeAddonVersionsCommand";
|
|
@@ -23,8 +27,12 @@ export * from "./DescribeIdentityProviderConfigCommand";
|
|
|
23
27
|
export * from "./DescribeNodegroupCommand";
|
|
24
28
|
export * from "./DescribePodIdentityAssociationCommand";
|
|
25
29
|
export * from "./DescribeUpdateCommand";
|
|
30
|
+
export * from "./DisassociateAccessPolicyCommand";
|
|
26
31
|
export * from "./DisassociateIdentityProviderConfigCommand";
|
|
32
|
+
export * from "./ListAccessEntriesCommand";
|
|
33
|
+
export * from "./ListAccessPoliciesCommand";
|
|
27
34
|
export * from "./ListAddonsCommand";
|
|
35
|
+
export * from "./ListAssociatedAccessPoliciesCommand";
|
|
28
36
|
export * from "./ListClustersCommand";
|
|
29
37
|
export * from "./ListEksAnywhereSubscriptionsCommand";
|
|
30
38
|
export * from "./ListFargateProfilesCommand";
|
|
@@ -36,6 +44,7 @@ export * from "./ListUpdatesCommand";
|
|
|
36
44
|
export * from "./RegisterClusterCommand";
|
|
37
45
|
export * from "./TagResourceCommand";
|
|
38
46
|
export * from "./UntagResourceCommand";
|
|
47
|
+
export * from "./UpdateAccessEntryCommand";
|
|
39
48
|
export * from "./UpdateAddonCommand";
|
|
40
49
|
export * from "./UpdateClusterConfigCommand";
|
|
41
50
|
export * from "./UpdateClusterVersionCommand";
|