Skip to content

Commit c16d778

Browse files
committed
Update services based on release-2026-03-25 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2026-03-25
1 parent bd6fad3 commit c16d778

File tree

4 files changed

+677
-3
lines changed

4 files changed

+677
-3
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release-2026-03-24
1+
release-2026-03-25

src/aws_application_signals.erl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263
%% <<"DependencyConfig">> => dependency_config(),
264264
%% <<"EvaluationType">> => list(any()),
265265
%% <<"KeyAttributes">> => map(),
266+
%% <<"MetricSource">> => metric_source(),
266267
%% <<"MetricSourceType">> => list(any()),
267268
%% <<"Name">> => string(),
268269
%% <<"OperationName">> => string()
@@ -280,6 +281,7 @@
280281
%% <<"KeyAttributes">> => map(),
281282
%% <<"MetricDataQueries">> => list(metric_data_query()),
282283
%% <<"MetricName">> => string(),
284+
%% <<"MetricSource">> => metric_source(),
283285
%% <<"MetricType">> => list(any()),
284286
%% <<"OperationName">> => string(),
285287
%% <<"PeriodSeconds">> => integer(),
@@ -304,6 +306,7 @@
304306
%% <<"IncludeLinkedAccounts">> => [boolean()],
305307
%% <<"KeyAttributes">> => map(),
306308
%% <<"MaxResults">> => integer(),
309+
%% <<"MetricSource">> => metric_source(),
307310
%% <<"MetricSourceTypes">> => list(list(any())()),
308311
%% <<"NextToken">> => string(),
309312
%% <<"OperationName">> => string(),
@@ -433,6 +436,7 @@
433436
%% <<"DependencyConfig">> => dependency_config(),
434437
%% <<"KeyAttributes">> => map(),
435438
%% <<"MetricDataQueries">> => list(metric_data_query()),
439+
%% <<"MetricSource">> => metric_source(),
436440
%% <<"MetricType">> => list(any()),
437441
%% <<"OperationName">> => string()
438442
%% }
@@ -443,6 +447,8 @@
443447
%% request_based_service_level_indicator_metric_config() :: #{
444448
%% <<"DependencyConfig">> => dependency_config(),
445449
%% <<"KeyAttributes">> => map(),
450+
%% <<"MetricName">> => string(),
451+
%% <<"MetricSource">> => metric_source(),
446452
%% <<"MetricType">> => list(any()),
447453
%% <<"MonitoredRequestCountMetric">> => list(),
448454
%% <<"OperationName">> => string(),
@@ -524,6 +530,14 @@
524530
-type tag() :: #{binary() => any()}.
525531

526532

533+
%% Example:
534+
%% metric_source() :: #{
535+
%% <<"MetricSourceAttributes">> => map(),
536+
%% <<"MetricSourceKeyAttributes">> => map()
537+
%% }
538+
-type metric_source() :: #{binary() => any()}.
539+
540+
527541
%% Example:
528542
%% service_quota_exceeded_exception() :: #{
529543
%% <<"Message">> => [string()]
@@ -726,6 +740,7 @@
726740
%% request_based_service_level_indicator_metric() :: #{
727741
%% <<"DependencyConfig">> => dependency_config(),
728742
%% <<"KeyAttributes">> => map(),
743+
%% <<"MetricSource">> => metric_source(),
729744
%% <<"MetricType">> => list(any()),
730745
%% <<"MonitoredRequestCountMetric">> => list(),
731746
%% <<"OperationName">> => string(),

0 commit comments

Comments
 (0)