@aws-sdk/client-resource-explorer-2 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 +51 -1065
- package/dist-cjs/models/ResourceExplorer2ServiceException.js +12 -0
- package/dist-cjs/models/errors.js +130 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +798 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +66 -60
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- 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 { defaultResourceExplorer2HttpAuthSchemeProvider } 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: "2022-07-28",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.resourceexplorer2",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2022-07-28",
|
|
30
32
|
serviceTarget: "ResourceExplorer",
|
|
31
33
|
},
|
|
@@ -180,7 +180,7 @@ const _URO = "UntagResourceOutput";
|
|
|
180
180
|
const _UV = "UpdateView";
|
|
181
181
|
const _UVI = "UpdateViewInput";
|
|
182
182
|
const _UVO = "UpdateViewOutput";
|
|
183
|
-
const _V = "
|
|
183
|
+
const _V = "Value";
|
|
184
184
|
const _VA = "ViewArn";
|
|
185
185
|
const _VAi = "ViewArns";
|
|
186
186
|
const _VE = "ValidationException";
|
|
@@ -190,29 +190,79 @@ const _VI = "ValidationIssue";
|
|
|
190
190
|
const _VL = "ViewList";
|
|
191
191
|
const _VN = "ViewName";
|
|
192
192
|
const _VS = "ViewStatus";
|
|
193
|
-
const _Va = "Value";
|
|
194
193
|
const _Ve = "Version";
|
|
195
|
-
const _Vi = "
|
|
194
|
+
const _Vi = "Views";
|
|
195
|
+
const _Vie = "View";
|
|
196
196
|
const _c = "client";
|
|
197
197
|
const _e = "error";
|
|
198
198
|
const _h = "http";
|
|
199
199
|
const _hE = "httpError";
|
|
200
200
|
const _hQ = "httpQuery";
|
|
201
201
|
const _rA = "resourceArn";
|
|
202
|
-
const _s = "
|
|
203
|
-
const
|
|
202
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.resourceexplorer2";
|
|
203
|
+
const _se = "server";
|
|
204
204
|
const _tK = "tagKeys";
|
|
205
205
|
const n0 = "com.amazonaws.resourceexplorer2";
|
|
206
206
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
207
207
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, UnauthorizedException, ValidationException, } from "../models/errors";
|
|
208
208
|
import { ResourceExplorer2ServiceException } from "../models/ResourceExplorer2ServiceException";
|
|
209
|
-
|
|
209
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
210
|
+
export var ResourceExplorer2ServiceException$ = [-3, _s, "ResourceExplorer2ServiceException", 0, [], []];
|
|
211
|
+
_s_registry.registerError(ResourceExplorer2ServiceException$, ResourceExplorer2ServiceException);
|
|
212
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
210
213
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
211
214
|
{ [_e]: _c, [_hE]: 403 },
|
|
212
215
|
[_M],
|
|
213
216
|
[0]
|
|
214
217
|
];
|
|
215
|
-
|
|
218
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
219
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
220
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
221
|
+
[_M],
|
|
222
|
+
[0], 1
|
|
223
|
+
];
|
|
224
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
225
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
226
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
227
|
+
[_M],
|
|
228
|
+
[0]
|
|
229
|
+
];
|
|
230
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
231
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
232
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
233
|
+
[_M],
|
|
234
|
+
[0]
|
|
235
|
+
];
|
|
236
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
237
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
238
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
239
|
+
[_M, _N, _V],
|
|
240
|
+
[0, 0, 0], 3
|
|
241
|
+
];
|
|
242
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
243
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
244
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
245
|
+
[_M],
|
|
246
|
+
[0]
|
|
247
|
+
];
|
|
248
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
249
|
+
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
250
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
251
|
+
[_M],
|
|
252
|
+
[0]
|
|
253
|
+
];
|
|
254
|
+
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
255
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
256
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
257
|
+
[_M, _FL],
|
|
258
|
+
[0, () => ValidationExceptionFieldList], 1
|
|
259
|
+
];
|
|
260
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
261
|
+
export const errorTypeRegistries = [
|
|
262
|
+
_s_registry,
|
|
263
|
+
n0_registry,
|
|
264
|
+
];
|
|
265
|
+
var QueryString = [0, n0, _QS, 8, 0];
|
|
216
266
|
export var AssociateDefaultViewInput$ = [3, n0, _ADVI,
|
|
217
267
|
0,
|
|
218
268
|
[_VA],
|
|
@@ -235,15 +285,9 @@ export var BatchGetViewInput$ = [3, n0, _BGVI,
|
|
|
235
285
|
];
|
|
236
286
|
export var BatchGetViewOutput$ = [3, n0, _BGVO,
|
|
237
287
|
0,
|
|
238
|
-
[
|
|
288
|
+
[_Vi, _E],
|
|
239
289
|
[[() => ViewList, 0], () => BatchGetViewErrors]
|
|
240
290
|
];
|
|
241
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
242
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
243
|
-
[_M],
|
|
244
|
-
[0], 1
|
|
245
|
-
];
|
|
246
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
247
291
|
export var CreateIndexInput$ = [3, n0, _CII,
|
|
248
292
|
0,
|
|
249
293
|
[_CT, _T],
|
|
@@ -271,7 +315,7 @@ export var CreateViewInput$ = [3, n0, _CVI,
|
|
|
271
315
|
];
|
|
272
316
|
export var CreateViewOutput$ = [3, n0, _CVO,
|
|
273
317
|
0,
|
|
274
|
-
[
|
|
318
|
+
[_Vie],
|
|
275
319
|
[[() => View$, 0]]
|
|
276
320
|
];
|
|
277
321
|
export var DeleteIndexInput$ = [3, n0, _DII,
|
|
@@ -356,7 +400,7 @@ export var GetServiceViewInput$ = [3, n0, _GSVI,
|
|
|
356
400
|
];
|
|
357
401
|
export var GetServiceViewOutput$ = [3, n0, _GSVO,
|
|
358
402
|
0,
|
|
359
|
-
[
|
|
403
|
+
[_Vie],
|
|
360
404
|
[[() => ServiceView$, 0]], 1
|
|
361
405
|
];
|
|
362
406
|
export var GetViewInput$ = [3, n0, _GVI,
|
|
@@ -366,7 +410,7 @@ export var GetViewInput$ = [3, n0, _GVI,
|
|
|
366
410
|
];
|
|
367
411
|
export var GetViewOutput$ = [3, n0, _GVO,
|
|
368
412
|
0,
|
|
369
|
-
[
|
|
413
|
+
[_Vie, _T],
|
|
370
414
|
[[() => View$, 0], [() => TagMap, 0]]
|
|
371
415
|
];
|
|
372
416
|
export var IncludedProperty$ = [3, n0, _IPn,
|
|
@@ -384,12 +428,6 @@ export var IndexStatus$ = [3, n0, _IS,
|
|
|
384
428
|
[_St, _I, _ED],
|
|
385
429
|
[0, () => Index$, () => ErrorDetails$]
|
|
386
430
|
];
|
|
387
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
388
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
389
|
-
[_M],
|
|
390
|
-
[0]
|
|
391
|
-
];
|
|
392
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
393
431
|
export var ListIndexesForMembersInput$ = [3, n0, _LIFMI,
|
|
394
432
|
0,
|
|
395
433
|
[_AIL, _MR, _NT],
|
|
@@ -487,7 +525,7 @@ export var ListViewsInput$ = [3, n0, _LVI,
|
|
|
487
525
|
];
|
|
488
526
|
export var ListViewsOutput$ = [3, n0, _LVO,
|
|
489
527
|
0,
|
|
490
|
-
[
|
|
528
|
+
[_Vi, _NT],
|
|
491
529
|
[64 | 0, 0]
|
|
492
530
|
];
|
|
493
531
|
export var ManagedView$ = [3, n0, _MV,
|
|
@@ -507,7 +545,7 @@ export var OrgConfiguration$ = [3, n0, _OC,
|
|
|
507
545
|
];
|
|
508
546
|
export var RegionStatus$ = [3, n0, _RS,
|
|
509
547
|
0,
|
|
510
|
-
[_Re, _I,
|
|
548
|
+
[_Re, _I, _Vie],
|
|
511
549
|
[0, () => IndexStatus$, [() => ViewStatus$, 0]]
|
|
512
550
|
];
|
|
513
551
|
export var Resource$ = [3, n0, _Reso,
|
|
@@ -520,12 +558,6 @@ export var ResourceCount$ = [3, n0, _RC,
|
|
|
520
558
|
[_TR, _Co],
|
|
521
559
|
[1, 2]
|
|
522
560
|
];
|
|
523
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
524
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
525
|
-
[_M],
|
|
526
|
-
[0]
|
|
527
|
-
];
|
|
528
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
529
561
|
export var ResourceProperty$ = [3, n0, _RPe,
|
|
530
562
|
0,
|
|
531
563
|
[_N, _LRA, _D],
|
|
@@ -546,12 +578,6 @@ export var SearchOutput$ = [3, n0, _SO,
|
|
|
546
578
|
[_Res, _NT, _VA, _Cou],
|
|
547
579
|
[() => ResourceList, 0, 0, () => ResourceCount$]
|
|
548
580
|
];
|
|
549
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
550
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
551
|
-
[_M, _N, _Va],
|
|
552
|
-
[0, 0, 0], 3
|
|
553
|
-
];
|
|
554
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
555
581
|
export var ServiceView$ = [3, n0, _SVe,
|
|
556
582
|
0,
|
|
557
583
|
[_SVA, _SVN, _F, _IP, _SAFSt, _ST],
|
|
@@ -577,18 +603,6 @@ export var TagResourceOutput$ = [3, n0, _TRO,
|
|
|
577
603
|
[],
|
|
578
604
|
[]
|
|
579
605
|
];
|
|
580
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
581
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
582
|
-
[_M],
|
|
583
|
-
[0]
|
|
584
|
-
];
|
|
585
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
586
|
-
export var UnauthorizedException$ = [-3, n0, _UE,
|
|
587
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
588
|
-
[_M],
|
|
589
|
-
[0]
|
|
590
|
-
];
|
|
591
|
-
TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
592
606
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
593
607
|
0,
|
|
594
608
|
[_rA, _tK],
|
|
@@ -616,33 +630,25 @@ export var UpdateViewInput$ = [3, n0, _UVI,
|
|
|
616
630
|
];
|
|
617
631
|
export var UpdateViewOutput$ = [3, n0, _UVO,
|
|
618
632
|
0,
|
|
619
|
-
[
|
|
633
|
+
[_Vie],
|
|
620
634
|
[[() => View$, 0]]
|
|
621
635
|
];
|
|
622
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
623
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
624
|
-
[_M, _FL],
|
|
625
|
-
[0, () => ValidationExceptionFieldList], 1
|
|
626
|
-
];
|
|
627
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
628
636
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
629
637
|
0,
|
|
630
638
|
[_N, _VI],
|
|
631
639
|
[0, 0], 2
|
|
632
640
|
];
|
|
633
|
-
export var View$ = [3, n0,
|
|
641
|
+
export var View$ = [3, n0, _Vie,
|
|
634
642
|
0,
|
|
635
643
|
[_VA, _VN, _O, _LUA, _Sc, _IP, _F],
|
|
636
644
|
[0, 0, 0, 5, 0, () => IncludedPropertyList, [() => SearchFilter$, 0]]
|
|
637
645
|
];
|
|
638
646
|
export var ViewStatus$ = [3, n0, _VS,
|
|
639
647
|
0,
|
|
640
|
-
[_St,
|
|
648
|
+
[_St, _Vie, _ED],
|
|
641
649
|
[0, [() => View$, 0], () => ErrorDetails$]
|
|
642
650
|
];
|
|
643
651
|
var __Unit = "unit";
|
|
644
|
-
export var ResourceExplorer2ServiceException$ = [-3, _sm, "ResourceExplorer2ServiceException", 0, [], []];
|
|
645
|
-
TypeRegistry.for(_sm).registerError(ResourceExplorer2ServiceException$, ResourceExplorer2ServiceException);
|
|
646
652
|
var AccountIdList = 64 | 0;
|
|
647
653
|
var BatchGetViewErrors = [1, n0, _BGVEa,
|
|
648
654
|
0, () => BatchGetViewError$
|
|
@@ -1,11 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var ResourceExplorer2ServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
12
|
+
/**
|
|
13
|
+
* TypeRegistry instances containing modeled errors.
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
18
|
export declare var AssociateDefaultViewInput$: StaticStructureSchema;
|
|
4
19
|
export declare var AssociateDefaultViewOutput$: StaticStructureSchema;
|
|
5
20
|
export declare var BatchGetViewError$: StaticStructureSchema;
|
|
6
21
|
export declare var BatchGetViewInput$: StaticStructureSchema;
|
|
7
22
|
export declare var BatchGetViewOutput$: StaticStructureSchema;
|
|
8
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
9
23
|
export declare var CreateIndexInput$: StaticStructureSchema;
|
|
10
24
|
export declare var CreateIndexOutput$: StaticStructureSchema;
|
|
11
25
|
export declare var CreateResourceExplorerSetupInput$: StaticStructureSchema;
|
|
@@ -34,7 +48,6 @@ export declare var GetViewOutput$: StaticStructureSchema;
|
|
|
34
48
|
export declare var IncludedProperty$: StaticStructureSchema;
|
|
35
49
|
export declare var Index$: StaticStructureSchema;
|
|
36
50
|
export declare var IndexStatus$: StaticStructureSchema;
|
|
37
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
38
51
|
export declare var ListIndexesForMembersInput$: StaticStructureSchema;
|
|
39
52
|
export declare var ListIndexesForMembersOutput$: StaticStructureSchema;
|
|
40
53
|
export declare var ListIndexesInput$: StaticStructureSchema;
|
|
@@ -61,30 +74,24 @@ export declare var OrgConfiguration$: StaticStructureSchema;
|
|
|
61
74
|
export declare var RegionStatus$: StaticStructureSchema;
|
|
62
75
|
export declare var Resource$: StaticStructureSchema;
|
|
63
76
|
export declare var ResourceCount$: StaticStructureSchema;
|
|
64
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
65
77
|
export declare var ResourceProperty$: StaticStructureSchema;
|
|
66
78
|
export declare var SearchFilter$: StaticStructureSchema;
|
|
67
79
|
export declare var SearchInput$: StaticStructureSchema;
|
|
68
80
|
export declare var SearchOutput$: StaticStructureSchema;
|
|
69
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
70
81
|
export declare var ServiceView$: StaticStructureSchema;
|
|
71
82
|
export declare var StreamingAccessDetails$: StaticStructureSchema;
|
|
72
83
|
export declare var SupportedResourceType$: StaticStructureSchema;
|
|
73
84
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
74
85
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
75
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
76
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
77
86
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
78
87
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
79
88
|
export declare var UpdateIndexTypeInput$: StaticStructureSchema;
|
|
80
89
|
export declare var UpdateIndexTypeOutput$: StaticStructureSchema;
|
|
81
90
|
export declare var UpdateViewInput$: StaticStructureSchema;
|
|
82
91
|
export declare var UpdateViewOutput$: StaticStructureSchema;
|
|
83
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
84
92
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
85
93
|
export declare var View$: StaticStructureSchema;
|
|
86
94
|
export declare var ViewStatus$: StaticStructureSchema;
|
|
87
|
-
export declare var ResourceExplorer2ServiceException$: StaticErrorSchema;
|
|
88
95
|
export declare var AssociateDefaultView$: StaticOperationSchema;
|
|
89
96
|
export declare var BatchGetView$: StaticOperationSchema;
|
|
90
97
|
export declare var CreateIndex$: StaticOperationSchema;
|
|
@@ -1,15 +1,24 @@
|
|
|
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 ResourceExplorer2ServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
17
|
export declare var AssociateDefaultViewInput$: StaticStructureSchema;
|
|
8
18
|
export declare var AssociateDefaultViewOutput$: StaticStructureSchema;
|
|
9
19
|
export declare var BatchGetViewError$: StaticStructureSchema;
|
|
10
20
|
export declare var BatchGetViewInput$: StaticStructureSchema;
|
|
11
21
|
export declare var BatchGetViewOutput$: StaticStructureSchema;
|
|
12
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
13
22
|
export declare var CreateIndexInput$: StaticStructureSchema;
|
|
14
23
|
export declare var CreateIndexOutput$: StaticStructureSchema;
|
|
15
24
|
export declare var CreateResourceExplorerSetupInput$: StaticStructureSchema;
|
|
@@ -38,7 +47,6 @@ export declare var GetViewOutput$: StaticStructureSchema;
|
|
|
38
47
|
export declare var IncludedProperty$: StaticStructureSchema;
|
|
39
48
|
export declare var Index$: StaticStructureSchema;
|
|
40
49
|
export declare var IndexStatus$: StaticStructureSchema;
|
|
41
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
42
50
|
export declare var ListIndexesForMembersInput$: StaticStructureSchema;
|
|
43
51
|
export declare var ListIndexesForMembersOutput$: StaticStructureSchema;
|
|
44
52
|
export declare var ListIndexesInput$: StaticStructureSchema;
|
|
@@ -65,30 +73,24 @@ export declare var OrgConfiguration$: StaticStructureSchema;
|
|
|
65
73
|
export declare var RegionStatus$: StaticStructureSchema;
|
|
66
74
|
export declare var Resource$: StaticStructureSchema;
|
|
67
75
|
export declare var ResourceCount$: StaticStructureSchema;
|
|
68
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
69
76
|
export declare var ResourceProperty$: StaticStructureSchema;
|
|
70
77
|
export declare var SearchFilter$: StaticStructureSchema;
|
|
71
78
|
export declare var SearchInput$: StaticStructureSchema;
|
|
72
79
|
export declare var SearchOutput$: StaticStructureSchema;
|
|
73
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
74
80
|
export declare var ServiceView$: StaticStructureSchema;
|
|
75
81
|
export declare var StreamingAccessDetails$: StaticStructureSchema;
|
|
76
82
|
export declare var SupportedResourceType$: StaticStructureSchema;
|
|
77
83
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
78
84
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
79
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
80
|
-
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
81
85
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
82
86
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
83
87
|
export declare var UpdateIndexTypeInput$: StaticStructureSchema;
|
|
84
88
|
export declare var UpdateIndexTypeOutput$: StaticStructureSchema;
|
|
85
89
|
export declare var UpdateViewInput$: StaticStructureSchema;
|
|
86
90
|
export declare var UpdateViewOutput$: StaticStructureSchema;
|
|
87
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
88
91
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
89
92
|
export declare var View$: StaticStructureSchema;
|
|
90
93
|
export declare var ViewStatus$: StaticStructureSchema;
|
|
91
|
-
export declare var ResourceExplorer2ServiceException$: StaticErrorSchema;
|
|
92
94
|
export declare var AssociateDefaultView$: StaticOperationSchema;
|
|
93
95
|
export declare var BatchGetView$: StaticOperationSchema;
|
|
94
96
|
export declare var CreateIndex$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-resource-explorer-2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Explorer 2 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-resource-explorer-2",
|
|
@@ -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.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",
|