Skip to content

Commit e2ec053

Browse files
author
awstools
committed
feat(client-opensearchserverless): Adds support for updating the vector options field for existing collections.
1 parent 7f93210 commit e2ec053

29 files changed

+6687
-6639
lines changed

clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
7070
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
7171
*
7272
* @throws {@link ConflictException} (client fault)
73-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
73+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
7474
*
7575
* @throws {@link InternalServerException} (server fault)
7676
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export interface CreateCollectionCommandOutput extends CreateCollectionResponse,
9191
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
9292
*
9393
* @throws {@link ConflictException} (client fault)
94-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
94+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
9595
*
9696
* @throws {@link InternalServerException} (server fault)
9797
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

clients/client-opensearchserverless/src/commands/CreateCollectionGroupCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export interface CreateCollectionGroupCommandOutput extends CreateCollectionGrou
9292
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
9393
*
9494
* @throws {@link ConflictException} (client fault)
95-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
95+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
9696
*
9797
* @throws {@link InternalServerException} (server fault)
9898
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

clients/client-opensearchserverless/src/commands/CreateIndexCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
5858
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
5959
*
6060
* @throws {@link ConflictException} (client fault)
61-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
61+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
6262
*
6363
* @throws {@link InternalServerException} (server fault)
6464
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

clients/client-opensearchserverless/src/commands/CreateLifecyclePolicyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface CreateLifecyclePolicyCommandOutput extends CreateLifecyclePolic
7070
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
7171
*
7272
* @throws {@link ConflictException} (client fault)
73-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
73+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
7474
*
7575
* @throws {@link InternalServerException} (server fault)
7676
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export interface CreateSecurityConfigCommandOutput extends CreateSecurityConfigR
103103
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
104104
*
105105
* @throws {@link ConflictException} (client fault)
106-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
106+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
107107
*
108108
* @throws {@link InternalServerException} (server fault)
109109
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface CreateSecurityPolicyCommandOutput extends CreateSecurityPolicyR
7070
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
7171
*
7272
* @throws {@link ConflictException} (client fault)
73-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
73+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
7474
*
7575
* @throws {@link InternalServerException} (server fault)
7676
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointRespons
7070
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
7171
*
7272
* @throws {@link ConflictException} (client fault)
73-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
73+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
7474
*
7575
* @throws {@link InternalServerException} (server fault)
7676
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyRespo
5858
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
5959
*
6060
* @throws {@link ConflictException} (client fault)
61-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
61+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
6262
*
6363
* @throws {@link InternalServerException} (server fault)
6464
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface DeleteCollectionCommandOutput extends DeleteCollectionResponse,
6363
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
6464
*
6565
* @throws {@link ConflictException} (client fault)
66-
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created.</p>
66+
* <p>When creating a resource, thrown when a resource with the same name already exists or is being created. When deleting a resource, thrown when the resource is not in the ACTIVE, FAILED, or UPDATE_FAILED state.</p>
6767
*
6868
* @throws {@link InternalServerException} (server fault)
6969
* <p>Thrown when an error internal to the service occurs while processing a request.</p>

0 commit comments

Comments
 (0)