@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.
Files changed (115) hide show
  1. package/README.md +75 -3
  2. package/dist-cjs/EKS.js +18 -0
  3. package/dist-cjs/commands/AssociateAccessPolicyCommand.js +51 -0
  4. package/dist-cjs/commands/CreateAccessEntryCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteAccessEntryCommand.js +51 -0
  6. package/dist-cjs/commands/DescribeAccessEntryCommand.js +51 -0
  7. package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +51 -0
  8. package/dist-cjs/commands/ListAccessEntriesCommand.js +51 -0
  9. package/dist-cjs/commands/ListAccessPoliciesCommand.js +51 -0
  10. package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +51 -0
  11. package/dist-cjs/commands/UpdateAccessEntryCommand.js +51 -0
  12. package/dist-cjs/commands/index.js +9 -0
  13. package/dist-cjs/models/models_0.js +87 -76
  14. package/dist-cjs/pagination/ListAccessEntriesPaginator.js +29 -0
  15. package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +29 -0
  16. package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +29 -0
  17. package/dist-cjs/pagination/index.js +3 -0
  18. package/dist-cjs/protocols/Aws_restJson1.js +828 -554
  19. package/dist-es/EKS.js +18 -0
  20. package/dist-es/commands/AssociateAccessPolicyCommand.js +47 -0
  21. package/dist-es/commands/CreateAccessEntryCommand.js +47 -0
  22. package/dist-es/commands/DeleteAccessEntryCommand.js +47 -0
  23. package/dist-es/commands/DescribeAccessEntryCommand.js +47 -0
  24. package/dist-es/commands/DisassociateAccessPolicyCommand.js +47 -0
  25. package/dist-es/commands/ListAccessEntriesCommand.js +47 -0
  26. package/dist-es/commands/ListAccessPoliciesCommand.js +47 -0
  27. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +47 -0
  28. package/dist-es/commands/UpdateAccessEntryCommand.js +47 -0
  29. package/dist-es/commands/index.js +9 -0
  30. package/dist-es/models/models_0.js +81 -70
  31. package/dist-es/pagination/ListAccessEntriesPaginator.js +25 -0
  32. package/dist-es/pagination/ListAccessPoliciesPaginator.js +25 -0
  33. package/dist-es/pagination/ListAssociatedAccessPoliciesPaginator.js +25 -0
  34. package/dist-es/pagination/index.js +3 -0
  35. package/dist-es/protocols/Aws_restJson1.js +803 -548
  36. package/dist-types/EKS.d.ts +66 -3
  37. package/dist-types/EKSClient.d.ts +14 -5
  38. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +111 -0
  39. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +8 -9
  40. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +9 -10
  41. package/dist-types/commands/CreateAccessEntryCommand.d.ts +131 -0
  42. package/dist-types/commands/CreateAddonCommand.d.ts +2 -3
  43. package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
  44. package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateNodegroupCommand.d.ts +8 -5
  46. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -4
  47. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +87 -0
  48. package/dist-types/commands/DeleteAddonCommand.d.ts +5 -6
  49. package/dist-types/commands/DeleteClusterCommand.d.ts +10 -6
  50. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -3
  51. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +8 -7
  52. package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -4
  53. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -3
  54. package/dist-types/commands/DeregisterClusterCommand.d.ts +8 -3
  55. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +100 -0
  56. package/dist-types/commands/DescribeAddonCommand.d.ts +2 -3
  57. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -3
  58. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -6
  59. package/dist-types/commands/DescribeClusterCommand.d.ts +10 -6
  60. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -3
  61. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -4
  62. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -4
  63. package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -4
  64. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -3
  65. package/dist-types/commands/DescribeUpdateCommand.d.ts +5 -7
  66. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +85 -0
  67. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +8 -9
  68. package/dist-types/commands/ListAccessEntriesCommand.d.ts +95 -0
  69. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +83 -0
  70. package/dist-types/commands/ListAddonsCommand.d.ts +2 -3
  71. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +103 -0
  72. package/dist-types/commands/ListClustersCommand.d.ts +1 -1
  73. package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -4
  74. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -4
  75. package/dist-types/commands/ListNodegroupsCommand.d.ts +4 -6
  76. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -3
  77. package/dist-types/commands/ListUpdatesCommand.d.ts +3 -5
  78. package/dist-types/commands/RegisterClusterCommand.d.ts +8 -3
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -5
  80. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +109 -0
  82. package/dist-types/commands/UpdateAddonCommand.d.ts +4 -5
  83. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +9 -8
  84. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +4 -5
  85. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -3
  86. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -5
  87. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +8 -9
  88. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -4
  89. package/dist-types/commands/index.d.ts +9 -0
  90. package/dist-types/index.d.ts +3 -3
  91. package/dist-types/models/models_0.d.ts +1256 -556
  92. package/dist-types/pagination/ListAccessEntriesPaginator.d.ts +7 -0
  93. package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +7 -0
  94. package/dist-types/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +7 -0
  95. package/dist-types/pagination/index.d.ts +3 -0
  96. package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
  97. package/dist-types/ts3.4/EKS.d.ts +153 -0
  98. package/dist-types/ts3.4/EKSClient.d.ts +54 -0
  99. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +42 -0
  100. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +39 -0
  101. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +39 -0
  102. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +42 -0
  104. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +39 -0
  105. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +39 -0
  106. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +42 -0
  107. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +39 -0
  108. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  109. package/dist-types/ts3.4/models/models_0.d.ts +189 -54
  110. package/dist-types/ts3.4/pagination/ListAccessEntriesPaginator.d.ts +11 -0
  111. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -0
  112. package/dist-types/ts3.4/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  114. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
  115. package/package.json +5 -4
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Deletes specified tags from a resource.</p>
26
+ * <p>Deletes specified tags from an Amazon EKS resource.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -0,0 +1,109 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
+ import { UpdateAccessEntryRequest, UpdateAccessEntryResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UpdateAccessEntryCommand}.
14
+ */
15
+ export interface UpdateAccessEntryCommandInput extends UpdateAccessEntryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UpdateAccessEntryCommand}.
21
+ */
22
+ export interface UpdateAccessEntryCommandOutput extends UpdateAccessEntryResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Updates an access entry.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { EKSClient, UpdateAccessEntryCommand } from "@aws-sdk/client-eks"; // ES Modules import
31
+ * // const { EKSClient, UpdateAccessEntryCommand } = require("@aws-sdk/client-eks"); // CommonJS import
32
+ * const client = new EKSClient(config);
33
+ * const input = { // UpdateAccessEntryRequest
34
+ * clusterName: "STRING_VALUE", // required
35
+ * principalArn: "STRING_VALUE", // required
36
+ * kubernetesGroups: [ // StringList
37
+ * "STRING_VALUE",
38
+ * ],
39
+ * clientRequestToken: "STRING_VALUE",
40
+ * username: "STRING_VALUE",
41
+ * };
42
+ * const command = new UpdateAccessEntryCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // UpdateAccessEntryResponse
45
+ * // accessEntry: { // AccessEntry
46
+ * // clusterName: "STRING_VALUE",
47
+ * // principalArn: "STRING_VALUE",
48
+ * // kubernetesGroups: [ // StringList
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // accessEntryArn: "STRING_VALUE",
52
+ * // createdAt: new Date("TIMESTAMP"),
53
+ * // modifiedAt: new Date("TIMESTAMP"),
54
+ * // tags: { // TagMap
55
+ * // "<keys>": "STRING_VALUE",
56
+ * // },
57
+ * // username: "STRING_VALUE",
58
+ * // type: "STRING_VALUE",
59
+ * // },
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param UpdateAccessEntryCommandInput - {@link UpdateAccessEntryCommandInput}
65
+ * @returns {@link UpdateAccessEntryCommandOutput}
66
+ * @see {@link UpdateAccessEntryCommandInput} for command's `input` shape.
67
+ * @see {@link UpdateAccessEntryCommandOutput} for command's `response` shape.
68
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
69
+ *
70
+ * @throws {@link InvalidParameterException} (client fault)
71
+ * <p>The specified parameter is invalid. Review the available parameters for the API
72
+ * request.</p>
73
+ *
74
+ * @throws {@link InvalidRequestException} (client fault)
75
+ * <p>The request is invalid given the state of the cluster. Check the state of the cluster
76
+ * and the associated operations.</p>
77
+ *
78
+ * @throws {@link ResourceNotFoundException} (client fault)
79
+ * <p>The specified resource could not be found. You can view your available clusters with
80
+ * <code>ListClusters</code>. You can view your available managed node groups with
81
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
82
+ *
83
+ * @throws {@link ServerException} (server fault)
84
+ * <p>These errors are usually caused by a server-side issue.</p>
85
+ *
86
+ * @throws {@link EKSServiceException}
87
+ * <p>Base exception class for all service exceptions from EKS service.</p>
88
+ *
89
+ */
90
+ export declare class UpdateAccessEntryCommand extends $Command<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput, EKSClientResolvedConfig> {
91
+ readonly input: UpdateAccessEntryCommandInput;
92
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
+ /**
94
+ * @public
95
+ */
96
+ constructor(input: UpdateAccessEntryCommandInput);
97
+ /**
98
+ * @internal
99
+ */
100
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput>;
101
+ /**
102
+ * @internal
103
+ */
104
+ private serialize;
105
+ /**
106
+ * @internal
107
+ */
108
+ private deserialize;
109
+ }
@@ -45,10 +45,10 @@ export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __Metadat
45
45
  * // update: { // Update
