@aws-sdk/client-schemas 3.987.0 → 3.989.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 +50 -972
- package/dist-cjs/models/SchemasServiceException.js +12 -0
- package/dist-cjs/models/errors.js +174 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +675 -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 +16 -9
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -9
- package/package.json +14 -14
|
@@ -163,12 +163,12 @@ const _mT = "mediaType";
|
|
|
163
163
|
const _nT = "nextToken";
|
|
164
164
|
const _rN = "registryName";
|
|
165
165
|
const _rNP = "registryNamePrefix";
|
|
166
|
-
const _s = "
|
|
166
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.schemas";
|
|
167
167
|
const _sAP = "sourceArnPrefix";
|
|
168
168
|
const _sNP = "schemaNamePrefix";
|
|
169
169
|
const _sV = "schemaVersion";
|
|
170
170
|
const _sc = "scope";
|
|
171
|
-
const
|
|
171
|
+
const _se = "server";
|
|
172
172
|
const _t = "tags";
|
|
173
173
|
const _tK = "tagKeys";
|
|
174
174
|
const _ty = "type";
|
|
@@ -176,19 +176,75 @@ const n0 = "com.amazonaws.schemas";
|
|
|
176
176
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
177
177
|
import { BadRequestException, ConflictException, ForbiddenException, GoneException, InternalServerErrorException, NotFoundException, PreconditionFailedException, ServiceUnavailableException, TooManyRequestsException, UnauthorizedException, } from "../models/errors";
|
|
178
178
|
import { SchemasServiceException } from "../models/SchemasServiceException";
|
|
179
|
-
|
|
179
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
180
|
+
export var SchemasServiceException$ = [-3, _s, "SchemasServiceException", 0, [], []];
|
|
181
|
+
_s_registry.registerError(SchemasServiceException$, SchemasServiceException);
|
|
182
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
180
183
|
export var BadRequestException$ = [-3, n0, _BRE,
|
|
181
184
|
{ [_e]: _c, [_hE]: 400 },
|
|
182
185
|
[_C, _M],
|
|
183
186
|
[0, 0], 2
|
|
184
187
|
];
|
|
185
|
-
|
|
188
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
186
189
|
export var ConflictException$ = [-3, n0, _CE,
|
|
187
190
|
{ [_e]: _c, [_hE]: 409 },
|
|
188
191
|
[_C, _M],
|
|
189
192
|
[0, 0], 2
|
|
190
193
|
];
|
|
191
|
-
|
|
194
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
195
|
+
export var ForbiddenException$ = [-3, n0, _FE,
|
|
196
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
197
|
+
[_C, _M],
|
|
198
|
+
[0, 0], 2
|
|
199
|
+
];
|
|
200
|
+
n0_registry.registerError(ForbiddenException$, ForbiddenException);
|
|
201
|
+
export var GoneException$ = [-3, n0, _GE,
|
|
202
|
+
{ [_e]: _c, [_hE]: 410 },
|
|
203
|
+
[_C, _M],
|
|
204
|
+
[0, 0], 2
|
|
205
|
+
];
|
|
206
|
+
n0_registry.registerError(GoneException$, GoneException);
|
|
207
|
+
export var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
208
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
209
|
+
[_C, _M],
|
|
210
|
+
[0, 0], 2
|
|
211
|
+
];
|
|
212
|
+
n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
213
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
214
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
215
|
+
[_C, _M],
|
|
216
|
+
[0, 0], 2
|
|
217
|
+
];
|
|
218
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
219
|
+
export var PreconditionFailedException$ = [-3, n0, _PFE,
|
|
220
|
+
{ [_e]: _c, [_hE]: 412 },
|
|
221
|
+
[_C, _M],
|
|
222
|
+
[0, 0], 2
|
|
223
|
+
];
|
|
224
|
+
n0_registry.registerError(PreconditionFailedException$, PreconditionFailedException);
|
|
225
|
+
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
226
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
227
|
+
[_C, _M],
|
|
228
|
+
[0, 0], 2
|
|
229
|
+
];
|
|
230
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
231
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
232
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
233
|
+
[_C, _M],
|
|
234
|
+
[0, 0], 2
|
|
235
|
+
];
|
|
236
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
237
|
+
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
238
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
239
|
+
[_C, _M],
|
|
240
|
+
[0, 0], 2
|
|
241
|
+
];
|
|
242
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
243
|
+
export const errorTypeRegistries = [
|
|
244
|
+
_s_registry,
|
|
245
|
+
n0_registry,
|
|
246
|
+
];
|
|
247
|
+
var SynthesizedJson__string = [0, n0, _Ss, { [_mT]: _a }, 0];
|
|
192
248
|
export var CreateDiscovererRequest$ = [3, n0, _CDR,
|
|
193
249
|
0,
|
|
194
250
|
[_SA, _D, _CA, _T],
|
|
@@ -299,12 +355,6 @@ export var ExportSchemaResponse$ = [3, n0, _ESRx,
|
|
|
299
355
|
[_Co, _SAc, _SN, _SV, _Ty],
|
|
300
356
|
[0, 0, 0, 0, 0]
|
|
301
357
|
];
|
|
302
|
-
export var ForbiddenException$ = [-3, n0, _FE,
|
|
303
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
304
|
-
[_C, _M],
|
|
305
|
-
[0, 0], 2
|
|
306
|
-
];
|
|
307
|
-
TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
308
358
|
export var GetCodeBindingSourceRequest$ = [3, n0, _GCBSR,
|
|
309
359
|
0,
|
|
310
360
|
[_L, _RN, _SN, _SV],
|
|
@@ -335,18 +385,6 @@ export var GetResourcePolicyResponse$ = [3, n0, _GRPRe,
|
|
|
335
385
|
[_P, _RI],
|
|
336
386
|
[[() => SynthesizedJson__string, 0], 0]
|
|
337
387
|
];
|
|
338
|
-
export var GoneException$ = [-3, n0, _GE,
|
|
339
|
-
{ [_e]: _c, [_hE]: 410 },
|
|
340
|
-
[_C, _M],
|
|
341
|
-
[0, 0], 2
|
|
342
|
-
];
|
|
343
|
-
TypeRegistry.for(n0).registerError(GoneException$, GoneException);
|
|
344
|
-
export var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
345
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
346
|
-
[_C, _M],
|
|
347
|
-
[0, 0], 2
|
|
348
|
-
];
|
|
349
|
-
TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
350
388
|
export var ListDiscoverersRequest$ = [3, n0, _LDR,
|
|
351
389
|
0,
|
|
352
390
|
[_DIP, _Li, _NT, _SAP],
|
|
@@ -397,18 +435,6 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
397
435
|
[_T],
|
|
398
436
|
[[128 | 0, { [_jN]: _t }]]
|
|
399
437
|
];
|
|
400
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
401
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
402
|
-
[_C, _M],
|
|
403
|
-
[0, 0], 2
|
|
404
|
-
];
|
|
405
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
406
|
-
export var PreconditionFailedException$ = [-3, n0, _PFE,
|
|
407
|
-
{ [_e]: _c, [_hE]: 412 },
|
|
408
|
-
[_C, _M],
|
|
409
|
-
[0, 0], 2
|
|
410
|
-
];
|
|
411
|
-
TypeRegistry.for(n0).registerError(PreconditionFailedException$, PreconditionFailedException);
|
|
412
438
|
export var PutCodeBindingRequest$ = [3, n0, _PCBR,
|
|
413
439
|
0,
|
|
414
440
|
[_L, _RN, _SN, _SV],
|
|
@@ -464,12 +490,6 @@ export var SearchSchemaVersionSummary$ = [3, n0, _SSVS,
|
|
|
464
490
|
[_CDr, _SV, _Ty],
|
|
465
491
|
[5, 0, 0]
|
|
466
492
|
];
|
|
467
|
-
export var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
468
|
-
{ [_e]: _s, [_hE]: 503 },
|
|
469
|
-
[_C, _M],
|
|
470
|
-
[0, 0], 2
|
|
471
|
-
];
|
|
472
|
-
TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
473
493
|
export var StartDiscovererRequest$ = [3, n0, _SDR,
|
|
474
494
|
0,
|
|
475
495
|
[_DI],
|
|
@@ -495,18 +515,6 @@ export var TagResourceRequest$ = [3, n0, _TRR,
|
|
|
495
515
|
[_RAe, _T],
|
|
496
516
|
[[0, 1], [128 | 0, { [_jN]: _t }]], 2
|
|
497
517
|
];
|
|
498
|
-
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
499
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
500
|
-
[_C, _M],
|
|
501
|
-
[0, 0], 2
|
|
502
|
-
];
|
|
503
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
504
|
-
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
505
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
506
|
-
[_C, _M],
|
|
507
|
-
[0, 0], 2
|
|
508
|
-
];
|
|
509
|
-
TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
510
518
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
511
519
|
0,
|
|
512
520
|
[_RAe, _TK],
|
|
@@ -543,8 +551,6 @@ export var UpdateSchemaResponse$ = [3, n0, _USRp,
|
|
|
543
551
|
[0, 5, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 5]
|
|
544
552
|
];
|
|
545
553
|
var __Unit = "unit";
|
|
546
|
-
export var SchemasServiceException$ = [-3, _sm, "SchemasServiceException", 0, [], []];
|
|
547
|
-
TypeRegistry.for(_sm).registerError(SchemasServiceException$, SchemasServiceException);
|
|
548
554
|
var __listOf__string = 64 | 0;
|
|
549
555
|
var __listOfDiscovererSummary = [1, n0, _lODS,
|
|
550
556
|
0, [() => DiscovererSummary$,
|
|
@@ -1,6 +1,22 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var SchemasServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
3
5
|
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
7
|
+
export declare var GoneException$: StaticErrorSchema;
|
|
8
|
+
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
9
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
10
|
+
export declare var PreconditionFailedException$: StaticErrorSchema;
|
|
11
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
12
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
13
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
14
|
+
/**
|
|
15
|
+
* TypeRegistry instances containing modeled errors.
|
|
16
|
+
* @internal
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
4
20
|
export declare var CreateDiscovererRequest$: StaticStructureSchema;
|
|
5
21
|
export declare var CreateDiscovererResponse$: StaticStructureSchema;
|
|
6
22
|
export declare var CreateRegistryRequest$: StaticStructureSchema;
|
|
@@ -23,15 +39,12 @@ export declare var DescribeSchemaResponse$: StaticStructureSchema;
|
|
|
23
39
|
export declare var DiscovererSummary$: StaticStructureSchema;
|
|
24
40
|
export declare var ExportSchemaRequest$: StaticStructureSchema;
|
|
25
41
|
export declare var ExportSchemaResponse$: StaticStructureSchema;
|
|
26
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
27
42
|
export declare var GetCodeBindingSourceRequest$: StaticStructureSchema;
|
|
28
43
|
export declare var GetCodeBindingSourceResponse$: StaticStructureSchema;
|
|
29
44
|
export declare var GetDiscoveredSchemaRequest$: StaticStructureSchema;
|
|
30
45
|
export declare var GetDiscoveredSchemaResponse$: StaticStructureSchema;
|
|
31
46
|
export declare var GetResourcePolicyRequest$: StaticStructureSchema;
|
|
32
47
|
export declare var GetResourcePolicyResponse$: StaticStructureSchema;
|
|
33
|
-
export declare var GoneException$: StaticErrorSchema;
|
|
34
|
-
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
35
48
|
export declare var ListDiscoverersRequest$: StaticStructureSchema;
|
|
36
49
|
export declare var ListDiscoverersResponse$: StaticStructureSchema;
|
|
37
50
|
export declare var ListRegistriesRequest$: StaticStructureSchema;
|
|
@@ -42,8 +55,6 @@ export declare var ListSchemaVersionsRequest$: StaticStructureSchema;
|
|
|
42
55
|
export declare var ListSchemaVersionsResponse$: StaticStructureSchema;
|
|
43
56
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
44
57
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
45
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
46
|
-
export declare var PreconditionFailedException$: StaticErrorSchema;
|
|
47
58
|
export declare var PutCodeBindingRequest$: StaticStructureSchema;
|
|
48
59
|
export declare var PutCodeBindingResponse$: StaticStructureSchema;
|
|
49
60
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
@@ -55,14 +66,11 @@ export declare var SearchSchemasRequest$: StaticStructureSchema;
|
|
|
55
66
|
export declare var SearchSchemasResponse$: StaticStructureSchema;
|
|
56
67
|
export declare var SearchSchemaSummary$: StaticStructureSchema;
|
|
57
68
|
export declare var SearchSchemaVersionSummary$: StaticStructureSchema;
|
|
58
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
59
69
|
export declare var StartDiscovererRequest$: StaticStructureSchema;
|
|
60
70
|
export declare var StartDiscovererResponse$: StaticStructureSchema;
|
|
61
71
|
export declare var StopDiscovererRequest$: StaticStructureSchema;
|
|
62
72
|
export declare var StopDiscovererResponse$: StaticStructureSchema;
|
|
63
73
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
64
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
65
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
66
74
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
67
75
|
export declare var UpdateDiscovererRequest$: StaticStructureSchema;
|
|
68
76
|
export declare var UpdateDiscovererResponse$: StaticStructureSchema;
|
|
@@ -70,7 +78,6 @@ export declare var UpdateRegistryRequest$: StaticStructureSchema;
|
|
|
70
78
|
export declare var UpdateRegistryResponse$: StaticStructureSchema;
|
|
71
79
|
export declare var UpdateSchemaRequest$: StaticStructureSchema;
|
|
72
80
|
export declare var UpdateSchemaResponse$: StaticStructureSchema;
|
|
73
|
-
export declare var SchemasServiceException$: StaticErrorSchema;
|
|
74
81
|
export declare var CreateDiscoverer$: StaticOperationSchema;
|
|
75
82
|
export declare var CreateRegistry$: StaticOperationSchema;
|
|
76
83
|
export declare var CreateSchema$: StaticOperationSchema;
|
|
@@ -1,10 +1,21 @@
|
|
|
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 SchemasServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
7
9
|
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
11
|
+
export declare var GoneException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
13
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var PreconditionFailedException$: StaticErrorSchema;
|
|
15
|
+
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
16
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
17
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
19
|
export declare var CreateDiscovererRequest$: StaticStructureSchema;
|
|
9
20
|
export declare var CreateDiscovererResponse$: StaticStructureSchema;
|
|
10
21
|
export declare var CreateRegistryRequest$: StaticStructureSchema;
|
|
@@ -27,15 +38,12 @@ export declare var DescribeSchemaResponse$: StaticStructureSchema;
|
|
|
27
38
|
export declare var DiscovererSummary$: StaticStructureSchema;
|
|
28
39
|
export declare var ExportSchemaRequest$: StaticStructureSchema;
|
|
29
40
|
export declare var ExportSchemaResponse$: StaticStructureSchema;
|
|
30
|
-
export declare var ForbiddenException$: StaticErrorSchema;
|
|
31
41
|
export declare var GetCodeBindingSourceRequest$: StaticStructureSchema;
|
|
32
42
|
export declare var GetCodeBindingSourceResponse$: StaticStructureSchema;
|
|
33
43
|
export declare var GetDiscoveredSchemaRequest$: StaticStructureSchema;
|
|
34
44
|
export declare var GetDiscoveredSchemaResponse$: StaticStructureSchema;
|
|
35
45
|
export declare var GetResourcePolicyRequest$: StaticStructureSchema;
|
|
36
46
|
export declare var GetResourcePolicyResponse$: StaticStructureSchema;
|
|
37
|
-
export declare var GoneException$: StaticErrorSchema;
|
|
38
|
-
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
39
47
|
export declare var ListDiscoverersRequest$: StaticStructureSchema;
|
|
40
48
|
export declare var ListDiscoverersResponse$: StaticStructureSchema;
|
|
41
49
|
export declare var ListRegistriesRequest$: StaticStructureSchema;
|
|
@@ -46,8 +54,6 @@ export declare var ListSchemaVersionsRequest$: StaticStructureSchema;
|
|
|
46
54
|
export declare var ListSchemaVersionsResponse$: StaticStructureSchema;
|
|
47
55
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
48
56
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
49
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
50
|
-
export declare var PreconditionFailedException$: StaticErrorSchema;
|
|
51
57
|
export declare var PutCodeBindingRequest$: StaticStructureSchema;
|
|
52
58
|
export declare var PutCodeBindingResponse$: StaticStructureSchema;
|
|
53
59
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
@@ -59,14 +65,11 @@ export declare var SearchSchemasRequest$: StaticStructureSchema;
|
|
|
59
65
|
export declare var SearchSchemasResponse$: StaticStructureSchema;
|
|
60
66
|
export declare var SearchSchemaSummary$: StaticStructureSchema;
|
|
61
67
|
export declare var SearchSchemaVersionSummary$: StaticStructureSchema;
|
|
62
|
-
export declare var ServiceUnavailableException$: StaticErrorSchema;
|
|
63
68
|
export declare var StartDiscovererRequest$: StaticStructureSchema;
|
|
64
69
|
export declare var StartDiscovererResponse$: StaticStructureSchema;
|
|
65
70
|
export declare var StopDiscovererRequest$: StaticStructureSchema;
|
|
66
71
|
export declare var StopDiscovererResponse$: StaticStructureSchema;
|
|
67
72
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
68
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
69
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
70
73
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
71
74
|
export declare var UpdateDiscovererRequest$: StaticStructureSchema;
|
|
72
75
|
export declare var UpdateDiscovererResponse$: StaticStructureSchema;
|
|
@@ -74,7 +77,6 @@ export declare var UpdateRegistryRequest$: StaticStructureSchema;
|
|
|
74
77
|
export declare var UpdateRegistryResponse$: StaticStructureSchema;
|
|
75
78
|
export declare var UpdateSchemaRequest$: StaticStructureSchema;
|
|
76
79
|
export declare var UpdateSchemaResponse$: StaticStructureSchema;
|
|
77
|
-
export declare var SchemasServiceException$: StaticErrorSchema;
|
|
78
80
|
export declare var CreateDiscoverer$: StaticOperationSchema;
|
|
79
81
|
export declare var CreateRegistry$: StaticOperationSchema;
|
|
80
82
|
export declare var CreateSchema$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-schemas",
|
|
3
3
|
"description": "AWS SDK for JavaScript Schemas Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.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-schemas",
|
|
@@ -21,42 +21,42 @@
|
|
|
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.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
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.9",
|
|
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.989.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.7",
|
|
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",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.12",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"@smithy/util-waiter": "^4.2.8",
|
|
62
62
|
"tslib": "^2.6.2"
|