@aws-sdk/client-eks 3.731.1 → 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 +34 -34
package/README.md
CHANGED
|
@@ -14,7 +14,8 @@ scaling, and management of containerized applications.</p>
|
|
|
14
14
|
can use all the existing plugins and tooling from the Kubernetes community. Applications
|
|
15
15
|
running on Amazon EKS are fully compatible with applications running on any
|
|
16
16
|
standard Kubernetes environment, whether running in on-premises data centers or public
|
|
17
|
-
clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
|
|
17
|
+
clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
|
|
18
|
+
without any code modification required.</p>
|
|
18
19
|
|
|
19
20
|
## Installing
|
|
20
21
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -98,6 +98,7 @@ __export(src_exports, {
|
|
|
98
98
|
LogType: () => LogType,
|
|
99
99
|
NodegroupIssueCode: () => NodegroupIssueCode,
|
|
100
100
|
NodegroupStatus: () => NodegroupStatus,
|
|
101
|
+
NodegroupUpdateStrategies: () => NodegroupUpdateStrategies,
|
|
101
102
|
NotFoundException: () => NotFoundException,
|
|
102
103
|
RegisterClusterCommand: () => RegisterClusterCommand,
|
|
103
104
|
ResolveConflicts: () => ResolveConflicts,
|
|
@@ -629,6 +630,7 @@ var UpdateParamType = {
|
|
|
629
630
|
SUBNETS: "Subnets",
|
|
630
631
|
TAINTS_TO_ADD: "TaintsToAdd",
|
|
631
632
|
TAINTS_TO_REMOVE: "TaintsToRemove",
|
|
633
|
+
UPDATE_STRATEGY: "UpdateStrategy",
|
|
632
634
|
UPGRADE_POLICY: "UpgradePolicy",
|
|
633
635
|
VERSION: "Version",
|
|
634
636
|
ZONAL_SHIFT_CONFIG: "ZonalShiftConfig"
|
|
@@ -901,6 +903,10 @@ var TaintEffect = {
|
|
|
901
903
|
NO_SCHEDULE: "NO_SCHEDULE",
|
|
902
904
|
PREFER_NO_SCHEDULE: "PREFER_NO_SCHEDULE"
|
|
903
905
|
};
|
|
906
|
+
var NodegroupUpdateStrategies = {
|
|
907
|
+
DEFAULT: "DEFAULT",
|
|
908
|
+
MINIMAL: "MINIMAL"
|
|
909
|
+
};
|
|
904
910
|
var NodegroupIssueCode = {
|
|
905
911
|
ACCESS_DENIED: "AccessDenied",
|
|
906
912
|
AMI_ID_NOT_FOUND: "AmiIdNotFound",
|
|
@@ -4688,6 +4694,7 @@ var waitUntilNodegroupDeleted = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
4688
4694
|
FargateProfileStatus,
|
|
4689
4695
|
CapacityTypes,
|
|
4690
4696
|
TaintEffect,
|
|
4697
|
+
NodegroupUpdateStrategies,
|
|
4691
4698
|
NodegroupIssueCode,
|
|
4692
4699
|
NodegroupStatus,
|
|
4693
4700
|
ClusterVersionStatus,
|
|
@@ -195,6 +195,7 @@ export const UpdateParamType = {
|
|
|
195
195
|
SUBNETS: "Subnets",
|
|
196
196
|
TAINTS_TO_ADD: "TaintsToAdd",
|
|
197
197
|
TAINTS_TO_REMOVE: "TaintsToRemove",
|
|
198
|
+
UPDATE_STRATEGY: "UpdateStrategy",
|
|
198
199
|
UPGRADE_POLICY: "UpgradePolicy",
|
|
199
200
|
VERSION: "Version",
|
|
200
201
|
ZONAL_SHIFT_CONFIG: "ZonalShiftConfig",
|
|
@@ -384,6 +385,10 @@ export const TaintEffect = {
|
|
|
384
385
|
NO_SCHEDULE: "NO_SCHEDULE",
|
|
385
386
|
PREFER_NO_SCHEDULE: "PREFER_NO_SCHEDULE",
|
|
386
387
|
};
|
|
388
|
+
export const NodegroupUpdateStrategies = {
|
|
389
|
+
DEFAULT: "DEFAULT",
|
|
390
|
+
MINIMAL: "MINIMAL",
|
|
391
|
+
};
|
|
387
392
|
export const NodegroupIssueCode = {
|
|
388
393
|
ACCESS_DENIED: "AccessDenied",
|
|
389
394
|
AMI_ID_NOT_FOUND: "AmiIdNotFound",
|
package/dist-types/EKS.d.ts
CHANGED
|
@@ -415,7 +415,8 @@ export interface EKS {
|
|
|
415
415
|
* can use all the existing plugins and tooling from the Kubernetes community. Applications
|
|
416
416
|
* running on Amazon EKS are fully compatible with applications running on any
|
|
417
417
|
* standard Kubernetes environment, whether running in on-premises data centers or public
|
|
418
|
-
* clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
|
|
418
|
+
* clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
|
|
419
|
+
* without any code modification required.</p>
|
|
419
420
|
* @public
|
|
420
421
|
*/
|
|
421
422
|
export declare class EKS extends EKSClient implements EKS {
|
|
@@ -234,7 +234,8 @@ export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
|
|
|
234
234
|
* can use all the existing plugins and tooling from the Kubernetes community. Applications
|
|
235
235
|
* running on Amazon EKS are fully compatible with applications running on any
|
|
236
236
|
* standard Kubernetes environment, whether running in on-premises data centers or public
|
|
237
|
-
* clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
|
|
237
|
+
* clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS
|
|
238
|
+
* without any code modification required.</p>
|
|
238
239
|
* @public
|
|
239
240
|
*/
|
|
240
241
|
export declare class EKSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EKSClientResolvedConfig> {
|
|
@@ -84,7 +84,8 @@ declare const AssociateAccessPolicyCommand_base: {
|
|
|
84
84
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
85
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
86
86
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
87
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
87
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
88
|
+
* specific.</p>
|
|
88
89
|
*
|
|
89
90
|
* @throws {@link ServerException} (server fault)
|
|
90
91
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -60,7 +60,7 @@ declare const AssociateEncryptionConfigCommand_base: {
|
|
|
60
60
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
61
61
|
* // params: [ // UpdateParams
|
|
62
62
|
* // { // UpdateParam
|
|
63
|
-
* // 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",
|
|
63
|
+
* // 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",
|
|
64
64
|
* // value: "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
66
|
* // ],
|
|
@@ -104,7 +104,8 @@ declare const AssociateEncryptionConfigCommand_base: {
|
|
|
104
104
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
105
105
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
106
106
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
107
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
107
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
108
|
+
* specific.</p>
|
|
108
109
|
*
|
|
109
110
|
* @throws {@link ServerException} (server fault)
|
|
110
111
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -69,7 +69,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
|
|
|
69
69
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
70
70
|
* // params: [ // UpdateParams
|
|
71
71
|
* // { // UpdateParam
|
|
72
|
-
* // 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",
|
|
72
|
+
* // 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",
|
|
73
73
|
* // value: "STRING_VALUE",
|
|
74
74
|
* // },
|
|
75
75
|
* // ],
|
|
@@ -116,7 +116,8 @@ declare const AssociateIdentityProviderConfigCommand_base: {
|
|
|
116
116
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
117
117
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
118
118
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
119
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
119
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
120
|
+
* specific.</p>
|
|
120
121
|
*
|
|
121
122
|
* @throws {@link ServerException} (server fault)
|
|
122
123
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -104,7 +104,8 @@ declare const CreateAccessEntryCommand_base: {
|
|
|
104
104
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
105
105
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
106
106
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
107
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
107
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
108
|
+
* specific.</p>
|
|
108
109
|
*
|
|
109
110
|
* @throws {@link ServerException} (server fault)
|
|
110
111
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -30,7 +30,8 @@ declare const CreateAddonCommand_base: {
|
|
|
30
30
|
* <p>Creates an Amazon EKS add-on.</p>
|
|
31
31
|
* <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
|
|
32
32
|
* of common operational software for Amazon EKS clusters. For more information,
|
|
33
|
-
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS
|
|
33
|
+
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS
|
|
34
|
+
* add-ons</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
34
35
|
* @example
|
|
35
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
37
|
* ```javascript
|
|
@@ -121,7 +122,8 @@ declare const CreateAddonCommand_base: {
|
|
|
121
122
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
122
123
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
123
124
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
124
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
125
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
126
|
+
* specific.</p>
|
|
125
127
|
*
|
|
126
128
|
* @throws {@link ServerException} (server fault)
|
|
127
129
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -30,7 +30,8 @@ declare const CreateClusterCommand_base: {
|
|
|
30
30
|
* <p>Creates an Amazon EKS control plane.</p>
|
|
31
31
|
* <p>The Amazon EKS control plane consists of control plane instances that run the
|
|
32
32
|
* Kubernetes software, such as <code>etcd</code> and the API server. The control plane runs in
|
|
33
|
-
* an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS
|
|
33
|
+
* an account managed by Amazon Web Services, and the Kubernetes API is exposed by the Amazon EKS
|
|
34
|
+
* API server endpoint. Each Amazon EKS cluster control plane is
|
|
34
35
|
* single tenant and unique. It runs on its own set of Amazon EC2 instances.</p>
|
|
35
36
|
* <p>The cluster control plane is provisioned across multiple Availability Zones and
|
|
36
37
|
* fronted by an Elastic Load Balancing
|
|
@@ -44,7 +45,8 @@ declare const CreateClusterCommand_base: {
|
|
|
44
45
|
* <p>You can use the <code>endpointPublicAccess</code> and
|
|
45
46
|
* <code>endpointPrivateAccess</code> parameters to enable or disable public and
|
|
46
47
|
* private access to your cluster's Kubernetes API server endpoint. By default, public access is
|
|
47
|
-
* enabled, and private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS
|
|
48
|
+
* enabled, and private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS
|
|
49
|
+
* Cluster Endpoint Access Control</a> in the
|
|
48
50
|
* <i>
|
|
49
51
|
* <i>Amazon EKS User Guide</i>
|
|
50
52
|
* </i>. </p>
|
|
@@ -32,7 +32,7 @@ declare const CreateFargateProfileCommand_base: {
|
|
|
32
32
|
* pods on Fargate.</p>
|
|
33
33
|
* <p>The Fargate profile allows an administrator to declare which pods run
|
|
34
34
|
* on Fargate and specify which pods run on which Fargate
|
|
35
|
-
* profile. This declaration is done through the profile
|
|
35
|
+
* profile. This declaration is done through the profile's selectors. Each profile can have
|
|
36
36
|
* up to five selectors that contain a namespace and labels. A namespace is required for
|
|
37
37
|
* every selector. The label field consists of multiple optional key-value pairs. Pods that
|
|
38
38
|
* match the selectors are scheduled on Fargate. If a to-be-scheduled pod
|
|
@@ -44,7 +44,8 @@ declare const CreateFargateProfileCommand_base: {
|
|
|
44
44
|
* Access Control</a> (RBAC) for authorization so that the <code>kubelet</code>
|
|
45
45
|
* that is running on the Fargate infrastructure can register with your
|
|
46
46
|
* Amazon EKS cluster so that it can appear in your cluster as a node. The pod
|
|
47
|
-
* execution role also provides IAM permissions to the Fargate infrastructure to
|
|
47
|
+
* execution role also provides IAM permissions to the Fargate infrastructure to
|
|
48
|
+
* allow read access to Amazon ECR image repositories. For
|
|
48
49
|
* more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">Pod Execution Role</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
49
50
|
* <p>Fargate profiles are immutable. However, you can create a new updated
|
|
50
51
|
* profile to replace an existing profile and then delete the original after the updated
|
|
@@ -91,6 +91,7 @@ declare const CreateNodegroupCommand_base: {
|
|
|
91
91
|
* updateConfig: { // NodegroupUpdateConfig
|
|
92
92
|
* maxUnavailable: Number("int"),
|
|
93
93
|
* maxUnavailablePercentage: Number("int"),
|
|
94
|
+
* updateStrategy: "DEFAULT" || "MINIMAL",
|
|
94
95
|
* },
|
|
95
96
|
* nodeRepairConfig: { // NodeRepairConfig
|
|
96
97
|
* enabled: true || false,
|
|
@@ -162,6 +163,7 @@ declare const CreateNodegroupCommand_base: {
|
|
|
162
163
|
* // updateConfig: { // NodegroupUpdateConfig
|
|
163
164
|
* // maxUnavailable: Number("int"),
|
|
164
165
|
* // maxUnavailablePercentage: Number("int"),
|
|
166
|
+
* // updateStrategy: "DEFAULT" || "MINIMAL",
|
|
165
167
|
* // },
|
|
166
168
|
* // nodeRepairConfig: { // NodeRepairConfig
|
|
167
169
|
* // enabled: true || false,
|
|
@@ -98,7 +98,8 @@ declare const CreatePodIdentityAssociationCommand_base: {
|
|
|
98
98
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
99
99
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
100
100
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
101
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
101
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
102
|
+
* specific.</p>
|
|
102
103
|
*
|
|
103
104
|
* @throws {@link ServerException} (server fault)
|
|
104
105
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -60,7 +60,8 @@ declare const DeleteAccessEntryCommand_base: {
|
|
|
60
60
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
61
61
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
62
62
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
63
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
63
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
64
|
+
* specific.</p>
|
|
64
65
|
*
|
|
65
66
|
* @throws {@link ServerException} (server fault)
|
|
66
67
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -104,7 +104,8 @@ declare const DeleteAddonCommand_base: {
|
|
|
104
104
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
105
105
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
106
106
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
107
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
107
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
108
|
+
* specific.</p>
|
|
108
109
|
*
|
|
109
110
|
* @throws {@link ServerException} (server fault)
|
|
110
111
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -190,7 +190,8 @@ declare const DeleteClusterCommand_base: {
|
|
|
190
190
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
191
191
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
192
192
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
193
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
193
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
194
|
+
* specific.</p>
|
|
194
195
|
*
|
|
195
196
|
* @throws {@link ServerException} (server fault)
|
|
196
197
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -86,7 +86,8 @@ declare const DeleteEksAnywhereSubscriptionCommand_base: {
|
|
|
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
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
|
|
89
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
90
|
+
* specific.</p>
|
|
90
91
|
*
|
|
91
92
|
* @throws {@link ServerException} (server fault)
|
|
92
93
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -106,7 +106,8 @@ declare const DeleteFargateProfileCommand_base: {
|
|
|
106
106
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
107
107
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
108
108
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
109
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
109
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
110
|
+
* specific.</p>
|
|
110
111
|
*
|
|
111
112
|
* @throws {@link ServerException} (server fault)
|
|
112
113
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -101,6 +101,7 @@ declare const DeleteNodegroupCommand_base: {
|
|
|
101
101
|
* // updateConfig: { // NodegroupUpdateConfig
|
|
102
102
|
* // maxUnavailable: Number("int"),
|
|
103
103
|
* // maxUnavailablePercentage: Number("int"),
|
|
104
|
+
* // updateStrategy: "DEFAULT" || "MINIMAL",
|
|
104
105
|
* // },
|
|
105
106
|
* // nodeRepairConfig: { // NodeRepairConfig
|
|
106
107
|
* // enabled: true || false,
|
|
@@ -139,7 +140,8 @@ declare const DeleteNodegroupCommand_base: {
|
|
|
139
140
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
140
141
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
141
142
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
142
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
143
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
144
|
+
* specific.</p>
|
|
143
145
|
*
|
|
144
146
|
* @throws {@link ServerException} (server fault)
|
|
145
147
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -77,7 +77,8 @@ declare const DeletePodIdentityAssociationCommand_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>
|
|
@@ -192,7 +192,8 @@ declare const DeregisterClusterCommand_base: {
|
|
|
192
192
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
193
193
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
194
194
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
195
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
195
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
196
|
+
* specific.</p>
|
|
196
197
|
*
|
|
197
198
|
* @throws {@link ServerException} (server fault)
|
|
198
199
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -73,7 +73,8 @@ declare const DescribeAccessEntryCommand_base: {
|
|
|
73
73
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
74
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
75
75
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
76
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
76
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
77
|
+
* specific.</p>
|
|
77
78
|
*
|
|
78
79
|
* @throws {@link ServerException} (server fault)
|
|
79
80
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -101,7 +101,8 @@ declare const DescribeAddonCommand_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>
|
|
@@ -69,7 +69,8 @@ declare const DescribeAddonConfigurationCommand_base: {
|
|
|
69
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
70
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
71
71
|
* <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
|
|
72
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
73
|
+
* specific.</p>
|
|
73
74
|
*
|
|
74
75
|
* @throws {@link ServerException} (server fault)
|
|
75
76
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -107,7 +107,8 @@ declare const DescribeAddonVersionsCommand_base: {
|
|
|
107
107
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
108
108
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
109
109
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
110
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
110
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
111
|
+
* specific.</p>
|
|
111
112
|
*
|
|
112
113
|
* @throws {@link ServerException} (server fault)
|
|
113
114
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -188,7 +188,8 @@ declare const DescribeClusterCommand_base: {
|
|
|
188
188
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
189
189
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
190
190
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
191
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
191
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
192
|
+
* specific.</p>
|
|
192
193
|
*
|
|
193
194
|
* @throws {@link ServerException} (server fault)
|
|
194
195
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -79,7 +79,8 @@ declare const DescribeEksAnywhereSubscriptionCommand_base: {
|
|
|
79
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
80
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
81
81
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
82
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
82
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
83
|
+
* specific.</p>
|
|
83
84
|
*
|
|
84
85
|
* @throws {@link ServerException} (server fault)
|
|
85
86
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -96,7 +96,8 @@ declare const DescribeFargateProfileCommand_base: {
|
|
|
96
96
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
97
97
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
98
98
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
99
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
99
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
100
|
+
* specific.</p>
|
|
100
101
|
*
|
|
101
102
|
* @throws {@link ServerException} (server fault)
|
|
102
103
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -86,7 +86,8 @@ declare const DescribeIdentityProviderConfigCommand_base: {
|
|
|
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
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
|
|
89
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
90
|
+
* specific.</p>
|
|
90
91
|
*
|
|
91
92
|
* @throws {@link ServerException} (server fault)
|
|
92
93
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -114,7 +114,8 @@ declare const DescribeInsightCommand_base: {
|
|
|
114
114
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
115
115
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
116
116
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
117
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
117
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
118
|
+
* specific.</p>
|
|
118
119
|
*
|
|
119
120
|
* @throws {@link ServerException} (server fault)
|
|
120
121
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -101,6 +101,7 @@ declare const DescribeNodegroupCommand_base: {
|
|
|
101
101
|
* // updateConfig: { // NodegroupUpdateConfig
|
|
102
102
|
* // maxUnavailable: Number("int"),
|
|
103
103
|
* // maxUnavailablePercentage: Number("int"),
|
|
104
|
+
* // updateStrategy: "DEFAULT" || "MINIMAL",
|
|
104
105
|
* // },
|
|
105
106
|
* // nodeRepairConfig: { // NodeRepairConfig
|
|
106
107
|
* // enabled: true || false,
|
|
@@ -136,7 +137,8 @@ declare const DescribeNodegroupCommand_base: {
|
|
|
136
137
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
137
138
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
138
139
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
139
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
140
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
141
|
+
* specific.</p>
|
|
140
142
|
*
|
|
141
143
|
* @throws {@link ServerException} (server fault)
|
|
142
144
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -80,7 +80,8 @@ declare const DescribePodIdentityAssociationCommand_base: {
|
|
|
80
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
81
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
82
82
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
83
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
83
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
84
|
+
* specific.</p>
|
|
84
85
|
*
|
|
85
86
|
* @throws {@link ServerException} (server fault)
|
|
86
87
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -52,7 +52,7 @@ declare const DescribeUpdateCommand_base: {
|
|
|
52
52
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
53
53
|
* // params: [ // UpdateParams
|
|
54
54
|
* // { // UpdateParam
|
|
55
|
-
* // 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",
|
|
55
|
+
* // 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",
|
|
56
56
|
* // value: "STRING_VALUE",
|
|
57
57
|
* // },
|
|
58
58
|
* // ],
|
|
@@ -89,7 +89,8 @@ declare const DescribeUpdateCommand_base: {
|
|
|
89
89
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
90
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
91
91
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
92
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
92
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
93
|
+
* specific.</p>
|
|
93
94
|
*
|
|
94
95
|
* @throws {@link ServerException} (server fault)
|
|
95
96
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -58,7 +58,8 @@ declare const DisassociateAccessPolicyCommand_base: {
|
|
|
58
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
59
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
60
60
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
61
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
61
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
62
|
+
* specific.</p>
|
|
62
63
|
*
|
|
63
64
|
* @throws {@link ServerException} (server fault)
|
|
64
65
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -54,7 +54,7 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
|
54
54
|
* // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
|
|
55
55
|
* // params: [ // UpdateParams
|
|
56
56
|
* // { // UpdateParam
|
|
57
|
-
* // 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",
|
|
57
|
+
* // 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",
|
|
58
58
|
* // value: "STRING_VALUE",
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
|
@@ -98,7 +98,8 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
|
|
|
98
98
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
99
99
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
100
100
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
101
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
101
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
102
|
+
* specific.</p>
|
|
102
103
|
*
|
|
103
104
|
* @throws {@link ServerException} (server fault)
|
|
104
105
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -68,7 +68,8 @@ declare const ListAccessEntriesCommand_base: {
|
|
|
68
68
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
69
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
70
70
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
71
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
71
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
72
|
+
* specific.</p>
|
|
72
73
|
*
|
|
73
74
|
* @throws {@link ServerException} (server fault)
|
|
74
75
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -72,7 +72,8 @@ declare const ListAddonsCommand_base: {
|
|
|
72
72
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
73
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
74
74
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
75
|
-
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
75
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
76
|
+
* specific.</p>
|
|
76
77
|
*
|
|
77
78
|
* @throws {@link ServerException} (server fault)
|
|
78
79
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -76,7 +76,8 @@ declare const ListAssociatedAccessPoliciesCommand_base: {
|
|
|
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
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
|
|
79
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
80
|
+
* specific.</p>
|
|
80
81
|
*
|
|
81
82
|
* @throws {@link ServerException} (server fault)
|
|
82
83
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -69,7 +69,8 @@ declare const ListFargateProfilesCommand_base: {
|
|
|
69
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
70
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
71
71
|
* <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
|
|
72
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region
|
|
73
|
+
* specific.</p>
|
|
73
74
|
*
|
|
74
75
|
* @throws {@link ServerException} (server fault)
|
|
75
76
|
* <p>These errors are usually caused by a server-side issue.</p>
|
|
@@ -71,7 +71,8 @@ declare const ListIdentityProviderConfigsCommand_base: {
|
|
|
71
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
72
|
* <p>The specified resource could not be found. You can view your available clusters with
|
|
73
73
|
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
74
|
-
* <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>
|
|
75
76
|
*
|
|
76
77
|
* @throws {@link ServerException} (server fault)
|
|
77
78
|
* <p>These errors are usually caused by a server-side issue.</p>
|