@aws-sdk/client-networkmonitor 3.928.0 → 3.930.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.
Files changed (33) hide show
  1. package/dist-cjs/index.js +505 -627
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/NetworkMonitorClient.js +2 -0
  4. package/dist-es/commands/CreateMonitorCommand.js +3 -9
  5. package/dist-es/commands/CreateProbeCommand.js +3 -9
  6. package/dist-es/commands/DeleteMonitorCommand.js +3 -9
  7. package/dist-es/commands/DeleteProbeCommand.js +3 -9
  8. package/dist-es/commands/GetMonitorCommand.js +3 -9
  9. package/dist-es/commands/GetProbeCommand.js +3 -9
  10. package/dist-es/commands/ListMonitorsCommand.js +3 -9
  11. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  12. package/dist-es/commands/TagResourceCommand.js +3 -9
  13. package/dist-es/commands/UntagResourceCommand.js +3 -9
  14. package/dist-es/commands/UpdateMonitorCommand.js +3 -9
  15. package/dist-es/commands/UpdateProbeCommand.js +3 -9
  16. package/dist-es/runtimeConfig.shared.js +2 -0
  17. package/dist-es/schemas/schemas_0.js +465 -0
  18. package/dist-types/NetworkMonitorClient.d.ts +10 -1
  19. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  20. package/dist-types/runtimeConfig.d.ts +1 -0
  21. package/dist-types/runtimeConfig.native.d.ts +1 -0
  22. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  23. package/dist-types/schemas/schemas_0.d.ts +55 -0
  24. package/dist-types/ts3.4/NetworkMonitorClient.d.ts +4 -0
  25. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  26. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  27. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  29. package/dist-types/ts3.4/schemas/schemas_0.d.ts +60 -0
  30. package/package.json +33 -34
  31. package/dist-es/protocols/Aws_restJson1.js +0 -527
  32. package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
  33. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
