Skip to content

Commit

Permalink
feat(client-eks): Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x8…
Browse files Browse the repository at this point in the history
…6_64_NVIDIA AMI types to EKS managed nodegroups
  • Loading branch information
awstools committed May 10, 2022
1 parent 7945cec commit e914c59
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 65 deletions.
2 changes: 1 addition & 1 deletion clients/client-eks/src/EKS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ export class EKS extends EKSClient {

/**
* <p>Returns descriptive information about an update against your Amazon EKS
* cluster or associated managed node group.</p>
* cluster or associated managed node group or Amazon EKS add-on.</p>
* <p>When the status of the update is <code>Succeeded</code>, the update is complete. If an
* update fails, the status is <code>Failed</code>, and an error detail explains the reason
* for the failure.</p>
Expand Down
2 changes: 1 addition & 1 deletion clients/client-eks/src/commands/DescribeUpdateCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __M

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

0 comments on commit e914c59

Please sign in to comment.