@aws-sdk/client-internetmonitor 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 +35 -809
- package/dist-cjs/models/InternetMonitorServiceException.js +12 -0
- package/dist-cjs/models/errors.js +155 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +577 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +71 -65
- package/dist-types/schemas/schemas_0.d.ts +18 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -11
- package/package.json +13 -13
|
@@ -167,41 +167,97 @@ const _h = "http";
|
|
|
167
167
|
const _hE = "httpError";
|
|
168
168
|
const _hQ = "httpQuery";
|
|
169
169
|
const _m = "message";
|
|
170
|
-
const _s = "
|
|
171
|
-
const
|
|
170
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.internetmonitor";
|
|
171
|
+
const _se = "server";
|
|
172
172
|
const _tK = "tagKeys";
|
|
173
173
|
const n0 = "com.amazonaws.internetmonitor";
|
|
174
174
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
175
175
|
import { AccessDeniedException, BadRequestException, ConflictException, InternalServerErrorException, InternalServerException, LimitExceededException, NotFoundException, ResourceNotFoundException, ThrottlingException, TooManyRequestsException, ValidationException, } from "../models/errors";
|
|
176
176
|
import { InternetMonitorServiceException } from "../models/InternetMonitorServiceException";
|
|
177
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
178
|
+
export var InternetMonitorServiceException$ = [-3, _s, "InternetMonitorServiceException", 0, [], []];
|
|
179
|
+
_s_registry.registerError(InternetMonitorServiceException$, InternetMonitorServiceException);
|
|
180
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
177
181
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
178
182
|
{ [_e]: _c, [_hE]: 403 },
|
|
179
183
|
[_m],
|
|
180
184
|
[0]
|
|
181
185
|
];
|
|
182
|
-
|
|
183
|
-
export var AvailabilityMeasurement$ = [3, n0, _AM,
|
|
184
|
-
0,
|
|
185
|
-
[_ES, _POTTI, _POCLI],
|
|
186
|
-
[1, 1, 1]
|
|
187
|
-
];
|
|
186
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
188
187
|
export var BadRequestException$ = [-3, n0, _BRE,
|
|
189
188
|
{ [_e]: _c, [_hE]: 400 },
|
|
190
189
|
[_m],
|
|
191
190
|
[0]
|
|
192
191
|
];
|
|
193
|
-
|
|
194
|
-
export var ClientLocation$ = [3, n0, _CL,
|
|
195
|
-
0,
|
|
196
|
-
[_ASN, _ASNu, _C, _Ci, _L, _Lo, _S, _M],
|
|
197
|
-
[0, 1, 0, 0, 1, 1, 0, 0], 6
|
|
198
|
-
];
|
|
192
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
199
193
|
export var ConflictException$ = [-3, n0, _CE,
|
|
200
194
|
{ [_e]: _c, [_hE]: 409 },
|
|
201
195
|
[_m],
|
|
202
196
|
[0]
|
|
203
197
|
];
|
|
204
|
-
|
|
198
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
199
|
+
export var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
200
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
201
|
+
[_m],
|
|
202
|
+
[0]
|
|
203
|
+
];
|
|
204
|
+
n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
205
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
206
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
207
|
+
[_m],
|
|
208
|
+
[0]
|
|
209
|
+
];
|
|
210
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
211
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
212
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
213
|
+
[_m],
|
|
214
|
+
[0]
|
|
215
|
+
];
|
|
216
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
217
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
218
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
219
|
+
[_m],
|
|
220
|
+
[0]
|
|
221
|
+
];
|
|
222
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
223
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
224
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
225
|
+
[_m],
|
|
226
|
+
[0]
|
|
227
|
+
];
|
|
228
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
229
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
230
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
231
|
+
[_m],
|
|
232
|
+
[0]
|
|
233
|
+
];
|
|
234
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
235
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
236
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
237
|
+
[_m],
|
|
238
|
+
[0]
|
|
239
|
+
];
|
|
240
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
241
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
242
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
243
|
+
[_m],
|
|
244
|
+
[0]
|
|
245
|
+
];
|
|
246
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
247
|
+
export const errorTypeRegistries = [
|
|
248
|
+
_s_registry,
|
|
249
|
+
n0_registry,
|
|
250
|
+
];
|
|
251
|
+
export var AvailabilityMeasurement$ = [3, n0, _AM,
|
|
252
|
+
0,
|
|
253
|
+
[_ES, _POTTI, _POCLI],
|
|
254
|
+
[1, 1, 1]
|
|
255
|
+
];
|
|
256
|
+
export var ClientLocation$ = [3, n0, _CL,
|
|
257
|
+
0,
|
|
258
|
+
[_ASN, _ASNu, _C, _Ci, _L, _Lo, _S, _M],
|
|
259
|
+
[0, 1, 0, 0, 1, 1, 0, 0], 6
|
|
260
|
+
];
|
|
205
261
|
export var CreateMonitorInput$ = [3, n0, _CMI,
|
|
206
262
|
0,
|
|
207
263
|
[_MN, _R, _CT, _T, _MCNTM, _IMLD, _TPTM, _HEC],
|
|
@@ -292,18 +348,6 @@ export var ImpactedLocation$ = [3, n0, _ILm,
|
|
|
292
348
|
[_ASN, _ASNu, _C, _St, _S, _M, _Ci, _L, _Lo, _CC, _SC, _SL, _CB, _IH, _IP],
|
|
293
349
|
[0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, () => NetworkImpairment$, () => InternetHealth$, 64 | 0], 4
|
|
294
350
|
];
|
|
295
|
-
export var InternalServerErrorException$ = [-3, n0, _ISEE,
|
|
296
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
297
|
-
[_m],
|
|
298
|
-
[0]
|
|
299
|
-
];
|
|
300
|
-
TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
301
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
302
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
303
|
-
[_m],
|
|
304
|
-
[0]
|
|
305
|
-
];
|
|
306
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
307
351
|
export var InternetEventSummary$ = [3, n0, _IES,
|
|
308
352
|
0,
|
|
309
353
|
[_EI, _EA, _SA, _CL, _ET, _ESv, _EAn],
|
|
@@ -319,12 +363,6 @@ export var InternetMeasurementsLogDelivery$ = [3, n0, _IMLD,
|
|
|
319
363
|
[_SCo],
|
|
320
364
|
[() => S3Config$]
|
|
321
365
|
];
|
|
322
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
323
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
324
|
-
[_m],
|
|
325
|
-
[0]
|
|
326
|
-
];
|
|
327
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
328
366
|
export var ListHealthEventsInput$ = [3, n0, _LHEI,
|
|
329
367
|
0,
|
|
330
368
|
[_MN, _ST, _ETn, _NT, _MR, _ESv, _LAI],
|
|
@@ -385,12 +423,6 @@ export var NetworkImpairment$ = [3, n0, _NI,
|
|
|
385
423
|
[_Ne, _AP, _NET],
|
|
386
424
|
[() => NetworkList, () => NetworkList, 0], 3
|
|
387
425
|
];
|
|
388
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
389
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
390
|
-
[_m],
|
|
391
|
-
[0]
|
|
392
|
-
];
|
|
393
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
394
426
|
export var PerformanceMeasurement$ = [3, n0, _PM,
|
|
395
427
|
0,
|
|
396
428
|
[_ES, _POTTI, _POCLI, _RTT],
|
|
@@ -401,12 +433,6 @@ export var QueryField$ = [3, n0, _QF,
|
|
|
401
433
|
[_Na, _Ty],
|
|
402
434
|
[0, 0]
|
|
403
435
|
];
|
|
404
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
405
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
406
|
-
[_m],
|
|
407
|
-
[0]
|
|
408
|
-
];
|
|
409
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
410
436
|
export var RoundTripTime$ = [3, n0, _RTT,
|
|
411
437
|
0,
|
|
412
438
|
[_P_, _P__, _P___],
|
|
@@ -447,18 +473,6 @@ export var TagResourceOutput$ = [3, n0, _TRO,
|
|
|
447
473
|
[],
|
|
448
474
|
[]
|
|
449
475
|
];
|
|
450
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
451
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
452
|
-
[_m],
|
|
453
|
-
[0]
|
|
454
|
-
];
|
|
455
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
456
|
-
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
457
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
458
|
-
[_m],
|
|
459
|
-
[0]
|
|
460
|
-
];
|
|
461
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
462
476
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
463
477
|
0,
|
|
464
478
|
[_RA, _TK],
|
|
@@ -479,14 +493,6 @@ export var UpdateMonitorOutput$ = [3, n0, _UMO,
|
|
|
479
493
|
[_MA, _St],
|
|
480
494
|
[0, 0], 2
|
|
481
495
|
];
|
|
482
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
483
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
484
|
-
[_m],
|
|
485
|
-
[0]
|
|
486
|
-
];
|
|
487
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
488
|
-
export var InternetMonitorServiceException$ = [-3, _sm, "InternetMonitorServiceException", 0, [], []];
|
|
489
|
-
TypeRegistry.for(_sm).registerError(InternetMonitorServiceException$, InternetMonitorServiceException);
|
|
490
496
|
var FilterList = 64 | 0;
|
|
491
497
|
var FilterParameters = [1, n0, _FPi,
|
|
492
498
|
0, () => FilterParameter$
|
|
@@ -1,9 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var InternetMonitorServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
-
export declare var AvailabilityMeasurement$: StaticStructureSchema;
|
|
4
5
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
5
|
-
export declare var ClientLocation$: StaticStructureSchema;
|
|
6
6
|
export declare var ConflictException$: StaticErrorSchema;
|
|
7
|
+
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
8
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
9
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
13
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
/**
|
|
16
|
+
* TypeRegistry instances containing modeled errors.
|
|
17
|
+
* @internal
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
21
|
+
export declare var AvailabilityMeasurement$: StaticStructureSchema;
|
|
22
|
+
export declare var ClientLocation$: StaticStructureSchema;
|
|
7
23
|
export declare var CreateMonitorInput$: StaticStructureSchema;
|
|
8
24
|
export declare var CreateMonitorOutput$: StaticStructureSchema;
|
|
9
25
|
export declare var DeleteMonitorInput$: StaticStructureSchema;
|
|
@@ -22,12 +38,9 @@ export declare var GetQueryStatusOutput$: StaticStructureSchema;
|
|
|
22
38
|
export declare var HealthEvent$: StaticStructureSchema;
|
|
23
39
|
export declare var HealthEventsConfig$: StaticStructureSchema;
|
|
24
40
|
export declare var ImpactedLocation$: StaticStructureSchema;
|
|
25
|
-
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
26
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
27
41
|
export declare var InternetEventSummary$: StaticStructureSchema;
|
|
28
42
|
export declare var InternetHealth$: StaticStructureSchema;
|
|
29
43
|
export declare var InternetMeasurementsLogDelivery$: StaticStructureSchema;
|
|
30
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
31
44
|
export declare var ListHealthEventsInput$: StaticStructureSchema;
|
|
32
45
|
export declare var ListHealthEventsOutput$: StaticStructureSchema;
|
|
33
46
|
export declare var ListInternetEventsInput$: StaticStructureSchema;
|
|
@@ -40,10 +53,8 @@ export declare var LocalHealthEventsConfig$: StaticStructureSchema;
|
|
|
40
53
|
export declare var Monitor$: StaticStructureSchema;
|
|
41
54
|
export declare var Network$: StaticStructureSchema;
|
|
42
55
|
export declare var NetworkImpairment$: StaticStructureSchema;
|
|
43
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
44
56
|
export declare var PerformanceMeasurement$: StaticStructureSchema;
|
|
45
57
|
export declare var QueryField$: StaticStructureSchema;
|
|
46
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
47
58
|
export declare var RoundTripTime$: StaticStructureSchema;
|
|
48
59
|
export declare var S3Config$: StaticStructureSchema;
|
|
49
60
|
export declare var StartQueryInput$: StaticStructureSchema;
|
|
@@ -52,14 +63,10 @@ export declare var StopQueryInput$: StaticStructureSchema;
|
|
|
52
63
|
export declare var StopQueryOutput$: StaticStructureSchema;
|
|
53
64
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
54
65
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
55
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
56
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
57
66
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
58
67
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
59
68
|
export declare var UpdateMonitorInput$: StaticStructureSchema;
|
|
60
69
|
export declare var UpdateMonitorOutput$: StaticStructureSchema;
|
|
61
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
62
|
-
export declare var InternetMonitorServiceException$: StaticErrorSchema;
|
|
63
70
|
export declare var CreateMonitor$: StaticOperationSchema;
|
|
64
71
|
export declare var DeleteMonitor$: StaticOperationSchema;
|
|
65
72
|
export declare var GetHealthEvent$: StaticOperationSchema;
|
|
@@ -1,13 +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 InternetMonitorServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
|
-
export declare var AvailabilityMeasurement$: StaticStructureSchema;
|
|
8
9
|
export declare var BadRequestException$: StaticErrorSchema;
|
|
9
|
-
export declare var ClientLocation$: StaticStructureSchema;
|
|
10
10
|
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
13
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
17
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
18
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
20
|
+
export declare var AvailabilityMeasurement$: StaticStructureSchema;
|
|
21
|
+
export declare var ClientLocation$: StaticStructureSchema;
|
|
11
22
|
export declare var CreateMonitorInput$: StaticStructureSchema;
|
|
12
23
|
export declare var CreateMonitorOutput$: StaticStructureSchema;
|
|
13
24
|
export declare var DeleteMonitorInput$: StaticStructureSchema;
|
|
@@ -26,12 +37,9 @@ export declare var GetQueryStatusOutput$: StaticStructureSchema;
|
|
|
26
37
|
export declare var HealthEvent$: StaticStructureSchema;
|
|
27
38
|
export declare var HealthEventsConfig$: StaticStructureSchema;
|
|
28
39
|
export declare var ImpactedLocation$: StaticStructureSchema;
|
|
29
|
-
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
30
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
31
40
|
export declare var InternetEventSummary$: StaticStructureSchema;
|
|
32
41
|
export declare var InternetHealth$: StaticStructureSchema;
|
|
33
42
|
export declare var InternetMeasurementsLogDelivery$: StaticStructureSchema;
|
|
34
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
35
43
|
export declare var ListHealthEventsInput$: StaticStructureSchema;
|
|
36
44
|
export declare var ListHealthEventsOutput$: StaticStructureSchema;
|
|
37
45
|
export declare var ListInternetEventsInput$: StaticStructureSchema;
|
|
@@ -44,10 +52,8 @@ export declare var LocalHealthEventsConfig$: StaticStructureSchema;
|
|
|
44
52
|
export declare var Monitor$: StaticStructureSchema;
|
|
45
53
|
export declare var Network$: StaticStructureSchema;
|
|
46
54
|
export declare var NetworkImpairment$: StaticStructureSchema;
|
|
47
|
-
export declare var NotFoundException$: StaticErrorSchema;
|
|
48
55
|
export declare var PerformanceMeasurement$: StaticStructureSchema;
|
|
49
56
|
export declare var QueryField$: StaticStructureSchema;
|
|
50
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
51
57
|
export declare var RoundTripTime$: StaticStructureSchema;
|
|
52
58
|
export declare var S3Config$: StaticStructureSchema;
|
|
53
59
|
export declare var StartQueryInput$: StaticStructureSchema;
|
|
@@ -56,14 +62,10 @@ export declare var StopQueryInput$: StaticStructureSchema;
|
|
|
56
62
|
export declare var StopQueryOutput$: StaticStructureSchema;
|
|
57
63
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
58
64
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
59
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
60
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
61
65
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
62
66
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
63
67
|
export declare var UpdateMonitorInput$: StaticStructureSchema;
|
|
64
68
|
export declare var UpdateMonitorOutput$: StaticStructureSchema;
|
|
65
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
66
|
-
export declare var InternetMonitorServiceException$: StaticErrorSchema;
|
|
67
69
|
export declare var CreateMonitor$: StaticOperationSchema;
|
|
68
70
|
export declare var DeleteMonitor$: StaticOperationSchema;
|
|
69
71
|
export declare var GetHealthEvent$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-internetmonitor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Internetmonitor 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-internetmonitor",
|
|
@@ -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",
|