46
46
  * // id: "STRING_VALUE",
47
47
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
48
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate",
48
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate",
49
49
  * // params: [ // UpdateParams
50
50
  * // { // UpdateParam
51
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets",
51
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode",
52
52
  * // value: "STRING_VALUE",
53
53
  * // },
54
54
  * // ],
@@ -91,9 +91,8 @@ export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __Metadat
91
91
  *
92
92
  * @throws {@link ResourceNotFoundException} (client fault)
93
93
  * <p>The specified resource could not be found. You can view your available clusters with
94
- * <a>ListClusters</a>. You can view your available managed node groups with
95
- * <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
96
- * Region-specific.</p>
94
+ * <code>ListClusters</code>. You can view your available managed node groups with
95
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
97
96
  *
98
97
  * @throws {@link ServerException} (server fault)
99
98
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -25,11 +25,10 @@ export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigRes
25
25
  * @public
26
26
  * <p>Updates an Amazon EKS cluster configuration. Your cluster continues to
27
27
  * function during the update. The response output includes an update ID that you can use
28
- * to track the status of your cluster update with the <a>DescribeUpdate</a> API
29
- * operation.</p>
28
+ * to track the status of your cluster update with <code>DescribeUpdate</code>"/>.</p>
30
29
  * <p>You can use this API operation to enable or disable exporting the Kubernetes control plane
