@aws-sdk/client-opensearchserverless 3.300.0 → 3.302.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.
Files changed (42) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/models/models_0.js +31 -1
  3. package/dist-cjs/protocols/Aws_json1_0.js +56 -0
  4. package/dist-es/endpoint/ruleset.js +3 -3
  5. package/dist-es/models/models_0.js +28 -0
  6. package/dist-es/protocols/Aws_json1_0.js +57 -1
  7. package/dist-types/OpenSearchServerless.d.ts +5 -5
  8. package/dist-types/OpenSearchServerlessClient.d.ts +2 -2
  9. package/dist-types/commands/BatchGetCollectionCommand.d.ts +3 -3
  10. package/dist-types/commands/BatchGetVpcEndpointCommand.d.ts +2 -2
  11. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +6 -3
  12. package/dist-types/commands/CreateCollectionCommand.d.ts +11 -5
  13. package/dist-types/commands/CreateSecurityConfigCommand.d.ts +7 -4
  14. package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +6 -3
  15. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +8 -5
  16. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteCollectionCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +3 -3
  21. package/dist-types/commands/GetAccessPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/GetSecurityConfigCommand.d.ts +1 -1
  23. package/dist-types/commands/GetSecurityPolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -2
  25. package/dist-types/commands/ListCollectionsCommand.d.ts +4 -4
  26. package/dist-types/commands/ListSecurityConfigsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -2
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  29. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -2
  30. package/dist-types/commands/TagResourceCommand.d.ts +8 -5
  31. package/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  32. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +3 -3
  33. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -3
  34. package/dist-types/commands/UpdateCollectionCommand.d.ts +3 -3
  35. package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +4 -4
  36. package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +6 -3
  37. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +5 -5
  38. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  39. package/dist-types/models/models_0.d.ts +53 -10
  40. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +18 -0
  42. package/package.json +3 -3
@@ -35,6 +35,17 @@ export declare class InternalServerException extends __BaseException {
35
35
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
36
36
  );
37
37
  }
38
+ export declare class ServiceQuotaExceededException extends __BaseException {
39
+ readonly name: "ServiceQuotaExceededException";
40
+ readonly $fault: "client";
41
+ resourceId?: string;
42
+ resourceType?: string;
43
+ serviceCode: string | undefined;
44
+ quotaCode?: string;
45
+ constructor(
46
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
47
+ );
48
+ }
38
49
  export declare class ValidationException extends __BaseException {
39
50
  readonly name: "ValidationException";
40
51
  readonly $fault: "client";
@@ -190,6 +201,13 @@ export interface CreateCollectionDetail {
190
201
  export interface CreateCollectionResponse {
191
202
  createCollectionDetail?: CreateCollectionDetail;
192
203
  }
204
+ export declare class OcuLimitExceededException extends __BaseException {
205
+ readonly name: "OcuLimitExceededException";
206
+ readonly $fault: "client";
207
+ constructor(
208
+ opts: __ExceptionOptionType<OcuLimitExceededException, __BaseException>
209
+ );
210
+ }
193
211
  export interface DeleteCollectionRequest {
194
212
  id: string | undefined;
195
213
  clientToken?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearchserverless",
3
3
  "description": "AWS SDK for JavaScript Opensearchserverless Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.302.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",