Skip to content

Commit

Permalink
fix: address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Jun 10, 2024
1 parent 672dca5 commit ab423c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/aws-cdk-lib/aws-opensearchservice/lib/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ export class EngineVersion {
/** AWS OpenSearch 2.9 */
public static readonly OPENSEARCH_2_9 = EngineVersion.openSearch('2.9');

/** AWS OpenSearch 2.10 */
public static readonly OPENSEARCH_2_10 = EngineVersion.openSearch('2.10');

/**
* AWS OpenSearch 2.11
* AWS OpenSearch 2.10
* @deprecated use latest version of the OpenSearch engine
**/
public static readonly OPENSEARCH_2_10 = EngineVersion.openSearch('2.10');

/** AWS OpenSearch 2.11 */
public static readonly OPENSEARCH_2_11 = EngineVersion.openSearch('2.11');

/** AWS OpenSearch 2.13 */
Expand Down

0 comments on commit ab423c1

Please sign in to comment.