@aws-sdk/client-networkmonitor 3.952.0 → 3.954.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 +168 -120
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateMonitorCommand.js +2 -2
- package/dist-es/commands/CreateProbeCommand.js +2 -2
- package/dist-es/commands/DeleteMonitorCommand.js +2 -2
- package/dist-es/commands/DeleteProbeCommand.js +2 -2
- package/dist-es/commands/GetMonitorCommand.js +2 -2
- package/dist-es/commands/GetProbeCommand.js +2 -2
- package/dist-es/commands/ListMonitorsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateMonitorCommand.js +2 -2
- package/dist-es/commands/UpdateProbeCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +88 -88
- package/dist-types/NetworkMonitorClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +49 -54
- package/dist-types/ts3.4/NetworkMonitorClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -54
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class NetworkMonitorClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class NetworkMonitorServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, NetworkMonitorServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends NetworkMonitorServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends NetworkMonitor
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ConflictException extends NetworkMonitorServiceException {
|
|
133
133
|
name = "ConflictException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let ConflictException$1 = class ConflictException extends NetworkMonitorServiceE
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InternalServerException extends NetworkMonitorServiceException {
|
|
145
145
|
name = "InternalServerException";
|
|
146
146
|
$fault = "server";
|
|
147
147
|
$retryable = {};
|
|
@@ -153,8 +153,8 @@ let InternalServerException$1 = class InternalServerException extends NetworkMon
|
|
|
153
153
|
});
|
|
154
154
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
155
155
|
}
|
|
156
|
-
}
|
|
157
|
-
|
|
156
|
+
}
|
|
157
|
+
class ServiceQuotaExceededException extends NetworkMonitorServiceException {
|
|
158
158
|
name = "ServiceQuotaExceededException";
|
|
159
159
|
$fault = "client";
|
|
160
160
|
constructor(opts) {
|
|
@@ -165,8 +165,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
165
165
|
});
|
|
166
166
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
167
167
|
}
|
|
168
|
-
}
|
|
169
|
-
|
|
168
|
+
}
|
|
169
|
+
class ThrottlingException extends NetworkMonitorServiceException {
|
|
170
170
|
name = "ThrottlingException";
|
|
171
171
|
$fault = "client";
|
|
172
172
|
$retryable = {
|
|
@@ -180,8 +180,8 @@ let ThrottlingException$1 = class ThrottlingException extends NetworkMonitorServ
|
|
|
180
180
|
});
|
|
181
181
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
182
182
|
}
|
|
183
|
-
}
|
|
184
|
-
|
|
183
|
+
}
|
|
184
|
+
class ValidationException extends NetworkMonitorServiceException {
|
|
185
185
|
name = "ValidationException";
|
|
186
186
|
$fault = "client";
|
|
187
187
|
constructor(opts) {
|
|
@@ -192,8 +192,8 @@ let ValidationException$1 = class ValidationException extends NetworkMonitorServ
|
|
|
192
192
|
});
|
|
193
193
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
194
194
|
}
|
|
195
|
-
}
|
|
196
|
-
|
|
195
|
+
}
|
|
196
|
+
class ResourceNotFoundException extends NetworkMonitorServiceException {
|
|
197
197
|
name = "ResourceNotFoundException";
|
|
198
198
|
$fault = "client";
|
|
199
199
|
constructor(opts) {
|
|
@@ -204,7 +204,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Networ
|
|
|
204
204
|
});
|
|
205
205
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
206
206
|
}
|
|
207
|
-
}
|
|
207
|
+
}
|
|
208
208
|
|
|
209
209
|
const _ADE = "AccessDeniedException";
|
|
210
210
|
const _CE = "ConflictException";
|
|
@@ -290,11 +290,11 @@ const _t = "tags";
|
|
|
290
290
|
const _tK = "tagKeys";
|
|
291
291
|
const _vI = "vpcId";
|
|
292
292
|
const n0 = "com.amazonaws.networkmonitor";
|
|
293
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
294
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
295
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
296
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
297
|
-
var CreateMonitorInput = [
|
|
293
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
294
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
295
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
296
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
297
|
+
var CreateMonitorInput$ = [
|
|
298
298
|
3,
|
|
299
299
|
n0,
|
|
300
300
|
_CMI,
|
|
@@ -302,7 +302,7 @@ var CreateMonitorInput = [
|
|
|
302
302
|
[_mN, _p, _aP, _cT, _t],
|
|
303
303
|
[0, () => CreateMonitorProbeInputList, 1, [0, 4], 128 | 0],
|
|
304
304
|
];
|
|
305
|
-
var CreateMonitorOutput = [
|
|
305
|
+
var CreateMonitorOutput$ = [
|
|
306
306
|
3,
|
|
307
307
|
n0,
|
|
308
308
|
_CMO,
|
|
@@ -310,7 +310,7 @@ var CreateMonitorOutput = [
|
|
|
310
310
|
[_mA, _mN, _s, _aP, _t],
|
|
311
311
|
[0, 0, 0, 1, 128 | 0],
|
|
312
312
|
];
|
|
313
|
-
var CreateMonitorProbeInput = [
|
|
313
|
+
var CreateMonitorProbeInput$ = [
|
|
314
314
|
3,
|
|
315
315
|
n0,
|
|
316
316
|
_CMPI,
|
|
@@ -318,15 +318,15 @@ var CreateMonitorProbeInput = [
|
|
|
318
318
|
[_sA, _d, _dP, _pr, _pS, _pT],
|
|
319
319
|
[0, 0, 1, 0, 1, 128 | 0],
|
|
320
320
|
];
|
|
321
|
-
var CreateProbeInput = [
|
|
321
|
+
var CreateProbeInput$ = [
|
|
322
322
|
3,
|
|
323
323
|
n0,
|
|
324
324
|
_CPI,
|
|
325
325
|
0,
|
|
326
326
|
[_mN, _pro, _cT, _t],
|
|
327
|
-
[[0, 1], () => ProbeInput
|
|
327
|
+
[[0, 1], () => ProbeInput$, [0, 4], 128 | 0],
|
|
328
328
|
];
|
|
329
|
-
var CreateProbeOutput = [
|
|
329
|
+
var CreateProbeOutput$ = [
|
|
330
330
|
3,
|
|
331
331
|
n0,
|
|
332
332
|
_CPO,
|
|
@@ -334,9 +334,9 @@ var CreateProbeOutput = [
|
|
|
334
334
|
[_pI, _pA, _sA, _d, _dP, _pr, _pS, _aF, _vI, _s, _cA, _mAo, _t],
|
|
335
335
|
[0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 4, 4, 128 | 0],
|
|
336
336
|
];
|
|
337
|
-
var DeleteMonitorInput = [3, n0, _DMI, 0, [_mN], [[0, 1]]];
|
|
338
|
-
var DeleteMonitorOutput = [3, n0, _DMO, 0, [], []];
|
|
339
|
-
var DeleteProbeInput = [
|
|
337
|
+
var DeleteMonitorInput$ = [3, n0, _DMI, 0, [_mN], [[0, 1]]];
|
|
338
|
+
var DeleteMonitorOutput$ = [3, n0, _DMO, 0, [], []];
|
|
339
|
+
var DeleteProbeInput$ = [
|
|
340
340
|
3,
|
|
341
341
|
n0,
|
|
342
342
|
_DPI,
|
|
@@ -347,9 +347,9 @@ var DeleteProbeInput = [
|
|
|
347
347
|
[0, 1],
|
|
348
348
|
],
|
|
349
349
|
];
|
|
350
|
-
var DeleteProbeOutput = [3, n0, _DPO, 0, [], []];
|
|
351
|
-
var GetMonitorInput = [3, n0, _GMI, 0, [_mN], [[0, 1]]];
|
|
352
|
-
var GetMonitorOutput = [
|
|
350
|
+
var DeleteProbeOutput$ = [3, n0, _DPO, 0, [], []];
|
|
351
|
+
var GetMonitorInput$ = [3, n0, _GMI, 0, [_mN], [[0, 1]]];
|
|
352
|
+
var GetMonitorOutput$ = [
|
|
353
353
|
3,
|
|
354
354
|
n0,
|
|
355
355
|
_GMO,
|
|
@@ -357,7 +357,7 @@ var GetMonitorOutput = [
|
|
|
357
357
|
[_mA, _mN, _s, _aP, _t, _p, _cA, _mAo],
|
|
358
358
|
[0, 0, 0, 1, 128 | 0, () => ProbeList, 4, 4],
|
|
359
359
|
];
|
|
360
|
-
var GetProbeInput = [
|
|
360
|
+
var GetProbeInput$ = [
|
|
361
361
|
3,
|
|
362
362
|
n0,
|
|
363
363
|
_GPI,
|
|
@@ -368,7 +368,7 @@ var GetProbeInput = [
|
|
|
368
368
|
[0, 1],
|
|
369
369
|
],
|
|
370
370
|
];
|
|
371
|
-
var GetProbeOutput = [
|
|
371
|
+
var GetProbeOutput$ = [
|
|
372
372
|
3,
|
|
373
373
|
n0,
|
|
374
374
|
_GPO,
|
|
@@ -376,9 +376,9 @@ var GetProbeOutput = [
|
|
|
376
376
|
[_pI, _pA, _sA, _d, _dP, _pr, _pS, _aF, _vI, _s, _cA, _mAo, _t],
|
|
377
377
|
[0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 4, 4, 128 | 0],
|
|
378
378
|
];
|
|
379
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
380
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
381
|
-
var ListMonitorsInput = [
|
|
379
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
380
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
381
|
+
var ListMonitorsInput$ = [
|
|
382
382
|
3,
|
|
383
383
|
n0,
|
|
384
384
|
_LMI,
|
|
@@ -390,11 +390,11 @@ var ListMonitorsInput = [
|
|
|
390
390
|
[0, { [_hQ]: _s }],
|
|
391
391
|
],
|
|
392
392
|
];
|
|
393
|
-
var ListMonitorsOutput = [3, n0, _LMO, 0, [_mo, _nT], [() => MonitorList, 0]];
|
|
394
|
-
var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
|
|
395
|
-
var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
|
|
396
|
-
var MonitorSummary = [3, n0, _MS, 0, [_mA, _mN, _s, _aP, _t], [0, 0, 0, 1, 128 | 0]];
|
|
397
|
-
var Probe = [
|
|
393
|
+
var ListMonitorsOutput$ = [3, n0, _LMO, 0, [_mo, _nT], [() => MonitorList, 0]];
|
|
394
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
|
|
395
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
|
|
396
|
+
var MonitorSummary$ = [3, n0, _MS, 0, [_mA, _mN, _s, _aP, _t], [0, 0, 0, 1, 128 | 0]];
|
|
397
|
+
var Probe$ = [
|
|
398
398
|
3,
|
|
399
399
|
n0,
|
|
400
400
|
_P,
|
|
@@ -402,16 +402,16 @@ var Probe = [
|
|
|
402
402
|
[_pI, _pA, _sA, _d, _dP, _pr, _pS, _aF, _vI, _s, _cA, _mAo, _t],
|
|
403
403
|
[0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 4, 4, 128 | 0],
|
|
404
404
|
];
|
|
405
|
-
var ProbeInput = [3, n0, _PI, 0, [_sA, _d, _dP, _pr, _pS, _t], [0, 0, 1, 0, 1, 128 | 0]];
|
|
406
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
407
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
408
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
409
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
410
|
-
var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
411
|
-
var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
412
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
413
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
414
|
-
var UntagResourceInput = [
|
|
405
|
+
var ProbeInput$ = [3, n0, _PI, 0, [_sA, _d, _dP, _pr, _pS, _t], [0, 0, 1, 0, 1, 128 | 0]];
|
|
406
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
407
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
408
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
409
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
410
|
+
var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
411
|
+
var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
|
|
412
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
413
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
414
|
+
var UntagResourceInput$ = [
|
|
415
415
|
3,
|
|
416
416
|
n0,
|
|
417
417
|
_URI,
|
|
@@ -422,9 +422,9 @@ var UntagResourceInput = [
|
|
|
422
422
|
[64 | 0, { [_hQ]: _tK }],
|
|
423
423
|
],
|
|
424
424
|
];
|
|
425
|
-
var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
426
|
-
var UpdateMonitorInput = [3, n0, _UMI, 0, [_mN, _aP], [[0, 1], 1]];
|
|
427
|
-
var UpdateMonitorOutput = [
|
|
425
|
+
var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
|
|
426
|
+
var UpdateMonitorInput$ = [3, n0, _UMI, 0, [_mN, _aP], [[0, 1], 1]];
|
|
427
|
+
var UpdateMonitorOutput$ = [
|
|
428
428
|
3,
|
|
429
429
|
n0,
|
|
430
430
|
_UMO,
|
|
@@ -432,7 +432,7 @@ var UpdateMonitorOutput = [
|
|
|
432
432
|
[_mA, _mN, _s, _aP, _t],
|
|
433
433
|
[0, 0, 0, 1, 128 | 0],
|
|
434
434
|
];
|
|
435
|
-
var UpdateProbeInput = [
|
|
435
|
+
var UpdateProbeInput$ = [
|
|
436
436
|
3,
|
|
437
437
|
n0,
|
|
438
438
|
_UPI,
|
|
@@ -440,7 +440,7 @@ var UpdateProbeInput = [
|
|
|
440
440
|
[_mN, _pI, _s, _d, _dP, _pr, _pS],
|
|
441
441
|
[[0, 1], [0, 1], 0, 0, 1, 0, 1],
|
|
442
442
|
];
|
|
443
|
-
var UpdateProbeOutput = [
|
|
443
|
+
var UpdateProbeOutput$ = [
|
|
444
444
|
3,
|
|
445
445
|
n0,
|
|
446
446
|
_UPO,
|
|
@@ -448,108 +448,108 @@ var UpdateProbeOutput = [
|
|
|
448
448
|
[_pI, _pA, _sA, _d, _dP, _pr, _pS, _aF, _vI, _s, _cA, _mAo, _t],
|
|
449
449
|
[0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 4, 4, 128 | 0],
|
|
450
450
|
];
|
|
451
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
452
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
453
|
-
var NetworkMonitorServiceException = [-3, _sm, "NetworkMonitorServiceException", 0, [], []];
|
|
454
|
-
schema.TypeRegistry.for(_sm).registerError(NetworkMonitorServiceException
|
|
455
|
-
var CreateMonitorProbeInputList = [1, n0, _CMPIL, 0, () => CreateMonitorProbeInput];
|
|
456
|
-
var MonitorList = [1, n0, _ML, 0, () => MonitorSummary];
|
|
457
|
-
var ProbeList = [1, n0, _PL, 0, () => Probe];
|
|
458
|
-
var CreateMonitor = [
|
|
451
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
452
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
453
|
+
var NetworkMonitorServiceException$ = [-3, _sm, "NetworkMonitorServiceException", 0, [], []];
|
|
454
|
+
schema.TypeRegistry.for(_sm).registerError(NetworkMonitorServiceException$, NetworkMonitorServiceException);
|
|
455
|
+
var CreateMonitorProbeInputList = [1, n0, _CMPIL, 0, () => CreateMonitorProbeInput$];
|
|
456
|
+
var MonitorList = [1, n0, _ML, 0, () => MonitorSummary$];
|
|
457
|
+
var ProbeList = [1, n0, _PL, 0, () => Probe$];
|
|
458
|
+
var CreateMonitor$ = [
|
|
459
459
|
9,
|
|
460
460
|
n0,
|
|
461
461
|
_CM,
|
|
462
462
|
{ [_h]: ["POST", "/monitors", 200] },
|
|
463
|
-
() => CreateMonitorInput
|
|
464
|
-
() => CreateMonitorOutput
|
|
463
|
+
() => CreateMonitorInput$,
|
|
464
|
+
() => CreateMonitorOutput$,
|
|
465
465
|
];
|
|
466
|
-
var CreateProbe = [
|
|
466
|
+
var CreateProbe$ = [
|
|
467
467
|
9,
|
|
468
468
|
n0,
|
|
469
469
|
_CP,
|
|
470
470
|
{ [_h]: ["POST", "/monitors/{monitorName}/probes", 200] },
|
|
471
|
-
() => CreateProbeInput
|
|
472
|
-
() => CreateProbeOutput
|
|
471
|
+
() => CreateProbeInput$,
|
|
472
|
+
() => CreateProbeOutput$,
|
|
473
473
|
];
|
|
474
|
-
var DeleteMonitor = [
|
|
474
|
+
var DeleteMonitor$ = [
|
|
475
475
|
9,
|
|
476
476
|
n0,
|
|
477
477
|
_DM,
|
|
478
478
|
{ [_h]: ["DELETE", "/monitors/{monitorName}", 200] },
|
|
479
|
-
() => DeleteMonitorInput
|
|
480
|
-
() => DeleteMonitorOutput
|
|
479
|
+
() => DeleteMonitorInput$,
|
|
480
|
+
() => DeleteMonitorOutput$,
|
|
481
481
|
];
|
|
482
|
-
var DeleteProbe = [
|
|
482
|
+
var DeleteProbe$ = [
|
|
483
483
|
9,
|
|
484
484
|
n0,
|
|
485
485
|
_DP,
|
|
486
486
|
{ [_h]: ["DELETE", "/monitors/{monitorName}/probes/{probeId}", 200] },
|
|
487
|
-
() => DeleteProbeInput
|
|
488
|
-
() => DeleteProbeOutput
|
|
487
|
+
() => DeleteProbeInput$,
|
|
488
|
+
() => DeleteProbeOutput$,
|
|
489
489
|
];
|
|
490
|
-
var GetMonitor = [
|
|
490
|
+
var GetMonitor$ = [
|
|
491
491
|
9,
|
|
492
492
|
n0,
|
|
493
493
|
_GM,
|
|
494
494
|
{ [_h]: ["GET", "/monitors/{monitorName}", 200] },
|
|
495
|
-
() => GetMonitorInput
|
|
496
|
-
() => GetMonitorOutput
|
|
495
|
+
() => GetMonitorInput$,
|
|
496
|
+
() => GetMonitorOutput$,
|
|
497
497
|
];
|
|
498
|
-
var GetProbe = [
|
|
498
|
+
var GetProbe$ = [
|
|
499
499
|
9,
|
|
500
500
|
n0,
|
|
501
501
|
_GP,
|
|
502
502
|
{ [_h]: ["GET", "/monitors/{monitorName}/probes/{probeId}", 200] },
|
|
503
|
-
() => GetProbeInput
|
|
504
|
-
() => GetProbeOutput
|
|
503
|
+
() => GetProbeInput$,
|
|
504
|
+
() => GetProbeOutput$,
|
|
505
505
|
];
|
|
506
|
-
var ListMonitors = [
|
|
506
|
+
var ListMonitors$ = [
|
|
507
507
|
9,
|
|
508
508
|
n0,
|
|
509
509
|
_LM,
|
|
510
510
|
{ [_h]: ["GET", "/monitors", 200] },
|
|
511
|
-
() => ListMonitorsInput
|
|
512
|
-
() => ListMonitorsOutput
|
|
511
|
+
() => ListMonitorsInput$,
|
|
512
|
+
() => ListMonitorsOutput$,
|
|
513
513
|
];
|
|
514
|
-
var ListTagsForResource = [
|
|
514
|
+
var ListTagsForResource$ = [
|
|
515
515
|
9,
|
|
516
516
|
n0,
|
|
517
517
|
_LTFR,
|
|
518
518
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
519
|
-
() => ListTagsForResourceInput
|
|
520
|
-
() => ListTagsForResourceOutput
|
|
519
|
+
() => ListTagsForResourceInput$,
|
|
520
|
+
() => ListTagsForResourceOutput$,
|
|
521
521
|
];
|
|
522
|
-
var TagResource = [
|
|
522
|
+
var TagResource$ = [
|
|
523
523
|
9,
|
|
524
524
|
n0,
|
|
525
525
|
_TR,
|
|
526
526
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
527
|
-
() => TagResourceInput
|
|
528
|
-
() => TagResourceOutput
|
|
527
|
+
() => TagResourceInput$,
|
|
528
|
+
() => TagResourceOutput$,
|
|
529
529
|
];
|
|
530
|
-
var UntagResource = [
|
|
530
|
+
var UntagResource$ = [
|
|
531
531
|
9,
|
|
532
532
|
n0,
|
|
533
533
|
_UR,
|
|
534
534
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
535
|
-
() => UntagResourceInput
|
|
536
|
-
() => UntagResourceOutput
|
|
535
|
+
() => UntagResourceInput$,
|
|
536
|
+
() => UntagResourceOutput$,
|
|
537
537
|
];
|
|
538
|
-
var UpdateMonitor = [
|
|
538
|
+
var UpdateMonitor$ = [
|
|
539
539
|
9,
|
|
540
540
|
n0,
|
|
541
541
|
_UM,
|
|
542
542
|
{ [_h]: ["PATCH", "/monitors/{monitorName}", 200] },
|
|
543
|
-
() => UpdateMonitorInput
|
|
544
|
-
() => UpdateMonitorOutput
|
|
543
|
+
() => UpdateMonitorInput$,
|
|
544
|
+
() => UpdateMonitorOutput$,
|
|
545
545
|
];
|
|
546
|
-
var UpdateProbe = [
|
|
546
|
+
var UpdateProbe$ = [
|
|
547
547
|
9,
|
|
548
548
|
n0,
|
|
549
549
|
_UP,
|
|
550
550
|
{ [_h]: ["PATCH", "/monitors/{monitorName}/probes/{probeId}", 200] },
|
|
551
|
-
() => UpdateProbeInput
|
|
552
|
-
() => UpdateProbeOutput
|
|
551
|
+
() => UpdateProbeInput$,
|
|
552
|
+
() => UpdateProbeOutput$,
|
|
553
553
|
];
|
|
554
554
|
|
|
555
555
|
class CreateMonitorCommand extends smithyClient.Command
|
|
@@ -560,7 +560,7 @@ class CreateMonitorCommand extends smithyClient.Command
|
|
|
560
560
|
})
|
|
561
561
|
.s("NetworkMonitor", "CreateMonitor", {})
|
|
562
562
|
.n("NetworkMonitorClient", "CreateMonitorCommand")
|
|
563
|
-
.sc(CreateMonitor)
|
|
563
|
+
.sc(CreateMonitor$)
|
|
564
564
|
.build() {
|
|
565
565
|
}
|
|
566
566
|
|
|
@@ -572,7 +572,7 @@ class CreateProbeCommand extends smithyClient.Command
|
|
|
572
572
|
})
|
|
573
573
|
.s("NetworkMonitor", "CreateProbe", {})
|
|
574
574
|
.n("NetworkMonitorClient", "CreateProbeCommand")
|
|
575
|
-
.sc(CreateProbe)
|
|
575
|
+
.sc(CreateProbe$)
|
|
576
576
|
.build() {
|
|
577
577
|
}
|
|
578
578
|
|
|
@@ -584,7 +584,7 @@ class DeleteMonitorCommand extends smithyClient.Command
|
|
|
584
584
|
})
|
|
585
585
|
.s("NetworkMonitor", "DeleteMonitor", {})
|
|
586
586
|
.n("NetworkMonitorClient", "DeleteMonitorCommand")
|
|
587
|
-
.sc(DeleteMonitor)
|
|
587
|
+
.sc(DeleteMonitor$)
|
|
588
588
|
.build() {
|
|
589
589
|
}
|
|
590
590
|
|
|
@@ -596,7 +596,7 @@ class DeleteProbeCommand extends smithyClient.Command
|
|
|
596
596
|
})
|
|
597
597
|
.s("NetworkMonitor", "DeleteProbe", {})
|
|
598
598
|
.n("NetworkMonitorClient", "DeleteProbeCommand")
|
|
599
|
-
.sc(DeleteProbe)
|
|
599
|
+
.sc(DeleteProbe$)
|
|
600
600
|
.build() {
|
|
601
601
|
}
|
|
602
602
|
|
|
@@ -608,7 +608,7 @@ class GetMonitorCommand extends smithyClient.Command
|
|
|
608
608
|
})
|
|
609
609
|
.s("NetworkMonitor", "GetMonitor", {})
|
|
610
610
|
.n("NetworkMonitorClient", "GetMonitorCommand")
|
|
611
|
-
.sc(GetMonitor)
|
|
611
|
+
.sc(GetMonitor$)
|
|
612
612
|
.build() {
|
|
613
613
|
}
|
|
614
614
|
|
|
@@ -620,7 +620,7 @@ class GetProbeCommand extends smithyClient.Command
|
|
|
620
620
|
})
|
|
621
621
|
.s("NetworkMonitor", "GetProbe", {})
|
|
622
622
|
.n("NetworkMonitorClient", "GetProbeCommand")
|
|
623
|
-
.sc(GetProbe)
|
|
623
|
+
.sc(GetProbe$)
|
|
624
624
|
.build() {
|
|
625
625
|
}
|
|
626
626
|
|
|
@@ -632,7 +632,7 @@ class ListMonitorsCommand extends smithyClient.Command
|
|
|
632
632
|
})
|
|
633
633
|
.s("NetworkMonitor", "ListMonitors", {})
|
|
634
634
|
.n("NetworkMonitorClient", "ListMonitorsCommand")
|
|
635
|
-
.sc(ListMonitors)
|
|
635
|
+
.sc(ListMonitors$)
|
|
636
636
|
.build() {
|
|
637
637
|
}
|
|
638
638
|
|
|
@@ -644,7 +644,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
644
644
|
})
|
|
645
645
|
.s("NetworkMonitor", "ListTagsForResource", {})
|
|
646
646
|
.n("NetworkMonitorClient", "ListTagsForResourceCommand")
|
|
647
|
-
.sc(ListTagsForResource)
|
|
647
|
+
.sc(ListTagsForResource$)
|
|
648
648
|
.build() {
|
|
649
649
|
}
|
|
650
650
|
|
|
@@ -656,7 +656,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
656
656
|
})
|
|
657
657
|
.s("NetworkMonitor", "TagResource", {})
|
|
658
658
|
.n("NetworkMonitorClient", "TagResourceCommand")
|
|
659
|
-
.sc(TagResource)
|
|
659
|
+
.sc(TagResource$)
|
|
660
660
|
.build() {
|
|
661
661
|
}
|
|
662
662
|
|
|
@@ -668,7 +668,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
668
668
|
})
|
|
669
669
|
.s("NetworkMonitor", "UntagResource", {})
|
|
670
670
|
.n("NetworkMonitorClient", "UntagResourceCommand")
|
|
671
|
-
.sc(UntagResource)
|
|
671
|
+
.sc(UntagResource$)
|
|
672
672
|
.build() {
|
|
673
673
|
}
|
|
674
674
|
|
|
@@ -680,7 +680,7 @@ class UpdateMonitorCommand extends smithyClient.Command
|
|
|
680
680
|
})
|
|
681
681
|
.s("NetworkMonitor", "UpdateMonitor", {})
|
|
682
682
|
.n("NetworkMonitorClient", "UpdateMonitorCommand")
|
|
683
|
-
.sc(UpdateMonitor)
|
|
683
|
+
.sc(UpdateMonitor$)
|
|
684
684
|
.build() {
|
|
685
685
|
}
|
|
686
686
|
|
|
@@ -692,7 +692,7 @@ class UpdateProbeCommand extends smithyClient.Command
|
|
|
692
692
|
})
|
|
693
693
|
.s("NetworkMonitor", "UpdateProbe", {})
|
|
694
694
|
.n("NetworkMonitorClient", "UpdateProbeCommand")
|
|
695
|
-
.sc(UpdateProbe)
|
|
695
|
+
.sc(UpdateProbe$)
|
|
696
696
|
.build() {
|
|
697
697
|
}
|
|
698
698
|
|
|
@@ -748,30 +748,78 @@ Object.defineProperty(exports, "__Client", {
|
|
|
748
748
|
enumerable: true,
|
|
749
749
|
get: function () { return smithyClient.Client; }
|
|
750
750
|
});
|
|
751
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
751
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
752
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
752
753
|
exports.AddressFamily = AddressFamily;
|
|
753
|
-
exports.ConflictException = ConflictException
|
|
754
|
+
exports.ConflictException = ConflictException;
|
|
755
|
+
exports.ConflictException$ = ConflictException$;
|
|
756
|
+
exports.CreateMonitor$ = CreateMonitor$;
|
|
754
757
|
exports.CreateMonitorCommand = CreateMonitorCommand;
|
|
758
|
+
exports.CreateMonitorInput$ = CreateMonitorInput$;
|
|
759
|
+
exports.CreateMonitorOutput$ = CreateMonitorOutput$;
|
|
760
|
+
exports.CreateMonitorProbeInput$ = CreateMonitorProbeInput$;
|
|
761
|
+
exports.CreateProbe$ = CreateProbe$;
|
|
755
762
|
exports.CreateProbeCommand = CreateProbeCommand;
|
|
763
|
+
exports.CreateProbeInput$ = CreateProbeInput$;
|
|
764
|
+
exports.CreateProbeOutput$ = CreateProbeOutput$;
|
|
765
|
+
exports.DeleteMonitor$ = DeleteMonitor$;
|
|
756
766
|
exports.DeleteMonitorCommand = DeleteMonitorCommand;
|
|
767
|
+
exports.DeleteMonitorInput$ = DeleteMonitorInput$;
|
|
768
|
+
exports.DeleteMonitorOutput$ = DeleteMonitorOutput$;
|
|
769
|
+
exports.DeleteProbe$ = DeleteProbe$;
|
|
757
770
|
exports.DeleteProbeCommand = DeleteProbeCommand;
|
|
771
|
+
exports.DeleteProbeInput$ = DeleteProbeInput$;
|
|
772
|
+
exports.DeleteProbeOutput$ = DeleteProbeOutput$;
|
|
773
|
+
exports.GetMonitor$ = GetMonitor$;
|
|
758
774
|
exports.GetMonitorCommand = GetMonitorCommand;
|
|
775
|
+
exports.GetMonitorInput$ = GetMonitorInput$;
|
|
776
|
+
exports.GetMonitorOutput$ = GetMonitorOutput$;
|
|
777
|
+
exports.GetProbe$ = GetProbe$;
|
|
759
778
|
exports.GetProbeCommand = GetProbeCommand;
|
|
760
|
-
exports.
|
|
779
|
+
exports.GetProbeInput$ = GetProbeInput$;
|
|
780
|
+
exports.GetProbeOutput$ = GetProbeOutput$;
|
|
781
|
+
exports.InternalServerException = InternalServerException;
|
|
782
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
783
|
+
exports.ListMonitors$ = ListMonitors$;
|
|
761
784
|
exports.ListMonitorsCommand = ListMonitorsCommand;
|
|
785
|
+
exports.ListMonitorsInput$ = ListMonitorsInput$;
|
|
786
|
+
exports.ListMonitorsOutput$ = ListMonitorsOutput$;
|
|
787
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
762
788
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
789
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
790
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
763
791
|
exports.MonitorState = MonitorState;
|
|
792
|
+
exports.MonitorSummary$ = MonitorSummary$;
|
|
764
793
|
exports.NetworkMonitor = NetworkMonitor;
|
|
765
794
|
exports.NetworkMonitorClient = NetworkMonitorClient;
|
|
766
|
-
exports.NetworkMonitorServiceException = NetworkMonitorServiceException
|
|
795
|
+
exports.NetworkMonitorServiceException = NetworkMonitorServiceException;
|
|
796
|
+
exports.NetworkMonitorServiceException$ = NetworkMonitorServiceException$;
|
|
797
|
+
exports.Probe$ = Probe$;
|
|
798
|
+
exports.ProbeInput$ = ProbeInput$;
|
|
767
799
|
exports.ProbeState = ProbeState;
|
|
768
800
|
exports.Protocol = Protocol;
|
|
769
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
770
|
-
exports.
|
|
801
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
802
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
803
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
804
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
805
|
+
exports.TagResource$ = TagResource$;
|
|
771
806
|
exports.TagResourceCommand = TagResourceCommand;
|
|
772
|
-
exports.
|
|
807
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
808
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
809
|
+
exports.ThrottlingException = ThrottlingException;
|
|
810
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
811
|
+
exports.UntagResource$ = UntagResource$;
|
|
773
812
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
813
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
814
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
815
|
+
exports.UpdateMonitor$ = UpdateMonitor$;
|
|
774
816
|
exports.UpdateMonitorCommand = UpdateMonitorCommand;
|
|
817
|
+
exports.UpdateMonitorInput$ = UpdateMonitorInput$;
|
|
818
|
+
exports.UpdateMonitorOutput$ = UpdateMonitorOutput$;
|
|
819
|
+
exports.UpdateProbe$ = UpdateProbe$;
|
|
775
820
|
exports.UpdateProbeCommand = UpdateProbeCommand;
|
|
776
|
-
exports.
|
|
821
|
+
exports.UpdateProbeInput$ = UpdateProbeInput$;
|
|
822
|
+
exports.UpdateProbeOutput$ = UpdateProbeOutput$;
|
|
823
|
+
exports.ValidationException = ValidationException;
|
|
824
|
+
exports.ValidationException$ = ValidationException$;
|
|
777
825
|
exports.paginateListMonitors = paginateListMonitors;
|
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.networkmonitor",
|
|
32
|
+
version: "2023-08-01",
|
|
33
|
+
serviceTarget: "NetworkMonitor",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "NetworkMonitor",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMonitor } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMonitor$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMonitorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMonitorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("NetworkMonitor", "CreateMonitor", {})
|
|
13
13
|
.n("NetworkMonitorClient", "CreateMonitorCommand")
|
|
14
|
-
.sc(CreateMonitor)
|
|
14
|
+
.sc(CreateMonitor$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateProbe } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateProbe$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateProbeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateProbeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("NetworkMonitor", "CreateProbe", {})
|
|
13
13
|
.n("NetworkMonitorClient", "CreateProbeCommand")
|
|
14
|
-
.sc(CreateProbe)
|
|
14
|
+
.sc(CreateProbe$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteMonitor } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteMonitor$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMonitorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteMonitorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("NetworkMonitor", "DeleteMonitor", {})
|
|
13
13
|
.n("NetworkMonitorClient", "DeleteMonitorCommand")
|
|
14
|
-
.sc(DeleteMonitor)
|
|
14
|
+
.sc(DeleteMonitor$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|