Skip to content

Commit e914c59

Browse files
author
awstools
committed
feat(client-eks): Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups
1 parent 7945cec commit e914c59

File tree

4 files changed

+78
-65
lines changed

4 files changed

+78
-65
lines changed

clients/client-eks/src/EKS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ export class EKS extends EKSClient {
794794

795795
/**
796796
* <p>Returns descriptive information about an update against your Amazon EKS
797-
* cluster or associated managed node group.</p>
797+
* cluster or associated managed node group or Amazon EKS add-on.</p>
798798
* <p>When the status of the update is <code>Succeeded</code>, the update is complete. If an
799799
* update fails, the status is <code>Failed</code>, and an error detail explains the reason
800800
* for the failure.</p>

clients/client-eks/src/commands/DescribeUpdateCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __M
2424

2525
/**
2626
* <p>Returns descriptive information about an update against your Amazon EKS
27-
* cluster or associated managed node group.</p>
27+
* cluster or associated managed node group or Amazon EKS add-on.</p>
2828
* <p>When the status of the update is <code>Succeeded</code>, the update is complete. If an
2929
* update fails, the status is <code>Failed</code>, and an error detail explains the reason
3030
* for the failure.</p>

0 commit comments

Comments
 (0)