@aws-sdk/client-opensearchserverless 3.301.0 → 3.303.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.
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +57 -33
- package/dist-cjs/protocols/Aws_json1_0.js +56 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +54 -32
- package/dist-es/protocols/Aws_json1_0.js +57 -1
- package/dist-types/OpenSearchServerless.d.ts +5 -5
- package/dist-types/OpenSearchServerlessClient.d.ts +2 -2
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +5 -2
- package/dist-types/commands/CreateCollectionCommand.d.ts +8 -2
- package/dist-types/commands/CreateSecurityConfigCommand.d.ts +5 -2
- package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +5 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +5 -2
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCollectionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -2
- package/dist-types/commands/ListCollectionsCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +5 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCollectionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +5 -2
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -2
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +109 -36
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +56 -26
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const r = "fn", s = "argv", t = "ref";
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://aoss-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://aoss-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://aoss.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://aoss.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SecurityPolicyType = exports.SecurityConfigType = exports.VpcEndpointStatus = exports.CollectionType = exports.CollectionStatus = exports.ResourceNotFoundException = exports.ValidationException = exports.InternalServerException = exports.ConflictException = exports.AccessPolicyType = void 0;
|
|
3
|
+
exports.SecurityPolicyType = exports.SecurityConfigType = exports.OcuLimitExceededException = exports.VpcEndpointStatus = exports.CollectionType = exports.CollectionStatus = exports.ResourceNotFoundException = exports.ValidationException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.ConflictException = exports.AccessPolicyType = void 0;
|
|
4
4
|
const OpenSearchServerlessServiceException_1 = require("./OpenSearchServerlessServiceException");
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
})(AccessPolicyType = exports.AccessPolicyType || (exports.AccessPolicyType = {}));
|
|
5
|
+
exports.AccessPolicyType = {
|
|
6
|
+
data: "data",
|
|
7
|
+
};
|
|
9
8
|
class ConflictException extends OpenSearchServerlessServiceException_1.OpenSearchServerlessServiceException {
|
|
10
9
|
constructor(opts) {
|
|
11
10
|
super({
|
|
@@ -32,6 +31,23 @@ class InternalServerException extends OpenSearchServerlessServiceException_1.Ope
|
|
|
32
31
|
}
|
|
33
32
|
}
|
|
34
33
|
exports.InternalServerException = InternalServerException;
|
|
34
|
+
class ServiceQuotaExceededException extends OpenSearchServerlessServiceException_1.OpenSearchServerlessServiceException {
|
|
35
|
+
constructor(opts) {
|
|
36
|
+
super({
|
|
37
|
+
name: "ServiceQuotaExceededException",
|
|
38
|
+
$fault: "client",
|
|
39
|
+
...opts,
|
|
40
|
+
});
|
|
41
|
+
this.name = "ServiceQuotaExceededException";
|
|
42
|
+
this.$fault = "client";
|
|
43
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
44
|
+
this.resourceId = opts.resourceId;
|
|
45
|
+
this.resourceType = opts.resourceType;
|
|
46
|
+
this.serviceCode = opts.serviceCode;
|
|
47
|
+
this.quotaCode = opts.quotaCode;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
35
51
|
class ValidationException extends OpenSearchServerlessServiceException_1.OpenSearchServerlessServiceException {
|
|
36
52
|
constructor(opts) {
|
|
37
53
|
super({
|
|
@@ -58,31 +74,39 @@ class ResourceNotFoundException extends OpenSearchServerlessServiceException_1.O
|
|
|
58
74
|
}
|
|
59
75
|
}
|
|
60
76
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
})
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
77
|
+
exports.CollectionStatus = {
|
|
78
|
+
ACTIVE: "ACTIVE",
|
|
79
|
+
CREATING: "CREATING",
|
|
80
|
+
DELETING: "DELETING",
|
|
81
|
+
FAILED: "FAILED",
|
|
82
|
+
};
|
|
83
|
+
exports.CollectionType = {
|
|
84
|
+
SEARCH: "SEARCH",
|
|
85
|
+
TIMESERIES: "TIMESERIES",
|
|
86
|
+
};
|
|
87
|
+
exports.VpcEndpointStatus = {
|
|
88
|
+
ACTIVE: "ACTIVE",
|
|
89
|
+
DELETING: "DELETING",
|
|
90
|
+
FAILED: "FAILED",
|
|
91
|
+
PENDING: "PENDING",
|
|
92
|
+
};
|
|
93
|
+
class OcuLimitExceededException extends OpenSearchServerlessServiceException_1.OpenSearchServerlessServiceException {
|
|
94
|
+
constructor(opts) {
|
|
95
|
+
super({
|
|
96
|
+
name: "OcuLimitExceededException",
|
|
97
|
+
$fault: "client",
|
|
98
|
+
...opts,
|
|
99
|
+
});
|
|
100
|
+
this.name = "OcuLimitExceededException";
|
|
101
|
+
this.$fault = "client";
|
|
102
|
+
Object.setPrototypeOf(this, OcuLimitExceededException.prototype);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
exports.OcuLimitExceededException = OcuLimitExceededException;
|
|
106
|
+
exports.SecurityConfigType = {
|
|
107
|
+
saml: "saml",
|
|
108
|
+
};
|
|
109
|
+
exports.SecurityPolicyType = {
|
|
110
|
+
encryption: "encryption",
|
|
111
|
+
network: "network",
|
|
112
|
+
};
|
|
@@ -418,6 +418,9 @@ const deserializeAws_json1_0CreateAccessPolicyCommandError = async (output, cont
|
|
|
418
418
|
case "InternalServerException":
|
|
419
419
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
420
420
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
421
|
+
case "ServiceQuotaExceededException":
|
|
422
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
423
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
421
424
|
case "ValidationException":
|
|
422
425
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
423
426
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -458,6 +461,12 @@ const deserializeAws_json1_0CreateCollectionCommandError = async (output, contex
|
|
|
458
461
|
case "InternalServerException":
|
|
459
462
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
460
463
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
464
|
+
case "OcuLimitExceededException":
|
|
465
|
+
case "com.amazonaws.opensearchserverless#OcuLimitExceededException":
|
|
466
|
+
throw await deserializeAws_json1_0OcuLimitExceededExceptionResponse(parsedOutput, context);
|
|
467
|
+
case "ServiceQuotaExceededException":
|
|
468
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
469
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
461
470
|
case "ValidationException":
|
|
462
471
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
463
472
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -498,6 +507,9 @@ const deserializeAws_json1_0CreateSecurityConfigCommandError = async (output, co
|
|
|
498
507
|
case "InternalServerException":
|
|
499
508
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
500
509
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
510
|
+
case "ServiceQuotaExceededException":
|
|
511
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
512
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
501
513
|
case "ValidationException":
|
|
502
514
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
503
515
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -538,6 +550,9 @@ const deserializeAws_json1_0CreateSecurityPolicyCommandError = async (output, co
|
|
|
538
550
|
case "InternalServerException":
|
|
539
551
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
540
552
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
553
|
+
case "ServiceQuotaExceededException":
|
|
554
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
555
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
541
556
|
case "ValidationException":
|
|
542
557
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
543
558
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -578,6 +593,9 @@ const deserializeAws_json1_0CreateVpcEndpointCommandError = async (output, conte
|
|
|
578
593
|
case "InternalServerException":
|
|
579
594
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
580
595
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
596
|
+
case "ServiceQuotaExceededException":
|
|
597
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
598
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
581
599
|
case "ValidationException":
|
|
582
600
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
583
601
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -1252,6 +1270,9 @@ const deserializeAws_json1_0TagResourceCommandError = async (output, context) =>
|
|
|
1252
1270
|
case "ResourceNotFoundException":
|
|
1253
1271
|
case "com.amazonaws.opensearchserverless#ResourceNotFoundException":
|
|
1254
1272
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1273
|
+
case "ServiceQuotaExceededException":
|
|
1274
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
1275
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
1255
1276
|
case "ValidationException":
|
|
1256
1277
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
1257
1278
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -1501,6 +1522,9 @@ const deserializeAws_json1_0UpdateSecurityPolicyCommandError = async (output, co
|
|
|
1501
1522
|
case "ResourceNotFoundException":
|
|
1502
1523
|
case "com.amazonaws.opensearchserverless#ResourceNotFoundException":
|
|
1503
1524
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1525
|
+
case "ServiceQuotaExceededException":
|
|
1526
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
1527
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
1504
1528
|
case "ValidationException":
|
|
1505
1529
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
1506
1530
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -1572,6 +1596,15 @@ const deserializeAws_json1_0InternalServerExceptionResponse = async (parsedOutpu
|
|
|
1572
1596
|
});
|
|
1573
1597
|
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1574
1598
|
};
|
|
1599
|
+
const deserializeAws_json1_0OcuLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1600
|
+
const body = parsedOutput.body;
|
|
1601
|
+
const deserialized = deserializeAws_json1_0OcuLimitExceededException(body, context);
|
|
1602
|
+
const exception = new models_0_1.OcuLimitExceededException({
|
|
1603
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1604
|
+
...deserialized,
|
|
1605
|
+
});
|
|
1606
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1607
|
+
};
|
|
1575
1608
|
const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1576
1609
|
const body = parsedOutput.body;
|
|
1577
1610
|
const deserialized = deserializeAws_json1_0ResourceNotFoundException(body, context);
|
|
@@ -1581,6 +1614,15 @@ const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
1581
1614
|
});
|
|
1582
1615
|
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1583
1616
|
};
|
|
1617
|
+
const deserializeAws_json1_0ServiceQuotaExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1618
|
+
const body = parsedOutput.body;
|
|
1619
|
+
const deserialized = deserializeAws_json1_0ServiceQuotaExceededException(body, context);
|
|
1620
|
+
const exception = new models_0_1.ServiceQuotaExceededException({
|
|
1621
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1622
|
+
...deserialized,
|
|
1623
|
+
});
|
|
1624
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1625
|
+
};
|
|
1584
1626
|
const deserializeAws_json1_0ValidationExceptionResponse = async (parsedOutput, context) => {
|
|
1585
1627
|
const body = parsedOutput.body;
|
|
1586
1628
|
const deserialized = deserializeAws_json1_0ValidationException(body, context);
|
|
@@ -2232,6 +2274,11 @@ const deserializeAws_json1_0ListVpcEndpointsResponse = (output, context) => {
|
|
|
2232
2274
|
: undefined,
|
|
2233
2275
|
};
|
|
2234
2276
|
};
|
|
2277
|
+
const deserializeAws_json1_0OcuLimitExceededException = (output, context) => {
|
|
2278
|
+
return {
|
|
2279
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2280
|
+
};
|
|
2281
|
+
};
|
|
2235
2282
|
const deserializeAws_json1_0ResourceNotFoundException = (output, context) => {
|
|
2236
2283
|
return {
|
|
2237
2284
|
message: (0, smithy_client_1.expectString)(output.message),
|
|
@@ -2331,6 +2378,15 @@ const deserializeAws_json1_0SecurityPolicySummary = (output, context) => {
|
|
|
2331
2378
|
type: (0, smithy_client_1.expectString)(output.type),
|
|
2332
2379
|
};
|
|
2333
2380
|
};
|
|
2381
|
+
const deserializeAws_json1_0ServiceQuotaExceededException = (output, context) => {
|
|
2382
|
+
return {
|
|
2383
|
+
message: (0, smithy_client_1.expectString)(output.message),
|
|
2384
|
+
quotaCode: (0, smithy_client_1.expectString)(output.quotaCode),
|
|
2385
|
+
resourceId: (0, smithy_client_1.expectString)(output.resourceId),
|
|
2386
|
+
resourceType: (0, smithy_client_1.expectString)(output.resourceType),
|
|
2387
|
+
serviceCode: (0, smithy_client_1.expectString)(output.serviceCode),
|
|
2388
|
+
};
|
|
2389
|
+
};
|
|
2334
2390
|
const deserializeAws_json1_0SubnetIds = (output, context) => {
|
|
2335
2391
|
const retVal = (output || [])
|
|
2336
2392
|
.filter((e) => e != null)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const r = "fn", s = "argv", t = "ref";
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://aoss-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://aoss-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://aoss.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://aoss.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { OpenSearchServerlessServiceException as __BaseException } from "./OpenSearchServerlessServiceException";
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
})(AccessPolicyType || (AccessPolicyType = {}));
|
|
2
|
+
export const AccessPolicyType = {
|
|
3
|
+
data: "data",
|
|
4
|
+
};
|
|
6
5
|
export class ConflictException extends __BaseException {
|
|
7
6
|
constructor(opts) {
|
|
8
7
|
super({
|
|
@@ -27,6 +26,22 @@ export class InternalServerException extends __BaseException {
|
|
|
27
26
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
28
27
|
}
|
|
29
28
|
}
|
|
29
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
30
|
+
constructor(opts) {
|
|
31
|
+
super({
|
|
32
|
+
name: "ServiceQuotaExceededException",
|
|
33
|
+
$fault: "client",
|
|
34
|
+
...opts,
|
|
35
|
+
});
|
|
36
|
+
this.name = "ServiceQuotaExceededException";
|
|
37
|
+
this.$fault = "client";
|
|
38
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
39
|
+
this.resourceId = opts.resourceId;
|
|
40
|
+
this.resourceType = opts.resourceType;
|
|
41
|
+
this.serviceCode = opts.serviceCode;
|
|
42
|
+
this.quotaCode = opts.quotaCode;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
30
45
|
export class ValidationException extends __BaseException {
|
|
31
46
|
constructor(opts) {
|
|
32
47
|
super({
|
|
@@ -51,31 +66,38 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
51
66
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
52
67
|
}
|
|
53
68
|
}
|
|
54
|
-
export
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
})
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
}
|
|
69
|
+
export const CollectionStatus = {
|
|
70
|
+
ACTIVE: "ACTIVE",
|
|
71
|
+
CREATING: "CREATING",
|
|
72
|
+
DELETING: "DELETING",
|
|
73
|
+
FAILED: "FAILED",
|
|
74
|
+
};
|
|
75
|
+
export const CollectionType = {
|
|
76
|
+
SEARCH: "SEARCH",
|
|
77
|
+
TIMESERIES: "TIMESERIES",
|
|
78
|
+
};
|
|
79
|
+
export const VpcEndpointStatus = {
|
|
80
|
+
ACTIVE: "ACTIVE",
|
|
81
|
+
DELETING: "DELETING",
|
|
82
|
+
FAILED: "FAILED",
|
|
83
|
+
PENDING: "PENDING",
|
|
84
|
+
};
|
|
85
|
+
export class OcuLimitExceededException extends __BaseException {
|
|
86
|
+
constructor(opts) {
|
|
87
|
+
super({
|
|
88
|
+
name: "OcuLimitExceededException",
|
|
89
|
+
$fault: "client",
|
|
90
|
+
...opts,
|
|
91
|
+
});
|
|
92
|
+
this.name = "OcuLimitExceededException";
|
|
93
|
+
this.$fault = "client";
|
|
94
|
+
Object.setPrototypeOf(this, OcuLimitExceededException.prototype);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
export const SecurityConfigType = {
|
|
98
|
+
saml: "saml",
|
|
99
|
+
};
|
|
100
|
+
export const SecurityPolicyType = {
|
|
101
|
+
encryption: "encryption",
|
|
102
|
+
network: "network",
|
|
103
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectString as __expectString, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
4
|
-
import { ConflictException, InternalServerException, ResourceNotFoundException, ValidationException, } from "../models/models_0";
|
|
4
|
+
import { ConflictException, InternalServerException, OcuLimitExceededException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/models_0";
|
|
5
5
|
import { OpenSearchServerlessServiceException as __BaseException } from "../models/OpenSearchServerlessServiceException";
|
|
6
6
|
export const serializeAws_json1_0BatchGetCollectionCommand = async (input, context) => {
|
|
7
7
|
const headers = {
|
|
@@ -380,6 +380,9 @@ const deserializeAws_json1_0CreateAccessPolicyCommandError = async (output, cont
|
|
|
380
380
|
case "InternalServerException":
|
|
381
381
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
382
382
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
383
|
+
case "ServiceQuotaExceededException":
|
|
384
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
385
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
383
386
|
case "ValidationException":
|
|
384
387
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
385
388
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -419,6 +422,12 @@ const deserializeAws_json1_0CreateCollectionCommandError = async (output, contex
|
|
|
419
422
|
case "InternalServerException":
|
|
420
423
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
421
424
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
425
|
+
case "OcuLimitExceededException":
|
|
426
|
+
case "com.amazonaws.opensearchserverless#OcuLimitExceededException":
|
|
427
|
+
throw await deserializeAws_json1_0OcuLimitExceededExceptionResponse(parsedOutput, context);
|
|
428
|
+
case "ServiceQuotaExceededException":
|
|
429
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
430
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
422
431
|
case "ValidationException":
|
|
423
432
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
424
433
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -458,6 +467,9 @@ const deserializeAws_json1_0CreateSecurityConfigCommandError = async (output, co
|
|
|
458
467
|
case "InternalServerException":
|
|
459
468
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
460
469
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
470
|
+
case "ServiceQuotaExceededException":
|
|
471
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
472
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
461
473
|
case "ValidationException":
|
|
462
474
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
463
475
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -497,6 +509,9 @@ const deserializeAws_json1_0CreateSecurityPolicyCommandError = async (output, co
|
|
|
497
509
|
case "InternalServerException":
|
|
498
510
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
499
511
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
512
|
+
case "ServiceQuotaExceededException":
|
|
513
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
514
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
500
515
|
case "ValidationException":
|
|
501
516
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
502
517
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -536,6 +551,9 @@ const deserializeAws_json1_0CreateVpcEndpointCommandError = async (output, conte
|
|
|
536
551
|
case "InternalServerException":
|
|
537
552
|
case "com.amazonaws.opensearchserverless#InternalServerException":
|
|
538
553
|
throw await deserializeAws_json1_0InternalServerExceptionResponse(parsedOutput, context);
|
|
554
|
+
case "ServiceQuotaExceededException":
|
|
555
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
556
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
539
557
|
case "ValidationException":
|
|
540
558
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
541
559
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -1193,6 +1211,9 @@ const deserializeAws_json1_0TagResourceCommandError = async (output, context) =>
|
|
|
1193
1211
|
case "ResourceNotFoundException":
|
|
1194
1212
|
case "com.amazonaws.opensearchserverless#ResourceNotFoundException":
|
|
1195
1213
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1214
|
+
case "ServiceQuotaExceededException":
|
|
1215
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
1216
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
1196
1217
|
case "ValidationException":
|
|
1197
1218
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
1198
1219
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -1436,6 +1457,9 @@ const deserializeAws_json1_0UpdateSecurityPolicyCommandError = async (output, co
|
|
|
1436
1457
|
case "ResourceNotFoundException":
|
|
1437
1458
|
case "com.amazonaws.opensearchserverless#ResourceNotFoundException":
|
|
1438
1459
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1460
|
+
case "ServiceQuotaExceededException":
|
|
1461
|
+
case "com.amazonaws.opensearchserverless#ServiceQuotaExceededException":
|
|
1462
|
+
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
1439
1463
|
case "ValidationException":
|
|
1440
1464
|
case "com.amazonaws.opensearchserverless#ValidationException":
|
|
1441
1465
|
throw await deserializeAws_json1_0ValidationExceptionResponse(parsedOutput, context);
|
|
@@ -1506,6 +1530,15 @@ const deserializeAws_json1_0InternalServerExceptionResponse = async (parsedOutpu
|
|
|
1506
1530
|
});
|
|
1507
1531
|
return __decorateServiceException(exception, body);
|
|
1508
1532
|
};
|
|
1533
|
+
const deserializeAws_json1_0OcuLimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1534
|
+
const body = parsedOutput.body;
|
|
1535
|
+
const deserialized = deserializeAws_json1_0OcuLimitExceededException(body, context);
|
|
1536
|
+
const exception = new OcuLimitExceededException({
|
|
1537
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1538
|
+
...deserialized,
|
|
1539
|
+
});
|
|
1540
|
+
return __decorateServiceException(exception, body);
|
|
1541
|
+
};
|
|
1509
1542
|
const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1510
1543
|
const body = parsedOutput.body;
|
|
1511
1544
|
const deserialized = deserializeAws_json1_0ResourceNotFoundException(body, context);
|
|
@@ -1515,6 +1548,15 @@ const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
1515
1548
|
});
|
|
1516
1549
|
return __decorateServiceException(exception, body);
|
|
1517
1550
|
};
|
|
1551
|
+
const deserializeAws_json1_0ServiceQuotaExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1552
|
+
const body = parsedOutput.body;
|
|
1553
|
+
const deserialized = deserializeAws_json1_0ServiceQuotaExceededException(body, context);
|
|
1554
|
+
const exception = new ServiceQuotaExceededException({
|
|
1555
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
1556
|
+
...deserialized,
|
|
1557
|
+
});
|
|
1558
|
+
return __decorateServiceException(exception, body);
|
|
1559
|
+
};
|
|
1518
1560
|
const deserializeAws_json1_0ValidationExceptionResponse = async (parsedOutput, context) => {
|
|
1519
1561
|
const body = parsedOutput.body;
|
|
1520
1562
|
const deserialized = deserializeAws_json1_0ValidationException(body, context);
|
|
@@ -2166,6 +2208,11 @@ const deserializeAws_json1_0ListVpcEndpointsResponse = (output, context) => {
|
|
|
2166
2208
|
: undefined,
|
|
2167
2209
|
};
|
|
2168
2210
|
};
|
|
2211
|
+
const deserializeAws_json1_0OcuLimitExceededException = (output, context) => {
|
|
2212
|
+
return {
|
|
2213
|
+
message: __expectString(output.message),
|
|
2214
|
+
};
|
|
2215
|
+
};
|
|
2169
2216
|
const deserializeAws_json1_0ResourceNotFoundException = (output, context) => {
|
|
2170
2217
|
return {
|
|
2171
2218
|
message: __expectString(output.message),
|
|
@@ -2265,6 +2312,15 @@ const deserializeAws_json1_0SecurityPolicySummary = (output, context) => {
|
|
|
2265
2312
|
type: __expectString(output.type),
|
|
2266
2313
|
};
|
|
2267
2314
|
};
|
|
2315
|
+
const deserializeAws_json1_0ServiceQuotaExceededException = (output, context) => {
|
|
2316
|
+
return {
|
|
2317
|
+
message: __expectString(output.message),
|
|
2318
|
+
quotaCode: __expectString(output.quotaCode),
|
|
2319
|
+
resourceId: __expectString(output.resourceId),
|
|
2320
|
+
resourceType: __expectString(output.resourceType),
|
|
2321
|
+
serviceCode: __expectString(output.serviceCode),
|
|
2322
|
+
};
|
|
2323
|
+
};
|
|
2268
2324
|
const deserializeAws_json1_0SubnetIds = (output, context) => {
|
|
2269
2325
|
const retVal = (output || [])
|
|
2270
2326
|
.filter((e) => e != null)
|
|
@@ -35,12 +35,12 @@ import { OpenSearchServerlessClient } from "./OpenSearchServerlessClient";
|
|
|
35
35
|
* @public
|
|
36
36
|
* <p>Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
|
|
37
37
|
* security policies.</p>
|
|
38
|
-
*
|
|
38
|
+
* <p>OpenSearch Serverless is an on-demand, pre-provisioned serverless configuration for
|
|
39
39
|
* Amazon OpenSearch Service. OpenSearch Serverless removes the operational complexities of provisioning,
|
|
40
40
|
* configuring, and tuning your OpenSearch clusters. It enables you to easily search and
|
|
41
41
|
* analyze petabytes of data without having to worry about the underlying infrastructure
|
|
42
42
|
* and data management.</p>
|
|
43
|
-
*
|
|
43
|
+
* <p> To learn more about OpenSearch Serverless, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html">What is
|
|
44
44
|
* Amazon OpenSearch Serverless?</a>
|
|
45
45
|
* </p>
|
|
46
46
|
*/
|
|
@@ -202,10 +202,10 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
|
|
|
202
202
|
* @public
|
|
203
203
|
* <p>Lists all OpenSearch Serverless collections. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-manage.html">Creating and
|
|
204
204
|
* managing Amazon OpenSearch Serverless collections</a>.</p>
|
|
205
|
-
*
|
|
205
|
+
* <note>
|
|
206
206
|
* <p>Make sure to include an empty request body \{\} if you don't include any collection
|
|
207
207
|
* filters in the request.</p>
|
|
208
|
-
*
|
|
208
|
+
* </note>
|
|
209
209
|
*/
|
|
210
210
|
listCollections(args: ListCollectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollectionsCommandOutput>;
|
|
211
211
|
listCollections(args: ListCollectionsCommandInput, cb: (err: any, data?: ListCollectionsCommandOutput) => void): void;
|
|
@@ -267,7 +267,7 @@ export declare class OpenSearchServerless extends OpenSearchServerlessClient {
|
|
|
267
267
|
/**
|
|
268
268
|
* @public
|
|
269
269
|
* <p>Update the OpenSearch Serverless settings for the current Amazon Web Services account. For more
|
|
270
|
-
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-
|
|
270
|
+
* information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-scaling.html">Managing capacity limits for Amazon OpenSearch Serverless</a>.</p>
|
|
271
271
|
*/
|
|
272
272
|
updateAccountSettings(args: UpdateAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountSettingsCommandOutput>;
|
|
273
273
|
updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
|
|
@@ -176,12 +176,12 @@ export interface OpenSearchServerlessClientResolvedConfig extends OpenSearchServ
|
|
|
176
176
|
* @public
|
|
177
177
|
* <p>Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
|
|
178
178
|
* security policies.</p>
|
|
179
|
-
*
|
|
179
|
+
* <p>OpenSearch Serverless is an on-demand, pre-provisioned serverless configuration for
|
|
180
180
|
* Amazon OpenSearch Service. OpenSearch Serverless removes the operational complexities of provisioning,
|
|
181
181
|
* configuring, and tuning your OpenSearch clusters. It enables you to easily search and
|
|
182
182
|
* analyze petabytes of data without having to worry about the underlying infrastructure
|
|
183
183
|
* and data management.</p>
|
|
184
|
-
*
|
|
184
|
+
* <p> To learn more about OpenSearch Serverless, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-overview.html">What is
|
|
185
185
|
* Amazon OpenSearch Serverless?</a>
|
|
186
186
|
* </p>
|
|
187
187
|
*/
|
|
@@ -47,13 +47,16 @@ export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyRespo
|
|
|
47
47
|
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
* @throws {@link ConflictException} (client fault)
|
|
50
|
-
* <p>When creating a
|
|
51
|
-
* or is being created. When deleting a
|
|
50
|
+
* <p>When creating a resource, thrown when a resource with the same name already exists
|
|
51
|
+
* or is being created. When deleting a resource, thrown when the resource is not in
|
|
52
52
|
* the ACTIVE or FAILED state.</p>
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link InternalServerException} (server fault)
|
|
55
55
|
* <p>Thrown when an error internal to the service occurs while processing a request.</p>
|
|
56
56
|
*
|
|
57
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
58
|
+
* <p>Thrown when you attempt to create more resources than the service allows based on service quotas.</p>
|
|
59
|
+
*
|
|
57
60
|
* @throws {@link ValidationException} (client fault)
|
|
58
61
|
* <p>Thrown when the HTTP request contains invalid input or is missing required
|
|
59
62
|
* input.</p>
|
|
@@ -50,13 +50,19 @@ export interface CreateCollectionCommandOutput extends CreateCollectionResponse,
|
|
|
50
50
|
* @see {@link OpenSearchServerlessClientResolvedConfig | config} for OpenSearchServerlessClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
* @throws {@link ConflictException} (client fault)
|
|
53
|
-
* <p>When creating a
|
|
54
|
-
* or is being created. When deleting a
|
|
53
|
+
* <p>When creating a resource, thrown when a resource with the same name already exists
|
|
54
|
+
* or is being created. When deleting a resource, thrown when the resource is not in
|
|
55
55
|
* the ACTIVE or FAILED state.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link InternalServerException} (server fault)
|
|
58
58
|
* <p>Thrown when an error internal to the service occurs while processing a request.</p>
|
|
59
59
|
*
|
|
60
|
+
* @throws {@link OcuLimitExceededException} (client fault)
|
|
61
|
+
* OCU Limit Exceeded for service limits
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
64
|
+
* <p>Thrown when you attempt to create more resources than the service allows based on service quotas.</p>
|
|
65
|
+
*
|
|
60
66
|
* @throws {@link ValidationException} (client fault)
|
|
61
67
|
* <p>Thrown when the HTTP request contains invalid input or is missing required
|
|
62
68
|
* input.</p>
|