@@ -0,0 +1,465 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _CE = "ConflictException";
3
+ const _CM = "CreateMonitor";
4
+ const _CMI = "CreateMonitorInput";
5
+ const _CMO = "CreateMonitorOutput";
6
+ const _CMPI = "CreateMonitorProbeInput";
7
+ const _CMPIL = "CreateMonitorProbeInputList";
8
+ const _CP = "CreateProbe";
9
+ const _CPI = "CreateProbeInput";
10
+ const _CPO = "CreateProbeOutput";
11
+ const _DM = "DeleteMonitor";
12
+ const _DMI = "DeleteMonitorInput";
13
+ const _DMO = "DeleteMonitorOutput";
14
+ const _DP = "DeleteProbe";
15
+ const _DPI = "DeleteProbeInput";
16
+ const _DPO = "DeleteProbeOutput";
17
+ const _GM = "GetMonitor";
18
+ const _GMI = "GetMonitorInput";
19
+ const _GMO = "GetMonitorOutput";
20
+ const _GP = "GetProbe";
21
+ const _GPI = "GetProbeInput";
22
+ const _GPO = "GetProbeOutput";
23
+ const _ISE = "InternalServerException";
24
+ const _LM = "ListMonitors";
25
+ const _LMI = "ListMonitorsInput";
26
+ const _LMO = "ListMonitorsOutput";
27
+ const _LTFR = "ListTagsForResource";
28
+ const _LTFRI = "ListTagsForResourceInput";
29
+ const _LTFRO = "ListTagsForResourceOutput";
30
+ const _ML = "MonitorList";
31
+ const _MS = "MonitorSummary";
32
+ const _P = "Probe";
33
+ const _PI = "ProbeInput";
34
+ const _PL = "ProbeList";
35
+ const _RNFE = "ResourceNotFoundException";
36
+ const _SQEE = "ServiceQuotaExceededException";
37
+ const _TE = "ThrottlingException";
38
+ const _TR = "TagResource";
39
+ const _TRI = "TagResourceInput";
40
+ const _TRO = "TagResourceOutput";
41
+ const _UM = "UpdateMonitor";
42
+ const _UMI = "UpdateMonitorInput";
43
+ const _UMO = "UpdateMonitorOutput";
44
+ const _UP = "UpdateProbe";
45
+ const _UPI = "UpdateProbeInput";
46
+ const _UPO = "UpdateProbeOutput";
47
+ const _UR = "UntagResource";
48
+ const _URI = "UntagResourceInput";
49
+ const _URO = "UntagResourceOutput";
50
+ const _VE = "ValidationException";
51
+ const _aF = "addressFamily";
52
+ const _aP = "aggregationPeriod";
53
+ const _c = "client";
54
+ const _cA = "createdAt";
55
+ const _cT = "clientToken";
56
+ const _d = "destination";
57
+ const _dP = "destinationPort";
58
+ const _e = "error";
59
+ const _h = "http";
60
+ const _hE = "httpError";
61
+ const _hQ = "httpQuery";
62
+ const _m = "message";
63
+ const _mA = "monitorArn";
64
+ const _mAo = "modifiedAt";
65
+ const _mN = "monitorName";
66
+ const _mR = "maxResults";
67
+ const _mo = "monitors";
68
+ const _nT = "nextToken";
69
+ const _p = "probes";
70
+ const _pA = "probeArn";
71
+ const _pI = "probeId";
72
+ const _pS = "packetSize";
73
+ const _pT = "probeTags";
74
+ const _pr = "protocol";
75
+ const _pro = "probe";
76
+ const _rA = "resourceArn";
77
+ const _s = "state";
78
+ const _sA = "sourceArn";
79
+ const _se = "server";
80
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.networkmonitor";
81
+ const _t = "tags";
82
+ const _tK = "tagKeys";
83
+ const _vI = "vpcId";
84
+ const n0 = "com.amazonaws.networkmonitor";
85
+ import { TypeRegistry } from "@smithy/core/schema";
86
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
87
+ import { NetworkMonitorServiceException as __NetworkMonitorServiceException } from "../models/NetworkMonitorServiceException";
88
+ export var AccessDeniedException = [
89
+ -3,
90
+ n0,
91
+ _ADE,
92
+ {
93
+ [_e]: _c,
94
+ [_hE]: 403,
95
+ },
96
+ [_m],
97
+ [0],
98
+ ];
99
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
100
+ export var ConflictException = [
101
+ -3,
102
+ n0,
103
+ _CE,
104
+ {
105
+ [_e]: _c,
106
+ [_hE]: 409,
107
+ },
108
+ [_m],
109
+ [0],
110
+ ];
111
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
112
+ export var CreateMonitorInput = [
113
+ 3,
114
+ n0,
115
+ _CMI,
116
+ 0,
117
+ [_mN, _p, _aP, _cT, _t],
118
+ [0, () => CreateMonitorProbeInputList, 1, [0, 4], 128 | 0],
119
+ ];
120
+ export var CreateMonitorOutput = [
121
+ 3,
122
+ n0,
123
+ _CMO,
124
+ 0,
125
+ [_mA, _mN, _s, _aP, _t],
126
+ [0, 0, 0, 1, 128 | 0],
127
+ ];
128
+ export var CreateMonitorProbeInput = [
129
+ 3,
130
+ n0,
131
+ _CMPI,
132
+ 0,
133
+ [_sA, _d, _dP, _pr, _pS, _pT],
134
+ [0, 0, 1, 0, 1, 128 | 0],
135
+ ];
136
+ export var CreateProbeInput = [
137
+ 3,
138
+ n0,
139
+ _CPI,
140
+ 0,
141
+ [_mN, _pro, _cT, _t],
142
+ [[0, 1], () => ProbeInput, [0, 4], 128 | 0],
143
+ ];
144
+ export var CreateProbeOutput = [
145
+ 3,
146
+ n0,
147
+ _CPO,
148
+ 0,
149
+ [_pI, _pA, _sA, _d, _dP, _pr, _pS, _aF, _vI, _s, _cA, _mAo, _t],
150
+ [0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 4, 4, 128 | 0],
151
+ ];
152
+ export var DeleteMonitorInput = [3, n0, _DMI, 0, [_mN], [[0, 1]]];
153
+ export var DeleteMonitorOutput = [3, n0, _DMO, 0, [], []];
154
+ export var DeleteProbeInput = [
155
+ 3,
156
+ n0,
157
+ _DPI,
158
+ 0,
159
+ [_mN, _pI],
160
+ [
161
+ [0, 1],
162
+ [0, 1],
163
+ ],
164
+ ];
165
+ export var DeleteProbeOutput = [3, n0, _DPO, 0, [], []];
166
+ export var GetMonitorInput = [3, n0, _GMI, 0, [_mN], [[0, 1]]];
167
+ export var GetMonitorOutput = [
168
+ 3,
169
+ n0,
170
+ _GMO,
171
+ 0,
172
+ [_mA, _mN, _s, _aP, _t, _p, _cA, _mAo],
173
+ [0, 0, 0, 1, 128 | 0, () => ProbeList, 4, 4],
174
+ ];
175
+ export var GetProbeInput = [
176
+ 3,
177
+ n0,
178
+ _GPI,
179
+ 0,
180
+ [_mN, _pI],
181
+ [
182
+ [0, 1],
183
+ [0, 1],
184
+ ],
185
+ ];
186
+ export var GetProbeOutput = [
187
+ 3,
188
+ n0,
189
+ _GPO,
190
+ 0,
191
+ [_pI, _pA, _sA, _d, _dP, _pr, _pS, _aF, _vI, _s, _cA, _mAo, _t],
192
+ [0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 4, 4, 128 | 0],
193
+ ];
194
+ export var InternalServerException = [
195
+ -3,
196
+ n0,
197
+ _ISE,
198
+ {
199
+ [_e]: _se,
200
+ [_hE]: 500,
201
+ },
202
+ [_m],
203
+ [0],
204
+ ];
205
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
206
+ export var ListMonitorsInput = [
207
+ 3,
208
+ n0,
209
+ _LMI,
210
+ 0,
211
+ [_nT, _mR, _s],
212
+ [
213
+ [
214
+ 0,
215
+ {
216
+ [_hQ]: _nT,
217
+ },
218
+ ],
219
+ [
220
+ 1,
221
+ {
222
+ [_hQ]: _mR,
223
+ },
224
+ ],
225
+ [
226
+ 0,
227
+ {
228
+ [_hQ]: _s,
229
+ },
230
+ ],
231
+ ],
232
+ ];
233
+ export var ListMonitorsOutput = [3, n0, _LMO, 0, [_mo, _nT], [() => MonitorList, 0]];
234
+ export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, 1]]];
235
+ export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_t], [128 | 0]];
236
+ export var MonitorSummary = [3, n0, _MS, 0, [_mA, _mN, _s, _aP, _t], [0, 0, 0, 1, 128 | 0]];
237
+ export var Probe = [
238
+ 3,
239
+ n0,
240
+ _P,
241
+ 0,
242
+ [_pI, _pA, _sA, _d, _dP, _pr, _pS, _aF, _vI, _s, _cA, _mAo, _t],
243
+ [0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 4, 4, 128 | 0],
244
+ ];
245
+ export var ProbeInput = [3, n0, _PI, 0, [_sA, _d, _dP, _pr, _pS, _t], [0, 0, 1, 0, 1, 128 | 0]];
246
+ export var ResourceNotFoundException = [
247
+ -3,
248
+ n0,
249
+ _RNFE,
250
+ {
251
+ [_e]: _c,
252
+ [_hE]: 404,
253
+ },
254
+ [_m],
255
+ [0],
256
+ ];
257
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
258
+ export var ServiceQuotaExceededException = [
259
+ -3,
260
+ n0,
261
+ _SQEE,
262
+ {
263
+ [_e]: _c,
264
+ [_hE]: 402,
265
+ },
266
+ [_m],
267
+ [0],
268
+ ];
269
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
270
+ export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _t], [[0, 1], 128 | 0]];
271
+ export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
272
+ export var ThrottlingException = [
273
+ -3,
274
+ n0,
275
+ _TE,
276
+ {
277
+ [_e]: _c,
278
+ [_hE]: 429,
279
+ },
280
+ [_m],
281
+ [0],
282
+ ];
283
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
284
+ export var UntagResourceInput = [
285
+ 3,
286
+ n0,
287
+ _URI,
288
+ 0,
289
+ [_rA, _tK],
290
+ [
291
+ [0, 1],
292
+ [
293
+ 64 | 0,
294
+ {
295
+ [_hQ]: _tK,
296
+ },
297
+ ],
298
+ ],
299
+ ];
300
+ export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
301
+ export var UpdateMonitorInput = [3, n0, _UMI, 0, [_mN, _aP], [[0, 1], 1]];
302
+ export var UpdateMonitorOutput = [
303
+ 3,
304
+ n0,
305
+ _UMO,
306
+ 0,
307
+ [_mA, _mN, _s, _aP, _t],
308
+ [0, 0, 0, 1, 128 | 0],
309
+ ];
310
+ export var UpdateProbeInput = [
311
+ 3,
312
+ n0,
313
+ _UPI,
314
+ 0,
315
+ [_mN, _pI, _s, _d, _dP, _pr, _pS],
316
+ [[0, 1], [0, 1], 0, 0, 1, 0, 1],
317
+ ];
318
+ export var UpdateProbeOutput = [
319
+ 3,
320
+ n0,
321
+ _UPO,
322
+ 0,
323
+ [_pI, _pA, _sA, _d, _dP, _pr, _pS, _aF, _vI, _s, _cA, _mAo, _t],
324
+ [0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 4, 4, 128 | 0],
325
+ ];
326
+ export var ValidationException = [
327
+ -3,
328
+ n0,
329
+ _VE,
330
+ {
331
+ [_e]: _c,
332
+ [_hE]: 400,
333
+ },
334
+ [_m],
335
+ [0],
336
+ ];
337
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
338
+ export var __Unit = "unit";
339
+ export var NetworkMonitorServiceException = [-3, _sm, "NetworkMonitorServiceException", 0, [], []];
340
+ TypeRegistry.for(_sm).registerError(NetworkMonitorServiceException, __NetworkMonitorServiceException);
341
+ export var CreateMonitorProbeInputList = [1, n0, _CMPIL, 0, () => CreateMonitorProbeInput];
342
+ export var MonitorList = [1, n0, _ML, 0, () => MonitorSummary];
343
+ export var ProbeList = [1, n0, _PL, 0, () => Probe];
344
+ export var TagKeyList = 64 | 0;
345
+ export var TagMap = 128 | 0;
346
+ export var CreateMonitor = [
347
+ 9,
348
+ n0,
349
+ _CM,
350
+ {
351
+ [_h]: ["POST", "/monitors", 200],
352
+ },
353
+ () => CreateMonitorInput,
354
+ () => CreateMonitorOutput,
355
+ ];
356
+ export var CreateProbe = [
357
+ 9,
358
+ n0,
359
+ _CP,
360
+ {
361
+ [_h]: ["POST", "/monitors/{monitorName}/probes", 200],
362
+ },
363
+ () => CreateProbeInput,
364
+ () => CreateProbeOutput,
365
+ ];
366
+ export var DeleteMonitor = [
367
+ 9,
368
+ n0,
369
+ _DM,
370
+ {
371
+ [_h]: ["DELETE", "/monitors/{monitorName}", 200],
372
+ },
373
+ () => DeleteMonitorInput,
374
+ () => DeleteMonitorOutput,
375
+ ];
376
+ export var DeleteProbe = [
377
+ 9,
378
+ n0,
379
+ _DP,
380
+ {
381
+ [_h]: ["DELETE", "/monitors/{monitorName}/probes/{probeId}", 200],
382
+ },
383
+ () => DeleteProbeInput,
384
+ () => DeleteProbeOutput,
385
+ ];
386
+ export var GetMonitor = [
387
+ 9,
388
+ n0,
389
+ _GM,
390
+ {
391
+ [_h]: ["GET", "/monitors/{monitorName}", 200],
392
+ },
393
+ () => GetMonitorInput,
394
+ () => GetMonitorOutput,
395
+ ];
396
+ export var GetProbe = [
397
+ 9,
398
+ n0,
399
+ _GP,
400
+ {
401
+ [_h]: ["GET", "/monitors/{monitorName}/probes/{probeId}", 200],
402
+ },
403
+ () => GetProbeInput,
404
+ () => GetProbeOutput,
405
+ ];
406
+ export var ListMonitors = [
407
+ 9,
408
+ n0,
409
+ _LM,
410
+ {
411
+ [_h]: ["GET", "/monitors", 200],
412
+ },
413
+ () => ListMonitorsInput,
414
+ () => ListMonitorsOutput,
415
+ ];
416
+ export var ListTagsForResource = [
417
+ 9,
418
+ n0,
419
+ _LTFR,
420
+ {
421
+ [_h]: ["GET", "/tags/{resourceArn}", 200],
422
+ },
423
+ () => ListTagsForResourceInput,
424
+ () => ListTagsForResourceOutput,
425
+ ];
426
+ export var TagResource = [
427
+ 9,
428
+ n0,
429
+ _TR,
430
+ {
431
+ [_h]: ["POST", "/tags/{resourceArn}", 200],
432
+ },
433
+ () => TagResourceInput,
434
+ () => TagResourceOutput,
435
+ ];
436
+ export var UntagResource = [
437
+ 9,
438
+ n0,
439
+ _UR,
440
+ {
441
+ [_h]: ["DELETE", "/tags/{resourceArn}", 200],
442
+ },
443
+ () => UntagResourceInput,
444
+ () => UntagResourceOutput,
445
+ ];
446
+ export var UpdateMonitor = [
447
+ 9,
448
+ n0,
449
+ _UM,
450
+ {
451
+ [_h]: ["PATCH", "/monitors/{monitorName}", 200],
452
+ },
453
+ () => UpdateMonitorInput,
454
+ () => UpdateMonitorOutput,
455
+ ];
456
+ export var UpdateProbe = [
457
+ 9,
458
+ n0,
459
+ _UP,
460
+ {
461
+ [_h]: ["PATCH", "/monitors/{monitorName}/probes/{probeId}", 200],
462
+ },
463
+ () => UpdateProbeInput,
464
+ () => UpdateProbeOutput,
465
+ ];
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
11
11
  import { CreateProbeCommandInput, CreateProbeCommandOutput } from "./commands/CreateProbeCommand";
