|
263 | 263 | %% <<"DependencyConfig">> => dependency_config(), |
264 | 264 | %% <<"EvaluationType">> => list(any()), |
265 | 265 | %% <<"KeyAttributes">> => map(), |
| 266 | +%% <<"MetricSource">> => metric_source(), |
266 | 267 | %% <<"MetricSourceType">> => list(any()), |
267 | 268 | %% <<"Name">> => string(), |
268 | 269 | %% <<"OperationName">> => string() |
|
280 | 281 | %% <<"KeyAttributes">> => map(), |
281 | 282 | %% <<"MetricDataQueries">> => list(metric_data_query()), |
282 | 283 | %% <<"MetricName">> => string(), |
| 284 | +%% <<"MetricSource">> => metric_source(), |
283 | 285 | %% <<"MetricType">> => list(any()), |
284 | 286 | %% <<"OperationName">> => string(), |
285 | 287 | %% <<"PeriodSeconds">> => integer(), |
|
304 | 306 | %% <<"IncludeLinkedAccounts">> => [boolean()], |
305 | 307 | %% <<"KeyAttributes">> => map(), |
306 | 308 | %% <<"MaxResults">> => integer(), |
| 309 | +%% <<"MetricSource">> => metric_source(), |
307 | 310 | %% <<"MetricSourceTypes">> => list(list(any())()), |
308 | 311 | %% <<"NextToken">> => string(), |
309 | 312 | %% <<"OperationName">> => string(), |
|
433 | 436 | %% <<"DependencyConfig">> => dependency_config(), |
434 | 437 | %% <<"KeyAttributes">> => map(), |
435 | 438 | %% <<"MetricDataQueries">> => list(metric_data_query()), |
| 439 | +%% <<"MetricSource">> => metric_source(), |
436 | 440 | %% <<"MetricType">> => list(any()), |
437 | 441 | %% <<"OperationName">> => string() |
438 | 442 | %% } |
|
443 | 447 | %% request_based_service_level_indicator_metric_config() :: #{ |
444 | 448 | %% <<"DependencyConfig">> => dependency_config(), |
445 | 449 | %% <<"KeyAttributes">> => map(), |
| 450 | +%% <<"MetricName">> => string(), |
| 451 | +%% <<"MetricSource">> => metric_source(), |
446 | 452 | %% <<"MetricType">> => list(any()), |
447 | 453 | %% <<"MonitoredRequestCountMetric">> => list(), |
448 | 454 | %% <<"OperationName">> => string(), |
|
524 | 530 | -type tag() :: #{binary() => any()}. |
525 | 531 |
|
526 | 532 |
|
| 533 | +%% Example: |
| 534 | +%% metric_source() :: #{ |
| 535 | +%% <<"MetricSourceAttributes">> => map(), |
| 536 | +%% <<"MetricSourceKeyAttributes">> => map() |
| 537 | +%% } |
| 538 | +-type metric_source() :: #{binary() => any()}. |
| 539 | + |
| 540 | + |
527 | 541 | %% Example: |
528 | 542 | %% service_quota_exceeded_exception() :: #{ |
529 | 543 | %% <<"Message">> => [string()] |
|
726 | 740 | %% request_based_service_level_indicator_metric() :: #{ |
727 | 741 | %% <<"DependencyConfig">> => dependency_config(), |
728 | 742 | %% <<"KeyAttributes">> => map(), |
| 743 | +%% <<"MetricSource">> => metric_source(), |
729 | 744 | %% <<"MetricType">> => list(any()), |
730 | 745 | %% <<"MonitoredRequestCountMetric">> => list(), |
731 | 746 | %% <<"OperationName">> => string(), |
|
0 commit comments