@aws-sdk/client-opensearchserverless 3.987.0 → 3.988.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/index.js +65 -1601
- package/dist-cjs/models/OpenSearchServerlessServiceException.js +12 -0
- package/dist-cjs/models/errors.js +90 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1291 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +61 -55
- package/dist-types/schemas/schemas_0.d.ts +14 -7
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -7
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultOpenSearchServerlessHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2021-11-01",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.opensearchserverless",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2021-11-01",
|
|
30
32
|
serviceTarget: "OpenSearchServerless",
|
|
31
33
|
},
|
|
@@ -294,14 +294,14 @@ const _pV = "policyVersion";
|
|
|
294
294
|
const _qC = "quotaCode";
|
|
295
295
|
const _r = "resource";
|
|
296
296
|
const _rA = "resourceArn";
|
|
297
|
-
const _rI = "
|
|
298
|
-
const _rIe = "
|
|
297
|
+
const _rI = "resourceId";
|
|
298
|
+
const _rIe = "resourceIdentifiers";
|
|
299
299
|
const _rP = "retentionPeriod";
|
|
300
300
|
const _rSGI = "removeSecurityGroupIds";
|
|
301
301
|
const _rSI = "removeSubnetIds";
|
|
302
302
|
const _rT = "resourceType";
|
|
303
303
|
const _re = "resources";
|
|
304
|
-
const _s = "
|
|
304
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.opensearchserverless";
|
|
305
305
|
const _sC = "serviceCode";
|
|
306
306
|
const _sCD = "securityConfigDetail";
|
|
307
307
|
const _sCS = "securityConfigSummaries";
|
|
@@ -313,7 +313,7 @@ const _sPS = "securityPolicySummaries";
|
|
|
313
313
|
const _sR = "standbyReplicas";
|
|
314
314
|
const _sT = "sessionTimeout";
|
|
315
315
|
const _se = "server";
|
|
316
|
-
const
|
|
316
|
+
const _st = "status";
|
|
317
317
|
const _t = "type";
|
|
318
318
|
const _tK = "tagKeys";
|
|
319
319
|
const _ta = "tags";
|
|
@@ -331,6 +331,50 @@ const n0 = "com.amazonaws.opensearchserverless";
|
|
|
331
331
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
332
332
|
import { ConflictException, InternalServerException, OcuLimitExceededException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
|
|
333
333
|
import { OpenSearchServerlessServiceException } from "../models/OpenSearchServerlessServiceException";
|
|
334
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
335
|
+
export var OpenSearchServerlessServiceException$ = [-3, _s, "OpenSearchServerlessServiceException", 0, [], []];
|
|
336
|
+
_s_registry.registerError(OpenSearchServerlessServiceException$, OpenSearchServerlessServiceException);
|
|
337
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
338
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
339
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
340
|
+
[_m],
|
|
341
|
+
[0]
|
|
342
|
+
];
|
|
343
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
344
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
345
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
346
|
+
[_m],
|
|
347
|
+
[0]
|
|
348
|
+
];
|
|
349
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
350
|
+
export var OcuLimitExceededException$ = [-3, n0, _OLEE,
|
|
351
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
352
|
+
[_m],
|
|
353
|
+
[0], 1
|
|
354
|
+
];
|
|
355
|
+
n0_registry.registerError(OcuLimitExceededException$, OcuLimitExceededException);
|
|
356
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
357
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
358
|
+
[_m],
|
|
359
|
+
[0]
|
|
360
|
+
];
|
|
361
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
362
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
363
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
364
|
+
[_m, _sC, _rI, _rT, _qC],
|
|
365
|
+
[0, 0, 0, 0, 0], 2
|
|
366
|
+
];
|
|
367
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
368
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
369
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
370
|
+
[_m],
|
|
371
|
+
[0]
|
|
372
|
+
];
|
|
373
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
374
|
+
export const errorTypeRegistries = [
|
|
375
|
+
_s_registry,
|
|
376
|
+
n0_registry,
|
|
377
|
+
];
|
|
334
378
|
export var AccessPolicyDetail$ = [3, n0, _APD,
|
|
335
379
|
0,
|
|
336
380
|
[_t, _n, _pV, _d, _p, _cD, _lMD],
|
|
@@ -373,7 +417,7 @@ export var BatchGetCollectionResponse$ = [3, n0, _BGCRa,
|
|
|
373
417
|
];
|
|
374
418
|
export var BatchGetEffectiveLifecyclePolicyRequest$ = [3, n0, _BGELPR,
|
|
375
419
|
0,
|
|
376
|
-
[
|
|
420
|
+
[_rIe],
|
|
377
421
|
[() => LifecyclePolicyResourceIdentifiers], 1
|
|
378
422
|
];
|
|
379
423
|
export var BatchGetEffectiveLifecyclePolicyResponse$ = [3, n0, _BGELPRa,
|
|
@@ -408,7 +452,7 @@ export var CapacityLimits$ = [3, n0, _CL,
|
|
|
408
452
|
];
|
|
409
453
|
export var CollectionDetail$ = [3, n0, _CD,
|
|
410
454
|
0,
|
|
411
|
-
[_id_, _n,
|
|
455
|
+
[_id_, _n, _st, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD, _cE, _dE, _fE, _fC, _fM, _cGN],
|
|
412
456
|
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1, 0, 0, () => FipsEndpoints$, 0, 0, 0]
|
|
413
457
|
];
|
|
414
458
|
export var CollectionErrorDetail$ = [3, n0, _CED,
|
|
@@ -418,7 +462,7 @@ export var CollectionErrorDetail$ = [3, n0, _CED,
|
|
|
418
462
|
];
|
|
419
463
|
export var CollectionFilters$ = [3, n0, _CF,
|
|
420
464
|
0,
|
|
421
|
-
[_n,
|
|
465
|
+
[_n, _st, _cGN],
|
|
422
466
|
[0, 0, 0]
|
|
423
467
|
];
|
|
424
468
|
export var CollectionGroupCapacityLimits$ = [3, n0, _CGCL,
|
|
@@ -443,15 +487,9 @@ export var CollectionGroupSummary$ = [3, n0, _CGS,
|
|
|
443
487
|
];
|
|
444
488
|
export var CollectionSummary$ = [3, n0, _CS,
|
|
445
489
|
0,
|
|
446
|
-
[_id_, _n,
|
|
490
|
+
[_id_, _n, _st, _a, _kKA, _cGN],
|
|
447
491
|
[0, 0, 0, 0, 0, 0]
|
|
448
492
|
];
|
|
449
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
450
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
451
|
-
[_m],
|
|
452
|
-
[0]
|
|
453
|
-
];
|
|
454
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
455
493
|
export var CreateAccessPolicyRequest$ = [3, n0, _CAPR,
|
|
456
494
|
0,
|
|
457
495
|
[_t, _n, _p, _d, _cT],
|
|
@@ -464,7 +502,7 @@ export var CreateAccessPolicyResponse$ = [3, n0, _CAPRr,
|
|
|
464
502
|
];
|
|
465
503
|
export var CreateCollectionDetail$ = [3, n0, _CCD,
|
|
466
504
|
0,
|
|
467
|
-
[_id_, _n,
|
|
505
|
+
[_id_, _n, _st, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD, _cGN],
|
|
468
506
|
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1, 0]
|
|
469
507
|
];
|
|
470
508
|
export var CreateCollectionGroupDetail$ = [3, n0, _CCGD,
|
|
@@ -539,7 +577,7 @@ export var CreateSecurityPolicyResponse$ = [3, n0, _CSPRr,
|
|
|
539
577
|
];
|
|
540
578
|
export var CreateVpcEndpointDetail$ = [3, n0, _CVED,
|
|
541
579
|
0,
|
|
542
|
-
[_id_, _n,
|
|
580
|
+
[_id_, _n, _st],
|
|
543
581
|
[0, 0, 0]
|
|
544
582
|
];
|
|
545
583
|
export var CreateVpcEndpointRequest$ = [3, n0, _CVER,
|
|
@@ -564,7 +602,7 @@ export var DeleteAccessPolicyResponse$ = [3, n0, _DAPRe,
|
|
|
564
602
|
];
|
|
565
603
|
export var DeleteCollectionDetail$ = [3, n0, _DCD,
|
|
566
604
|
0,
|
|
567
|
-
[_id_, _n,
|
|
605
|
+
[_id_, _n, _st],
|
|
568
606
|
[0, 0, 0]
|
|
569
607
|
];
|
|
570
608
|
export var DeleteCollectionGroupRequest$ = [3, n0, _DCGR,
|
|
@@ -629,7 +667,7 @@ export var DeleteSecurityPolicyResponse$ = [3, n0, _DSPRe,
|
|
|
629
667
|
];
|
|
630
668
|
export var DeleteVpcEndpointDetail$ = [3, n0, _DVED,
|
|
631
669
|
0,
|
|
632
|
-
[_id_, _n,
|
|
670
|
+
[_id_, _n, _st],
|
|
633
671
|
[0, 0, 0]
|
|
634
672
|
];
|
|
635
673
|
export var DeleteVpcEndpointRequest$ = [3, n0, _DVER,
|
|
@@ -732,12 +770,6 @@ export var IamIdentityCenterConfigOptions$ = [3, n0, _IICCO,
|
|
|
732
770
|
[_iA, _aA, _aN, _aD, _uA, _gA],
|
|
733
771
|
[0, 0, 0, 0, 0, 0]
|
|
734
772
|
];
|
|
735
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
736
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
737
|
-
[_m],
|
|
738
|
-
[0]
|
|
739
|
-
];
|
|
740
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
741
773
|
export var LifecyclePolicyDetail$ = [3, n0, _LPD,
|
|
742
774
|
0,
|
|
743
775
|
[_t, _n, _pV, _d, _p, _cD, _lMD],
|
|
@@ -848,18 +880,6 @@ export var ListVpcEndpointsResponse$ = [3, n0, _LVERi,
|
|
|
848
880
|
[_vES, _nT],
|
|
849
881
|
[() => VpcEndpointSummaries, 0]
|
|
850
882
|
];
|
|
851
|
-
export var OcuLimitExceededException$ = [-3, n0, _OLEE,
|
|
852
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
853
|
-
[_m],
|
|
854
|
-
[0], 1
|
|
855
|
-
];
|
|
856
|
-
TypeRegistry.for(n0).registerError(OcuLimitExceededException$, OcuLimitExceededException);
|
|
857
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
858
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
859
|
-
[_m],
|
|
860
|
-
[0]
|
|
861
|
-
];
|
|
862
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
863
883
|
export var SamlConfigOptions$ = [3, n0, _SCO,
|
|
864
884
|
0,
|
|
865
885
|
[_me, _uA, _gA, _oSSEI, _sT],
|
|
@@ -895,12 +915,6 @@ export var SecurityPolicySummary$ = [3, n0, _SPSe,
|
|
|
895
915
|
[_t, _n, _pV, _d, _cD, _lMD],
|
|
896
916
|
[0, 0, 0, 0, 1, 1]
|
|
897
917
|
];
|
|
898
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
899
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
900
|
-
[_m, _sC, _rIe, _rT, _qC],
|
|
901
|
-
[0, 0, 0, 0, 0], 2
|
|
902
|
-
];
|
|
903
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
904
918
|
export var Tag$ = [3, n0, _T,
|
|
905
919
|
0,
|
|
906
920
|
[_k, _v],
|
|
@@ -948,7 +962,7 @@ export var UpdateAccountSettingsResponse$ = [3, n0, _UASRp,
|
|
|
948
962
|
];
|
|
949
963
|
export var UpdateCollectionDetail$ = [3, n0, _UCD,
|
|
950
964
|
0,
|
|
951
|
-
[_id_, _n,
|
|
965
|
+
[_id_, _n, _st, _t, _d, _a, _cD, _lMD],
|
|
952
966
|
[0, 0, 0, 0, 0, 0, 1, 1]
|
|
953
967
|
];
|
|
954
968
|
export var UpdateCollectionGroupDetail$ = [3, n0, _UCGD,
|
|
@@ -1023,7 +1037,7 @@ export var UpdateSecurityPolicyResponse$ = [3, n0, _USPRp,
|
|
|
1023
1037
|
];
|
|
1024
1038
|
export var UpdateVpcEndpointDetail$ = [3, n0, _UVED,
|
|
1025
1039
|
0,
|
|
1026
|
-
[_id_, _n,
|
|
1040
|
+
[_id_, _n, _st, _sI, _sGI, _lMD],
|
|
1027
1041
|
[0, 0, 0, 64 | 0, 64 | 0, 1]
|
|
1028
1042
|
];
|
|
1029
1043
|
export var UpdateVpcEndpointRequest$ = [3, n0, _UVER,
|
|
@@ -1036,12 +1050,6 @@ export var UpdateVpcEndpointResponse$ = [3, n0, _UVERp,
|
|
|
1036
1050
|
[_UVED],
|
|
1037
1051
|
[() => UpdateVpcEndpointDetail$]
|
|
1038
1052
|
];
|
|
1039
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1040
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1041
|
-
[_m],
|
|
1042
|
-
[0]
|
|
1043
|
-
];
|
|
1044
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1045
1053
|
export var VectorOptions$ = [3, n0, _VO,
|
|
1046
1054
|
0,
|
|
1047
1055
|
[_SVA],
|
|
@@ -1049,7 +1057,7 @@ export var VectorOptions$ = [3, n0, _VO,
|
|
|
1049
1057
|
];
|
|
1050
1058
|
export var VpcEndpointDetail$ = [3, n0, _VED,
|
|
1051
1059
|
0,
|
|
1052
|
-
[_id_, _n, _vI, _sI, _sGI,
|
|
1060
|
+
[_id_, _n, _vI, _sI, _sGI, _st, _cD, _fC, _fM],
|
|
1053
1061
|
[0, 0, 0, 64 | 0, 64 | 0, 0, 1, 0, 0]
|
|
1054
1062
|
];
|
|
1055
1063
|
export var VpcEndpointErrorDetail$ = [3, n0, _VEED,
|
|
@@ -1059,16 +1067,14 @@ export var VpcEndpointErrorDetail$ = [3, n0, _VEED,
|
|
|
1059
1067
|
];
|
|
1060
1068
|
export var VpcEndpointFilters$ = [3, n0, _VEF,
|
|
1061
1069
|
0,
|
|
1062
|
-
[
|
|
1070
|
+
[_st],
|
|
1063
1071
|
[0]
|
|
1064
1072
|
];
|
|
1065
1073
|
export var VpcEndpointSummary$ = [3, n0, _VES,
|
|
1066
1074
|
0,
|
|
1067
|
-
[_id_, _n,
|
|
1075
|
+
[_id_, _n, _st],
|
|
1068
1076
|
[0, 0, 0]
|
|
1069
1077
|
];
|
|
1070
|
-
export var OpenSearchServerlessServiceException$ = [-3, _sm, "OpenSearchServerlessServiceException", 0, [], []];
|
|
1071
|
-
TypeRegistry.for(_sm).registerError(OpenSearchServerlessServiceException$, OpenSearchServerlessServiceException);
|
|
1072
1078
|
var AccessPolicySummaries = [1, n0, _APScc,
|
|
1073
1079
|
0, () => AccessPolicySummary$
|
|
1074
1080
|
];
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var OpenSearchServerlessServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
5
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
6
|
+
export declare var OcuLimitExceededException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
10
|
+
/**
|
|
11
|
+
* TypeRegistry instances containing modeled errors.
|
|
12
|
+
* @internal
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
16
|
export declare var AccessPolicyDetail$: StaticStructureSchema;
|
|
3
17
|
export declare var AccessPolicyStats$: StaticStructureSchema;
|
|
4
18
|
export declare var AccessPolicySummary$: StaticStructureSchema;
|
|
@@ -22,7 +36,6 @@ export declare var CollectionGroupDetail$: StaticStructureSchema;
|
|
|
22
36
|
export declare var CollectionGroupErrorDetail$: StaticStructureSchema;
|
|
23
37
|
export declare var CollectionGroupSummary$: StaticStructureSchema;
|
|
24
38
|
export declare var CollectionSummary$: StaticStructureSchema;
|
|
25
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
26
39
|
export declare var CreateAccessPolicyRequest$: StaticStructureSchema;
|
|
27
40
|
export declare var CreateAccessPolicyResponse$: StaticStructureSchema;
|
|
28
41
|
export declare var CreateCollectionDetail$: StaticStructureSchema;
|
|
@@ -79,7 +92,6 @@ export declare var GetSecurityPolicyRequest$: StaticStructureSchema;
|
|
|
79
92
|
export declare var GetSecurityPolicyResponse$: StaticStructureSchema;
|
|
80
93
|
export declare var IamFederationConfigOptions$: StaticStructureSchema;
|
|
81
94
|
export declare var IamIdentityCenterConfigOptions$: StaticStructureSchema;
|
|
82
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
83
95
|
export declare var LifecyclePolicyDetail$: StaticStructureSchema;
|
|
84
96
|
export declare var LifecyclePolicyErrorDetail$: StaticStructureSchema;
|
|
85
97
|
export declare var LifecyclePolicyIdentifier$: StaticStructureSchema;
|
|
@@ -102,8 +114,6 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
102
114
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
103
115
|
export declare var ListVpcEndpointsRequest$: StaticStructureSchema;
|
|
104
116
|
export declare var ListVpcEndpointsResponse$: StaticStructureSchema;
|
|
105
|
-
export declare var OcuLimitExceededException$: StaticErrorSchema;
|
|
106
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
107
117
|
export declare var SamlConfigOptions$: StaticStructureSchema;
|
|
108
118
|
export declare var SecurityConfigDetail$: StaticStructureSchema;
|
|
109
119
|
export declare var SecurityConfigStats$: StaticStructureSchema;
|
|
@@ -111,7 +121,6 @@ export declare var SecurityConfigSummary$: StaticStructureSchema;
|
|
|
111
121
|
export declare var SecurityPolicyDetail$: StaticStructureSchema;
|
|
112
122
|
export declare var SecurityPolicyStats$: StaticStructureSchema;
|
|
113
123
|
export declare var SecurityPolicySummary$: StaticStructureSchema;
|
|
114
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
115
124
|
export declare var Tag$: StaticStructureSchema;
|
|
116
125
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
117
126
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
@@ -139,13 +148,11 @@ export declare var UpdateSecurityPolicyResponse$: StaticStructureSchema;
|
|
|
139
148
|
export declare var UpdateVpcEndpointDetail$: StaticStructureSchema;
|
|
140
149
|
export declare var UpdateVpcEndpointRequest$: StaticStructureSchema;
|
|
141
150
|
export declare var UpdateVpcEndpointResponse$: StaticStructureSchema;
|
|
142
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
143
151
|
export declare var VectorOptions$: StaticStructureSchema;
|
|
144
152
|
export declare var VpcEndpointDetail$: StaticStructureSchema;
|
|
145
153
|
export declare var VpcEndpointErrorDetail$: StaticStructureSchema;
|
|
146
154
|
export declare var VpcEndpointFilters$: StaticStructureSchema;
|
|
147
155
|
export declare var VpcEndpointSummary$: StaticStructureSchema;
|
|
148
|
-
export declare var OpenSearchServerlessServiceException$: StaticErrorSchema;
|
|
149
156
|
export declare var BatchGetCollection$: StaticOperationSchema;
|
|
150
157
|
export declare var BatchGetCollectionGroup$: StaticOperationSchema;
|
|
151
158
|
export declare var BatchGetEffectiveLifecyclePolicy$: StaticOperationSchema;
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var OpenSearchServerlessServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
9
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
10
|
+
export declare var OcuLimitExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
14
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
6
15
|
export declare var AccessPolicyDetail$: StaticStructureSchema;
|
|
7
16
|
export declare var AccessPolicyStats$: StaticStructureSchema;
|
|
8
17
|
export declare var AccessPolicySummary$: StaticStructureSchema;
|
|
@@ -26,7 +35,6 @@ export declare var CollectionGroupDetail$: StaticStructureSchema;
|
|
|
26
35
|
export declare var CollectionGroupErrorDetail$: StaticStructureSchema;
|
|
27
36
|
export declare var CollectionGroupSummary$: StaticStructureSchema;
|
|
28
37
|
export declare var CollectionSummary$: StaticStructureSchema;
|
|
29
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
30
38
|
export declare var CreateAccessPolicyRequest$: StaticStructureSchema;
|
|
31
39
|
export declare var CreateAccessPolicyResponse$: StaticStructureSchema;
|
|
32
40
|
export declare var CreateCollectionDetail$: StaticStructureSchema;
|
|
@@ -83,7 +91,6 @@ export declare var GetSecurityPolicyRequest$: StaticStructureSchema;
|
|
|
83
91
|
export declare var GetSecurityPolicyResponse$: StaticStructureSchema;
|
|
84
92
|
export declare var IamFederationConfigOptions$: StaticStructureSchema;
|
|
85
93
|
export declare var IamIdentityCenterConfigOptions$: StaticStructureSchema;
|
|
86
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
87
94
|
export declare var LifecyclePolicyDetail$: StaticStructureSchema;
|
|
88
95
|
export declare var LifecyclePolicyErrorDetail$: StaticStructureSchema;
|
|
89
96
|
export declare var LifecyclePolicyIdentifier$: StaticStructureSchema;
|
|
@@ -106,8 +113,6 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
106
113
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
107
114
|
export declare var ListVpcEndpointsRequest$: StaticStructureSchema;
|
|
108
115
|
export declare var ListVpcEndpointsResponse$: StaticStructureSchema;
|
|
109
|
-
export declare var OcuLimitExceededException$: StaticErrorSchema;
|
|
110
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
111
116
|
export declare var SamlConfigOptions$: StaticStructureSchema;
|
|
112
117
|
export declare var SecurityConfigDetail$: StaticStructureSchema;
|
|
113
118
|
export declare var SecurityConfigStats$: StaticStructureSchema;
|
|
@@ -115,7 +120,6 @@ export declare var SecurityConfigSummary$: StaticStructureSchema;
|
|
|
115
120
|
export declare var SecurityPolicyDetail$: StaticStructureSchema;
|
|
116
121
|
export declare var SecurityPolicyStats$: StaticStructureSchema;
|
|
117
122
|
export declare var SecurityPolicySummary$: StaticStructureSchema;
|
|
118
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
119
123
|
export declare var Tag$: StaticStructureSchema;
|
|
120
124
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
121
125
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
@@ -143,13 +147,11 @@ export declare var UpdateSecurityPolicyResponse$: StaticStructureSchema;
|
|
|
143
147
|
export declare var UpdateVpcEndpointDetail$: StaticStructureSchema;
|
|
144
148
|
export declare var UpdateVpcEndpointRequest$: StaticStructureSchema;
|
|
145
149
|
export declare var UpdateVpcEndpointResponse$: StaticStructureSchema;
|
|
146
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
147
150
|
export declare var VectorOptions$: StaticStructureSchema;
|
|
148
151
|
export declare var VpcEndpointDetail$: StaticStructureSchema;
|
|
149
152
|
export declare var VpcEndpointErrorDetail$: StaticStructureSchema;
|
|
150
153
|
export declare var VpcEndpointFilters$: StaticStructureSchema;
|
|
151
154
|
export declare var VpcEndpointSummary$: StaticStructureSchema;
|
|
152
|
-
export declare var OpenSearchServerlessServiceException$: StaticErrorSchema;
|
|
153
155
|
export declare var BatchGetCollection$: StaticOperationSchema;
|
|
154
156
|
export declare var BatchGetCollectionGroup$: StaticOperationSchema;
|
|
155
157
|
export declare var BatchGetEffectiveLifecyclePolicy$: StaticOperationSchema;
|
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.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-opensearchserverless",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|