@@ -153,6 +153,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
153
153
  * Optional extensions
154
154
  */
155
155
  extensions?: RuntimeExtension[];
156
+ /**
157
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
158
+ * may be overridden. A default will always be set by the client.
159
+ * Available options depend on the service's supported protocols and will not be validated by
160
+ * the client.
161
+ * @alpha
162
+ *
163
+ */
164
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
156
165
  /**
157
166
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
158
167
  */
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: NetworkMonitorClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: NetworkMonitorClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: NetworkMonitorClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: NetworkMonitorClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").NetworkMonitorHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,55 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException: StaticErrorSchema;
3
+ export declare var ConflictException: StaticErrorSchema;
4
+ export declare var CreateMonitorInput: StaticStructureSchema;
5
+ export declare var CreateMonitorOutput: StaticStructureSchema;
6
+ export declare var CreateMonitorProbeInput: StaticStructureSchema;
7
+ export declare var CreateProbeInput: StaticStructureSchema;
8
+ export declare var CreateProbeOutput: StaticStructureSchema;
9
+ export declare var DeleteMonitorInput: StaticStructureSchema;
10
+ export declare var DeleteMonitorOutput: StaticStructureSchema;
11
+ export declare var DeleteProbeInput: StaticStructureSchema;
12
+ export declare var DeleteProbeOutput: StaticStructureSchema;
13
+ export declare var GetMonitorInput: StaticStructureSchema;
14
+ export declare var GetMonitorOutput: StaticStructureSchema;
15
+ export declare var GetProbeInput: StaticStructureSchema;
16
+ export declare var GetProbeOutput: StaticStructureSchema;
17
+ export declare var InternalServerException: StaticErrorSchema;
18
+ export declare var ListMonitorsInput: StaticStructureSchema;
19
+ export declare var ListMonitorsOutput: StaticStructureSchema;
20
+ export declare var ListTagsForResourceInput: StaticStructureSchema;
21
+ export declare var ListTagsForResourceOutput: StaticStructureSchema;
22
+ export declare var MonitorSummary: StaticStructureSchema;
23
+ export declare var Probe: StaticStructureSchema;
24
+ export declare var ProbeInput: StaticStructureSchema;
25
+ export declare var ResourceNotFoundException: StaticErrorSchema;
26
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
27
+ export declare var TagResourceInput: StaticStructureSchema;
28
+ export declare var TagResourceOutput: StaticStructureSchema;
29
+ export declare var ThrottlingException: StaticErrorSchema;
30
+ export declare var UntagResourceInput: StaticStructureSchema;
31
+ export declare var UntagResourceOutput: StaticStructureSchema;
32
+ export declare var UpdateMonitorInput: StaticStructureSchema;
33
+ export declare var UpdateMonitorOutput: StaticStructureSchema;
34
+ export declare var UpdateProbeInput: StaticStructureSchema;
35
+ export declare var UpdateProbeOutput: StaticStructureSchema;
36
+ export declare var ValidationException: StaticErrorSchema;
37
+ export declare var __Unit: "unit";
38
+ export declare var NetworkMonitorServiceException: StaticErrorSchema;
39
+ export declare var CreateMonitorProbeInputList: StaticListSchema;
40
+ export declare var MonitorList: StaticListSchema;
41
+ export declare var ProbeList: StaticListSchema;
42
+ export declare var TagKeyList: number;
43
+ export declare var TagMap: number;
44
+ export declare var CreateMonitor: StaticOperationSchema;
45
+ export declare var CreateProbe: StaticOperationSchema;
46
+ export declare var DeleteMonitor: StaticOperationSchema;
47
+ export declare var DeleteProbe: StaticOperationSchema;
48
+ export declare var GetMonitor: StaticOperationSchema;
49
+ export declare var GetProbe: StaticOperationSchema;
50
+ export declare var ListMonitors: StaticOperationSchema;
51
+ export declare var ListTagsForResource: StaticOperationSchema;
52
+ export declare var TagResource: StaticOperationSchema;
53
+ export declare var UntagResource: StaticOperationSchema;
54
+ export declare var UpdateMonitor: StaticOperationSchema;
55
+ export declare var UpdateProbe: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -150,6 +153,7 @@ export interface ClientDefaults
150
153
  retryMode?: string | __Provider<string>;
151
154
  logger?: __Logger;
152
155
  extensions?: RuntimeExtension[];
156
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
153
157
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
154
158
  }
155
159
  export type NetworkMonitorClientConfigType = Partial<
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: NetworkMonitorClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: NetworkMonitorClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: NetworkMonitorClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: NetworkMonitorClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").NetworkMonitorHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;