@aws-sdk/client-eks 3.734.0 → 3.735.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 +2 -1
- package/dist-cjs/index.js +7 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-types/EKS.d.ts +2 -1
- package/dist-types/EKSClient.d.ts +2 -1
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +3 -2
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +3 -2
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +2 -1
- package/dist-types/commands/CreateAddonCommand.d.ts +4 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +4 -2
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +3 -2
- package/dist-types/commands/CreateNodegroupCommand.d.ts +2 -0
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAddonCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -1
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddonCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -1
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeUpdateCommand.d.ts +3 -2
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +3 -2
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +2 -1
- package/dist-types/commands/ListAddonsCommand.d.ts +2 -1
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
- package/dist-types/commands/ListNodegroupsCommand.d.ts +5 -3
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListUpdatesCommand.d.ts +4 -2
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAddonCommand.d.ts +3 -2
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +7 -4
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +5 -4
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +3 -2
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +137 -69
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/package.json +1 -1
|
@@ -92,7 +92,8 @@ declare const ListInsightsCommand_base: {
|
|
|
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
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
|
|
95
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
96
|
+
* specific.</p>
|
|
96
97
|
*
|
|
97
98
|
* @throws {@link ServerException} (server fault)
|
|
98
99
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -24,10 +24,11 @@ export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __M
|
|
|
24
24
|
declare const ListNodegroupsCommand_base: {
|
|
25
25
|
new (input: ListNodegroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: ListNodegroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the managed node groups associated with the specified cluster in your Amazon Web Services
|
|
30
|
+
* <p>Lists the managed node groups associated with the specified cluster in your Amazon Web Services
|
|
31
|
+
* account in the specified Amazon Web Services Region. Self-managed node
|
|
31
32
|
* groups aren't listed.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,7 +70,8 @@ declare const ListNodegroupsCommand_base: {
|
|
|
69
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
71
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
71
72
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
72
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
73
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
74
|
+
* specific.</p>
|
|
73
75
|
*
|
|
74
76
|
* @throws {@link ServerException} (server fault)
|
|
75
77
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -77,7 +77,8 @@ declare const ListPodIdentityAssociationsCommand_base: {
|
|
|
77
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
78
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
79
79
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
80
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
80
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
81
|
+
* specific.</p>
|
|
81
82
|
*
|
|
82
83
|
* @throws {@link ServerException} (server fault)
|
|
83
84
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -27,7 +27,8 @@ declare const ListUpdatesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists the updates associated with an Amazon EKS resource in your Amazon Web Services
|
|
30
|
+
* <p>Lists the updates associated with an Amazon EKS resource in your Amazon Web Services
|
|
31
|
+
* account, in the specified Amazon Web Services Region.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -70,7 +71,8 @@ declare const ListUpdatesCommand_base: {
|
|
|
70
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
72
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
72
73
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
73
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
74
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
75
|
+
* specific.</p>
|
|
74
76
|
*
|
|
75
77
|
* @throws {@link ServerException} (server fault)
|
|
76
78
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -82,7 +82,8 @@ declare const UpdateAccessEntryCommand_base: {
|
|
|
82
82
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
83
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
84
84
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
85
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
85
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
86
|
+
* specific.</p>
|
|
86
87
|
*
|
|
87
88
|
* @throws {@link ServerException} (server fault)
|
|
88
89
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -58,7 +58,7 @@ declare const UpdateAddonCommand_base: {
|
|
|
58
58
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
59
59
|
* // params: [ // UpdateParams
|
|
60
60
|
* // { // UpdateParam
|
|
61
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
61
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
62
62
|
* // value: "STRING_VALUE",
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
@@ -102,7 +102,8 @@ declare const UpdateAddonCommand_base: {
|
|
|
102
102
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
103
103
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
104
104
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
105
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
105
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
106
|
+
* specific.</p>
|
|
106
107
|
*
|
|
107
108
|
* @throws {@link ServerException} (server fault)
|
|
108
109
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -32,7 +32,8 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
32
32
|
* to track the status of your cluster update with <code>DescribeUpdate</code>"/>.</p>
|
|
33
33
|
* <p>You can use this API operation to enable or disable exporting the Kubernetes control plane
|
|
34
34
|
* logs for your cluster to CloudWatch Logs. By default, cluster control plane logs
|
|
35
|
-
* 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
|
|
35
|
+
* 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
|
|
36
|
+
* Cluster control plane logs</a> in the
|
|
36
37
|
* <i>
|
|
37
38
|
* <i>Amazon EKS User Guide</i>
|
|
38
39
|
* </i>.</p>
|
|
@@ -43,7 +44,8 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
43
44
|
* </note>
|
|
44
45
|
* <p>You can also use this API operation to enable or disable public and private access to
|
|
45
46
|
* your cluster's Kubernetes API server endpoint. By default, public access is enabled, and
|
|
46
|
-
* private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS
|
|
47
|
+
* private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS
|
|
48
|
+
* cluster endpoint access control</a> in the
|
|
47
49
|
* <i>
|
|
48
50
|
* <i>Amazon EKS User Guide</i>
|
|
49
51
|
* </i>.</p>
|
|
@@ -130,7 +132,7 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
130
132
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
131
133
|
* // params: [ // UpdateParams
|
|
132
134
|
* // { // UpdateParam
|
|
133
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
135
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
134
136
|
* // value: "STRING_VALUE",
|
|
135
137
|
* // },
|
|
136
138
|
* // ],
|
|
@@ -174,7 +176,8 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
174
176
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
175
177
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
176
178
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
177
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
179
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
180
|
+
* specific.</p>
|
|
178
181
|
*
|
|
179
182
|
* @throws {@link ServerException} (server fault)
|
|
180
183
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -34,8 +34,8 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
34
34
|
* an update, the cluster status moves to <code>UPDATING</code> (this status transition is
|
|
35
35
|
* eventually consistent). When the update is complete (either <code>Failed</code> or
|
|
36
36
|
* <code>Successful</code>), the cluster status moves to <code>Active</code>.</p>
|
|
37
|
-
* <p>If your cluster has managed node groups attached to it, all of your node groups
|
|
38
|
-
* versions must match the cluster
|
|
37
|
+
* <p>If your cluster has managed node groups attached to it, all of your node groups' Kubernetes
|
|
38
|
+
* versions must match the cluster's Kubernetes version in order to update the cluster to a new
|
|
39
39
|
* Kubernetes version.</p>
|
|
40
40
|
* @example
|
|
41
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -57,7 +57,7 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
57
57
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
58
58
|
* // params: [ // UpdateParams
|
|
59
59
|
* // { // UpdateParam
|
|
60
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
60
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
61
61
|
* // value: "STRING_VALUE",
|
|
62
62
|
* // },
|
|
63
63
|
* // ],
|
|
@@ -101,7 +101,8 @@ declare const UpdateClusterVersionCommand_base: {
|
|
|
101
101
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
102
102
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
103
103
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
104
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
104
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
105
|
+
* specific.</p>
|
|
105
106
|
*
|
|
106
107
|
* @throws {@link ServerException} (server fault)
|
|
107
108
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -90,7 +90,8 @@ declare const UpdateEksAnywhereSubscriptionCommand_base: {
|
|
|
90
90
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
91
91
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
92
92
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
93
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
93
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
94
|
+
* specific.</p>
|
|
94
95
|
*
|
|
95
96
|
* @throws {@link ServerException} (server fault)
|
|
96
97
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -29,8 +29,8 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Updates an Amazon EKS managed node group configuration. Your node group
|
|
31
31
|
* continues to function during the update. The response output includes an update ID that
|
|
32
|
-
* you can use to track the status of your node group update with the <a>DescribeUpdate</a> API operation.
|
|
33
|
-
* for a node group
|
|
32
|
+
* you can use to track the status of your node group update with the <a>DescribeUpdate</a> API operation. You can update the Kubernetes labels and taints
|
|
33
|
+
* for a node group and the scaling and version update configuration.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -72,6 +72,7 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
72
72
|
* updateConfig: { // NodegroupUpdateConfig
|
|
73
73
|
* maxUnavailable: Number("int"),
|
|
74
74
|
* maxUnavailablePercentage: Number("int"),
|
|
75
|
+
* updateStrategy: "DEFAULT" || "MINIMAL",
|
|
75
76
|
* },
|
|
76
77
|
* nodeRepairConfig: { // NodeRepairConfig
|
|
77
78
|
* enabled: true || false,
|
|
@@ -87,7 +88,7 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
87
88
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
88
89
|
* // params: [ // UpdateParams
|
|
89
90
|
* // { // UpdateParam
|
|
90
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
91
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
91
92
|
* // value: "STRING_VALUE",
|
|
92
93
|
* // },
|
|
93
94
|
* // ],
|
|
@@ -131,7 +132,8 @@ declare const UpdateNodegroupConfigCommand_base: {
|
|
|
131
132
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
132
133
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
133
134
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
134
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
135
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
136
|
+
* specific.</p>
|
|
135
137
|
*
|
|
136
138
|
* @throws {@link ServerException} (server fault)
|
|
137
139
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -75,7 +75,7 @@ declare const UpdateNodegroupVersionCommand_base: {
|
|
|
75
75
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
76
76
|
* // params: [ // UpdateParams
|
|
77
77
|
* // { // UpdateParam
|
|
78
|
-
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
78
|
+
* // type: "Version" || "PlatformVersion" || "EndpointPrivateAccess" || "EndpointPublicAccess" || "ClusterLogging" || "DesiredSize" || "LabelsToAdd" || "LabelsToRemove" || "TaintsToAdd" || "TaintsToRemove" || "MaxSize" || "MinSize" || "ReleaseVersion" || "PublicAccessCidrs" || "LaunchTemplateName" || "LaunchTemplateVersion" || "IdentityProviderConfig" || "EncryptionConfig" || "AddonVersion" || "ServiceAccountRoleArn" || "ResolveConflicts" || "MaxUnavailable" || "MaxUnavailablePercentage" || "NodeRepairEnabled" || "UpdateStrategy" || "ConfigurationValues" || "SecurityGroups" || "Subnets" || "AuthenticationMode" || "PodIdentityAssociations" || "UpgradePolicy" || "ZonalShiftConfig" || "ComputeConfig" || "StorageConfig" || "KubernetesNetworkConfig",
|
|
79
79
|
* // value: "STRING_VALUE",
|
|
80
80
|
* // },
|
|
81
81
|
* // ],
|
|
@@ -119,7 +119,8 @@ declare const UpdateNodegroupVersionCommand_base: {
|
|
|
119
119
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
120
120
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
121
121
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
122
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
122
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
123
|
+
* specific.</p>
|
|
123
124
|
*
|
|
124
125
|
* @throws {@link ServerException} (server fault)
|
|
125
126
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -81,7 +81,8 @@ declare const UpdatePodIdentityAssociationCommand_base: {
|
|
|
81
81
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
82
82
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
83
83
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
84
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
84
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
85
|
+
* specific.</p>
|
|
85
86
|
*
|
|
86
87
|
* @throws {@link ServerException} (server fault)
|
|
87
88
|
* <p>These errors are usually caused by a server-side issue.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
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
|
|
9
9
|
* standard Kubernetes environment, whether running in on-premises data centers or public
|
|
10
|
-
* clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
|
|
10
|
+
* clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
|
|
11
|
+
* without any code modification required.</p>
|
|
11
12
|
*
|
|
12
13
|
* @packageDocumentation
|
|
13
14
|
*/
|