@aws-sdk/client-xray 3.928.0 → 3.929.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 +1651 -2118
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/XRayClient.js +2 -0
- package/dist-es/commands/BatchGetTracesCommand.js +3 -9
- package/dist-es/commands/CancelTraceRetrievalCommand.js +3 -9
- package/dist-es/commands/CreateGroupCommand.js +3 -9
- package/dist-es/commands/CreateSamplingRuleCommand.js +3 -9
- package/dist-es/commands/DeleteGroupCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSamplingRuleCommand.js +3 -9
- package/dist-es/commands/GetEncryptionConfigCommand.js +3 -9
- package/dist-es/commands/GetGroupCommand.js +3 -9
- package/dist-es/commands/GetGroupsCommand.js +3 -9
- package/dist-es/commands/GetIndexingRulesCommand.js +3 -9
- package/dist-es/commands/GetInsightCommand.js +3 -9
- package/dist-es/commands/GetInsightEventsCommand.js +3 -9
- package/dist-es/commands/GetInsightImpactGraphCommand.js +3 -9
- package/dist-es/commands/GetInsightSummariesCommand.js +3 -9
- package/dist-es/commands/GetRetrievedTracesGraphCommand.js +3 -9
- package/dist-es/commands/GetSamplingRulesCommand.js +3 -9
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +3 -9
- package/dist-es/commands/GetSamplingTargetsCommand.js +3 -9
- package/dist-es/commands/GetServiceGraphCommand.js +3 -9
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +3 -9
- package/dist-es/commands/GetTraceGraphCommand.js +3 -9
- package/dist-es/commands/GetTraceSegmentDestinationCommand.js +3 -9
- package/dist-es/commands/GetTraceSummariesCommand.js +3 -9
- package/dist-es/commands/ListResourcePoliciesCommand.js +3 -9
- package/dist-es/commands/ListRetrievedTracesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutEncryptionConfigCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/PutTelemetryRecordsCommand.js +3 -9
- package/dist-es/commands/PutTraceSegmentsCommand.js +3 -9
- package/dist-es/commands/StartTraceRetrievalCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateGroupCommand.js +3 -9
- package/dist-es/commands/UpdateIndexingRuleCommand.js +3 -9
- package/dist-es/commands/UpdateSamplingRuleCommand.js +3 -9
- package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1554 -0
- package/dist-types/XRayClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +250 -0
- package/dist-types/ts3.4/XRayClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1823
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
18
|
|
|
20
19
|
const resolveClientEndpointParameters = (options) => {
|
|
21
20
|
return Object.assign(options, {
|
|
@@ -91,6 +90,7 @@ class XRayClient extends smithyClient.Client {
|
|
|
91
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
92
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
93
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
94
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
95
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
96
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -110,12 +110,12 @@ class XRayClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
class XRayServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let XRayServiceException$1 = class XRayServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, XRayServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
};
|
|
119
119
|
|
|
120
120
|
exports.AnnotationValue = void 0;
|
|
121
121
|
(function (AnnotationValue) {
|
|
@@ -129,7 +129,7 @@ exports.AnnotationValue = void 0;
|
|
|
129
129
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
130
130
|
};
|
|
131
131
|
})(exports.AnnotationValue || (exports.AnnotationValue = {}));
|
|
132
|
-
class InvalidRequestException extends XRayServiceException {
|
|
132
|
+
let InvalidRequestException$1 = class InvalidRequestException extends XRayServiceException$1 {
|
|
133
133
|
name = "InvalidRequestException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
Message;
|
|
@@ -142,8 +142,8 @@ class InvalidRequestException extends XRayServiceException {
|
|
|
142
142
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
143
143
|
this.Message = opts.Message;
|
|
144
144
|
}
|
|
145
|
-
}
|
|
146
|
-
class ThrottledException extends XRayServiceException {
|
|
145
|
+
};
|
|
146
|
+
let ThrottledException$1 = class ThrottledException extends XRayServiceException$1 {
|
|
147
147
|
name = "ThrottledException";
|
|
148
148
|
$fault = "client";
|
|
149
149
|
Message;
|
|
@@ -156,8 +156,8 @@ class ThrottledException extends XRayServiceException {
|
|
|
156
156
|
Object.setPrototypeOf(this, ThrottledException.prototype);
|
|
157
157
|
this.Message = opts.Message;
|
|
158
158
|
}
|
|
159
|
-
}
|
|
160
|
-
class ResourceNotFoundException extends XRayServiceException {
|
|
159
|
+
};
|
|
160
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends XRayServiceException$1 {
|
|
161
161
|
name = "ResourceNotFoundException";
|
|
162
162
|
$fault = "client";
|
|
163
163
|
Message;
|
|
@@ -172,8 +172,8 @@ class ResourceNotFoundException extends XRayServiceException {
|
|
|
172
172
|
this.Message = opts.Message;
|
|
173
173
|
this.ResourceName = opts.ResourceName;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
class RuleLimitExceededException extends XRayServiceException {
|
|
175
|
+
};
|
|
176
|
+
let RuleLimitExceededException$1 = class RuleLimitExceededException extends XRayServiceException$1 {
|
|
177
177
|
name = "RuleLimitExceededException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,8 +186,8 @@ class RuleLimitExceededException extends XRayServiceException {
|
|
|
186
186
|
Object.setPrototypeOf(this, RuleLimitExceededException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
class InvalidPolicyRevisionIdException extends XRayServiceException {
|
|
189
|
+
};
|
|
190
|
+
let InvalidPolicyRevisionIdException$1 = class InvalidPolicyRevisionIdException extends XRayServiceException$1 {
|
|
191
191
|
name = "InvalidPolicyRevisionIdException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
Message;
|
|
@@ -200,7 +200,7 @@ class InvalidPolicyRevisionIdException extends XRayServiceException {
|
|
|
200
200
|
Object.setPrototypeOf(this, InvalidPolicyRevisionIdException.prototype);
|
|
201
201
|
this.Message = opts.Message;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
203
|
+
};
|
|
204
204
|
const EncryptionStatus = {
|
|
205
205
|
ACTIVE: "ACTIVE",
|
|
206
206
|
UPDATING: "UPDATING",
|
|
@@ -253,7 +253,7 @@ const TraceFormatType = {
|
|
|
253
253
|
OTEL: "OTEL",
|
|
254
254
|
XRAY: "XRAY",
|
|
255
255
|
};
|
|
256
|
-
class LockoutPreventionException extends XRayServiceException {
|
|
256
|
+
let LockoutPreventionException$1 = class LockoutPreventionException extends XRayServiceException$1 {
|
|
257
257
|
name = "LockoutPreventionException";
|
|
258
258
|
$fault = "client";
|
|
259
259
|
Message;
|
|
@@ -266,8 +266,8 @@ class LockoutPreventionException extends XRayServiceException {
|
|
|
266
266
|
Object.setPrototypeOf(this, LockoutPreventionException.prototype);
|
|
267
267
|
this.Message = opts.Message;
|
|
268
268
|
}
|
|
269
|
-
}
|
|
270
|
-
class MalformedPolicyDocumentException extends XRayServiceException {
|
|
269
|
+
};
|
|
270
|
+
let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException extends XRayServiceException$1 {
|
|
271
271
|
name = "MalformedPolicyDocumentException";
|
|
272
272
|
$fault = "client";
|
|
273
273
|
Message;
|
|
@@ -280,8 +280,8 @@ class MalformedPolicyDocumentException extends XRayServiceException {
|
|
|
280
280
|
Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
|
|
281
281
|
this.Message = opts.Message;
|
|
282
282
|
}
|
|
283
|
-
}
|
|
284
|
-
class PolicyCountLimitExceededException extends XRayServiceException {
|
|
283
|
+
};
|
|
284
|
+
let PolicyCountLimitExceededException$1 = class PolicyCountLimitExceededException extends XRayServiceException$1 {
|
|
285
285
|
name = "PolicyCountLimitExceededException";
|
|
286
286
|
$fault = "client";
|
|
287
287
|
Message;
|
|
@@ -294,8 +294,8 @@ class PolicyCountLimitExceededException extends XRayServiceException {
|
|
|
294
294
|
Object.setPrototypeOf(this, PolicyCountLimitExceededException.prototype);
|
|
295
295
|
this.Message = opts.Message;
|
|
296
296
|
}
|
|
297
|
-
}
|
|
298
|
-
class PolicySizeLimitExceededException extends XRayServiceException {
|
|
297
|
+
};
|
|
298
|
+
let PolicySizeLimitExceededException$1 = class PolicySizeLimitExceededException extends XRayServiceException$1 {
|
|
299
299
|
name = "PolicySizeLimitExceededException";
|
|
300
300
|
$fault = "client";
|
|
301
301
|
Message;
|
|
@@ -308,8 +308,8 @@ class PolicySizeLimitExceededException extends XRayServiceException {
|
|
|
308
308
|
Object.setPrototypeOf(this, PolicySizeLimitExceededException.prototype);
|
|
309
309
|
this.Message = opts.Message;
|
|
310
310
|
}
|
|
311
|
-
}
|
|
312
|
-
class TooManyTagsException extends XRayServiceException {
|
|
311
|
+
};
|
|
312
|
+
let TooManyTagsException$1 = class TooManyTagsException extends XRayServiceException$1 {
|
|
313
313
|
name = "TooManyTagsException";
|
|
314
314
|
$fault = "client";
|
|
315
315
|
Message;
|
|
@@ -324,7 +324,7 @@ class TooManyTagsException extends XRayServiceException {
|
|
|
324
324
|
this.Message = opts.Message;
|
|
325
325
|
this.ResourceName = opts.ResourceName;
|
|
326
326
|
}
|
|
327
|
-
}
|
|
327
|
+
};
|
|
328
328
|
exports.IndexingRuleValueUpdate = void 0;
|
|
329
329
|
(function (IndexingRuleValueUpdate) {
|
|
330
330
|
IndexingRuleValueUpdate.visit = (value, visitor) => {
|
|
@@ -334,1838 +334,1556 @@ exports.IndexingRuleValueUpdate = void 0;
|
|
|
334
334
|
};
|
|
335
335
|
})(exports.IndexingRuleValueUpdate || (exports.IndexingRuleValueUpdate = {}));
|
|
336
336
|
|
|
337
|
-
const
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
const
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
const
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
const
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
const
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
const
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
const
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
const
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
const
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
const
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
const
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
const
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
const
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
const
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
const
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
const
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
const
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
const
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
const
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
const
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
const
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
const
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
const
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
const
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
const
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
const
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
const
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
const
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
const
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
const
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
}
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
};
|
|
1878
|
-
const de_ResponseTimeRootCause = (output, context) => {
|
|
1879
|
-
return smithyClient.take(output, {
|
|
1880
|
-
ClientImpacting: smithyClient.expectBoolean,
|
|
1881
|
-
Services: (_) => de_ResponseTimeRootCauseServices(_),
|
|
1882
|
-
});
|
|
1883
|
-
};
|
|
1884
|
-
const de_ResponseTimeRootCauseEntity = (output, context) => {
|
|
1885
|
-
return smithyClient.take(output, {
|
|
1886
|
-
Coverage: smithyClient.limitedParseDouble,
|
|
1887
|
-
Name: smithyClient.expectString,
|
|
1888
|
-
Remote: smithyClient.expectBoolean,
|
|
1889
|
-
});
|
|
1890
|
-
};
|
|
1891
|
-
const de_ResponseTimeRootCauseEntityPath = (output, context) => {
|
|
1892
|
-
const retVal = (output || [])
|
|
1893
|
-
.filter((e) => e != null)
|
|
1894
|
-
.map((entry) => {
|
|
1895
|
-
return de_ResponseTimeRootCauseEntity(entry);
|
|
1896
|
-
});
|
|
1897
|
-
return retVal;
|
|
1898
|
-
};
|
|
1899
|
-
const de_ResponseTimeRootCauses = (output, context) => {
|
|
1900
|
-
const retVal = (output || [])
|
|
1901
|
-
.filter((e) => e != null)
|
|
1902
|
-
.map((entry) => {
|
|
1903
|
-
return de_ResponseTimeRootCause(entry);
|
|
1904
|
-
});
|
|
1905
|
-
return retVal;
|
|
1906
|
-
};
|
|
1907
|
-
const de_ResponseTimeRootCauseService = (output, context) => {
|
|
1908
|
-
return smithyClient.take(output, {
|
|
1909
|
-
AccountId: smithyClient.expectString,
|
|
1910
|
-
EntityPath: (_) => de_ResponseTimeRootCauseEntityPath(_),
|
|
1911
|
-
Inferred: smithyClient.expectBoolean,
|
|
1912
|
-
Name: smithyClient.expectString,
|
|
1913
|
-
Names: smithyClient._json,
|
|
1914
|
-
Type: smithyClient.expectString,
|
|
1915
|
-
});
|
|
1916
|
-
};
|
|
1917
|
-
const de_ResponseTimeRootCauseServices = (output, context) => {
|
|
1918
|
-
const retVal = (output || [])
|
|
1919
|
-
.filter((e) => e != null)
|
|
1920
|
-
.map((entry) => {
|
|
1921
|
-
return de_ResponseTimeRootCauseService(entry);
|
|
1922
|
-
});
|
|
1923
|
-
return retVal;
|
|
1924
|
-
};
|
|
1925
|
-
const de_RetrievedService = (output, context) => {
|
|
1926
|
-
return smithyClient.take(output, {
|
|
1927
|
-
Links: smithyClient._json,
|
|
1928
|
-
Service: (_) => de_Service(_),
|
|
1929
|
-
});
|
|
1930
|
-
};
|
|
1931
|
-
const de_RetrievedServicesList = (output, context) => {
|
|
1932
|
-
const retVal = (output || [])
|
|
1933
|
-
.filter((e) => e != null)
|
|
1934
|
-
.map((entry) => {
|
|
1935
|
-
return de_RetrievedService(entry);
|
|
1936
|
-
});
|
|
1937
|
-
return retVal;
|
|
1938
|
-
};
|
|
1939
|
-
const de_RetrievedTrace = (output, context) => {
|
|
1940
|
-
return smithyClient.take(output, {
|
|
1941
|
-
Duration: smithyClient.limitedParseDouble,
|
|
1942
|
-
Id: smithyClient.expectString,
|
|
1943
|
-
Spans: smithyClient._json,
|
|
1944
|
-
});
|
|
1945
|
-
};
|
|
1946
|
-
const de_SamplingBoost = (output, context) => {
|
|
1947
|
-
return smithyClient.take(output, {
|
|
1948
|
-
BoostRate: smithyClient.limitedParseDouble,
|
|
1949
|
-
BoostRateTTL: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1950
|
-
});
|
|
1951
|
-
};
|
|
1952
|
-
const de_SamplingRateBoost = (output, context) => {
|
|
1953
|
-
return smithyClient.take(output, {
|
|
1954
|
-
CooldownWindowMinutes: smithyClient.expectInt32,
|
|
1955
|
-
MaxRate: smithyClient.limitedParseDouble,
|
|
1956
|
-
});
|
|
1957
|
-
};
|
|
1958
|
-
const de_SamplingRule = (output, context) => {
|
|
1959
|
-
return smithyClient.take(output, {
|
|
1960
|
-
Attributes: smithyClient._json,
|
|
1961
|
-
FixedRate: smithyClient.limitedParseDouble,
|
|
1962
|
-
HTTPMethod: smithyClient.expectString,
|
|
1963
|
-
Host: smithyClient.expectString,
|
|
1964
|
-
Priority: smithyClient.expectInt32,
|
|
1965
|
-
ReservoirSize: smithyClient.expectInt32,
|
|
1966
|
-
ResourceARN: smithyClient.expectString,
|
|
1967
|
-
RuleARN: smithyClient.expectString,
|
|
1968
|
-
RuleName: smithyClient.expectString,
|
|
1969
|
-
SamplingRateBoost: (_) => de_SamplingRateBoost(_),
|
|
1970
|
-
ServiceName: smithyClient.expectString,
|
|
1971
|
-
ServiceType: smithyClient.expectString,
|
|
1972
|
-
URLPath: smithyClient.expectString,
|
|
1973
|
-
Version: smithyClient.expectInt32,
|
|
1974
|
-
});
|
|
1975
|
-
};
|
|
1976
|
-
const de_SamplingRuleRecord = (output, context) => {
|
|
1977
|
-
return smithyClient.take(output, {
|
|
1978
|
-
CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1979
|
-
ModifiedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1980
|
-
SamplingRule: (_) => de_SamplingRule(_),
|
|
1981
|
-
});
|
|
1982
|
-
};
|
|
1983
|
-
const de_SamplingRuleRecordList = (output, context) => {
|
|
1984
|
-
const retVal = (output || [])
|
|
1985
|
-
.filter((e) => e != null)
|
|
1986
|
-
.map((entry) => {
|
|
1987
|
-
return de_SamplingRuleRecord(entry);
|
|
1988
|
-
});
|
|
1989
|
-
return retVal;
|
|
1990
|
-
};
|
|
1991
|
-
const de_SamplingStatisticSummary = (output, context) => {
|
|
1992
|
-
return smithyClient.take(output, {
|
|
1993
|
-
BorrowCount: smithyClient.expectInt32,
|
|
1994
|
-
RequestCount: smithyClient.expectInt32,
|
|
1995
|
-
RuleName: smithyClient.expectString,
|
|
1996
|
-
SampledCount: smithyClient.expectInt32,
|
|
1997
|
-
Timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1998
|
-
});
|
|
1999
|
-
};
|
|
2000
|
-
const de_SamplingStatisticSummaryList = (output, context) => {
|
|
2001
|
-
const retVal = (output || [])
|
|
2002
|
-
.filter((e) => e != null)
|
|
2003
|
-
.map((entry) => {
|
|
2004
|
-
return de_SamplingStatisticSummary(entry);
|
|
2005
|
-
});
|
|
2006
|
-
return retVal;
|
|
2007
|
-
};
|
|
2008
|
-
const de_SamplingTargetDocument = (output, context) => {
|
|
2009
|
-
return smithyClient.take(output, {
|
|
2010
|
-
FixedRate: smithyClient.limitedParseDouble,
|
|
2011
|
-
Interval: smithyClient.expectInt32,
|
|
2012
|
-
ReservoirQuota: smithyClient.expectInt32,
|
|
2013
|
-
ReservoirQuotaTTL: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
2014
|
-
RuleName: smithyClient.expectString,
|
|
2015
|
-
SamplingBoost: (_) => de_SamplingBoost(_),
|
|
2016
|
-
});
|
|
2017
|
-
};
|
|
2018
|
-
const de_SamplingTargetDocumentList = (output, context) => {
|
|
2019
|
-
const retVal = (output || [])
|
|
2020
|
-
.filter((e) => e != null)
|
|
2021
|
-
.map((entry) => {
|
|
2022
|
-
return de_SamplingTargetDocument(entry);
|
|
2023
|
-
});
|
|
2024
|
-
return retVal;
|
|
2025
|
-
};
|
|
2026
|
-
const de_Service = (output, context) => {
|
|
2027
|
-
return smithyClient.take(output, {
|
|
2028
|
-
AccountId: smithyClient.expectString,
|
|
2029
|
-
DurationHistogram: (_) => de_Histogram(_),
|
|
2030
|
-
Edges: (_) => de_EdgeList(_),
|
|
2031
|
-
EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
2032
|
-
Name: smithyClient.expectString,
|
|
2033
|
-
Names: smithyClient._json,
|
|
2034
|
-
ReferenceId: smithyClient.expectInt32,
|
|
2035
|
-
ResponseTimeHistogram: (_) => de_Histogram(_),
|
|
2036
|
-
Root: smithyClient.expectBoolean,
|
|
2037
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
2038
|
-
State: smithyClient.expectString,
|
|
2039
|
-
SummaryStatistics: (_) => de_ServiceStatistics(_),
|
|
2040
|
-
Type: smithyClient.expectString,
|
|
2041
|
-
});
|
|
2042
|
-
};
|
|
2043
|
-
const de_ServiceList = (output, context) => {
|
|
2044
|
-
const retVal = (output || [])
|
|
2045
|
-
.filter((e) => e != null)
|
|
2046
|
-
.map((entry) => {
|
|
2047
|
-
return de_Service(entry);
|
|
2048
|
-
});
|
|
2049
|
-
return retVal;
|
|
2050
|
-
};
|
|
2051
|
-
const de_ServiceStatistics = (output, context) => {
|
|
2052
|
-
return smithyClient.take(output, {
|
|
2053
|
-
ErrorStatistics: smithyClient._json,
|
|
2054
|
-
FaultStatistics: smithyClient._json,
|
|
2055
|
-
OkCount: smithyClient.expectLong,
|
|
2056
|
-
TotalCount: smithyClient.expectLong,
|
|
2057
|
-
TotalResponseTime: smithyClient.limitedParseDouble,
|
|
2058
|
-
});
|
|
2059
|
-
};
|
|
2060
|
-
const de_TimeSeriesServiceStatistics = (output, context) => {
|
|
2061
|
-
return smithyClient.take(output, {
|
|
2062
|
-
EdgeSummaryStatistics: (_) => de_EdgeStatistics(_),
|
|
2063
|
-
ResponseTimeHistogram: (_) => de_Histogram(_),
|
|
2064
|
-
ServiceForecastStatistics: smithyClient._json,
|
|
2065
|
-
ServiceSummaryStatistics: (_) => de_ServiceStatistics(_),
|
|
2066
|
-
Timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
2067
|
-
});
|
|
2068
|
-
};
|
|
2069
|
-
const de_TimeSeriesServiceStatisticsList = (output, context) => {
|
|
2070
|
-
const retVal = (output || [])
|
|
2071
|
-
.filter((e) => e != null)
|
|
2072
|
-
.map((entry) => {
|
|
2073
|
-
return de_TimeSeriesServiceStatistics(entry);
|
|
2074
|
-
});
|
|
2075
|
-
return retVal;
|
|
2076
|
-
};
|
|
2077
|
-
const de_Trace = (output, context) => {
|
|
2078
|
-
return smithyClient.take(output, {
|
|
2079
|
-
Duration: smithyClient.limitedParseDouble,
|
|
2080
|
-
Id: smithyClient.expectString,
|
|
2081
|
-
LimitExceeded: smithyClient.expectBoolean,
|
|
2082
|
-
Segments: smithyClient._json,
|
|
2083
|
-
});
|
|
2084
|
-
};
|
|
2085
|
-
const de_TraceList = (output, context) => {
|
|
2086
|
-
const retVal = (output || [])
|
|
2087
|
-
.filter((e) => e != null)
|
|
2088
|
-
.map((entry) => {
|
|
2089
|
-
return de_Trace(entry);
|
|
2090
|
-
});
|
|
2091
|
-
return retVal;
|
|
2092
|
-
};
|
|
2093
|
-
const de_TraceSpanList = (output, context) => {
|
|
2094
|
-
const retVal = (output || [])
|
|
2095
|
-
.filter((e) => e != null)
|
|
2096
|
-
.map((entry) => {
|
|
2097
|
-
return de_RetrievedTrace(entry);
|
|
2098
|
-
});
|
|
2099
|
-
return retVal;
|
|
2100
|
-
};
|
|
2101
|
-
const de_TraceSummary = (output, context) => {
|
|
2102
|
-
return smithyClient.take(output, {
|
|
2103
|
-
Annotations: (_) => de_Annotations(_),
|
|
2104
|
-
AvailabilityZones: smithyClient._json,
|
|
2105
|
-
Duration: smithyClient.limitedParseDouble,
|
|
2106
|
-
EntryPoint: smithyClient._json,
|
|
2107
|
-
ErrorRootCauses: smithyClient._json,
|
|
2108
|
-
FaultRootCauses: smithyClient._json,
|
|
2109
|
-
HasError: smithyClient.expectBoolean,
|
|
2110
|
-
HasFault: smithyClient.expectBoolean,
|
|
2111
|
-
HasThrottle: smithyClient.expectBoolean,
|
|
2112
|
-
Http: smithyClient._json,
|
|
2113
|
-
Id: smithyClient.expectString,
|
|
2114
|
-
InstanceIds: smithyClient._json,
|
|
2115
|
-
IsPartial: smithyClient.expectBoolean,
|
|
2116
|
-
MatchedEventTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
2117
|
-
ResourceARNs: smithyClient._json,
|
|
2118
|
-
ResponseTime: smithyClient.limitedParseDouble,
|
|
2119
|
-
ResponseTimeRootCauses: (_) => de_ResponseTimeRootCauses(_),
|
|
2120
|
-
Revision: smithyClient.expectInt32,
|
|
2121
|
-
ServiceIds: smithyClient._json,
|
|
2122
|
-
StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
2123
|
-
Users: smithyClient._json,
|
|
2124
|
-
});
|
|
2125
|
-
};
|
|
2126
|
-
const de_TraceSummaryList = (output, context) => {
|
|
2127
|
-
const retVal = (output || [])
|
|
2128
|
-
.filter((e) => e != null)
|
|
2129
|
-
.map((entry) => {
|
|
2130
|
-
return de_TraceSummary(entry);
|
|
2131
|
-
});
|
|
2132
|
-
return retVal;
|
|
2133
|
-
};
|
|
2134
|
-
const de_ValuesWithServiceIds = (output, context) => {
|
|
2135
|
-
const retVal = (output || [])
|
|
2136
|
-
.filter((e) => e != null)
|
|
2137
|
-
.map((entry) => {
|
|
2138
|
-
return de_ValueWithServiceIds(entry);
|
|
2139
|
-
});
|
|
2140
|
-
return retVal;
|
|
2141
|
-
};
|
|
2142
|
-
const de_ValueWithServiceIds = (output, context) => {
|
|
2143
|
-
return smithyClient.take(output, {
|
|
2144
|
-
AnnotationValue: (_) => de_AnnotationValue(core$1.awsExpectUnion(_)),
|
|
2145
|
-
ServiceIds: smithyClient._json,
|
|
2146
|
-
});
|
|
2147
|
-
};
|
|
2148
|
-
const deserializeMetadata = (output) => ({
|
|
2149
|
-
httpStatusCode: output.statusCode,
|
|
2150
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
2151
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2152
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
2153
|
-
});
|
|
337
|
+
const _A = "Alias";
|
|
338
|
+
const _AC = "AnomalyCount";
|
|
339
|
+
const _AI = "AccountId";
|
|
340
|
+
const _AL = "AliasList";
|
|
341
|
+
const _ARN = "ARN";
|
|
342
|
+
const _AS = "AnomalousService";
|
|
343
|
+
const _ASL = "AnomalousServiceList";
|
|
344
|
+
const _ASP = "ActualSamplingPercentage";
|
|
345
|
+
const _AT = "ApproximateTime";
|
|
346
|
+
const _AV = "AnnotationValue";
|
|
347
|
+
const _AZ = "AvailabilityZones";
|
|
348
|
+
const _AZD = "AvailabilityZoneDetail";
|
|
349
|
+
const _Al = "Aliases";
|
|
350
|
+
const _An = "Annotations";
|
|
351
|
+
const _At = "Attributes";
|
|
352
|
+
const _BC = "BorrowCount";
|
|
353
|
+
const _BCE = "BackendConnectionErrors";
|
|
354
|
+
const _BGT = "BatchGetTraces";
|
|
355
|
+
const _BGTR = "BatchGetTracesRequest";
|
|
356
|
+
const _BGTRa = "BatchGetTracesResult";
|
|
357
|
+
const _BPLC = "BypassPolicyLockoutCheck";
|
|
358
|
+
const _BR = "BoostRate";
|
|
359
|
+
const _BRTTL = "BoostRateTTL";
|
|
360
|
+
const _BV = "BooleanValue";
|
|
361
|
+
const _C = "Count";
|
|
362
|
+
const _CA = "CreatedAt";
|
|
363
|
+
const _CG = "CreateGroup";
|
|
364
|
+
const _CGR = "CreateGroupRequest";
|
|
365
|
+
const _CGRr = "CreateGroupResult";
|
|
366
|
+
const _CI = "ClientImpacting";
|
|
367
|
+
const _CID = "ClientID";
|
|
368
|
+
const _CIl = "ClientIp";
|
|
369
|
+
const _COGV = "ContainsOldGroupVersions";
|
|
370
|
+
const _CRC = "ConnectionRefusedCount";
|
|
371
|
+
const _CRIS = "ClientRequestImpactStatistics";
|
|
372
|
+
const _CSR = "CreateSamplingRule";
|
|
373
|
+
const _CSRR = "CreateSamplingRuleRequest";
|
|
374
|
+
const _CSRRr = "CreateSamplingRuleResult";
|
|
375
|
+
const _CTR = "CancelTraceRetrieval";
|
|
376
|
+
const _CTRR = "CancelTraceRetrievalRequest";
|
|
377
|
+
const _CTRRa = "CancelTraceRetrievalResult";
|
|
378
|
+
const _CWM = "CooldownWindowMinutes";
|
|
379
|
+
const _Ca = "Categories";
|
|
380
|
+
const _Co = "Coverage";
|
|
381
|
+
const _D = "Destination";
|
|
382
|
+
const _DG = "DeleteGroup";
|
|
383
|
+
const _DGR = "DeleteGroupRequest";
|
|
384
|
+
const _DGRe = "DeleteGroupResult";
|
|
385
|
+
const _DH = "DurationHistogram";
|
|
386
|
+
const _DRP = "DeleteResourcePolicy";
|
|
387
|
+
const _DRPR = "DeleteResourcePolicyRequest";
|
|
388
|
+
const _DRPRe = "DeleteResourcePolicyResult";
|
|
389
|
+
const _DSP = "DesiredSamplingPercentage";
|
|
390
|
+
const _DSR = "DeleteSamplingRule";
|
|
391
|
+
const _DSRR = "DeleteSamplingRuleRequest";
|
|
392
|
+
const _DSRRe = "DeleteSamplingRuleResult";
|
|
393
|
+
const _DTI = "DestinationTraceIds";
|
|
394
|
+
const _Do = "Document";
|
|
395
|
+
const _Du = "Duration";
|
|
396
|
+
const _E = "Edge";
|
|
397
|
+
const _EC = "EncryptionConfig";
|
|
398
|
+
const _ECII = "EC2InstanceId";
|
|
399
|
+
const _ECr = "ErrorCode";
|
|
400
|
+
const _EL = "EdgeList";
|
|
401
|
+
const _EP = "EntityPath";
|
|
402
|
+
const _EPn = "EntryPoint";
|
|
403
|
+
const _ERC = "ErrorRootCause";
|
|
404
|
+
const _ERCE = "ErrorRootCauseEntity";
|
|
405
|
+
const _ERCEP = "ErrorRootCauseEntityPath";
|
|
406
|
+
const _ERCS = "ErrorRootCauseService";
|
|
407
|
+
const _ERCSr = "ErrorRootCauseServices";
|
|
408
|
+
const _ERCr = "ErrorRootCauses";
|
|
409
|
+
const _ES = "EdgeStatistics";
|
|
410
|
+
const _ESE = "EntitySelectorExpression";
|
|
411
|
+
const _ESS = "EdgeSummaryStatistics";
|
|
412
|
+
const _ESr = "ErrorStatistics";
|
|
413
|
+
const _ET = "EndTime";
|
|
414
|
+
const _ETd = "EdgeType";
|
|
415
|
+
const _ETv = "EventTime";
|
|
416
|
+
const _Ed = "Edges";
|
|
417
|
+
const _Ex = "Exceptions";
|
|
418
|
+
const _FC = "FaultCount";
|
|
419
|
+
const _FCH = "FaultCountHigh";
|
|
420
|
+
const _FCL = "FaultCountLow";
|
|
421
|
+
const _FE = "FilterExpression";
|
|
422
|
+
const _FR = "FixedRate";
|
|
423
|
+
const _FRC = "FaultRootCause";
|
|
424
|
+
const _FRCE = "FaultRootCauseEntity";
|
|
425
|
+
const _FRCEP = "FaultRootCauseEntityPath";
|
|
426
|
+
const _FRCS = "FaultRootCauseService";
|
|
427
|
+
const _FRCSa = "FaultRootCauseServices";
|
|
428
|
+
const _FRCa = "FaultRootCauses";
|
|
429
|
+
const _FS = "FaultStatistics";
|
|
430
|
+
const _FSo = "ForecastStatistics";
|
|
431
|
+
const _G = "Group";
|
|
432
|
+
const _GARN = "GroupARN";
|
|
433
|
+
const _GEC = "GetEncryptionConfig";
|
|
434
|
+
const _GECR = "GetEncryptionConfigRequest";
|
|
435
|
+
const _GECRe = "GetEncryptionConfigResult";
|
|
436
|
+
const _GG = "GetGroup";
|
|
437
|
+
const _GGR = "GetGroupRequest";
|
|
438
|
+
const _GGRe = "GetGroupResult";
|
|
439
|
+
const _GGRet = "GetGroupsRequest";
|
|
440
|
+
const _GGRetr = "GetGroupsResult";
|
|
441
|
+
const _GGe = "GetGroups";
|
|
442
|
+
const _GI = "GetInsight";
|
|
443
|
+
const _GIE = "GetInsightEvents";
|
|
444
|
+
const _GIER = "GetInsightEventsRequest";
|
|
445
|
+
const _GIERe = "GetInsightEventsResult";
|
|
446
|
+
const _GIIG = "GetInsightImpactGraph";
|
|
447
|
+
const _GIIGR = "GetInsightImpactGraphRequest";
|
|
448
|
+
const _GIIGRe = "GetInsightImpactGraphResult";
|
|
449
|
+
const _GIR = "GetInsightRequest";
|
|
450
|
+
const _GIRR = "GetIndexingRulesRequest";
|
|
451
|
+
const _GIRRe = "GetIndexingRulesResult";
|
|
452
|
+
const _GIRe = "GetInsightResult";
|
|
453
|
+
const _GIRet = "GetIndexingRules";
|
|
454
|
+
const _GIS = "GetInsightSummaries";
|
|
455
|
+
const _GISR = "GetInsightSummariesRequest";
|
|
456
|
+
const _GISRe = "GetInsightSummariesResult";
|
|
457
|
+
const _GL = "GraphLink";
|
|
458
|
+
const _GN = "GroupName";
|
|
459
|
+
const _GRTG = "GetRetrievedTracesGraph";
|
|
460
|
+
const _GRTGR = "GetRetrievedTracesGraphRequest";
|
|
461
|
+
const _GRTGRe = "GetRetrievedTracesGraphResult";
|
|
462
|
+
const _GS = "GroupSummary";
|
|
463
|
+
const _GSG = "GetServiceGraph";
|
|
464
|
+
const _GSGR = "GetServiceGraphRequest";
|
|
465
|
+
const _GSGRe = "GetServiceGraphResult";
|
|
466
|
+
const _GSL = "GroupSummaryList";
|
|
467
|
+
const _GSR = "GetSamplingRules";
|
|
468
|
+
const _GSRR = "GetSamplingRulesRequest";
|
|
469
|
+
const _GSRRe = "GetSamplingRulesResult";
|
|
470
|
+
const _GSSS = "GetSamplingStatisticSummaries";
|
|
471
|
+
const _GSSSR = "GetSamplingStatisticSummariesRequest";
|
|
472
|
+
const _GSSSRe = "GetSamplingStatisticSummariesResult";
|
|
473
|
+
const _GST = "GetSamplingTargets";
|
|
474
|
+
const _GSTR = "GetSamplingTargetsRequest";
|
|
475
|
+
const _GSTRe = "GetSamplingTargetsResult";
|
|
476
|
+
const _GTG = "GetTraceGraph";
|
|
477
|
+
const _GTGR = "GetTraceGraphRequest";
|
|
478
|
+
const _GTGRe = "GetTraceGraphResult";
|
|
479
|
+
const _GTS = "GetTraceSummaries";
|
|
480
|
+
const _GTSD = "GetTraceSegmentDestination";
|
|
481
|
+
const _GTSDR = "GetTraceSegmentDestinationRequest";
|
|
482
|
+
const _GTSDRe = "GetTraceSegmentDestinationResult";
|
|
483
|
+
const _GTSR = "GetTraceSummariesRequest";
|
|
484
|
+
const _GTSRe = "GetTraceSummariesResult";
|
|
485
|
+
const _GTSSS = "GetTimeSeriesServiceStatistics";
|
|
486
|
+
const _GTSSSR = "GetTimeSeriesServiceStatisticsRequest";
|
|
487
|
+
const _GTSSSRe = "GetTimeSeriesServiceStatisticsResult";
|
|
488
|
+
const _Gr = "Groups";
|
|
489
|
+
const _H = "Http";
|
|
490
|
+
const _HE = "HistogramEntry";
|
|
491
|
+
const _HEa = "HasError";
|
|
492
|
+
const _HF = "HasFault";
|
|
493
|
+
const _HM = "HttpMethod";
|
|
494
|
+
const _HS = "HttpStatus";
|
|
495
|
+
const _HT = "HasThrottle";
|
|
496
|
+
const _HTTPCXXC = "HTTPCode4XXCount";
|
|
497
|
+
const _HTTPCXXCo = "HTTPCode5XXCount";
|
|
498
|
+
const _HTTPM = "HTTPMethod";
|
|
499
|
+
const _HURL = "HttpURL";
|
|
500
|
+
const _Hi = "Histogram";
|
|
501
|
+
const _Ho = "Hostname";
|
|
502
|
+
const _Hos = "Host";
|
|
503
|
+
const _I = "Inferred";
|
|
504
|
+
const _IC = "InsightsConfiguration";
|
|
505
|
+
const _IE = "InsightEvents";
|
|
506
|
+
const _IEL = "InsightEventList";
|
|
507
|
+
const _IEn = "InsightEvent";
|
|
508
|
+
const _IEns = "InsightsEnabled";
|
|
509
|
+
const _II = "InsightId";
|
|
510
|
+
const _IID = "InstanceIdDetail";
|
|
511
|
+
const _IIGE = "InsightImpactGraphEdge";
|
|
512
|
+
const _IIGEL = "InsightImpactGraphEdgeList";
|
|
513
|
+
const _IIGS = "InsightImpactGraphService";
|
|
514
|
+
const _IIGSL = "InsightImpactGraphServiceList";
|
|
515
|
+
const _IIn = "InstanceIds";
|
|
516
|
+
const _IP = "IsPartial";
|
|
517
|
+
const _IPRIE = "InvalidPolicyRevisionIdException";
|
|
518
|
+
const _IR = "IndexingRules";
|
|
519
|
+
const _IRE = "InvalidRequestException";
|
|
520
|
+
const _IRL = "IndexingRuleList";
|
|
521
|
+
const _IRV = "IndexingRuleValue";
|
|
522
|
+
const _IRVU = "IndexingRuleValueUpdate";
|
|
523
|
+
const _IRn = "IndexingRule";
|
|
524
|
+
const _IS = "InsightSummaries";
|
|
525
|
+
const _ISL = "InsightSummaryList";
|
|
526
|
+
const _ISn = "InsightSummary";
|
|
527
|
+
const _Id = "Id";
|
|
528
|
+
const _In = "Insight";
|
|
529
|
+
const _Int = "Interval";
|
|
530
|
+
const _K = "Key";
|
|
531
|
+
const _KI = "KeyId";
|
|
532
|
+
const _L = "Links";
|
|
533
|
+
const _LE = "LimitExceeded";
|
|
534
|
+
const _LL = "LinksList";
|
|
535
|
+
const _LPE = "LockoutPreventionException";
|
|
536
|
+
const _LRM = "LastRuleModification";
|
|
537
|
+
const _LRP = "ListResourcePolicies";
|
|
538
|
+
const _LRPR = "ListResourcePoliciesRequest";
|
|
539
|
+
const _LRPRi = "ListResourcePoliciesResult";
|
|
540
|
+
const _LRT = "ListRetrievedTraces";
|
|
541
|
+
const _LRTR = "ListRetrievedTracesRequest";
|
|
542
|
+
const _LRTRi = "ListRetrievedTracesResult";
|
|
543
|
+
const _LTFR = "ListTagsForResource";
|
|
544
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
545
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
546
|
+
const _LUT = "LastUpdateTime";
|
|
547
|
+
const _LUTa = "LastUpdatedTime";
|
|
548
|
+
const _M = "Message";
|
|
549
|
+
const _MA = "ModifiedAt";
|
|
550
|
+
const _MET = "MatchedEventTime";
|
|
551
|
+
const _MPDE = "MalformedPolicyDocumentException";
|
|
552
|
+
const _MR = "MaxResults";
|
|
553
|
+
const _MRa = "MaxRate";
|
|
554
|
+
const _N = "Name";
|
|
555
|
+
const _NE = "NotificationsEnabled";
|
|
556
|
+
const _NT = "NextToken";
|
|
557
|
+
const _NV = "NumberValue";
|
|
558
|
+
const _Na = "Names";
|
|
559
|
+
const _OC = "OtherCount";
|
|
560
|
+
const _OCk = "OkCount";
|
|
561
|
+
const _P = "Period";
|
|
562
|
+
const _PCLEE = "PolicyCountLimitExceededException";
|
|
563
|
+
const _PD = "PolicyDocument";
|
|
564
|
+
const _PEC = "PutEncryptionConfig";
|
|
565
|
+
const _PECR = "PutEncryptionConfigRequest";
|
|
566
|
+
const _PECRu = "PutEncryptionConfigResult";
|
|
567
|
+
const _PN = "PolicyName";
|
|
568
|
+
const _PRI = "PolicyRevisionId";
|
|
569
|
+
const _PRP = "PutResourcePolicy";
|
|
570
|
+
const _PRPR = "PutResourcePolicyRequest";
|
|
571
|
+
const _PRPRu = "PutResourcePolicyResult";
|
|
572
|
+
const _PRV = "ProbabilisticRuleValue";
|
|
573
|
+
const _PRVU = "ProbabilisticRuleValueUpdate";
|
|
574
|
+
const _PSLEE = "PolicySizeLimitExceededException";
|
|
575
|
+
const _PTR = "PutTelemetryRecords";
|
|
576
|
+
const _PTRR = "PutTelemetryRecordsRequest";
|
|
577
|
+
const _PTRRu = "PutTelemetryRecordsResult";
|
|
578
|
+
const _PTS = "PutTraceSegments";
|
|
579
|
+
const _PTSR = "PutTraceSegmentsRequest";
|
|
580
|
+
const _PTSRu = "PutTraceSegmentsResult";
|
|
581
|
+
const _Pr = "Priority";
|
|
582
|
+
const _Pro = "Probabilistic";
|
|
583
|
+
const _R = "Remote";
|
|
584
|
+
const _RARN = "RuleARN";
|
|
585
|
+
const _RARND = "ResourceARNDetail";
|
|
586
|
+
const _RARNe = "ResourceARN";
|
|
587
|
+
const _RARNes = "ResourceARNs";
|
|
588
|
+
const _RC = "RequestCount";
|
|
589
|
+
const _RCE = "RootCauseException";
|
|
590
|
+
const _RCEo = "RootCauseExceptions";
|
|
591
|
+
const _RCSI = "RootCauseServiceId";
|
|
592
|
+
const _RCSRIS = "RootCauseServiceRequestImpactStatistics";
|
|
593
|
+
const _REAH = "ReceivedEventAgeHistogram";
|
|
594
|
+
const _RI = "ReferenceId";
|
|
595
|
+
const _RIS = "RequestImpactStatistics";
|
|
596
|
+
const _RLEE = "RuleLimitExceededException";
|
|
597
|
+
const _RN = "RuleName";
|
|
598
|
+
const _RNFE = "ResourceNotFoundException";
|
|
599
|
+
const _RNe = "ResourceName";
|
|
600
|
+
const _RP = "ResourcePolicies";
|
|
601
|
+
const _RPL = "ResourcePolicyList";
|
|
602
|
+
const _RPe = "ResourcePolicy";
|
|
603
|
+
const _RQ = "ReservoirQuota";
|
|
604
|
+
const _RQTTL = "ReservoirQuotaTTL";
|
|
605
|
+
const _RS = "RetrievalStatus";
|
|
606
|
+
const _RSL = "RetrievedServicesList";
|
|
607
|
+
const _RSe = "RetrievedService";
|
|
608
|
+
const _RSes = "ReservoirSize";
|
|
609
|
+
const _RT = "RetrievalToken";
|
|
610
|
+
const _RTH = "ResponseTimeHistogram";
|
|
611
|
+
const _RTRC = "ResponseTimeRootCause";
|
|
612
|
+
const _RTRCE = "ResponseTimeRootCauseEntity";
|
|
613
|
+
const _RTRCEP = "ResponseTimeRootCauseEntityPath";
|
|
614
|
+
const _RTRCS = "ResponseTimeRootCauseService";
|
|
615
|
+
const _RTRCSe = "ResponseTimeRootCauseServices";
|
|
616
|
+
const _RTRCe = "ResponseTimeRootCauses";
|
|
617
|
+
const _RTe = "ReferenceType";
|
|
618
|
+
const _RTes = "ResponseTime";
|
|
619
|
+
const _RTet = "RetrievedTrace";
|
|
620
|
+
const _Re = "Revision";
|
|
621
|
+
const _Ro = "Root";
|
|
622
|
+
const _Ru = "Rule";
|
|
623
|
+
const _S = "Status";
|
|
624
|
+
const _SAC = "SampledAnomalyCount";
|
|
625
|
+
const _SB = "SamplingBoost";
|
|
626
|
+
const _SBSD = "SamplingBoostStatisticsDocuments";
|
|
627
|
+
const _SBSDL = "SamplingBoostStatisticsDocumentList";
|
|
628
|
+
const _SBSDa = "SamplingBoostStatisticsDocument";
|
|
629
|
+
const _SC = "SampledCount";
|
|
630
|
+
const _SFS = "ServiceForecastStatistics";
|
|
631
|
+
const _SGET = "ServiceGraphEndTime";
|
|
632
|
+
const _SGST = "ServiceGraphStartTime";
|
|
633
|
+
const _SI = "ServiceId";
|
|
634
|
+
const _SIe = "ServiceIds";
|
|
635
|
+
const _SL = "SegmentList";
|
|
636
|
+
const _SLe = "ServiceList";
|
|
637
|
+
const _SLp = "SpanList";
|
|
638
|
+
const _SN = "ServiceName";
|
|
639
|
+
const _SR = "SamplingRule";
|
|
640
|
+
const _SRB = "SamplingRateBoost";
|
|
641
|
+
const _SRC = "SegmentsReceivedCount";
|
|
642
|
+
const _SRCe = "SegmentsRejectedCount";
|
|
643
|
+
const _SRR = "SamplingRuleRecord";
|
|
644
|
+
const _SRRL = "SamplingRuleRecordList";
|
|
645
|
+
const _SRRa = "SamplingRuleRecords";
|
|
646
|
+
const _SRU = "SamplingRuleUpdate";
|
|
647
|
+
const _SS = "SummaryStatistics";
|
|
648
|
+
const _SSC = "SegmentsSentCount";
|
|
649
|
+
const _SSCe = "SegmentsSpilloverCount";
|
|
650
|
+
const _SSD = "SamplingStatisticsDocuments";
|
|
651
|
+
const _SSDL = "SamplingStatisticsDocumentList";
|
|
652
|
+
const _SSDa = "SamplingStatisticsDocument";
|
|
653
|
+
const _SSS = "SamplingStatisticSummaries";
|
|
654
|
+
const _SSSL = "SamplingStatisticSummaryList";
|
|
655
|
+
const _SSSa = "SamplingStatisticSummary";
|
|
656
|
+
const _SSSe = "ServiceSummaryStatistics";
|
|
657
|
+
const _SSa = "SamplingStrategy";
|
|
658
|
+
const _SSe = "ServiceStatistics";
|
|
659
|
+
const _ST = "StartTime";
|
|
660
|
+
const _STD = "SamplingTargetDocuments";
|
|
661
|
+
const _STDL = "SamplingTargetDocumentList";
|
|
662
|
+
const _STDa = "SamplingTargetDocument";
|
|
663
|
+
const _STI = "SourceTraceId";
|
|
664
|
+
const _STR = "StartTraceRetrieval";
|
|
665
|
+
const _STRR = "StartTraceRetrievalRequest";
|
|
666
|
+
const _STRRt = "StartTraceRetrievalResult";
|
|
667
|
+
const _STe = "ServiceType";
|
|
668
|
+
const _SV = "StringValue";
|
|
669
|
+
const _Sa = "Sampling";
|
|
670
|
+
const _Se = "Services";
|
|
671
|
+
const _Seg = "Segment";
|
|
672
|
+
const _Segm = "Segments";
|
|
673
|
+
const _Ser = "Service";
|
|
674
|
+
const _Sp = "Spans";
|
|
675
|
+
const _Spa = "Span";
|
|
676
|
+
const _St = "States";
|
|
677
|
+
const _Sta = "State";
|
|
678
|
+
const _Su = "Summary";
|
|
679
|
+
const _T = "Type";
|
|
680
|
+
const _TAS = "TopAnomalousServices";
|
|
681
|
+
const _TAZ = "TraceAvailabilityZones";
|
|
682
|
+
const _TC = "TimeoutCount";
|
|
683
|
+
const _TCh = "ThrottleCount";
|
|
684
|
+
const _TCo = "TotalCount";
|
|
685
|
+
const _TE = "ThrottledException";
|
|
686
|
+
const _TF = "TraceFormat";
|
|
687
|
+
const _TI = "TraceIds";
|
|
688
|
+
const _TII = "TraceInstanceIds";
|
|
689
|
+
const _TK = "TagKeys";
|
|
690
|
+
const _TL = "TagList";
|
|
691
|
+
const _TLr = "TraceList";
|
|
692
|
+
const _TMTE = "TooManyTagsException";
|
|
693
|
+
const _TPC = "TracesProcessedCount";
|
|
694
|
+
const _TR = "TelemetryRecords";
|
|
695
|
+
const _TRARN = "TraceResourceARNs";
|
|
696
|
+
const _TRL = "TelemetryRecordList";
|
|
697
|
+
const _TRR = "TagResourceRequest";
|
|
698
|
+
const _TRRa = "TagResourceResponse";
|
|
699
|
+
const _TRT = "TotalResponseTime";
|
|
700
|
+
const _TRTi = "TimeRangeType";
|
|
701
|
+
const _TRa = "TagResource";
|
|
702
|
+
const _TRe = "TelemetryRecord";
|
|
703
|
+
const _TS = "TraceSummaries";
|
|
704
|
+
const _TSD = "TraceSegmentDocuments";
|
|
705
|
+
const _TSL = "TraceSpanList";
|
|
706
|
+
const _TSLr = "TraceSummaryList";
|
|
707
|
+
const _TSSS = "TimeSeriesServiceStatistics";
|
|
708
|
+
const _TSSSL = "TimeSeriesServiceStatisticsList";
|
|
709
|
+
const _TSr = "TraceSummary";
|
|
710
|
+
const _TU = "TraceUser";
|
|
711
|
+
const _TUr = "TraceUsers";
|
|
712
|
+
const _Ta = "Tags";
|
|
713
|
+
const _Tag = "Tag";
|
|
714
|
+
const _Ti = "Timestamp";
|
|
715
|
+
const _Tr = "Traces";
|
|
716
|
+
const _Tra = "Trace";
|
|
717
|
+
const _U = "Users";
|
|
718
|
+
const _UA = "UserAgent";
|
|
719
|
+
const _UBS = "UnprocessedBoostStatistics";
|
|
720
|
+
const _UG = "UpdateGroup";
|
|
721
|
+
const _UGR = "UpdateGroupRequest";
|
|
722
|
+
const _UGRp = "UpdateGroupResult";
|
|
723
|
+
const _UHC = "UnknownHostCount";
|
|
724
|
+
const _UIR = "UpdateIndexingRule";
|
|
725
|
+
const _UIRR = "UpdateIndexingRuleRequest";
|
|
726
|
+
const _UIRRp = "UpdateIndexingRuleResult";
|
|
727
|
+
const _UN = "UserName";
|
|
728
|
+
const _UR = "UntagResource";
|
|
729
|
+
const _URLP = "URLPath";
|
|
730
|
+
const _URR = "UntagResourceRequest";
|
|
731
|
+
const _URRn = "UntagResourceResponse";
|
|
732
|
+
const _US = "UnprocessedStatistics";
|
|
733
|
+
const _USL = "UnprocessedStatisticsList";
|
|
734
|
+
const _USR = "UpdateSamplingRule";
|
|
735
|
+
const _USRR = "UpdateSamplingRuleRequest";
|
|
736
|
+
const _USRRp = "UpdateSamplingRuleResult";
|
|
737
|
+
const _UTI = "UnprocessedTraceIds";
|
|
738
|
+
const _UTS = "UnprocessedTraceSegments";
|
|
739
|
+
const _UTSD = "UpdateTraceSegmentDestination";
|
|
740
|
+
const _UTSDR = "UpdateTraceSegmentDestinationRequest";
|
|
741
|
+
const _UTSDRp = "UpdateTraceSegmentDestinationResult";
|
|
742
|
+
const _UTSL = "UnprocessedTraceSegmentList";
|
|
743
|
+
const _UTSn = "UnprocessedTraceSegment";
|
|
744
|
+
const _V = "Value";
|
|
745
|
+
const _VWSI = "ValueWithServiceIds";
|
|
746
|
+
const _VWSIa = "ValuesWithServiceIds";
|
|
747
|
+
const _Ve = "Version";
|
|
748
|
+
const _c = "client";
|
|
749
|
+
const _e = "error";
|
|
750
|
+
const _h = "http";
|
|
751
|
+
const _hE = "httpError";
|
|
752
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.xray";
|
|
753
|
+
const n0 = "com.amazonaws.xray";
|
|
754
|
+
var Alias = [3, n0, _A, 0, [_N, _Na, _T], [0, 64 | 0, 0]];
|
|
755
|
+
var AnomalousService = [3, n0, _AS, 0, [_SI], [() => ServiceId]];
|
|
756
|
+
var AvailabilityZoneDetail = [3, n0, _AZD, 0, [_N], [0]];
|
|
757
|
+
var BackendConnectionErrors = [
|
|
758
|
+
3,
|
|
759
|
+
n0,
|
|
760
|
+
_BCE,
|
|
761
|
+
0,
|
|
762
|
+
[_TC, _CRC, _HTTPCXXC, _HTTPCXXCo, _UHC, _OC],
|
|
763
|
+
[1, 1, 1, 1, 1, 1],
|
|
764
|
+
];
|
|
765
|
+
var BatchGetTracesRequest = [3, n0, _BGTR, 0, [_TI, _NT], [64 | 0, 0]];
|
|
766
|
+
var BatchGetTracesResult = [
|
|
767
|
+
3,
|
|
768
|
+
n0,
|
|
769
|
+
_BGTRa,
|
|
770
|
+
0,
|
|
771
|
+
[_Tr, _UTI, _NT],
|
|
772
|
+
[() => TraceList, 64 | 0, 0],
|
|
773
|
+
];
|
|
774
|
+
var CancelTraceRetrievalRequest = [3, n0, _CTRR, 0, [_RT], [0]];
|
|
775
|
+
var CancelTraceRetrievalResult = [3, n0, _CTRRa, 0, [], []];
|
|
776
|
+
var CreateGroupRequest = [
|
|
777
|
+
3,
|
|
778
|
+
n0,
|
|
779
|
+
_CGR,
|
|
780
|
+
0,
|
|
781
|
+
[_GN, _FE, _IC, _Ta],
|
|
782
|
+
[0, 0, () => InsightsConfiguration, () => TagList],
|
|
783
|
+
];
|
|
784
|
+
var CreateGroupResult = [3, n0, _CGRr, 0, [_G], [() => Group]];
|
|
785
|
+
var CreateSamplingRuleRequest = [
|
|
786
|
+
3,
|
|
787
|
+
n0,
|
|
788
|
+
_CSRR,
|
|
789
|
+
0,
|
|
790
|
+
[_SR, _Ta],
|
|
791
|
+
[() => SamplingRule, () => TagList],
|
|
792
|
+
];
|
|
793
|
+
var CreateSamplingRuleResult = [3, n0, _CSRRr, 0, [_SRR], [() => SamplingRuleRecord]];
|
|
794
|
+
var DeleteGroupRequest = [3, n0, _DGR, 0, [_GN, _GARN], [0, 0]];
|
|
795
|
+
var DeleteGroupResult = [3, n0, _DGRe, 0, [], []];
|
|
796
|
+
var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_PN, _PRI], [0, 0]];
|
|
797
|
+
var DeleteResourcePolicyResult = [3, n0, _DRPRe, 0, [], []];
|
|
798
|
+
var DeleteSamplingRuleRequest = [3, n0, _DSRR, 0, [_RN, _RARN], [0, 0]];
|
|
799
|
+
var DeleteSamplingRuleResult = [3, n0, _DSRRe, 0, [_SRR], [() => SamplingRuleRecord]];
|
|
800
|
+
var Edge = [
|
|
801
|
+
3,
|
|
802
|
+
n0,
|
|
803
|
+
_E,
|
|
804
|
+
0,
|
|
805
|
+
[_RI, _ST, _ET, _SS, _RTH, _Al, _ETd, _REAH],
|
|
806
|
+
[1, 4, 4, () => EdgeStatistics, () => Histogram, () => AliasList, 0, () => Histogram],
|
|
807
|
+
];
|
|
808
|
+
var EdgeStatistics = [
|
|
809
|
+
3,
|
|
810
|
+
n0,
|
|
811
|
+
_ES,
|
|
812
|
+
0,
|
|
813
|
+
[_OCk, _ESr, _FS, _TCo, _TRT],
|
|
814
|
+
[1, () => ErrorStatistics, () => FaultStatistics, 1, 1],
|
|
815
|
+
];
|
|
816
|
+
var EncryptionConfig = [3, n0, _EC, 0, [_KI, _S, _T], [0, 0, 0]];
|
|
817
|
+
var ErrorRootCause = [3, n0, _ERC, 0, [_Se, _CI], [() => ErrorRootCauseServices, 2]];
|
|
818
|
+
var ErrorRootCauseEntity = [
|
|
819
|
+
3,
|
|
820
|
+
n0,
|
|
821
|
+
_ERCE,
|
|
822
|
+
0,
|
|
823
|
+
[_N, _Ex, _R],
|
|
824
|
+
[0, () => RootCauseExceptions, 2],
|
|
825
|
+
];
|
|
826
|
+
var ErrorRootCauseService = [
|
|
827
|
+
3,
|
|
828
|
+
n0,
|
|
829
|
+
_ERCS,
|
|
830
|
+
0,
|
|
831
|
+
[_N, _Na, _T, _AI, _EP, _I],
|
|
832
|
+
[0, 64 | 0, 0, 0, () => ErrorRootCauseEntityPath, 2],
|
|
833
|
+
];
|
|
834
|
+
var ErrorStatistics = [3, n0, _ESr, 0, [_TCh, _OC, _TCo], [1, 1, 1]];
|
|
835
|
+
var FaultRootCause = [3, n0, _FRC, 0, [_Se, _CI], [() => FaultRootCauseServices, 2]];
|
|
836
|
+
var FaultRootCauseEntity = [
|
|
837
|
+
3,
|
|
838
|
+
n0,
|
|
839
|
+
_FRCE,
|
|
840
|
+
0,
|
|
841
|
+
[_N, _Ex, _R],
|
|
842
|
+
[0, () => RootCauseExceptions, 2],
|
|
843
|
+
];
|
|
844
|
+
var FaultRootCauseService = [
|
|
845
|
+
3,
|
|
846
|
+
n0,
|
|
847
|
+
_FRCS,
|
|
848
|
+
0,
|
|
849
|
+
[_N, _Na, _T, _AI, _EP, _I],
|
|
850
|
+
[0, 64 | 0, 0, 0, () => FaultRootCauseEntityPath, 2],
|
|
851
|
+
];
|
|
852
|
+
var FaultStatistics = [3, n0, _FS, 0, [_OC, _TCo], [1, 1]];
|
|
853
|
+
var ForecastStatistics = [3, n0, _FSo, 0, [_FCH, _FCL], [1, 1]];
|
|
854
|
+
var GetEncryptionConfigRequest = [3, n0, _GECR, 0, [], []];
|
|
855
|
+
var GetEncryptionConfigResult = [3, n0, _GECRe, 0, [_EC], [() => EncryptionConfig]];
|
|
856
|
+
var GetGroupRequest = [3, n0, _GGR, 0, [_GN, _GARN], [0, 0]];
|
|
857
|
+
var GetGroupResult = [3, n0, _GGRe, 0, [_G], [() => Group]];
|
|
858
|
+
var GetGroupsRequest = [3, n0, _GGRet, 0, [_NT], [0]];
|
|
859
|
+
var GetGroupsResult = [3, n0, _GGRetr, 0, [_Gr, _NT], [() => GroupSummaryList, 0]];
|
|
860
|
+
var GetIndexingRulesRequest = [3, n0, _GIRR, 0, [_NT], [0]];
|
|
861
|
+
var GetIndexingRulesResult = [3, n0, _GIRRe, 0, [_IR, _NT], [() => IndexingRuleList, 0]];
|
|
862
|
+
var GetInsightEventsRequest = [3, n0, _GIER, 0, [_II, _MR, _NT], [0, 1, 0]];
|
|
863
|
+
var GetInsightEventsResult = [3, n0, _GIERe, 0, [_IE, _NT], [() => InsightEventList, 0]];
|
|
864
|
+
var GetInsightImpactGraphRequest = [3, n0, _GIIGR, 0, [_II, _ST, _ET, _NT], [0, 4, 4, 0]];
|
|
865
|
+
var GetInsightImpactGraphResult = [
|
|
866
|
+
3,
|
|
867
|
+
n0,
|
|
868
|
+
_GIIGRe,
|
|
869
|
+
0,
|
|
870
|
+
[_II, _ST, _ET, _SGST, _SGET, _Se, _NT],
|
|
871
|
+
[0, 4, 4, 4, 4, () => InsightImpactGraphServiceList, 0],
|
|
872
|
+
];
|
|
873
|
+
var GetInsightRequest = [3, n0, _GIR, 0, [_II], [0]];
|
|
874
|
+
var GetInsightResult = [3, n0, _GIRe, 0, [_In], [() => Insight]];
|
|
875
|
+
var GetInsightSummariesRequest = [
|
|
876
|
+
3,
|
|
877
|
+
n0,
|
|
878
|
+
_GISR,
|
|
879
|
+
0,
|
|
880
|
+
[_St, _GARN, _GN, _ST, _ET, _MR, _NT],
|
|
881
|
+
[64 | 0, 0, 0, 4, 4, 1, 0],
|
|
882
|
+
];
|
|
883
|
+
var GetInsightSummariesResult = [
|
|
884
|
+
3,
|
|
885
|
+
n0,
|
|
886
|
+
_GISRe,
|
|
887
|
+
0,
|
|
888
|
+
[_IS, _NT],
|
|
889
|
+
[() => InsightSummaryList, 0],
|
|
890
|
+
];
|
|
891
|
+
var GetRetrievedTracesGraphRequest = [3, n0, _GRTGR, 0, [_RT, _NT], [0, 0]];
|
|
892
|
+
var GetRetrievedTracesGraphResult = [
|
|
893
|
+
3,
|
|
894
|
+
n0,
|
|
895
|
+
_GRTGRe,
|
|
896
|
+
0,
|
|
897
|
+
[_RS, _Se, _NT],
|
|
898
|
+
[0, () => RetrievedServicesList, 0],
|
|
899
|
+
];
|
|
900
|
+
var GetSamplingRulesRequest = [3, n0, _GSRR, 0, [_NT], [0]];
|
|
901
|
+
var GetSamplingRulesResult = [
|
|
902
|
+
3,
|
|
903
|
+
n0,
|
|
904
|
+
_GSRRe,
|
|
905
|
+
0,
|
|
906
|
+
[_SRRa, _NT],
|
|
907
|
+
[() => SamplingRuleRecordList, 0],
|
|
908
|
+
];
|
|
909
|
+
var GetSamplingStatisticSummariesRequest = [3, n0, _GSSSR, 0, [_NT], [0]];
|
|
910
|
+
var GetSamplingStatisticSummariesResult = [
|
|
911
|
+
3,
|
|
912
|
+
n0,
|
|
913
|
+
_GSSSRe,
|
|
914
|
+
0,
|
|
915
|
+
[_SSS, _NT],
|
|
916
|
+
[() => SamplingStatisticSummaryList, 0],
|
|
917
|
+
];
|
|
918
|
+
var GetSamplingTargetsRequest = [
|
|
919
|
+
3,
|
|
920
|
+
n0,
|
|
921
|
+
_GSTR,
|
|
922
|
+
0,
|
|
923
|
+
[_SSD, _SBSD],
|
|
924
|
+
[() => SamplingStatisticsDocumentList, () => SamplingBoostStatisticsDocumentList],
|
|
925
|
+
];
|
|
926
|
+
var GetSamplingTargetsResult = [
|
|
927
|
+
3,
|
|
928
|
+
n0,
|
|
929
|
+
_GSTRe,
|
|
930
|
+
0,
|
|
931
|
+
[_STD, _LRM, _US, _UBS],
|
|
932
|
+
[() => SamplingTargetDocumentList, 4, () => UnprocessedStatisticsList, () => UnprocessedStatisticsList],
|
|
933
|
+
];
|
|
934
|
+
var GetServiceGraphRequest = [
|
|
935
|
+
3,
|
|
936
|
+
n0,
|
|
937
|
+
_GSGR,
|
|
938
|
+
0,
|
|
939
|
+
[_ST, _ET, _GN, _GARN, _NT],
|
|
940
|
+
[4, 4, 0, 0, 0],
|
|
941
|
+
];
|
|
942
|
+
var GetServiceGraphResult = [
|
|
943
|
+
3,
|
|
944
|
+
n0,
|
|
945
|
+
_GSGRe,
|
|
946
|
+
0,
|
|
947
|
+
[_ST, _ET, _Se, _COGV, _NT],
|
|
948
|
+
[4, 4, () => ServiceList, 2, 0],
|
|
949
|
+
];
|
|
950
|
+
var GetTimeSeriesServiceStatisticsRequest = [
|
|
951
|
+
3,
|
|
952
|
+
n0,
|
|
953
|
+
_GTSSSR,
|
|
954
|
+
0,
|
|
955
|
+
[_ST, _ET, _GN, _GARN, _ESE, _P, _FSo, _NT],
|
|
956
|
+
[4, 4, 0, 0, 0, 1, 2, 0],
|
|
957
|
+
];
|
|
958
|
+
var GetTimeSeriesServiceStatisticsResult = [
|
|
959
|
+
3,
|
|
960
|
+
n0,
|
|
961
|
+
_GTSSSRe,
|
|
962
|
+
0,
|
|
963
|
+
[_TSSS, _COGV, _NT],
|
|
964
|
+
[() => TimeSeriesServiceStatisticsList, 2, 0],
|
|
965
|
+
];
|
|
966
|
+
var GetTraceGraphRequest = [3, n0, _GTGR, 0, [_TI, _NT], [64 | 0, 0]];
|
|
967
|
+
var GetTraceGraphResult = [3, n0, _GTGRe, 0, [_Se, _NT], [() => ServiceList, 0]];
|
|
968
|
+
var GetTraceSegmentDestinationRequest = [3, n0, _GTSDR, 0, [], []];
|
|
969
|
+
var GetTraceSegmentDestinationResult = [3, n0, _GTSDRe, 0, [_D, _S], [0, 0]];
|
|
970
|
+
var GetTraceSummariesRequest = [
|
|
971
|
+
3,
|
|
972
|
+
n0,
|
|
973
|
+
_GTSR,
|
|
974
|
+
0,
|
|
975
|
+
[_ST, _ET, _TRTi, _Sa, _SSa, _FE, _NT],
|
|
976
|
+
[4, 4, 0, 2, () => SamplingStrategy, 0, 0],
|
|
977
|
+
];
|
|
978
|
+
var GetTraceSummariesResult = [
|
|
979
|
+
3,
|
|
980
|
+
n0,
|
|
981
|
+
_GTSRe,
|
|
982
|
+
0,
|
|
983
|
+
[_TS, _AT, _TPC, _NT],
|
|
984
|
+
[() => TraceSummaryList, 4, 1, 0],
|
|
985
|
+
];
|
|
986
|
+
var GraphLink = [3, n0, _GL, 0, [_RTe, _STI, _DTI], [0, 0, 64 | 0]];
|
|
987
|
+
var Group = [
|
|
988
|
+
3,
|
|
989
|
+
n0,
|
|
990
|
+
_G,
|
|
991
|
+
0,
|
|
992
|
+
[_GN, _GARN, _FE, _IC],
|
|
993
|
+
[0, 0, 0, () => InsightsConfiguration],
|
|
994
|
+
];
|
|
995
|
+
var GroupSummary = [
|
|
996
|
+
3,
|
|
997
|
+
n0,
|
|
998
|
+
_GS,
|
|
999
|
+
0,
|
|
1000
|
+
[_GN, _GARN, _FE, _IC],
|
|
1001
|
+
[0, 0, 0, () => InsightsConfiguration],
|
|
1002
|
+
];
|
|
1003
|
+
var HistogramEntry = [3, n0, _HE, 0, [_V, _C], [1, 1]];
|
|
1004
|
+
var Http = [3, n0, _H, 0, [_HURL, _HS, _HM, _UA, _CIl], [0, 1, 0, 0, 0]];
|
|
1005
|
+
var IndexingRule = [3, n0, _IRn, 0, [_N, _MA, _Ru], [0, 4, () => IndexingRuleValue]];
|
|
1006
|
+
var Insight = [
|
|
1007
|
+
3,
|
|
1008
|
+
n0,
|
|
1009
|
+
_In,
|
|
1010
|
+
0,
|
|
1011
|
+
[_II, _GARN, _GN, _RCSI, _Ca, _Sta, _ST, _ET, _Su, _CRIS, _RCSRIS, _TAS],
|
|
1012
|
+
[
|
|
1013
|
+
0,
|
|
1014
|
+
0,
|
|
1015
|
+
0,
|
|
1016
|
+
() => ServiceId,
|
|
1017
|
+
64 | 0,
|
|
1018
|
+
0,
|
|
1019
|
+
4,
|
|
1020
|
+
4,
|
|
1021
|
+
0,
|
|
1022
|
+
() => RequestImpactStatistics,
|
|
1023
|
+
() => RequestImpactStatistics,
|
|
1024
|
+
() => AnomalousServiceList,
|
|
1025
|
+
],
|
|
1026
|
+
];
|
|
1027
|
+
var InsightEvent = [
|
|
1028
|
+
3,
|
|
1029
|
+
n0,
|
|
1030
|
+
_IEn,
|
|
1031
|
+
0,
|
|
1032
|
+
[_Su, _ETv, _CRIS, _RCSRIS, _TAS],
|
|
1033
|
+
[0, 4, () => RequestImpactStatistics, () => RequestImpactStatistics, () => AnomalousServiceList],
|
|
1034
|
+
];
|
|
1035
|
+
var InsightImpactGraphEdge = [3, n0, _IIGE, 0, [_RI], [1]];
|
|
1036
|
+
var InsightImpactGraphService = [
|
|
1037
|
+
3,
|
|
1038
|
+
n0,
|
|
1039
|
+
_IIGS,
|
|
1040
|
+
0,
|
|
1041
|
+
[_RI, _T, _N, _Na, _AI, _Ed],
|
|
1042
|
+
[1, 0, 0, 64 | 0, 0, () => InsightImpactGraphEdgeList],
|
|
1043
|
+
];
|
|
1044
|
+
var InsightsConfiguration = [3, n0, _IC, 0, [_IEns, _NE], [2, 2]];
|
|
1045
|
+
var InsightSummary = [
|
|
1046
|
+
3,
|
|
1047
|
+
n0,
|
|
1048
|
+
_ISn,
|
|
1049
|
+
0,
|
|
1050
|
+
[_II, _GARN, _GN, _RCSI, _Ca, _Sta, _ST, _ET, _Su, _CRIS, _RCSRIS, _TAS, _LUT],
|
|
1051
|
+
[
|
|
1052
|
+
0,
|
|
1053
|
+
0,
|
|
1054
|
+
0,
|
|
1055
|
+
() => ServiceId,
|
|
1056
|
+
64 | 0,
|
|
1057
|
+
0,
|
|
1058
|
+
4,
|
|
1059
|
+
4,
|
|
1060
|
+
0,
|
|
1061
|
+
() => RequestImpactStatistics,
|
|
1062
|
+
() => RequestImpactStatistics,
|
|
1063
|
+
() => AnomalousServiceList,
|
|
1064
|
+
4,
|
|
1065
|
+
],
|
|
1066
|
+
];
|
|
1067
|
+
var InstanceIdDetail = [3, n0, _IID, 0, [_Id], [0]];
|
|
1068
|
+
var InvalidPolicyRevisionIdException = [
|
|
1069
|
+
-3,
|
|
1070
|
+
n0,
|
|
1071
|
+
_IPRIE,
|
|
1072
|
+
{
|
|
1073
|
+
[_e]: _c,
|
|
1074
|
+
[_hE]: 400,
|
|
1075
|
+
},
|
|
1076
|
+
[_M],
|
|
1077
|
+
[0],
|
|
1078
|
+
];
|
|
1079
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException, InvalidPolicyRevisionIdException$1);
|
|
1080
|
+
var InvalidRequestException = [
|
|
1081
|
+
-3,
|
|
1082
|
+
n0,
|
|
1083
|
+
_IRE,
|
|
1084
|
+
{
|
|
1085
|
+
[_e]: _c,
|
|
1086
|
+
},
|
|
1087
|
+
[_M],
|
|
1088
|
+
[0],
|
|
1089
|
+
];
|
|
1090
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
|
|
1091
|
+
var ListResourcePoliciesRequest = [3, n0, _LRPR, 0, [_NT], [0]];
|
|
1092
|
+
var ListResourcePoliciesResult = [
|
|
1093
|
+
3,
|
|
1094
|
+
n0,
|
|
1095
|
+
_LRPRi,
|
|
1096
|
+
0,
|
|
1097
|
+
[_RP, _NT],
|
|
1098
|
+
[() => ResourcePolicyList, 0],
|
|
1099
|
+
];
|
|
1100
|
+
var ListRetrievedTracesRequest = [3, n0, _LRTR, 0, [_RT, _TF, _NT], [0, 0, 0]];
|
|
1101
|
+
var ListRetrievedTracesResult = [
|
|
1102
|
+
3,
|
|
1103
|
+
n0,
|
|
1104
|
+
_LRTRi,
|
|
1105
|
+
0,
|
|
1106
|
+
[_RS, _TF, _Tr, _NT],
|
|
1107
|
+
[0, 0, () => TraceSpanList, 0],
|
|
1108
|
+
];
|
|
1109
|
+
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARNe, _NT], [0, 0]];
|
|
1110
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
1111
|
+
var LockoutPreventionException = [
|
|
1112
|
+
-3,
|
|
1113
|
+
n0,
|
|
1114
|
+
_LPE,
|
|
1115
|
+
{
|
|
1116
|
+
[_e]: _c,
|
|
1117
|
+
[_hE]: 400,
|
|
1118
|
+
},
|
|
1119
|
+
[_M],
|
|
1120
|
+
[0],
|
|
1121
|
+
];
|
|
1122
|
+
schema.TypeRegistry.for(n0).registerError(LockoutPreventionException, LockoutPreventionException$1);
|
|
1123
|
+
var MalformedPolicyDocumentException = [
|
|
1124
|
+
-3,
|
|
1125
|
+
n0,
|
|
1126
|
+
_MPDE,
|
|
1127
|
+
{
|
|
1128
|
+
[_e]: _c,
|
|
1129
|
+
[_hE]: 400,
|
|
1130
|
+
},
|
|
1131
|
+
[_M],
|
|
1132
|
+
[0],
|
|
1133
|
+
];
|
|
1134
|
+
schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, MalformedPolicyDocumentException$1);
|
|
1135
|
+
var PolicyCountLimitExceededException = [
|
|
1136
|
+
-3,
|
|
1137
|
+
n0,
|
|
1138
|
+
_PCLEE,
|
|
1139
|
+
{
|
|
1140
|
+
[_e]: _c,
|
|
1141
|
+
[_hE]: 400,
|
|
1142
|
+
},
|
|
1143
|
+
[_M],
|
|
1144
|
+
[0],
|
|
1145
|
+
];
|
|
1146
|
+
schema.TypeRegistry.for(n0).registerError(PolicyCountLimitExceededException, PolicyCountLimitExceededException$1);
|
|
1147
|
+
var PolicySizeLimitExceededException = [
|
|
1148
|
+
-3,
|
|
1149
|
+
n0,
|
|
1150
|
+
_PSLEE,
|
|
1151
|
+
{
|
|
1152
|
+
[_e]: _c,
|
|
1153
|
+
[_hE]: 400,
|
|
1154
|
+
},
|
|
1155
|
+
[_M],
|
|
1156
|
+
[0],
|
|
1157
|
+
];
|
|
1158
|
+
schema.TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException, PolicySizeLimitExceededException$1);
|
|
1159
|
+
var ProbabilisticRuleValue = [3, n0, _PRV, 0, [_DSP, _ASP], [1, 1]];
|
|
1160
|
+
var ProbabilisticRuleValueUpdate = [3, n0, _PRVU, 0, [_DSP], [1]];
|
|
1161
|
+
var PutEncryptionConfigRequest = [3, n0, _PECR, 0, [_KI, _T], [0, 0]];
|
|
1162
|
+
var PutEncryptionConfigResult = [3, n0, _PECRu, 0, [_EC], [() => EncryptionConfig]];
|
|
1163
|
+
var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_PN, _PD, _PRI, _BPLC], [0, 0, 0, 2]];
|
|
1164
|
+
var PutResourcePolicyResult = [3, n0, _PRPRu, 0, [_RPe], [() => ResourcePolicy]];
|
|
1165
|
+
var PutTelemetryRecordsRequest = [
|
|
1166
|
+
3,
|
|
1167
|
+
n0,
|
|
1168
|
+
_PTRR,
|
|
1169
|
+
0,
|
|
1170
|
+
[_TR, _ECII, _Ho, _RARNe],
|
|
1171
|
+
[() => TelemetryRecordList, 0, 0, 0],
|
|
1172
|
+
];
|
|
1173
|
+
var PutTelemetryRecordsResult = [3, n0, _PTRRu, 0, [], []];
|
|
1174
|
+
var PutTraceSegmentsRequest = [3, n0, _PTSR, 0, [_TSD], [64 | 0]];
|
|
1175
|
+
var PutTraceSegmentsResult = [
|
|
1176
|
+
3,
|
|
1177
|
+
n0,
|
|
1178
|
+
_PTSRu,
|
|
1179
|
+
0,
|
|
1180
|
+
[_UTS],
|
|
1181
|
+
[() => UnprocessedTraceSegmentList],
|
|
1182
|
+
];
|
|
1183
|
+
var RequestImpactStatistics = [3, n0, _RIS, 0, [_FC, _OCk, _TCo], [1, 1, 1]];
|
|
1184
|
+
var ResourceARNDetail = [3, n0, _RARND, 0, [_ARN], [0]];
|
|
1185
|
+
var ResourceNotFoundException = [
|
|
1186
|
+
-3,
|
|
1187
|
+
n0,
|
|
1188
|
+
_RNFE,
|
|
1189
|
+
{
|
|
1190
|
+
[_e]: _c,
|
|
1191
|
+
[_hE]: 404,
|
|
1192
|
+
},
|
|
1193
|
+
[_M, _RNe],
|
|
1194
|
+
[0, 0],
|
|
1195
|
+
];
|
|
1196
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1197
|
+
var ResourcePolicy = [3, n0, _RPe, 0, [_PN, _PD, _PRI, _LUTa], [0, 0, 0, 4]];
|
|
1198
|
+
var ResponseTimeRootCause = [
|
|
1199
|
+
3,
|
|
1200
|
+
n0,
|
|
1201
|
+
_RTRC,
|
|
1202
|
+
0,
|
|
1203
|
+
[_Se, _CI],
|
|
1204
|
+
[() => ResponseTimeRootCauseServices, 2],
|
|
1205
|
+
];
|
|
1206
|
+
var ResponseTimeRootCauseEntity = [3, n0, _RTRCE, 0, [_N, _Co, _R], [0, 1, 2]];
|
|
1207
|
+
var ResponseTimeRootCauseService = [
|
|
1208
|
+
3,
|
|
1209
|
+
n0,
|
|
1210
|
+
_RTRCS,
|
|
1211
|
+
0,
|
|
1212
|
+
[_N, _Na, _T, _AI, _EP, _I],
|
|
1213
|
+
[0, 64 | 0, 0, 0, () => ResponseTimeRootCauseEntityPath, 2],
|
|
1214
|
+
];
|
|
1215
|
+
var RetrievedService = [3, n0, _RSe, 0, [_Ser, _L], [() => Service, () => LinksList]];
|
|
1216
|
+
var RetrievedTrace = [3, n0, _RTet, 0, [_Id, _Du, _Sp], [0, 1, () => SpanList]];
|
|
1217
|
+
var RootCauseException = [3, n0, _RCE, 0, [_N, _M], [0, 0]];
|
|
1218
|
+
var RuleLimitExceededException = [
|
|
1219
|
+
-3,
|
|
1220
|
+
n0,
|
|
1221
|
+
_RLEE,
|
|
1222
|
+
{
|
|
1223
|
+
[_e]: _c,
|
|
1224
|
+
},
|
|
1225
|
+
[_M],
|
|
1226
|
+
[0],
|
|
1227
|
+
];
|
|
1228
|
+
schema.TypeRegistry.for(n0).registerError(RuleLimitExceededException, RuleLimitExceededException$1);
|
|
1229
|
+
var SamplingBoost = [3, n0, _SB, 0, [_BR, _BRTTL], [1, 4]];
|
|
1230
|
+
var SamplingBoostStatisticsDocument = [
|
|
1231
|
+
3,
|
|
1232
|
+
n0,
|
|
1233
|
+
_SBSDa,
|
|
1234
|
+
0,
|
|
1235
|
+
[_RN, _SN, _Ti, _AC, _TCo, _SAC],
|
|
1236
|
+
[0, 0, 4, 1, 1, 1],
|
|
1237
|
+
];
|
|
1238
|
+
var SamplingRateBoost = [3, n0, _SRB, 0, [_MRa, _CWM], [1, 1]];
|
|
1239
|
+
var SamplingRule = [
|
|
1240
|
+
3,
|
|
1241
|
+
n0,
|
|
1242
|
+
_SR,
|
|
1243
|
+
0,
|
|
1244
|
+
[_RN, _RARN, _RARNe, _Pr, _FR, _RSes, _SN, _STe, _Hos, _HTTPM, _URLP, _Ve, _At, _SRB],
|
|
1245
|
+
[0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 128 | 0, () => SamplingRateBoost],
|
|
1246
|
+
];
|
|
1247
|
+
var SamplingRuleRecord = [3, n0, _SRR, 0, [_SR, _CA, _MA], [() => SamplingRule, 4, 4]];
|
|
1248
|
+
var SamplingRuleUpdate = [
|
|
1249
|
+
3,
|
|
1250
|
+
n0,
|
|
1251
|
+
_SRU,
|
|
1252
|
+
0,
|
|
1253
|
+
[_RN, _RARN, _RARNe, _Pr, _FR, _RSes, _Hos, _SN, _STe, _HTTPM, _URLP, _At, _SRB],
|
|
1254
|
+
[0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 128 | 0, () => SamplingRateBoost],
|
|
1255
|
+
];
|
|
1256
|
+
var SamplingStatisticsDocument = [
|
|
1257
|
+
3,
|
|
1258
|
+
n0,
|
|
1259
|
+
_SSDa,
|
|
1260
|
+
0,
|
|
1261
|
+
[_RN, _CID, _Ti, _RC, _SC, _BC],
|
|
1262
|
+
[0, 0, 4, 1, 1, 1],
|
|
1263
|
+
];
|
|
1264
|
+
var SamplingStatisticSummary = [
|
|
1265
|
+
3,
|
|
1266
|
+
n0,
|
|
1267
|
+
_SSSa,
|
|
1268
|
+
0,
|
|
1269
|
+
[_RN, _Ti, _RC, _BC, _SC],
|
|
1270
|
+
[0, 4, 1, 1, 1],
|
|
1271
|
+
];
|
|
1272
|
+
var SamplingStrategy = [3, n0, _SSa, 0, [_N, _V], [0, 1]];
|
|
1273
|
+
var SamplingTargetDocument = [
|
|
1274
|
+
3,
|
|
1275
|
+
n0,
|
|
1276
|
+
_STDa,
|
|
1277
|
+
0,
|
|
1278
|
+
[_RN, _FR, _RQ, _RQTTL, _Int, _SB],
|
|
1279
|
+
[0, 1, 1, 4, 1, () => SamplingBoost],
|
|
1280
|
+
];
|
|
1281
|
+
var Segment = [3, n0, _Seg, 0, [_Id, _Do], [0, 0]];
|
|
1282
|
+
var Service = [
|
|
1283
|
+
3,
|
|
1284
|
+
n0,
|
|
1285
|
+
_Ser,
|
|
1286
|
+
0,
|
|
1287
|
+
[_RI, _N, _Na, _Ro, _AI, _T, _Sta, _ST, _ET, _Ed, _SS, _DH, _RTH],
|
|
1288
|
+
[1, 0, 64 | 0, 2, 0, 0, 0, 4, 4, () => EdgeList, () => ServiceStatistics, () => Histogram, () => Histogram],
|
|
1289
|
+
];
|
|
1290
|
+
var ServiceId = [3, n0, _SI, 0, [_N, _Na, _AI, _T], [0, 64 | 0, 0, 0]];
|
|
1291
|
+
var ServiceStatistics = [
|
|
1292
|
+
3,
|
|
1293
|
+
n0,
|
|
1294
|
+
_SSe,
|
|
1295
|
+
0,
|
|
1296
|
+
[_OCk, _ESr, _FS, _TCo, _TRT],
|
|
1297
|
+
[1, () => ErrorStatistics, () => FaultStatistics, 1, 1],
|
|
1298
|
+
];
|
|
1299
|
+
var Span = [3, n0, _Spa, 0, [_Id, _Do], [0, 0]];
|
|
1300
|
+
var StartTraceRetrievalRequest = [3, n0, _STRR, 0, [_TI, _ST, _ET], [64 | 0, 4, 4]];
|
|
1301
|
+
var StartTraceRetrievalResult = [3, n0, _STRRt, 0, [_RT], [0]];
|
|
1302
|
+
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1303
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_RARNe, _Ta], [0, () => TagList]];
|
|
1304
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1305
|
+
var TelemetryRecord = [
|
|
1306
|
+
3,
|
|
1307
|
+
n0,
|
|
1308
|
+
_TRe,
|
|
1309
|
+
0,
|
|
1310
|
+
[_Ti, _SRC, _SSC, _SSCe, _SRCe, _BCE],
|
|
1311
|
+
[4, 1, 1, 1, 1, () => BackendConnectionErrors],
|
|
1312
|
+
];
|
|
1313
|
+
var ThrottledException = [
|
|
1314
|
+
-3,
|
|
1315
|
+
n0,
|
|
1316
|
+
_TE,
|
|
1317
|
+
{
|
|
1318
|
+
[_e]: _c,
|
|
1319
|
+
[_hE]: 429,
|
|
1320
|
+
},
|
|
1321
|
+
[_M],
|
|
1322
|
+
[0],
|
|
1323
|
+
];
|
|
1324
|
+
schema.TypeRegistry.for(n0).registerError(ThrottledException, ThrottledException$1);
|
|
1325
|
+
var TimeSeriesServiceStatistics = [
|
|
1326
|
+
3,
|
|
1327
|
+
n0,
|
|
1328
|
+
_TSSS,
|
|
1329
|
+
0,
|
|
1330
|
+
[_Ti, _ESS, _SSSe, _SFS, _RTH],
|
|
1331
|
+
[4, () => EdgeStatistics, () => ServiceStatistics, () => ForecastStatistics, () => Histogram],
|
|
1332
|
+
];
|
|
1333
|
+
var TooManyTagsException = [
|
|
1334
|
+
-3,
|
|
1335
|
+
n0,
|
|
1336
|
+
_TMTE,
|
|
1337
|
+
{
|
|
1338
|
+
[_e]: _c,
|
|
1339
|
+
[_hE]: 400,
|
|
1340
|
+
},
|
|
1341
|
+
[_M, _RNe],
|
|
1342
|
+
[0, 0],
|
|
1343
|
+
];
|
|
1344
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
|
|
1345
|
+
var Trace = [3, n0, _Tra, 0, [_Id, _Du, _LE, _Segm], [0, 1, 2, () => SegmentList]];
|
|
1346
|
+
var TraceSummary = [
|
|
1347
|
+
3,
|
|
1348
|
+
n0,
|
|
1349
|
+
_TSr,
|
|
1350
|
+
0,
|
|
1351
|
+
[
|
|
1352
|
+
_Id,
|
|
1353
|
+
_ST,
|
|
1354
|
+
_Du,
|
|
1355
|
+
_RTes,
|
|
1356
|
+
_HF,
|
|
1357
|
+
_HEa,
|
|
1358
|
+
_HT,
|
|
1359
|
+
_IP,
|
|
1360
|
+
_H,
|
|
1361
|
+
_An,
|
|
1362
|
+
_U,
|
|
1363
|
+
_SIe,
|
|
1364
|
+
_RARNes,
|
|
1365
|
+
_IIn,
|
|
1366
|
+
_AZ,
|
|
1367
|
+
_EPn,
|
|
1368
|
+
_FRCa,
|
|
1369
|
+
_ERCr,
|
|
1370
|
+
_RTRCe,
|
|
1371
|
+
_Re,
|
|
1372
|
+
_MET,
|
|
1373
|
+
],
|
|
1374
|
+
[
|
|
1375
|
+
0,
|
|
1376
|
+
4,
|
|
1377
|
+
1,
|
|
1378
|
+
1,
|
|
1379
|
+
2,
|
|
1380
|
+
2,
|
|
1381
|
+
2,
|
|
1382
|
+
2,
|
|
1383
|
+
() => Http,
|
|
1384
|
+
() => Annotations,
|
|
1385
|
+
() => TraceUsers,
|
|
1386
|
+
() => ServiceIds,
|
|
1387
|
+
() => TraceResourceARNs,
|
|
1388
|
+
() => TraceInstanceIds,
|
|
1389
|
+
() => TraceAvailabilityZones,
|
|
1390
|
+
() => ServiceId,
|
|
1391
|
+
() => FaultRootCauses,
|
|
1392
|
+
() => ErrorRootCauses,
|
|
1393
|
+
() => ResponseTimeRootCauses,
|
|
1394
|
+
1,
|
|
1395
|
+
4,
|
|
1396
|
+
],
|
|
1397
|
+
];
|
|
1398
|
+
var TraceUser = [3, n0, _TU, 0, [_UN, _SIe], [0, () => ServiceIds]];
|
|
1399
|
+
var UnprocessedStatistics = [3, n0, _US, 0, [_RN, _ECr, _M], [0, 0, 0]];
|
|
1400
|
+
var UnprocessedTraceSegment = [3, n0, _UTSn, 0, [_Id, _ECr, _M], [0, 0, 0]];
|
|
1401
|
+
var UntagResourceRequest = [3, n0, _URR, 0, [_RARNe, _TK], [0, 64 | 0]];
|
|
1402
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1403
|
+
var UpdateGroupRequest = [
|
|
1404
|
+
3,
|
|
1405
|
+
n0,
|
|
1406
|
+
_UGR,
|
|
1407
|
+
0,
|
|
1408
|
+
[_GN, _GARN, _FE, _IC],
|
|
1409
|
+
[0, 0, 0, () => InsightsConfiguration],
|
|
1410
|
+
];
|
|
1411
|
+
var UpdateGroupResult = [3, n0, _UGRp, 0, [_G], [() => Group]];
|
|
1412
|
+
var UpdateIndexingRuleRequest = [
|
|
1413
|
+
3,
|
|
1414
|
+
n0,
|
|
1415
|
+
_UIRR,
|
|
1416
|
+
0,
|
|
1417
|
+
[_N, _Ru],
|
|
1418
|
+
[0, () => IndexingRuleValueUpdate],
|
|
1419
|
+
];
|
|
1420
|
+
var UpdateIndexingRuleResult = [3, n0, _UIRRp, 0, [_IRn], [() => IndexingRule]];
|
|
1421
|
+
var UpdateSamplingRuleRequest = [3, n0, _USRR, 0, [_SRU], [() => SamplingRuleUpdate]];
|
|
1422
|
+
var UpdateSamplingRuleResult = [3, n0, _USRRp, 0, [_SRR], [() => SamplingRuleRecord]];
|
|
1423
|
+
var UpdateTraceSegmentDestinationRequest = [3, n0, _UTSDR, 0, [_D], [0]];
|
|
1424
|
+
var UpdateTraceSegmentDestinationResult = [3, n0, _UTSDRp, 0, [_D, _S], [0, 0]];
|
|
1425
|
+
var ValueWithServiceIds = [
|
|
1426
|
+
3,
|
|
1427
|
+
n0,
|
|
1428
|
+
_VWSI,
|
|
1429
|
+
0,
|
|
1430
|
+
[_AV, _SIe],
|
|
1431
|
+
[() => AnnotationValue, () => ServiceIds],
|
|
1432
|
+
];
|
|
1433
|
+
var XRayServiceException = [-3, _s, "XRayServiceException", 0, [], []];
|
|
1434
|
+
schema.TypeRegistry.for(_s).registerError(XRayServiceException, XRayServiceException$1);
|
|
1435
|
+
var AliasList = [1, n0, _AL, 0, () => Alias];
|
|
1436
|
+
var AnomalousServiceList = [1, n0, _ASL, 0, () => AnomalousService];
|
|
1437
|
+
var EdgeList = [1, n0, _EL, 0, () => Edge];
|
|
1438
|
+
var ErrorRootCauseEntityPath = [1, n0, _ERCEP, 0, () => ErrorRootCauseEntity];
|
|
1439
|
+
var ErrorRootCauses = [1, n0, _ERCr, 0, () => ErrorRootCause];
|
|
1440
|
+
var ErrorRootCauseServices = [1, n0, _ERCSr, 0, () => ErrorRootCauseService];
|
|
1441
|
+
var FaultRootCauseEntityPath = [1, n0, _FRCEP, 0, () => FaultRootCauseEntity];
|
|
1442
|
+
var FaultRootCauses = [1, n0, _FRCa, 0, () => FaultRootCause];
|
|
1443
|
+
var FaultRootCauseServices = [1, n0, _FRCSa, 0, () => FaultRootCauseService];
|
|
1444
|
+
var GroupSummaryList = [1, n0, _GSL, 0, () => GroupSummary];
|
|
1445
|
+
var Histogram = [1, n0, _Hi, 0, () => HistogramEntry];
|
|
1446
|
+
var IndexingRuleList = [1, n0, _IRL, 0, () => IndexingRule];
|
|
1447
|
+
var InsightEventList = [1, n0, _IEL, 0, () => InsightEvent];
|
|
1448
|
+
var InsightImpactGraphEdgeList = [1, n0, _IIGEL, 0, () => InsightImpactGraphEdge];
|
|
1449
|
+
var InsightImpactGraphServiceList = [1, n0, _IIGSL, 0, () => InsightImpactGraphService];
|
|
1450
|
+
var InsightSummaryList = [1, n0, _ISL, 0, () => InsightSummary];
|
|
1451
|
+
var LinksList = [1, n0, _LL, 0, () => GraphLink];
|
|
1452
|
+
var ResourcePolicyList = [1, n0, _RPL, 0, () => ResourcePolicy];
|
|
1453
|
+
var ResponseTimeRootCauseEntityPath = [1, n0, _RTRCEP, 0, () => ResponseTimeRootCauseEntity];
|
|
1454
|
+
var ResponseTimeRootCauses = [1, n0, _RTRCe, 0, () => ResponseTimeRootCause];
|
|
1455
|
+
var ResponseTimeRootCauseServices = [1, n0, _RTRCSe, 0, () => ResponseTimeRootCauseService];
|
|
1456
|
+
var RetrievedServicesList = [1, n0, _RSL, 0, () => RetrievedService];
|
|
1457
|
+
var RootCauseExceptions = [1, n0, _RCEo, 0, () => RootCauseException];
|
|
1458
|
+
var SamplingBoostStatisticsDocumentList = [
|
|
1459
|
+
1,
|
|
1460
|
+
n0,
|
|
1461
|
+
_SBSDL,
|
|
1462
|
+
0,
|
|
1463
|
+
() => SamplingBoostStatisticsDocument,
|
|
1464
|
+
];
|
|
1465
|
+
var SamplingRuleRecordList = [1, n0, _SRRL, 0, () => SamplingRuleRecord];
|
|
1466
|
+
var SamplingStatisticsDocumentList = [1, n0, _SSDL, 0, () => SamplingStatisticsDocument];
|
|
1467
|
+
var SamplingStatisticSummaryList = [1, n0, _SSSL, 0, () => SamplingStatisticSummary];
|
|
1468
|
+
var SamplingTargetDocumentList = [1, n0, _STDL, 0, () => SamplingTargetDocument];
|
|
1469
|
+
var SegmentList = [1, n0, _SL, 0, () => Segment];
|
|
1470
|
+
var ServiceIds = [1, n0, _SIe, 0, () => ServiceId];
|
|
1471
|
+
var ServiceList = [1, n0, _SLe, 0, () => Service];
|
|
1472
|
+
var SpanList = [1, n0, _SLp, 0, () => Span];
|
|
1473
|
+
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1474
|
+
var TelemetryRecordList = [1, n0, _TRL, 0, () => TelemetryRecord];
|
|
1475
|
+
var TimeSeriesServiceStatisticsList = [1, n0, _TSSSL, 0, () => TimeSeriesServiceStatistics];
|
|
1476
|
+
var TraceAvailabilityZones = [1, n0, _TAZ, 0, () => AvailabilityZoneDetail];
|
|
1477
|
+
var TraceInstanceIds = [1, n0, _TII, 0, () => InstanceIdDetail];
|
|
1478
|
+
var TraceList = [1, n0, _TLr, 0, () => Trace];
|
|
1479
|
+
var TraceResourceARNs = [1, n0, _TRARN, 0, () => ResourceARNDetail];
|
|
1480
|
+
var TraceSpanList = [1, n0, _TSL, 0, () => RetrievedTrace];
|
|
1481
|
+
var TraceSummaryList = [1, n0, _TSLr, 0, () => TraceSummary];
|
|
1482
|
+
var TraceUsers = [1, n0, _TUr, 0, () => TraceUser];
|
|
1483
|
+
var UnprocessedStatisticsList = [1, n0, _USL, 0, () => UnprocessedStatistics];
|
|
1484
|
+
var UnprocessedTraceSegmentList = [1, n0, _UTSL, 0, () => UnprocessedTraceSegment];
|
|
1485
|
+
var ValuesWithServiceIds = [1, n0, _VWSIa, 0, () => ValueWithServiceIds];
|
|
1486
|
+
var Annotations = [2, n0, _An, 0, 0, () => ValuesWithServiceIds];
|
|
1487
|
+
var AnnotationValue = [3, n0, _AV, 0, [_NV, _BV, _SV], [1, 2, 0]];
|
|
1488
|
+
var IndexingRuleValue = [3, n0, _IRV, 0, [_Pro], [() => ProbabilisticRuleValue]];
|
|
1489
|
+
var IndexingRuleValueUpdate = [
|
|
1490
|
+
3,
|
|
1491
|
+
n0,
|
|
1492
|
+
_IRVU,
|
|
1493
|
+
0,
|
|
1494
|
+
[_Pro],
|
|
1495
|
+
[() => ProbabilisticRuleValueUpdate],
|
|
1496
|
+
];
|
|
1497
|
+
var BatchGetTraces = [
|
|
1498
|
+
9,
|
|
1499
|
+
n0,
|
|
1500
|
+
_BGT,
|
|
1501
|
+
{
|
|
1502
|
+
[_h]: ["POST", "/Traces", 200],
|
|
1503
|
+
},
|
|
1504
|
+
() => BatchGetTracesRequest,
|
|
1505
|
+
() => BatchGetTracesResult,
|
|
1506
|
+
];
|
|
1507
|
+
var CancelTraceRetrieval = [
|
|
1508
|
+
9,
|
|
1509
|
+
n0,
|
|
1510
|
+
_CTR,
|
|
1511
|
+
{
|
|
1512
|
+
[_h]: ["POST", "/CancelTraceRetrieval", 200],
|
|
1513
|
+
},
|
|
1514
|
+
() => CancelTraceRetrievalRequest,
|
|
1515
|
+
() => CancelTraceRetrievalResult,
|
|
1516
|
+
];
|
|
1517
|
+
var CreateGroup = [
|
|
1518
|
+
9,
|
|
1519
|
+
n0,
|
|
1520
|
+
_CG,
|
|
1521
|
+
{
|
|
1522
|
+
[_h]: ["POST", "/CreateGroup", 200],
|
|
1523
|
+
},
|
|
1524
|
+
() => CreateGroupRequest,
|
|
1525
|
+
() => CreateGroupResult,
|
|
1526
|
+
];
|
|
1527
|
+
var CreateSamplingRule = [
|
|
1528
|
+
9,
|
|
1529
|
+
n0,
|
|
1530
|
+
_CSR,
|
|
1531
|
+
{
|
|
1532
|
+
[_h]: ["POST", "/CreateSamplingRule", 200],
|
|
1533
|
+
},
|
|
1534
|
+
() => CreateSamplingRuleRequest,
|
|
1535
|
+
() => CreateSamplingRuleResult,
|
|
1536
|
+
];
|
|
1537
|
+
var DeleteGroup = [
|
|
1538
|
+
9,
|
|
1539
|
+
n0,
|
|
1540
|
+
_DG,
|
|
1541
|
+
{
|
|
1542
|
+
[_h]: ["POST", "/DeleteGroup", 200],
|
|
1543
|
+
},
|
|
1544
|
+
() => DeleteGroupRequest,
|
|
1545
|
+
() => DeleteGroupResult,
|
|
1546
|
+
];
|
|
1547
|
+
var DeleteResourcePolicy = [
|
|
1548
|
+
9,
|
|
1549
|
+
n0,
|
|
1550
|
+
_DRP,
|
|
1551
|
+
{
|
|
1552
|
+
[_h]: ["POST", "/DeleteResourcePolicy", 200],
|
|
1553
|
+
},
|
|
1554
|
+
() => DeleteResourcePolicyRequest,
|
|
1555
|
+
() => DeleteResourcePolicyResult,
|
|
1556
|
+
];
|
|
1557
|
+
var DeleteSamplingRule = [
|
|
1558
|
+
9,
|
|
1559
|
+
n0,
|
|
1560
|
+
_DSR,
|
|
1561
|
+
{
|
|
1562
|
+
[_h]: ["POST", "/DeleteSamplingRule", 200],
|
|
1563
|
+
},
|
|
1564
|
+
() => DeleteSamplingRuleRequest,
|
|
1565
|
+
() => DeleteSamplingRuleResult,
|
|
1566
|
+
];
|
|
1567
|
+
var GetEncryptionConfig = [
|
|
1568
|
+
9,
|
|
1569
|
+
n0,
|
|
1570
|
+
_GEC,
|
|
1571
|
+
{
|
|
1572
|
+
[_h]: ["POST", "/EncryptionConfig", 200],
|
|
1573
|
+
},
|
|
1574
|
+
() => GetEncryptionConfigRequest,
|
|
1575
|
+
() => GetEncryptionConfigResult,
|
|
1576
|
+
];
|
|
1577
|
+
var GetGroup = [
|
|
1578
|
+
9,
|
|
1579
|
+
n0,
|
|
1580
|
+
_GG,
|
|
1581
|
+
{
|
|
1582
|
+
[_h]: ["POST", "/GetGroup", 200],
|
|
1583
|
+
},
|
|
1584
|
+
() => GetGroupRequest,
|
|
1585
|
+
() => GetGroupResult,
|
|
1586
|
+
];
|
|
1587
|
+
var GetGroups = [
|
|
1588
|
+
9,
|
|
1589
|
+
n0,
|
|
1590
|
+
_GGe,
|
|
1591
|
+
{
|
|
1592
|
+
[_h]: ["POST", "/Groups", 200],
|
|
1593
|
+
},
|
|
1594
|
+
() => GetGroupsRequest,
|
|
1595
|
+
() => GetGroupsResult,
|
|
1596
|
+
];
|
|
1597
|
+
var GetIndexingRules = [
|
|
1598
|
+
9,
|
|
1599
|
+
n0,
|
|
1600
|
+
_GIRet,
|
|
1601
|
+
{
|
|
1602
|
+
[_h]: ["POST", "/GetIndexingRules", 200],
|
|
1603
|
+
},
|
|
1604
|
+
() => GetIndexingRulesRequest,
|
|
1605
|
+
() => GetIndexingRulesResult,
|
|
1606
|
+
];
|
|
1607
|
+
var GetInsight = [
|
|
1608
|
+
9,
|
|
1609
|
+
n0,
|
|
1610
|
+
_GI,
|
|
1611
|
+
{
|
|
1612
|
+
[_h]: ["POST", "/Insight", 200],
|
|
1613
|
+
},
|
|
1614
|
+
() => GetInsightRequest,
|
|
1615
|
+
() => GetInsightResult,
|
|
1616
|
+
];
|
|
1617
|
+
var GetInsightEvents = [
|
|
1618
|
+
9,
|
|
1619
|
+
n0,
|
|
1620
|
+
_GIE,
|
|
1621
|
+
{
|
|
1622
|
+
[_h]: ["POST", "/InsightEvents", 200],
|
|
1623
|
+
},
|
|
1624
|
+
() => GetInsightEventsRequest,
|
|
1625
|
+
() => GetInsightEventsResult,
|
|
1626
|
+
];
|
|
1627
|
+
var GetInsightImpactGraph = [
|
|
1628
|
+
9,
|
|
1629
|
+
n0,
|
|
1630
|
+
_GIIG,
|
|
1631
|
+
{
|
|
1632
|
+
[_h]: ["POST", "/InsightImpactGraph", 200],
|
|
1633
|
+
},
|
|
1634
|
+
() => GetInsightImpactGraphRequest,
|
|
1635
|
+
() => GetInsightImpactGraphResult,
|
|
1636
|
+
];
|
|
1637
|
+
var GetInsightSummaries = [
|
|
1638
|
+
9,
|
|
1639
|
+
n0,
|
|
1640
|
+
_GIS,
|
|
1641
|
+
{
|
|
1642
|
+
[_h]: ["POST", "/InsightSummaries", 200],
|
|
1643
|
+
},
|
|
1644
|
+
() => GetInsightSummariesRequest,
|
|
1645
|
+
() => GetInsightSummariesResult,
|
|
1646
|
+
];
|
|
1647
|
+
var GetRetrievedTracesGraph = [
|
|
1648
|
+
9,
|
|
1649
|
+
n0,
|
|
1650
|
+
_GRTG,
|
|
1651
|
+
{
|
|
1652
|
+
[_h]: ["POST", "/GetRetrievedTracesGraph", 200],
|
|
1653
|
+
},
|
|
1654
|
+
() => GetRetrievedTracesGraphRequest,
|
|
1655
|
+
() => GetRetrievedTracesGraphResult,
|
|
1656
|
+
];
|
|
1657
|
+
var GetSamplingRules = [
|
|
1658
|
+
9,
|
|
1659
|
+
n0,
|
|
1660
|
+
_GSR,
|
|
1661
|
+
{
|
|
1662
|
+
[_h]: ["POST", "/GetSamplingRules", 200],
|
|
1663
|
+
},
|
|
1664
|
+
() => GetSamplingRulesRequest,
|
|
1665
|
+
() => GetSamplingRulesResult,
|
|
1666
|
+
];
|
|
1667
|
+
var GetSamplingStatisticSummaries = [
|
|
1668
|
+
9,
|
|
1669
|
+
n0,
|
|
1670
|
+
_GSSS,
|
|
1671
|
+
{
|
|
1672
|
+
[_h]: ["POST", "/SamplingStatisticSummaries", 200],
|
|
1673
|
+
},
|
|
1674
|
+
() => GetSamplingStatisticSummariesRequest,
|
|
1675
|
+
() => GetSamplingStatisticSummariesResult,
|
|
1676
|
+
];
|
|
1677
|
+
var GetSamplingTargets = [
|
|
1678
|
+
9,
|
|
1679
|
+
n0,
|
|
1680
|
+
_GST,
|
|
1681
|
+
{
|
|
1682
|
+
[_h]: ["POST", "/SamplingTargets", 200],
|
|
1683
|
+
},
|
|
1684
|
+
() => GetSamplingTargetsRequest,
|
|
1685
|
+
() => GetSamplingTargetsResult,
|
|
1686
|
+
];
|
|
1687
|
+
var GetServiceGraph = [
|
|
1688
|
+
9,
|
|
1689
|
+
n0,
|
|
1690
|
+
_GSG,
|
|
1691
|
+
{
|
|
1692
|
+
[_h]: ["POST", "/ServiceGraph", 200],
|
|
1693
|
+
},
|
|
1694
|
+
() => GetServiceGraphRequest,
|
|
1695
|
+
() => GetServiceGraphResult,
|
|
1696
|
+
];
|
|
1697
|
+
var GetTimeSeriesServiceStatistics = [
|
|
1698
|
+
9,
|
|
1699
|
+
n0,
|
|
1700
|
+
_GTSSS,
|
|
1701
|
+
{
|
|
1702
|
+
[_h]: ["POST", "/TimeSeriesServiceStatistics", 200],
|
|
1703
|
+
},
|
|
1704
|
+
() => GetTimeSeriesServiceStatisticsRequest,
|
|
1705
|
+
() => GetTimeSeriesServiceStatisticsResult,
|
|
1706
|
+
];
|
|
1707
|
+
var GetTraceGraph = [
|
|
1708
|
+
9,
|
|
1709
|
+
n0,
|
|
1710
|
+
_GTG,
|
|
1711
|
+
{
|
|
1712
|
+
[_h]: ["POST", "/TraceGraph", 200],
|
|
1713
|
+
},
|
|
1714
|
+
() => GetTraceGraphRequest,
|
|
1715
|
+
() => GetTraceGraphResult,
|
|
1716
|
+
];
|
|
1717
|
+
var GetTraceSegmentDestination = [
|
|
1718
|
+
9,
|
|
1719
|
+
n0,
|
|
1720
|
+
_GTSD,
|
|
1721
|
+
{
|
|
1722
|
+
[_h]: ["POST", "/GetTraceSegmentDestination", 200],
|
|
1723
|
+
},
|
|
1724
|
+
() => GetTraceSegmentDestinationRequest,
|
|
1725
|
+
() => GetTraceSegmentDestinationResult,
|
|
1726
|
+
];
|
|
1727
|
+
var GetTraceSummaries = [
|
|
1728
|
+
9,
|
|
1729
|
+
n0,
|
|
1730
|
+
_GTS,
|
|
1731
|
+
{
|
|
1732
|
+
[_h]: ["POST", "/TraceSummaries", 200],
|
|
1733
|
+
},
|
|
1734
|
+
() => GetTraceSummariesRequest,
|
|
1735
|
+
() => GetTraceSummariesResult,
|
|
1736
|
+
];
|
|
1737
|
+
var ListResourcePolicies = [
|
|
1738
|
+
9,
|
|
1739
|
+
n0,
|
|
1740
|
+
_LRP,
|
|
1741
|
+
{
|
|
1742
|
+
[_h]: ["POST", "/ListResourcePolicies", 200],
|
|
1743
|
+
},
|
|
1744
|
+
() => ListResourcePoliciesRequest,
|
|
1745
|
+
() => ListResourcePoliciesResult,
|
|
1746
|
+
];
|
|
1747
|
+
var ListRetrievedTraces = [
|
|
1748
|
+
9,
|
|
1749
|
+
n0,
|
|
1750
|
+
_LRT,
|
|
1751
|
+
{
|
|
1752
|
+
[_h]: ["POST", "/ListRetrievedTraces", 200],
|
|
1753
|
+
},
|
|
1754
|
+
() => ListRetrievedTracesRequest,
|
|
1755
|
+
() => ListRetrievedTracesResult,
|
|
1756
|
+
];
|
|
1757
|
+
var ListTagsForResource = [
|
|
1758
|
+
9,
|
|
1759
|
+
n0,
|
|
1760
|
+
_LTFR,
|
|
1761
|
+
{
|
|
1762
|
+
[_h]: ["POST", "/ListTagsForResource", 200],
|
|
1763
|
+
},
|
|
1764
|
+
() => ListTagsForResourceRequest,
|
|
1765
|
+
() => ListTagsForResourceResponse,
|
|
1766
|
+
];
|
|
1767
|
+
var PutEncryptionConfig = [
|
|
1768
|
+
9,
|
|
1769
|
+
n0,
|
|
1770
|
+
_PEC,
|
|
1771
|
+
{
|
|
1772
|
+
[_h]: ["POST", "/PutEncryptionConfig", 200],
|
|
1773
|
+
},
|
|
1774
|
+
() => PutEncryptionConfigRequest,
|
|
1775
|
+
() => PutEncryptionConfigResult,
|
|
1776
|
+
];
|
|
1777
|
+
var PutResourcePolicy = [
|
|
1778
|
+
9,
|
|
1779
|
+
n0,
|
|
1780
|
+
_PRP,
|
|
1781
|
+
{
|
|
1782
|
+
[_h]: ["POST", "/PutResourcePolicy", 200],
|
|
1783
|
+
},
|
|
1784
|
+
() => PutResourcePolicyRequest,
|
|
1785
|
+
() => PutResourcePolicyResult,
|
|
1786
|
+
];
|
|
1787
|
+
var PutTelemetryRecords = [
|
|
1788
|
+
9,
|
|
1789
|
+
n0,
|
|
1790
|
+
_PTR,
|
|
1791
|
+
{
|
|
1792
|
+
[_h]: ["POST", "/TelemetryRecords", 200],
|
|
1793
|
+
},
|
|
1794
|
+
() => PutTelemetryRecordsRequest,
|
|
1795
|
+
() => PutTelemetryRecordsResult,
|
|
1796
|
+
];
|
|
1797
|
+
var PutTraceSegments = [
|
|
1798
|
+
9,
|
|
1799
|
+
n0,
|
|
1800
|
+
_PTS,
|
|
1801
|
+
{
|
|
1802
|
+
[_h]: ["POST", "/TraceSegments", 200],
|
|
1803
|
+
},
|
|
1804
|
+
() => PutTraceSegmentsRequest,
|
|
1805
|
+
() => PutTraceSegmentsResult,
|
|
1806
|
+
];
|
|
1807
|
+
var StartTraceRetrieval = [
|
|
1808
|
+
9,
|
|
1809
|
+
n0,
|
|
1810
|
+
_STR,
|
|
1811
|
+
{
|
|
1812
|
+
[_h]: ["POST", "/StartTraceRetrieval", 200],
|
|
1813
|
+
},
|
|
1814
|
+
() => StartTraceRetrievalRequest,
|
|
1815
|
+
() => StartTraceRetrievalResult,
|
|
1816
|
+
];
|
|
1817
|
+
var TagResource = [
|
|
1818
|
+
9,
|
|
1819
|
+
n0,
|
|
1820
|
+
_TRa,
|
|
1821
|
+
{
|
|
1822
|
+
[_h]: ["POST", "/TagResource", 200],
|
|
1823
|
+
},
|
|
1824
|
+
() => TagResourceRequest,
|
|
1825
|
+
() => TagResourceResponse,
|
|
1826
|
+
];
|
|
1827
|
+
var UntagResource = [
|
|
1828
|
+
9,
|
|
1829
|
+
n0,
|
|
1830
|
+
_UR,
|
|
1831
|
+
{
|
|
1832
|
+
[_h]: ["POST", "/UntagResource", 200],
|
|
1833
|
+
},
|
|
1834
|
+
() => UntagResourceRequest,
|
|
1835
|
+
() => UntagResourceResponse,
|
|
1836
|
+
];
|
|
1837
|
+
var UpdateGroup = [
|
|
1838
|
+
9,
|
|
1839
|
+
n0,
|
|
1840
|
+
_UG,
|
|
1841
|
+
{
|
|
1842
|
+
[_h]: ["POST", "/UpdateGroup", 200],
|
|
1843
|
+
},
|
|
1844
|
+
() => UpdateGroupRequest,
|
|
1845
|
+
() => UpdateGroupResult,
|
|
1846
|
+
];
|
|
1847
|
+
var UpdateIndexingRule = [
|
|
1848
|
+
9,
|
|
1849
|
+
n0,
|
|
1850
|
+
_UIR,
|
|
1851
|
+
{
|
|
1852
|
+
[_h]: ["POST", "/UpdateIndexingRule", 200],
|
|
1853
|
+
},
|
|
1854
|
+
() => UpdateIndexingRuleRequest,
|
|
1855
|
+
() => UpdateIndexingRuleResult,
|
|
1856
|
+
];
|
|
1857
|
+
var UpdateSamplingRule = [
|
|
1858
|
+
9,
|
|
1859
|
+
n0,
|
|
1860
|
+
_USR,
|
|
1861
|
+
{
|
|
1862
|
+
[_h]: ["POST", "/UpdateSamplingRule", 200],
|
|
1863
|
+
},
|
|
1864
|
+
() => UpdateSamplingRuleRequest,
|
|
1865
|
+
() => UpdateSamplingRuleResult,
|
|
1866
|
+
];
|
|
1867
|
+
var UpdateTraceSegmentDestination = [
|
|
1868
|
+
9,
|
|
1869
|
+
n0,
|
|
1870
|
+
_UTSD,
|
|
1871
|
+
{
|
|
1872
|
+
[_h]: ["POST", "/UpdateTraceSegmentDestination", 200],
|
|
1873
|
+
},
|
|
1874
|
+
() => UpdateTraceSegmentDestinationRequest,
|
|
1875
|
+
() => UpdateTraceSegmentDestinationResult,
|
|
1876
|
+
];
|
|
2154
1877
|
|
|
2155
1878
|
class BatchGetTracesCommand extends smithyClient.Command
|
|
2156
1879
|
.classBuilder()
|
|
2157
1880
|
.ep(commonParams)
|
|
2158
1881
|
.m(function (Command, cs, config, o) {
|
|
2159
|
-
return [
|
|
2160
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2161
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2162
|
-
];
|
|
1882
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2163
1883
|
})
|
|
2164
1884
|
.s("AWSXRay", "BatchGetTraces", {})
|
|
2165
1885
|
.n("XRayClient", "BatchGetTracesCommand")
|
|
2166
|
-
.
|
|
2167
|
-
.ser(se_BatchGetTracesCommand)
|
|
2168
|
-
.de(de_BatchGetTracesCommand)
|
|
1886
|
+
.sc(BatchGetTraces)
|
|
2169
1887
|
.build() {
|
|
2170
1888
|
}
|
|
2171
1889
|
|
|
@@ -2173,16 +1891,11 @@ class CancelTraceRetrievalCommand extends smithyClient.Command
|
|
|
2173
1891
|
.classBuilder()
|
|
2174
1892
|
.ep(commonParams)
|
|
2175
1893
|
.m(function (Command, cs, config, o) {
|
|
2176
|
-
return [
|
|
2177
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2178
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2179
|
-
];
|
|
1894
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2180
1895
|
})
|
|
2181
1896
|
.s("AWSXRay", "CancelTraceRetrieval", {})
|
|
2182
1897
|
.n("XRayClient", "CancelTraceRetrievalCommand")
|
|
2183
|
-
.
|
|
2184
|
-
.ser(se_CancelTraceRetrievalCommand)
|
|
2185
|
-
.de(de_CancelTraceRetrievalCommand)
|
|
1898
|
+
.sc(CancelTraceRetrieval)
|
|
2186
1899
|
.build() {
|
|
2187
1900
|
}
|
|
2188
1901
|
|
|
@@ -2190,16 +1903,11 @@ class CreateGroupCommand extends smithyClient.Command
|
|
|
2190
1903
|
.classBuilder()
|
|
2191
1904
|
.ep(commonParams)
|
|
2192
1905
|
.m(function (Command, cs, config, o) {
|
|
2193
|
-
return [
|
|
2194
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2195
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2196
|
-
];
|
|
1906
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2197
1907
|
})
|
|
2198
1908
|
.s("AWSXRay", "CreateGroup", {})
|
|
2199
1909
|
.n("XRayClient", "CreateGroupCommand")
|
|
2200
|
-
.
|
|
2201
|
-
.ser(se_CreateGroupCommand)
|
|
2202
|
-
.de(de_CreateGroupCommand)
|
|
1910
|
+
.sc(CreateGroup)
|
|
2203
1911
|
.build() {
|
|
2204
1912
|
}
|
|
2205
1913
|
|
|
@@ -2207,16 +1915,11 @@ class CreateSamplingRuleCommand extends smithyClient.Command
|
|
|
2207
1915
|
.classBuilder()
|
|
2208
1916
|
.ep(commonParams)
|
|
2209
1917
|
.m(function (Command, cs, config, o) {
|
|
2210
|
-
return [
|
|
2211
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2212
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2213
|
-
];
|
|
1918
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2214
1919
|
})
|
|
2215
1920
|
.s("AWSXRay", "CreateSamplingRule", {})
|
|
2216
1921
|
.n("XRayClient", "CreateSamplingRuleCommand")
|
|
2217
|
-
.
|
|
2218
|
-
.ser(se_CreateSamplingRuleCommand)
|
|
2219
|
-
.de(de_CreateSamplingRuleCommand)
|
|
1922
|
+
.sc(CreateSamplingRule)
|
|
2220
1923
|
.build() {
|
|
2221
1924
|
}
|
|
2222
1925
|
|
|
@@ -2224,16 +1927,11 @@ class DeleteGroupCommand extends smithyClient.Command
|
|
|
2224
1927
|
.classBuilder()
|
|
2225
1928
|
.ep(commonParams)
|
|
2226
1929
|
.m(function (Command, cs, config, o) {
|
|
2227
|
-
return [
|
|
2228
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2229
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2230
|
-
];
|
|
1930
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2231
1931
|
})
|
|
2232
1932
|
.s("AWSXRay", "DeleteGroup", {})
|
|
2233
1933
|
.n("XRayClient", "DeleteGroupCommand")
|
|
2234
|
-
.
|
|
2235
|
-
.ser(se_DeleteGroupCommand)
|
|
2236
|
-
.de(de_DeleteGroupCommand)
|
|
1934
|
+
.sc(DeleteGroup)
|
|
2237
1935
|
.build() {
|
|
2238
1936
|
}
|
|
2239
1937
|
|
|
@@ -2241,16 +1939,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
|
|
|
2241
1939
|
.classBuilder()
|
|
2242
1940
|
.ep(commonParams)
|
|
2243
1941
|
.m(function (Command, cs, config, o) {
|
|
2244
|
-
return [
|
|
2245
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2246
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2247
|
-
];
|
|
1942
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2248
1943
|
})
|
|
2249
1944
|
.s("AWSXRay", "DeleteResourcePolicy", {})
|
|
2250
1945
|
.n("XRayClient", "DeleteResourcePolicyCommand")
|
|
2251
|
-
.
|
|
2252
|
-
.ser(se_DeleteResourcePolicyCommand)
|
|
2253
|
-
.de(de_DeleteResourcePolicyCommand)
|
|
1946
|
+
.sc(DeleteResourcePolicy)
|
|
2254
1947
|
.build() {
|
|
2255
1948
|
}
|
|
2256
1949
|
|
|
@@ -2258,16 +1951,11 @@ class DeleteSamplingRuleCommand extends smithyClient.Command
|
|
|
2258
1951
|
.classBuilder()
|
|
2259
1952
|
.ep(commonParams)
|
|
2260
1953
|
.m(function (Command, cs, config, o) {
|
|
2261
|
-
return [
|
|
2262
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2263
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2264
|
-
];
|
|
1954
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2265
1955
|
})
|
|
2266
1956
|
.s("AWSXRay", "DeleteSamplingRule", {})
|
|
2267
1957
|
.n("XRayClient", "DeleteSamplingRuleCommand")
|
|
2268
|
-
.
|
|
2269
|
-
.ser(se_DeleteSamplingRuleCommand)
|
|
2270
|
-
.de(de_DeleteSamplingRuleCommand)
|
|
1958
|
+
.sc(DeleteSamplingRule)
|
|
2271
1959
|
.build() {
|
|
2272
1960
|
}
|
|
2273
1961
|
|
|
@@ -2275,16 +1963,11 @@ class GetEncryptionConfigCommand extends smithyClient.Command
|
|
|
2275
1963
|
.classBuilder()
|
|
2276
1964
|
.ep(commonParams)
|
|
2277
1965
|
.m(function (Command, cs, config, o) {
|
|
2278
|
-
return [
|
|
2279
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2280
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2281
|
-
];
|
|
1966
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2282
1967
|
})
|
|
2283
1968
|
.s("AWSXRay", "GetEncryptionConfig", {})
|
|
2284
1969
|
.n("XRayClient", "GetEncryptionConfigCommand")
|
|
2285
|
-
.
|
|
2286
|
-
.ser(se_GetEncryptionConfigCommand)
|
|
2287
|
-
.de(de_GetEncryptionConfigCommand)
|
|
1970
|
+
.sc(GetEncryptionConfig)
|
|
2288
1971
|
.build() {
|
|
2289
1972
|
}
|
|
2290
1973
|
|
|
@@ -2292,16 +1975,11 @@ class GetGroupCommand extends smithyClient.Command
|
|
|
2292
1975
|
.classBuilder()
|
|
2293
1976
|
.ep(commonParams)
|
|
2294
1977
|
.m(function (Command, cs, config, o) {
|
|
2295
|
-
return [
|
|
2296
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2297
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2298
|
-
];
|
|
1978
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2299
1979
|
})
|
|
2300
1980
|
.s("AWSXRay", "GetGroup", {})
|
|
2301
1981
|
.n("XRayClient", "GetGroupCommand")
|
|
2302
|
-
.
|
|
2303
|
-
.ser(se_GetGroupCommand)
|
|
2304
|
-
.de(de_GetGroupCommand)
|
|
1982
|
+
.sc(GetGroup)
|
|
2305
1983
|
.build() {
|
|
2306
1984
|
}
|
|
2307
1985
|
|
|
@@ -2309,16 +1987,11 @@ class GetGroupsCommand extends smithyClient.Command
|
|
|
2309
1987
|
.classBuilder()
|
|
2310
1988
|
.ep(commonParams)
|
|
2311
1989
|
.m(function (Command, cs, config, o) {
|
|
2312
|
-
return [
|
|
2313
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2314
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2315
|
-
];
|
|
1990
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2316
1991
|
})
|
|
2317
1992
|
.s("AWSXRay", "GetGroups", {})
|
|
2318
1993
|
.n("XRayClient", "GetGroupsCommand")
|
|
2319
|
-
.
|
|
2320
|
-
.ser(se_GetGroupsCommand)
|
|
2321
|
-
.de(de_GetGroupsCommand)
|
|
1994
|
+
.sc(GetGroups)
|
|
2322
1995
|
.build() {
|
|
2323
1996
|
}
|
|
2324
1997
|
|
|
@@ -2326,16 +1999,11 @@ class GetIndexingRulesCommand extends smithyClient.Command
|
|
|
2326
1999
|
.classBuilder()
|
|
2327
2000
|
.ep(commonParams)
|
|
2328
2001
|
.m(function (Command, cs, config, o) {
|
|
2329
|
-
return [
|
|
2330
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2331
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2332
|
-
];
|
|
2002
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2333
2003
|
})
|
|
2334
2004
|
.s("AWSXRay", "GetIndexingRules", {})
|
|
2335
2005
|
.n("XRayClient", "GetIndexingRulesCommand")
|
|
2336
|
-
.
|
|
2337
|
-
.ser(se_GetIndexingRulesCommand)
|
|
2338
|
-
.de(de_GetIndexingRulesCommand)
|
|
2006
|
+
.sc(GetIndexingRules)
|
|
2339
2007
|
.build() {
|
|
2340
2008
|
}
|
|
2341
2009
|
|
|
@@ -2343,16 +2011,11 @@ class GetInsightCommand extends smithyClient.Command
|
|
|
2343
2011
|
.classBuilder()
|
|
2344
2012
|
.ep(commonParams)
|
|
2345
2013
|
.m(function (Command, cs, config, o) {
|
|
2346
|
-
return [
|
|
2347
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2348
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2349
|
-
];
|
|
2014
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2350
2015
|
})
|
|
2351
2016
|
.s("AWSXRay", "GetInsight", {})
|
|
2352
2017
|
.n("XRayClient", "GetInsightCommand")
|
|
2353
|
-
.
|
|
2354
|
-
.ser(se_GetInsightCommand)
|
|
2355
|
-
.de(de_GetInsightCommand)
|
|
2018
|
+
.sc(GetInsight)
|
|
2356
2019
|
.build() {
|
|
2357
2020
|
}
|
|
2358
2021
|
|
|
@@ -2360,16 +2023,11 @@ class GetInsightEventsCommand extends smithyClient.Command
|
|
|
2360
2023
|
.classBuilder()
|
|
2361
2024
|
.ep(commonParams)
|
|
2362
2025
|
.m(function (Command, cs, config, o) {
|
|
2363
|
-
return [
|
|
2364
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2365
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2366
|
-
];
|
|
2026
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2367
2027
|
})
|
|
2368
2028
|
.s("AWSXRay", "GetInsightEvents", {})
|
|
2369
2029
|
.n("XRayClient", "GetInsightEventsCommand")
|
|
2370
|
-
.
|
|
2371
|
-
.ser(se_GetInsightEventsCommand)
|
|
2372
|
-
.de(de_GetInsightEventsCommand)
|
|
2030
|
+
.sc(GetInsightEvents)
|
|
2373
2031
|
.build() {
|
|
2374
2032
|
}
|
|
2375
2033
|
|
|
@@ -2377,16 +2035,11 @@ class GetInsightImpactGraphCommand extends smithyClient.Command
|
|
|
2377
2035
|
.classBuilder()
|
|
2378
2036
|
.ep(commonParams)
|
|
2379
2037
|
.m(function (Command, cs, config, o) {
|
|
2380
|
-
return [
|
|
2381
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2382
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2383
|
-
];
|
|
2038
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2384
2039
|
})
|
|
2385
2040
|
.s("AWSXRay", "GetInsightImpactGraph", {})
|
|
2386
2041
|
.n("XRayClient", "GetInsightImpactGraphCommand")
|
|
2387
|
-
.
|
|
2388
|
-
.ser(se_GetInsightImpactGraphCommand)
|
|
2389
|
-
.de(de_GetInsightImpactGraphCommand)
|
|
2042
|
+
.sc(GetInsightImpactGraph)
|
|
2390
2043
|
.build() {
|
|
2391
2044
|
}
|
|
2392
2045
|
|
|
@@ -2394,16 +2047,11 @@ class GetInsightSummariesCommand extends smithyClient.Command
|
|
|
2394
2047
|
.classBuilder()
|
|
2395
2048
|
.ep(commonParams)
|
|
2396
2049
|
.m(function (Command, cs, config, o) {
|
|
2397
|
-
return [
|
|
2398
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2399
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2400
|
-
];
|
|
2050
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2401
2051
|
})
|
|
2402
2052
|
.s("AWSXRay", "GetInsightSummaries", {})
|
|
2403
2053
|
.n("XRayClient", "GetInsightSummariesCommand")
|
|
2404
|
-
.
|
|
2405
|
-
.ser(se_GetInsightSummariesCommand)
|
|
2406
|
-
.de(de_GetInsightSummariesCommand)
|
|
2054
|
+
.sc(GetInsightSummaries)
|
|
2407
2055
|
.build() {
|
|
2408
2056
|
}
|
|
2409
2057
|
|
|
@@ -2411,16 +2059,11 @@ class GetRetrievedTracesGraphCommand extends smithyClient.Command
|
|
|
2411
2059
|
.classBuilder()
|
|
2412
2060
|
.ep(commonParams)
|
|
2413
2061
|
.m(function (Command, cs, config, o) {
|
|
2414
|
-
return [
|
|
2415
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2416
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2417
|
-
];
|
|
2062
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2418
2063
|
})
|
|
2419
2064
|
.s("AWSXRay", "GetRetrievedTracesGraph", {})
|
|
2420
2065
|
.n("XRayClient", "GetRetrievedTracesGraphCommand")
|
|
2421
|
-
.
|
|
2422
|
-
.ser(se_GetRetrievedTracesGraphCommand)
|
|
2423
|
-
.de(de_GetRetrievedTracesGraphCommand)
|
|
2066
|
+
.sc(GetRetrievedTracesGraph)
|
|
2424
2067
|
.build() {
|
|
2425
2068
|
}
|
|
2426
2069
|
|
|
@@ -2428,16 +2071,11 @@ class GetSamplingRulesCommand extends smithyClient.Command
|
|
|
2428
2071
|
.classBuilder()
|
|
2429
2072
|
.ep(commonParams)
|
|
2430
2073
|
.m(function (Command, cs, config, o) {
|
|
2431
|
-
return [
|
|
2432
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2433
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2434
|
-
];
|
|
2074
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2435
2075
|
})
|
|
2436
2076
|
.s("AWSXRay", "GetSamplingRules", {})
|
|
2437
2077
|
.n("XRayClient", "GetSamplingRulesCommand")
|
|
2438
|
-
.
|
|
2439
|
-
.ser(se_GetSamplingRulesCommand)
|
|
2440
|
-
.de(de_GetSamplingRulesCommand)
|
|
2078
|
+
.sc(GetSamplingRules)
|
|
2441
2079
|
.build() {
|
|
2442
2080
|
}
|
|
2443
2081
|
|
|
@@ -2445,16 +2083,11 @@ class GetSamplingStatisticSummariesCommand extends smithyClient.Command
|
|
|
2445
2083
|
.classBuilder()
|
|
2446
2084
|
.ep(commonParams)
|
|
2447
2085
|
.m(function (Command, cs, config, o) {
|
|
2448
|
-
return [
|
|
2449
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2450
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2451
|
-
];
|
|
2086
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2452
2087
|
})
|
|
2453
2088
|
.s("AWSXRay", "GetSamplingStatisticSummaries", {})
|
|
2454
2089
|
.n("XRayClient", "GetSamplingStatisticSummariesCommand")
|
|
2455
|
-
.
|
|
2456
|
-
.ser(se_GetSamplingStatisticSummariesCommand)
|
|
2457
|
-
.de(de_GetSamplingStatisticSummariesCommand)
|
|
2090
|
+
.sc(GetSamplingStatisticSummaries)
|
|
2458
2091
|
.build() {
|
|
2459
2092
|
}
|
|
2460
2093
|
|
|
@@ -2462,16 +2095,11 @@ class GetSamplingTargetsCommand extends smithyClient.Command
|
|
|
2462
2095
|
.classBuilder()
|
|
2463
2096
|
.ep(commonParams)
|
|
2464
2097
|
.m(function (Command, cs, config, o) {
|
|
2465
|
-
return [
|
|
2466
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2467
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2468
|
-
];
|
|
2098
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2469
2099
|
})
|
|
2470
2100
|
.s("AWSXRay", "GetSamplingTargets", {})
|
|
2471
2101
|
.n("XRayClient", "GetSamplingTargetsCommand")
|
|
2472
|
-
.
|
|
2473
|
-
.ser(se_GetSamplingTargetsCommand)
|
|
2474
|
-
.de(de_GetSamplingTargetsCommand)
|
|
2102
|
+
.sc(GetSamplingTargets)
|
|
2475
2103
|
.build() {
|
|
2476
2104
|
}
|
|
2477
2105
|
|
|
@@ -2479,16 +2107,11 @@ class GetServiceGraphCommand extends smithyClient.Command
|
|
|
2479
2107
|
.classBuilder()
|
|
2480
2108
|
.ep(commonParams)
|
|
2481
2109
|
.m(function (Command, cs, config, o) {
|
|
2482
|
-
return [
|
|
2483
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2484
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2485
|
-
];
|
|
2110
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2486
2111
|
})
|
|
2487
2112
|
.s("AWSXRay", "GetServiceGraph", {})
|
|
2488
2113
|
.n("XRayClient", "GetServiceGraphCommand")
|
|
2489
|
-
.
|
|
2490
|
-
.ser(se_GetServiceGraphCommand)
|
|
2491
|
-
.de(de_GetServiceGraphCommand)
|
|
2114
|
+
.sc(GetServiceGraph)
|
|
2492
2115
|
.build() {
|
|
2493
2116
|
}
|
|
2494
2117
|
|
|
@@ -2496,16 +2119,11 @@ class GetTimeSeriesServiceStatisticsCommand extends smithyClient.Command
|
|
|
2496
2119
|
.classBuilder()
|
|
2497
2120
|
.ep(commonParams)
|
|
2498
2121
|
.m(function (Command, cs, config, o) {
|
|
2499
|
-
return [
|
|
2500
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2501
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2502
|
-
];
|
|
2122
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2503
2123
|
})
|
|
2504
2124
|
.s("AWSXRay", "GetTimeSeriesServiceStatistics", {})
|
|
2505
2125
|
.n("XRayClient", "GetTimeSeriesServiceStatisticsCommand")
|
|
2506
|
-
.
|
|
2507
|
-
.ser(se_GetTimeSeriesServiceStatisticsCommand)
|
|
2508
|
-
.de(de_GetTimeSeriesServiceStatisticsCommand)
|
|
2126
|
+
.sc(GetTimeSeriesServiceStatistics)
|
|
2509
2127
|
.build() {
|
|
2510
2128
|
}
|
|
2511
2129
|
|
|
@@ -2513,16 +2131,11 @@ class GetTraceGraphCommand extends smithyClient.Command
|
|
|
2513
2131
|
.classBuilder()
|
|
2514
2132
|
.ep(commonParams)
|
|
2515
2133
|
.m(function (Command, cs, config, o) {
|
|
2516
|
-
return [
|
|
2517
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2518
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2519
|
-
];
|
|
2134
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2520
2135
|
})
|
|
2521
2136
|
.s("AWSXRay", "GetTraceGraph", {})
|
|
2522
2137
|
.n("XRayClient", "GetTraceGraphCommand")
|
|
2523
|
-
.
|
|
2524
|
-
.ser(se_GetTraceGraphCommand)
|
|
2525
|
-
.de(de_GetTraceGraphCommand)
|
|
2138
|
+
.sc(GetTraceGraph)
|
|
2526
2139
|
.build() {
|
|
2527
2140
|
}
|
|
2528
2141
|
|
|
@@ -2530,16 +2143,11 @@ class GetTraceSegmentDestinationCommand extends smithyClient.Command
|
|
|
2530
2143
|
.classBuilder()
|
|
2531
2144
|
.ep(commonParams)
|
|
2532
2145
|
.m(function (Command, cs, config, o) {
|
|
2533
|
-
return [
|
|
2534
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2535
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2536
|
-
];
|
|
2146
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2537
2147
|
})
|
|
2538
2148
|
.s("AWSXRay", "GetTraceSegmentDestination", {})
|
|
2539
2149
|
.n("XRayClient", "GetTraceSegmentDestinationCommand")
|
|
2540
|
-
.
|
|
2541
|
-
.ser(se_GetTraceSegmentDestinationCommand)
|
|
2542
|
-
.de(de_GetTraceSegmentDestinationCommand)
|
|
2150
|
+
.sc(GetTraceSegmentDestination)
|
|
2543
2151
|
.build() {
|
|
2544
2152
|
}
|
|
2545
2153
|
|
|
@@ -2547,16 +2155,11 @@ class GetTraceSummariesCommand extends smithyClient.Command
|
|
|
2547
2155
|
.classBuilder()
|
|
2548
2156
|
.ep(commonParams)
|
|
2549
2157
|
.m(function (Command, cs, config, o) {
|
|
2550
|
-
return [
|
|
2551
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2552
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2553
|
-
];
|
|
2158
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2554
2159
|
})
|
|
2555
2160
|
.s("AWSXRay", "GetTraceSummaries", {})
|
|
2556
2161
|
.n("XRayClient", "GetTraceSummariesCommand")
|
|
2557
|
-
.
|
|
2558
|
-
.ser(se_GetTraceSummariesCommand)
|
|
2559
|
-
.de(de_GetTraceSummariesCommand)
|
|
2162
|
+
.sc(GetTraceSummaries)
|
|
2560
2163
|
.build() {
|
|
2561
2164
|
}
|
|
2562
2165
|
|
|
@@ -2564,16 +2167,11 @@ class ListResourcePoliciesCommand extends smithyClient.Command
|
|
|
2564
2167
|
.classBuilder()
|
|
2565
2168
|
.ep(commonParams)
|
|
2566
2169
|
.m(function (Command, cs, config, o) {
|
|
2567
|
-
return [
|
|
2568
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2569
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2570
|
-
];
|
|
2170
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2571
2171
|
})
|
|
2572
2172
|
.s("AWSXRay", "ListResourcePolicies", {})
|
|
2573
2173
|
.n("XRayClient", "ListResourcePoliciesCommand")
|
|
2574
|
-
.
|
|
2575
|
-
.ser(se_ListResourcePoliciesCommand)
|
|
2576
|
-
.de(de_ListResourcePoliciesCommand)
|
|
2174
|
+
.sc(ListResourcePolicies)
|
|
2577
2175
|
.build() {
|
|
2578
2176
|
}
|
|
2579
2177
|
|
|
@@ -2581,16 +2179,11 @@ class ListRetrievedTracesCommand extends smithyClient.Command
|
|
|
2581
2179
|
.classBuilder()
|
|
2582
2180
|
.ep(commonParams)
|
|
2583
2181
|
.m(function (Command, cs, config, o) {
|
|
2584
|
-
return [
|
|
2585
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2586
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2587
|
-
];
|
|
2182
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2588
2183
|
})
|
|
2589
2184
|
.s("AWSXRay", "ListRetrievedTraces", {})
|
|
2590
2185
|
.n("XRayClient", "ListRetrievedTracesCommand")
|
|
2591
|
-
.
|
|
2592
|
-
.ser(se_ListRetrievedTracesCommand)
|
|
2593
|
-
.de(de_ListRetrievedTracesCommand)
|
|
2186
|
+
.sc(ListRetrievedTraces)
|
|
2594
2187
|
.build() {
|
|
2595
2188
|
}
|
|
2596
2189
|
|
|
@@ -2598,16 +2191,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2598
2191
|
.classBuilder()
|
|
2599
2192
|
.ep(commonParams)
|
|
2600
2193
|
.m(function (Command, cs, config, o) {
|
|
2601
|
-
return [
|
|
2602
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2603
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2604
|
-
];
|
|
2194
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2605
2195
|
})
|
|
2606
2196
|
.s("AWSXRay", "ListTagsForResource", {})
|
|
2607
2197
|
.n("XRayClient", "ListTagsForResourceCommand")
|
|
2608
|
-
.
|
|
2609
|
-
.ser(se_ListTagsForResourceCommand)
|
|
2610
|
-
.de(de_ListTagsForResourceCommand)
|
|
2198
|
+
.sc(ListTagsForResource)
|
|
2611
2199
|
.build() {
|
|
2612
2200
|
}
|
|
2613
2201
|
|
|
@@ -2615,16 +2203,11 @@ class PutEncryptionConfigCommand extends smithyClient.Command
|
|
|
2615
2203
|
.classBuilder()
|
|
2616
2204
|
.ep(commonParams)
|
|
2617
2205
|
.m(function (Command, cs, config, o) {
|
|
2618
|
-
return [
|
|
2619
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2620
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2621
|
-
];
|
|
2206
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2622
2207
|
})
|
|
2623
2208
|
.s("AWSXRay", "PutEncryptionConfig", {})
|
|
2624
2209
|
.n("XRayClient", "PutEncryptionConfigCommand")
|
|
2625
|
-
.
|
|
2626
|
-
.ser(se_PutEncryptionConfigCommand)
|
|
2627
|
-
.de(de_PutEncryptionConfigCommand)
|
|
2210
|
+
.sc(PutEncryptionConfig)
|
|
2628
2211
|
.build() {
|
|
2629
2212
|
}
|
|
2630
2213
|
|
|
@@ -2632,16 +2215,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
|
|
|
2632
2215
|
.classBuilder()
|
|
2633
2216
|
.ep(commonParams)
|
|
2634
2217
|
.m(function (Command, cs, config, o) {
|
|
2635
|
-
return [
|
|
2636
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2637
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2638
|
-
];
|
|
2218
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2639
2219
|
})
|
|
2640
2220
|
.s("AWSXRay", "PutResourcePolicy", {})
|
|
2641
2221
|
.n("XRayClient", "PutResourcePolicyCommand")
|
|
2642
|
-
.
|
|
2643
|
-
.ser(se_PutResourcePolicyCommand)
|
|
2644
|
-
.de(de_PutResourcePolicyCommand)
|
|
2222
|
+
.sc(PutResourcePolicy)
|
|
2645
2223
|
.build() {
|
|
2646
2224
|
}
|
|
2647
2225
|
|
|
@@ -2649,16 +2227,11 @@ class PutTelemetryRecordsCommand extends smithyClient.Command
|
|
|
2649
2227
|
.classBuilder()
|
|
2650
2228
|
.ep(commonParams)
|
|
2651
2229
|
.m(function (Command, cs, config, o) {
|
|
2652
|
-
return [
|
|
2653
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2654
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2655
|
-
];
|
|
2230
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2656
2231
|
})
|
|
2657
2232
|
.s("AWSXRay", "PutTelemetryRecords", {})
|
|
2658
2233
|
.n("XRayClient", "PutTelemetryRecordsCommand")
|
|
2659
|
-
.
|
|
2660
|
-
.ser(se_PutTelemetryRecordsCommand)
|
|
2661
|
-
.de(de_PutTelemetryRecordsCommand)
|
|
2234
|
+
.sc(PutTelemetryRecords)
|
|
2662
2235
|
.build() {
|
|
2663
2236
|
}
|
|
2664
2237
|
|
|
@@ -2666,16 +2239,11 @@ class PutTraceSegmentsCommand extends smithyClient.Command
|
|
|
2666
2239
|
.classBuilder()
|
|
2667
2240
|
.ep(commonParams)
|
|
2668
2241
|
.m(function (Command, cs, config, o) {
|
|
2669
|
-
return [
|
|
2670
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2671
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2672
|
-
];
|
|
2242
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2673
2243
|
})
|
|
2674
2244
|
.s("AWSXRay", "PutTraceSegments", {})
|
|
2675
2245
|
.n("XRayClient", "PutTraceSegmentsCommand")
|
|
2676
|
-
.
|
|
2677
|
-
.ser(se_PutTraceSegmentsCommand)
|
|
2678
|
-
.de(de_PutTraceSegmentsCommand)
|
|
2246
|
+
.sc(PutTraceSegments)
|
|
2679
2247
|
.build() {
|
|
2680
2248
|
}
|
|
2681
2249
|
|
|
@@ -2683,16 +2251,11 @@ class StartTraceRetrievalCommand extends smithyClient.Command
|
|
|
2683
2251
|
.classBuilder()
|
|
2684
2252
|
.ep(commonParams)
|
|
2685
2253
|
.m(function (Command, cs, config, o) {
|
|
2686
|
-
return [
|
|
2687
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2688
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2689
|
-
];
|
|
2254
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2690
2255
|
})
|
|
2691
2256
|
.s("AWSXRay", "StartTraceRetrieval", {})
|
|
2692
2257
|
.n("XRayClient", "StartTraceRetrievalCommand")
|
|
2693
|
-
.
|
|
2694
|
-
.ser(se_StartTraceRetrievalCommand)
|
|
2695
|
-
.de(de_StartTraceRetrievalCommand)
|
|
2258
|
+
.sc(StartTraceRetrieval)
|
|
2696
2259
|
.build() {
|
|
2697
2260
|
}
|
|
2698
2261
|
|
|
@@ -2700,16 +2263,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2700
2263
|
.classBuilder()
|
|
2701
2264
|
.ep(commonParams)
|
|
2702
2265
|
.m(function (Command, cs, config, o) {
|
|
2703
|
-
return [
|
|
2704
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2705
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2706
|
-
];
|
|
2266
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2707
2267
|
})
|
|
2708
2268
|
.s("AWSXRay", "TagResource", {})
|
|
2709
2269
|
.n("XRayClient", "TagResourceCommand")
|
|
2710
|
-
.
|
|
2711
|
-
.ser(se_TagResourceCommand)
|
|
2712
|
-
.de(de_TagResourceCommand)
|
|
2270
|
+
.sc(TagResource)
|
|
2713
2271
|
.build() {
|
|
2714
2272
|
}
|
|
2715
2273
|
|
|
@@ -2717,16 +2275,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2717
2275
|
.classBuilder()
|
|
2718
2276
|
.ep(commonParams)
|
|
2719
2277
|
.m(function (Command, cs, config, o) {
|
|
2720
|
-
return [
|
|
2721
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2722
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2723
|
-
];
|
|
2278
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2724
2279
|
})
|
|
2725
2280
|
.s("AWSXRay", "UntagResource", {})
|
|
2726
2281
|
.n("XRayClient", "UntagResourceCommand")
|
|
2727
|
-
.
|
|
2728
|
-
.ser(se_UntagResourceCommand)
|
|
2729
|
-
.de(de_UntagResourceCommand)
|
|
2282
|
+
.sc(UntagResource)
|
|
2730
2283
|
.build() {
|
|
2731
2284
|
}
|
|
2732
2285
|
|
|
@@ -2734,16 +2287,11 @@ class UpdateGroupCommand extends smithyClient.Command
|
|
|
2734
2287
|
.classBuilder()
|
|
2735
2288
|
.ep(commonParams)
|
|
2736
2289
|
.m(function (Command, cs, config, o) {
|
|
2737
|
-
return [
|
|
2738
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2739
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2740
|
-
];
|
|
2290
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2741
2291
|
})
|
|
2742
2292
|
.s("AWSXRay", "UpdateGroup", {})
|
|
2743
2293
|
.n("XRayClient", "UpdateGroupCommand")
|
|
2744
|
-
.
|
|
2745
|
-
.ser(se_UpdateGroupCommand)
|
|
2746
|
-
.de(de_UpdateGroupCommand)
|
|
2294
|
+
.sc(UpdateGroup)
|
|
2747
2295
|
.build() {
|
|
2748
2296
|
}
|
|
2749
2297
|
|
|
@@ -2751,16 +2299,11 @@ class UpdateIndexingRuleCommand extends smithyClient.Command
|
|
|
2751
2299
|
.classBuilder()
|
|
2752
2300
|
.ep(commonParams)
|
|
2753
2301
|
.m(function (Command, cs, config, o) {
|
|
2754
|
-
return [
|
|
2755
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2756
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2757
|
-
];
|
|
2302
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2758
2303
|
})
|
|
2759
2304
|
.s("AWSXRay", "UpdateIndexingRule", {})
|
|
2760
2305
|
.n("XRayClient", "UpdateIndexingRuleCommand")
|
|
2761
|
-
.
|
|
2762
|
-
.ser(se_UpdateIndexingRuleCommand)
|
|
2763
|
-
.de(de_UpdateIndexingRuleCommand)
|
|
2306
|
+
.sc(UpdateIndexingRule)
|
|
2764
2307
|
.build() {
|
|
2765
2308
|
}
|
|
2766
2309
|
|
|
@@ -2768,16 +2311,11 @@ class UpdateSamplingRuleCommand extends smithyClient.Command
|
|
|
2768
2311
|
.classBuilder()
|
|
2769
2312
|
.ep(commonParams)
|
|
2770
2313
|
.m(function (Command, cs, config, o) {
|
|
2771
|
-
return [
|
|
2772
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2773
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2774
|
-
];
|
|
2314
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2775
2315
|
})
|
|
2776
2316
|
.s("AWSXRay", "UpdateSamplingRule", {})
|
|
2777
2317
|
.n("XRayClient", "UpdateSamplingRuleCommand")
|
|
2778
|
-
.
|
|
2779
|
-
.ser(se_UpdateSamplingRuleCommand)
|
|
2780
|
-
.de(de_UpdateSamplingRuleCommand)
|
|
2318
|
+
.sc(UpdateSamplingRule)
|
|
2781
2319
|
.build() {
|
|
2782
2320
|
}
|
|
2783
2321
|
|
|
@@ -2785,16 +2323,11 @@ class UpdateTraceSegmentDestinationCommand extends smithyClient.Command
|
|
|
2785
2323
|
.classBuilder()
|
|
2786
2324
|
.ep(commonParams)
|
|
2787
2325
|
.m(function (Command, cs, config, o) {
|
|
2788
|
-
return [
|
|
2789
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2790
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2791
|
-
];
|
|
2326
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2792
2327
|
})
|
|
2793
2328
|
.s("AWSXRay", "UpdateTraceSegmentDestination", {})
|
|
2794
2329
|
.n("XRayClient", "UpdateTraceSegmentDestinationCommand")
|
|
2795
|
-
.
|
|
2796
|
-
.ser(se_UpdateTraceSegmentDestinationCommand)
|
|
2797
|
-
.de(de_UpdateTraceSegmentDestinationCommand)
|
|
2330
|
+
.sc(UpdateTraceSegmentDestination)
|
|
2798
2331
|
.build() {
|
|
2799
2332
|
}
|
|
2800
2333
|
|
|
@@ -2902,28 +2435,28 @@ exports.GetTraceSegmentDestinationCommand = GetTraceSegmentDestinationCommand;
|
|
|
2902
2435
|
exports.GetTraceSummariesCommand = GetTraceSummariesCommand;
|
|
2903
2436
|
exports.InsightCategory = InsightCategory;
|
|
2904
2437
|
exports.InsightState = InsightState;
|
|
2905
|
-
exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException;
|
|
2906
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
2438
|
+
exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException$1;
|
|
2439
|
+
exports.InvalidRequestException = InvalidRequestException$1;
|
|
2907
2440
|
exports.ListResourcePoliciesCommand = ListResourcePoliciesCommand;
|
|
2908
2441
|
exports.ListRetrievedTracesCommand = ListRetrievedTracesCommand;
|
|
2909
2442
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2910
|
-
exports.LockoutPreventionException = LockoutPreventionException;
|
|
2911
|
-
exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
|
|
2912
|
-
exports.PolicyCountLimitExceededException = PolicyCountLimitExceededException;
|
|
2913
|
-
exports.PolicySizeLimitExceededException = PolicySizeLimitExceededException;
|
|
2443
|
+
exports.LockoutPreventionException = LockoutPreventionException$1;
|
|
2444
|
+
exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException$1;
|
|
2445
|
+
exports.PolicyCountLimitExceededException = PolicyCountLimitExceededException$1;
|
|
2446
|
+
exports.PolicySizeLimitExceededException = PolicySizeLimitExceededException$1;
|
|
2914
2447
|
exports.PutEncryptionConfigCommand = PutEncryptionConfigCommand;
|
|
2915
2448
|
exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
|
|
2916
2449
|
exports.PutTelemetryRecordsCommand = PutTelemetryRecordsCommand;
|
|
2917
2450
|
exports.PutTraceSegmentsCommand = PutTraceSegmentsCommand;
|
|
2918
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2451
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2919
2452
|
exports.RetrievalStatus = RetrievalStatus;
|
|
2920
|
-
exports.RuleLimitExceededException = RuleLimitExceededException;
|
|
2453
|
+
exports.RuleLimitExceededException = RuleLimitExceededException$1;
|
|
2921
2454
|
exports.SamplingStrategyName = SamplingStrategyName;
|
|
2922
2455
|
exports.StartTraceRetrievalCommand = StartTraceRetrievalCommand;
|
|
2923
2456
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2924
|
-
exports.ThrottledException = ThrottledException;
|
|
2457
|
+
exports.ThrottledException = ThrottledException$1;
|
|
2925
2458
|
exports.TimeRangeType = TimeRangeType;
|
|
2926
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
2459
|
+
exports.TooManyTagsException = TooManyTagsException$1;
|
|
2927
2460
|
exports.TraceFormatType = TraceFormatType;
|
|
2928
2461
|
exports.TraceSegmentDestination = TraceSegmentDestination;
|
|
2929
2462
|
exports.TraceSegmentDestinationStatus = TraceSegmentDestinationStatus;
|
|
@@ -2934,7 +2467,7 @@ exports.UpdateSamplingRuleCommand = UpdateSamplingRuleCommand;
|
|
|
2934
2467
|
exports.UpdateTraceSegmentDestinationCommand = UpdateTraceSegmentDestinationCommand;
|
|
2935
2468
|
exports.XRay = XRay;
|
|
2936
2469
|
exports.XRayClient = XRayClient;
|
|
2937
|
-
exports.XRayServiceException = XRayServiceException;
|
|
2470
|
+
exports.XRayServiceException = XRayServiceException$1;
|
|
2938
2471
|
exports.paginateBatchGetTraces = paginateBatchGetTraces;
|
|
2939
2472
|
exports.paginateGetGroups = paginateGetGroups;
|
|
2940
2473
|
exports.paginateGetInsightEvents = paginateGetInsightEvents;
|