31
30
  * logs for your cluster to CloudWatch Logs. By default, cluster control plane logs
32
- * aren't exported to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS Cluster Control Plane Logs</a> in the
31
+ * aren't exported to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS Cluster control plane logs</a> in the
33
32
  * <i>
34
33
  * <i>Amazon EKS User Guide</i>
35
34
  * </i>.</p>
@@ -87,6 +86,9 @@ export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigRes
87
86
  * ],
88
87
  * },
89
88
  * clientRequestToken: "STRING_VALUE",
89
+ * accessConfig: { // UpdateAccessConfigRequest
90
+ * authenticationMode: "API" || "API_AND_CONFIG_MAP" || "CONFIG_MAP",
91
+ * },
90
92
  * };
91
93
  * const command = new UpdateClusterConfigCommand(input);
92
94
  * const response = await client.send(command);
@@ -94,10 +96,10 @@ export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigRes
94
96
  * // update: { // Update
95
97
  * // id: "STRING_VALUE",
96
98
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
97
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate",
99
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate",
98
100
  * // params: [ // UpdateParams
99
101
  * // { // UpdateParam
100
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets",
102
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode",
101
103
  * // value: "STRING_VALUE",
102
104
  * // },
103
105
  * // ],
@@ -140,9 +142,8 @@ export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigRes
140
142
  *
141
143
  * @throws {@link ResourceNotFoundException} (client fault)
142
144
  * <p>The specified resource could not be found. You can view your available clusters with
143
- * <a>ListClusters</a>. You can view your available managed node groups with
144
- * <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
145
- * Region-specific.</p>
145
+ * <code>ListClusters</code>. You can view your available managed node groups with
146
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
146
147
  *
147
148
  * @throws {@link ServerException} (server fault)
148
149
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -50,10 +50,10 @@ export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionR
50
50
  * // update: { // Update
51
51
  * // id: "STRING_VALUE",
52
52
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
53
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate",
53
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate",
54
54
  * // params: [ // UpdateParams
55
55
  * // { // UpdateParam
56
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets",
56
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode",
57
57
  * // value: "STRING_VALUE",
58
58
  * // },
59
59
  * // ],
@@ -96,9 +96,8 @@ export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionR
96
96
  *
97
97
  * @throws {@link ResourceNotFoundException} (client fault)
98
98
  * <p>The specified resource could not be found. You can view your available clusters with
99
- * <a>ListClusters</a>. You can view your available managed node groups with
100
- * <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
101
- * Region-specific.</p>
99
+ * <code>ListClusters</code>. You can view your available managed node groups with
100
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
102
101
  *
103
102
  * @throws {@link ServerException} (server fault)
104
103
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -85,9 +85,8 @@ export interface UpdateEksAnywhereSubscriptionCommandOutput extends UpdateEksAny
85
85
  *
86
86
  * @throws {@link ResourceNotFoundException} (client fault)
87
87
  * <p>The specified resource could not be found. You can view your available clusters with
88
- * <a>ListClusters</a>. You can view your available managed node groups with
89
- * <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
90
- * Region-specific.</p>
88
+ * <code>ListClusters</code>. You can view your available managed node groups with
89
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
91
90
  *
92
91
  * @throws {@link ServerException} (server fault)
93
92
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -77,10 +77,10 @@ export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfi
77
77
  * // update: { // Update
78
78
  * // id: "STRING_VALUE",
79
79
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
80
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate",
80
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate",
81
81
  * // params: [ // UpdateParams
82
82
  * // { // UpdateParam
83
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets",
83
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode",
84
84
  * // value: "STRING_VALUE",
85
85
  * // },
86
86
  * // ],
@@ -123,9 +123,8 @@ export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfi
123
123
  *
124
124
  * @throws {@link ResourceNotFoundException} (client fault)
125
125
  * <p>The specified resource could not be found. You can view your available clusters with
126
- * <a>ListClusters</a>. You can view your available managed node groups with
127
- * <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
128
- * Region-specific.</p>
126
+ * <code>ListClusters</code>. You can view your available managed node groups with
127
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
129
128
  *
130
129
  * @throws {@link ServerException} (server fault)
131
130
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -39,10 +39,10 @@ export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVers
39
39
  * <i>Amazon EKS User Guide</i>. </p>
40
40
  * <p>You cannot roll back a node group to an earlier Kubernetes version or AMI version.</p>
41
41
  * <p>When a node in a managed node group is terminated due to a scaling action or update,
42
- * the pods in that node are drained first. Amazon EKS attempts to drain the nodes
43
- * gracefully and will fail if it is unable to do so. You can <code>force</code> the update
44
- * if Amazon EKS is unable to drain the nodes as a result of a pod disruption
45
- * budget issue.</p>
42
+ * every <code>Pod</code> on that node is drained first. Amazon EKS attempts to
43
+ * drain the nodes gracefully and will fail if it is unable to do so. You can
44
+ * <code>force</code> the update if Amazon EKS is unable to drain the nodes as
45
+ * a result of a <code>Pod</code> disruption budget issue.</p>
46
46
  * @example
47
47
  * Use a bare-bones client and the command you need to make an API call.
48
48
  * ```javascript
@@ -68,10 +68,10 @@ export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVers
68
68
  * // update: { // Update
69
69
  * // id: "STRING_VALUE",
70
70
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
71
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate",
71
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate",
72
72
  * // params: [ // UpdateParams
73
73
  * // { // UpdateParam
74
- * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets",
74
+ * // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode",
75
75
  * // value: "STRING_VALUE",
76
76
  * // },
77
77
  * // ],
@@ -114,9 +114,8 @@ export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVers
114
114
  *
115
115
  * @throws {@link ResourceNotFoundException} (client fault)
116
116
  * <p>The specified resource could not be found. You can view your available clusters with
117
- * <a>ListClusters</a>. You can view your available managed node groups with
118
- * <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
119
- * Region-specific.</p>
117
+ * <code>ListClusters</code>. You can view your available managed node groups with
118
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
120
119
  *
121
120
  * @throws {@link ServerException} (server fault)
122
121
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -25,7 +25,7 @@ export interface UpdatePodIdentityAssociationCommandOutput extends UpdatePodIden
25
25
  * @public
26
26
  * <p>Updates a EKS Pod Identity association. Only the IAM role can be changed; an association can't be moved
27
27
  * between clusters, namespaces, or service accounts. If you need to edit the namespace
28
- * or service account, you need to remove the association and then create a new
28
+ * or service account, you need to delete the association and then create a new
29
29
  * association with your desired settings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,9 +75,8 @@ export interface UpdatePodIdentityAssociationCommandOutput extends UpdatePodIden
75
75
  *
76
76
  * @throws {@link ResourceNotFoundException} (client fault)
77
77
  * <p>The specified resource could not be found. You can view your available clusters with
78
- * <a>ListClusters</a>. You can view your available managed node groups with
79
- * <a>ListNodegroups</a>. Amazon EKS clusters and node groups are
80
- * Region-specific.</p>
78
+ * <code>ListClusters</code>. You can view your available managed node groups with
79
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
81
80
  *
82
81
  * @throws {@link ServerException} (server fault)
83
82
  * <p>These errors are usually caused by a server-side issue.</p>
@@ -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";
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
3
- * for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain your
4
- * own Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,
5
- * scaling, and management of containerized applications. </p>
3
+ * for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own
4
+ * Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,
5
+ * scaling, and management of containerized applications.</p>
6
6
  * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so you
7
7
  * can use all the existing plugins and tooling from the Kubernetes community. Applications
8
8
  * running on Amazon EKS are fully compatible with applications running on any