aws-sdk-applicationsignals 1.37.0 → 1.38.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a91113e9c87be12a71de7d97019cf74bc58d3d928ba5dae61c60cb81641ae34
4
- data.tar.gz: ab143e0a0143dd09f6a531321591fc78301a910e3614eff9de4f3a24c928749a
3
+ metadata.gz: e911aaebe3776b772992a692722451939b157183bf17e8701d4b2edbd420a7b2
4
+ data.tar.gz: 10219afa779b53dc3b0add89514305dbcc697812ed365c2b4604ecfcaad17570
5
5
  SHA512:
6
- metadata.gz: '082c11959be3f0543c02bb41e4ce4dd6e67bbfec489a1daafcf11c06f80f2d287633cd744b6483ec3d3ab04c173ef00919fea746b4df498d41dd26488fb206a7'
7
- data.tar.gz: f4b74fac5e00762c4c434f1cd8d501061ec104f34275a9aee3b1e5ecb42f46f204d97259c59abac7f939c2ff2c43078a3e1db8d293772c27175b65da533edb02
6
+ metadata.gz: e185645c375358b8903b05d1cad641ce9f1b6a9c0e280b20257ca589ff9f8ceb73c80f8972c241f29f339b231b2f77fc55b66509bc0526d388fe77b9e98debc7
7
+ data.tar.gz: 28600cc4991a7025b8838d681142d216143bb52e76816fdc454a4f0efa287e53a21cadf9296bcf3cab3a49bc1fba81c76af2f8e43933a37ce1c35e51ae1bfb9f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2026-03-25)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for creating SLOs on RUM appMonitors, Synthetics canaries and services.
8
+
4
9
  1.37.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -551,6 +551,10 @@ module Aws::ApplicationSignals
551
551
  # resp.reports[0].sli.sli_metric.dependency_config.dependency_key_attributes #=> Hash
552
552
  # resp.reports[0].sli.sli_metric.dependency_config.dependency_key_attributes["KeyAttributeName"] #=> String
553
553
  # resp.reports[0].sli.sli_metric.dependency_config.dependency_operation_name #=> String
554
+ # resp.reports[0].sli.sli_metric.metric_source.metric_source_key_attributes #=> Hash
555
+ # resp.reports[0].sli.sli_metric.metric_source.metric_source_key_attributes["KeyAttributeName"] #=> String
556
+ # resp.reports[0].sli.sli_metric.metric_source.metric_source_attributes #=> Hash
557
+ # resp.reports[0].sli.sli_metric.metric_source.metric_source_attributes["KeyAttributeName"] #=> String
554
558
  # resp.reports[0].sli.metric_threshold #=> Float
555
559
  # resp.reports[0].sli.comparison_operator #=> String, one of "GreaterThanOrEqualTo", "GreaterThan", "LessThan", "LessThanOrEqualTo"
556
560
  # resp.reports[0].request_based_sli.request_based_sli_metric.key_attributes #=> Hash
@@ -605,6 +609,10 @@ module Aws::ApplicationSignals
605
609
  # resp.reports[0].request_based_sli.request_based_sli_metric.dependency_config.dependency_key_attributes #=> Hash
606
610
  # resp.reports[0].request_based_sli.request_based_sli_metric.dependency_config.dependency_key_attributes["KeyAttributeName"] #=> String
607
611
  # resp.reports[0].request_based_sli.request_based_sli_metric.dependency_config.dependency_operation_name #=> String
612
+ # resp.reports[0].request_based_sli.request_based_sli_metric.metric_source.metric_source_key_attributes #=> Hash
613
+ # resp.reports[0].request_based_sli.request_based_sli_metric.metric_source.metric_source_key_attributes["KeyAttributeName"] #=> String
614
+ # resp.reports[0].request_based_sli.request_based_sli_metric.metric_source.metric_source_attributes #=> Hash
615
+ # resp.reports[0].request_based_sli.request_based_sli_metric.metric_source.metric_source_attributes["KeyAttributeName"] #=> String
608
616
  # resp.reports[0].request_based_sli.metric_threshold #=> Float
609
617
  # resp.reports[0].request_based_sli.comparison_operator #=> String, one of "GreaterThanOrEqualTo", "GreaterThan", "LessThan", "LessThanOrEqualTo"
610
618
  # resp.reports[0].goal.interval.rolling_interval.duration_unit #=> String, one of "MINUTE", "HOUR", "DAY", "MONTH"
@@ -849,6 +857,14 @@ module Aws::ApplicationSignals
849
857
  # metric_name: "MetricName",
850
858
  # statistic: "ServiceLevelIndicatorStatistic",
851
859
  # period_seconds: 1,
860
+ # metric_source: {
861
+ # metric_source_key_attributes: { # required
862
+ # "KeyAttributeName" => "KeyAttributeValue",
863
+ # },
864
+ # metric_source_attributes: {
865
+ # "KeyAttributeName" => "KeyAttributeValue",
866
+ # },
867
+ # },
852
868
  # metric_data_queries: [
853
869
  # {
854
870
  # id: "MetricId", # required
@@ -974,6 +990,15 @@ module Aws::ApplicationSignals
974
990
  # },
975
991
  # dependency_operation_name: "OperationName", # required
976
992
  # },
993
+ # metric_source: {
994
+ # metric_source_key_attributes: { # required
995
+ # "KeyAttributeName" => "KeyAttributeValue",
996
+ # },
997
+ # metric_source_attributes: {
998
+ # "KeyAttributeName" => "KeyAttributeValue",
999
+ # },
1000
+ # },
1001
+ # metric_name: "MetricName",
977
1002
  # },
978
1003
  # metric_threshold: 1.0,
979
1004
  # comparison_operator: "GreaterThanOrEqualTo", # accepts GreaterThanOrEqualTo, GreaterThan, LessThan, LessThanOrEqualTo
@@ -1035,6 +1060,10 @@ module Aws::ApplicationSignals
1035
1060
  # resp.slo.sli.sli_metric.dependency_config.dependency_key_attributes #=> Hash
1036
1061
  # resp.slo.sli.sli_metric.dependency_config.dependency_key_attributes["KeyAttributeName"] #=> String
1037
1062
  # resp.slo.sli.sli_metric.dependency_config.dependency_operation_name #=> String
1063
+ # resp.slo.sli.sli_metric.metric_source.metric_source_key_attributes #=> Hash
1064
+ # resp.slo.sli.sli_metric.metric_source.metric_source_key_attributes["KeyAttributeName"] #=> String
1065
+ # resp.slo.sli.sli_metric.metric_source.metric_source_attributes #=> Hash
1066
+ # resp.slo.sli.sli_metric.metric_source.metric_source_attributes["KeyAttributeName"] #=> String
1038
1067
  # resp.slo.sli.metric_threshold #=> Float
1039
1068
  # resp.slo.sli.comparison_operator #=> String, one of "GreaterThanOrEqualTo", "GreaterThan", "LessThan", "LessThanOrEqualTo"
1040
1069
  # resp.slo.request_based_sli.request_based_sli_metric.key_attributes #=> Hash
@@ -1089,6 +1118,10 @@ module Aws::ApplicationSignals
1089
1118
  # resp.slo.request_based_sli.request_based_sli_metric.dependency_config.dependency_key_attributes #=> Hash
1090
1119
  # resp.slo.request_based_sli.request_based_sli_metric.dependency_config.dependency_key_attributes["KeyAttributeName"] #=> String
1091
1120
  # resp.slo.request_based_sli.request_based_sli_metric.dependency_config.dependency_operation_name #=> String
1121
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_key_attributes #=> Hash
1122
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_key_attributes["KeyAttributeName"] #=> String
1123
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_attributes #=> Hash
1124
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_attributes["KeyAttributeName"] #=> String
1092
1125
  # resp.slo.request_based_sli.metric_threshold #=> Float
1093
1126
  # resp.slo.request_based_sli.comparison_operator #=> String, one of "GreaterThanOrEqualTo", "GreaterThan", "LessThan", "LessThanOrEqualTo"
1094
1127
  # resp.slo.evaluation_type #=> String, one of "PeriodBased", "RequestBased"
@@ -1101,7 +1134,7 @@ module Aws::ApplicationSignals
1101
1134
  # resp.slo.goal.warning_threshold #=> Float
1102
1135
  # resp.slo.burn_rate_configurations #=> Array
1103
1136
  # resp.slo.burn_rate_configurations[0].look_back_window_minutes #=> Integer
1104
- # resp.slo.metric_source_type #=> String, one of "ServiceOperation", "CloudWatchMetric", "ServiceDependency"
1137
+ # resp.slo.metric_source_type #=> String, one of "ServiceOperation", "CloudWatchMetric", "ServiceDependency", "AppMonitor", "Canary", "Service"
1105
1138
  #
1106
1139
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/CreateServiceLevelObjective AWS API Documentation
1107
1140
  #
@@ -1293,6 +1326,10 @@ module Aws::ApplicationSignals
1293
1326
  # resp.slo.sli.sli_metric.dependency_config.dependency_key_attributes #=> Hash
1294
1327
  # resp.slo.sli.sli_metric.dependency_config.dependency_key_attributes["KeyAttributeName"] #=> String
1295
1328
  # resp.slo.sli.sli_metric.dependency_config.dependency_operation_name #=> String
1329
+ # resp.slo.sli.sli_metric.metric_source.metric_source_key_attributes #=> Hash
1330
+ # resp.slo.sli.sli_metric.metric_source.metric_source_key_attributes["KeyAttributeName"] #=> String
1331
+ # resp.slo.sli.sli_metric.metric_source.metric_source_attributes #=> Hash
1332
+ # resp.slo.sli.sli_metric.metric_source.metric_source_attributes["KeyAttributeName"] #=> String
1296
1333
  # resp.slo.sli.metric_threshold #=> Float
1297
1334
  # resp.slo.sli.comparison_operator #=> String, one of "GreaterThanOrEqualTo", "GreaterThan", "LessThan", "LessThanOrEqualTo"
1298
1335
  # resp.slo.request_based_sli.request_based_sli_metric.key_attributes #=> Hash
@@ -1347,6 +1384,10 @@ module Aws::ApplicationSignals
1347
1384
  # resp.slo.request_based_sli.request_based_sli_metric.dependency_config.dependency_key_attributes #=> Hash
1348
1385
  # resp.slo.request_based_sli.request_based_sli_metric.dependency_config.dependency_key_attributes["KeyAttributeName"] #=> String
1349
1386
  # resp.slo.request_based_sli.request_based_sli_metric.dependency_config.dependency_operation_name #=> String
1387
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_key_attributes #=> Hash
1388
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_key_attributes["KeyAttributeName"] #=> String
1389
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_attributes #=> Hash
1390
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_attributes["KeyAttributeName"] #=> String
1350
1391
  # resp.slo.request_based_sli.metric_threshold #=> Float
1351
1392
  # resp.slo.request_based_sli.comparison_operator #=> String, one of "GreaterThanOrEqualTo", "GreaterThan", "LessThan", "LessThanOrEqualTo"
1352
1393
  # resp.slo.evaluation_type #=> String, one of "PeriodBased", "RequestBased"
@@ -1359,7 +1400,7 @@ module Aws::ApplicationSignals
1359
1400
  # resp.slo.goal.warning_threshold #=> Float
1360
1401
  # resp.slo.burn_rate_configurations #=> Array
1361
1402
  # resp.slo.burn_rate_configurations[0].look_back_window_minutes #=> Integer
1362
- # resp.slo.metric_source_type #=> String, one of "ServiceOperation", "CloudWatchMetric", "ServiceDependency"
1403
+ # resp.slo.metric_source_type #=> String, one of "ServiceOperation", "CloudWatchMetric", "ServiceDependency", "AppMonitor", "Canary", "Service"
1363
1404
  #
1364
1405
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/GetServiceLevelObjective AWS API Documentation
1365
1406
  #
@@ -1997,6 +2038,22 @@ module Aws::ApplicationSignals
1997
2038
  # Include this value, if it was returned by the previous operation, to
1998
2039
  # get the next set of service level objectives.
1999
2040
  #
2041
+ # @option params [Array<String>] :metric_source_types
2042
+ # Use this optional field to only include SLOs with the specified metric
2043
+ # source types in the output. Supported types are:
2044
+ #
2045
+ # * Service operation
2046
+ #
2047
+ # * Service dependency
2048
+ #
2049
+ # * Service
2050
+ #
2051
+ # * CloudWatch metric
2052
+ #
2053
+ # * AppMonitor
2054
+ #
2055
+ # * Canary
2056
+ #
2000
2057
  # @option params [Boolean] :include_linked_accounts
2001
2058
  # If you are using this operation in a monitoring account, specify
2002
2059
  # `true` to include SLO from source accounts in the returned data.
@@ -2010,15 +2067,8 @@ module Aws::ApplicationSignals
2010
2067
  # @option params [String] :slo_owner_aws_account_id
2011
2068
  # SLO's Amazon Web Services account ID.
2012
2069
  #
2013
- # @option params [Array<String>] :metric_source_types
2014
- # Use this optional field to only include SLOs with the specified metric
2015
- # source types in the output. Supported types are:
2016
- #
2017
- # * Service operation
2018
- #
2019
- # * Service dependency
2020
- #
2021
- # * CloudWatch metric
2070
+ # @option params [Types::MetricSource] :metric_source
2071
+ # Identifies the metric source to filter SLOs by.
2022
2072
  #
2023
2073
  # @return [Types::ListServiceLevelObjectivesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2024
2074
  #
@@ -2042,9 +2092,17 @@ module Aws::ApplicationSignals
2042
2092
  # },
2043
2093
  # max_results: 1,
2044
2094
  # next_token: "NextToken",
2095
+ # metric_source_types: ["ServiceOperation"], # accepts ServiceOperation, CloudWatchMetric, ServiceDependency, AppMonitor, Canary, Service
2045
2096
  # include_linked_accounts: false,
2046
2097
  # slo_owner_aws_account_id: "AwsAccountId",
2047
- # metric_source_types: ["ServiceOperation"], # accepts ServiceOperation, CloudWatchMetric, ServiceDependency
2098
+ # metric_source: {
2099
+ # metric_source_key_attributes: { # required
2100
+ # "KeyAttributeName" => "KeyAttributeValue",
2101
+ # },
2102
+ # metric_source_attributes: {
2103
+ # "KeyAttributeName" => "KeyAttributeValue",
2104
+ # },
2105
+ # },
2048
2106
  # })
2049
2107
  #
2050
2108
  # @example Response structure
@@ -2060,7 +2118,11 @@ module Aws::ApplicationSignals
2060
2118
  # resp.slo_summaries[0].dependency_config.dependency_operation_name #=> String
2061
2119
  # resp.slo_summaries[0].created_time #=> Time
2062
2120
  # resp.slo_summaries[0].evaluation_type #=> String, one of "PeriodBased", "RequestBased"
2063
- # resp.slo_summaries[0].metric_source_type #=> String, one of "ServiceOperation", "CloudWatchMetric", "ServiceDependency"
2121
+ # resp.slo_summaries[0].metric_source_type #=> String, one of "ServiceOperation", "CloudWatchMetric", "ServiceDependency", "AppMonitor", "Canary", "Service"
2122
+ # resp.slo_summaries[0].metric_source.metric_source_key_attributes #=> Hash
2123
+ # resp.slo_summaries[0].metric_source.metric_source_key_attributes["KeyAttributeName"] #=> String
2124
+ # resp.slo_summaries[0].metric_source.metric_source_attributes #=> Hash
2125
+ # resp.slo_summaries[0].metric_source.metric_source_attributes["KeyAttributeName"] #=> String
2064
2126
  # resp.next_token #=> String
2065
2127
  #
2066
2128
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/ListServiceLevelObjectives AWS API Documentation
@@ -2628,6 +2690,14 @@ module Aws::ApplicationSignals
2628
2690
  # metric_name: "MetricName",
2629
2691
  # statistic: "ServiceLevelIndicatorStatistic",
2630
2692
  # period_seconds: 1,
2693
+ # metric_source: {
2694
+ # metric_source_key_attributes: { # required
2695
+ # "KeyAttributeName" => "KeyAttributeValue",
2696
+ # },
2697
+ # metric_source_attributes: {
2698
+ # "KeyAttributeName" => "KeyAttributeValue",
2699
+ # },
2700
+ # },
2631
2701
  # metric_data_queries: [
2632
2702
  # {
2633
2703
  # id: "MetricId", # required
@@ -2753,6 +2823,15 @@ module Aws::ApplicationSignals
2753
2823
  # },
2754
2824
  # dependency_operation_name: "OperationName", # required
2755
2825
  # },
2826
+ # metric_source: {
2827
+ # metric_source_key_attributes: { # required
2828
+ # "KeyAttributeName" => "KeyAttributeValue",
2829
+ # },
2830
+ # metric_source_attributes: {
2831
+ # "KeyAttributeName" => "KeyAttributeValue",
2832
+ # },
2833
+ # },
2834
+ # metric_name: "MetricName",
2756
2835
  # },
2757
2836
  # metric_threshold: 1.0,
2758
2837
  # comparison_operator: "GreaterThanOrEqualTo", # accepts GreaterThanOrEqualTo, GreaterThan, LessThan, LessThanOrEqualTo
@@ -2808,6 +2887,10 @@ module Aws::ApplicationSignals
2808
2887
  # resp.slo.sli.sli_metric.dependency_config.dependency_key_attributes #=> Hash
2809
2888
  # resp.slo.sli.sli_metric.dependency_config.dependency_key_attributes["KeyAttributeName"] #=> String
2810
2889
  # resp.slo.sli.sli_metric.dependency_config.dependency_operation_name #=> String
2890
+ # resp.slo.sli.sli_metric.metric_source.metric_source_key_attributes #=> Hash
2891
+ # resp.slo.sli.sli_metric.metric_source.metric_source_key_attributes["KeyAttributeName"] #=> String
2892
+ # resp.slo.sli.sli_metric.metric_source.metric_source_attributes #=> Hash
2893
+ # resp.slo.sli.sli_metric.metric_source.metric_source_attributes["KeyAttributeName"] #=> String
2811
2894
  # resp.slo.sli.metric_threshold #=> Float
2812
2895
  # resp.slo.sli.comparison_operator #=> String, one of "GreaterThanOrEqualTo", "GreaterThan", "LessThan", "LessThanOrEqualTo"
2813
2896
  # resp.slo.request_based_sli.request_based_sli_metric.key_attributes #=> Hash
@@ -2862,6 +2945,10 @@ module Aws::ApplicationSignals
2862
2945
  # resp.slo.request_based_sli.request_based_sli_metric.dependency_config.dependency_key_attributes #=> Hash
2863
2946
  # resp.slo.request_based_sli.request_based_sli_metric.dependency_config.dependency_key_attributes["KeyAttributeName"] #=> String
2864
2947
  # resp.slo.request_based_sli.request_based_sli_metric.dependency_config.dependency_operation_name #=> String
2948
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_key_attributes #=> Hash
2949
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_key_attributes["KeyAttributeName"] #=> String
2950
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_attributes #=> Hash
2951
+ # resp.slo.request_based_sli.request_based_sli_metric.metric_source.metric_source_attributes["KeyAttributeName"] #=> String
2865
2952
  # resp.slo.request_based_sli.metric_threshold #=> Float
2866
2953
  # resp.slo.request_based_sli.comparison_operator #=> String, one of "GreaterThanOrEqualTo", "GreaterThan", "LessThan", "LessThanOrEqualTo"
2867
2954
  # resp.slo.evaluation_type #=> String, one of "PeriodBased", "RequestBased"
@@ -2874,7 +2961,7 @@ module Aws::ApplicationSignals
2874
2961
  # resp.slo.goal.warning_threshold #=> Float
2875
2962
  # resp.slo.burn_rate_configurations #=> Array
2876
2963
  # resp.slo.burn_rate_configurations[0].look_back_window_minutes #=> Integer
2877
- # resp.slo.metric_source_type #=> String, one of "ServiceOperation", "CloudWatchMetric", "ServiceDependency"
2964
+ # resp.slo.metric_source_type #=> String, one of "ServiceOperation", "CloudWatchMetric", "ServiceDependency", "AppMonitor", "Canary", "Service"
2878
2965
  #
2879
2966
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/UpdateServiceLevelObjective AWS API Documentation
2880
2967
  #
@@ -2903,7 +2990,7 @@ module Aws::ApplicationSignals
2903
2990
  tracer: tracer
2904
2991
  )
2905
2992
  context[:gem_name] = 'aws-sdk-applicationsignals'
2906
- context[:gem_version] = '1.37.0'
2993
+ context[:gem_version] = '1.38.0'
2907
2994
  Seahorse::Client::Request.new(handlers, context)
2908
2995
  end
2909
2996
 
@@ -143,6 +143,7 @@ module Aws::ApplicationSignals
143
143
  MetricName = Shapes::StringShape.new(name: 'MetricName')
144
144
  MetricReference = Shapes::StructureShape.new(name: 'MetricReference')
145
145
  MetricReferences = Shapes::ListShape.new(name: 'MetricReferences')
146
+ MetricSource = Shapes::StructureShape.new(name: 'MetricSource')
146
147
  MetricSourceType = Shapes::StringShape.new(name: 'MetricSourceType')
147
148
  MetricSourceTypes = Shapes::ListShape.new(name: 'MetricSourceTypes')
148
149
  MetricStat = Shapes::StructureShape.new(name: 'MetricStat')
@@ -520,9 +521,10 @@ module Aws::ApplicationSignals
520
521
  ListServiceLevelObjectivesInput.add_member(:dependency_config, Shapes::ShapeRef.new(shape: DependencyConfig, location_name: "DependencyConfig"))
521
522
  ListServiceLevelObjectivesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListServiceLevelObjectivesMaxResults, location: "querystring", location_name: "MaxResults"))
522
523
  ListServiceLevelObjectivesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
524
+ ListServiceLevelObjectivesInput.add_member(:metric_source_types, Shapes::ShapeRef.new(shape: MetricSourceTypes, location_name: "MetricSourceTypes"))
523
525
  ListServiceLevelObjectivesInput.add_member(:include_linked_accounts, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "IncludeLinkedAccounts"))
524
526
  ListServiceLevelObjectivesInput.add_member(:slo_owner_aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location: "querystring", location_name: "SloOwnerAwsAccountId"))
525
- ListServiceLevelObjectivesInput.add_member(:metric_source_types, Shapes::ShapeRef.new(shape: MetricSourceTypes, location_name: "MetricSourceTypes"))
527
+ ListServiceLevelObjectivesInput.add_member(:metric_source, Shapes::ShapeRef.new(shape: MetricSource, location_name: "MetricSource"))
526
528
  ListServiceLevelObjectivesInput.struct_class = Types::ListServiceLevelObjectivesInput
527
529
 
528
530
  ListServiceLevelObjectivesOutput.add_member(:slo_summaries, Shapes::ShapeRef.new(shape: ServiceLevelObjectiveSummaries, location_name: "SloSummaries"))
@@ -609,6 +611,10 @@ module Aws::ApplicationSignals
609
611
 
610
612
  MetricReferences.member = Shapes::ShapeRef.new(shape: MetricReference)
611
613
 
614
+ MetricSource.add_member(:metric_source_key_attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "MetricSourceKeyAttributes"))
615
+ MetricSource.add_member(:metric_source_attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "MetricSourceAttributes"))
616
+ MetricSource.struct_class = Types::MetricSource
617
+
612
618
  MetricSourceTypes.member = Shapes::ShapeRef.new(shape: MetricSourceType)
613
619
 
614
620
  MetricStat.add_member(:metric, Shapes::ShapeRef.new(shape: Metric, required: true, location_name: "Metric"))
@@ -661,6 +667,7 @@ module Aws::ApplicationSignals
661
667
  RequestBasedServiceLevelIndicatorMetric.add_member(:total_request_count_metric, Shapes::ShapeRef.new(shape: MetricDataQueries, required: true, location_name: "TotalRequestCountMetric"))
662
668
  RequestBasedServiceLevelIndicatorMetric.add_member(:monitored_request_count_metric, Shapes::ShapeRef.new(shape: MonitoredRequestCountMetricDataQueries, required: true, location_name: "MonitoredRequestCountMetric"))
663
669
  RequestBasedServiceLevelIndicatorMetric.add_member(:dependency_config, Shapes::ShapeRef.new(shape: DependencyConfig, location_name: "DependencyConfig"))
670
+ RequestBasedServiceLevelIndicatorMetric.add_member(:metric_source, Shapes::ShapeRef.new(shape: MetricSource, location_name: "MetricSource"))
664
671
  RequestBasedServiceLevelIndicatorMetric.struct_class = Types::RequestBasedServiceLevelIndicatorMetric
665
672
 
666
673
  RequestBasedServiceLevelIndicatorMetricConfig.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "KeyAttributes"))
@@ -669,6 +676,8 @@ module Aws::ApplicationSignals
669
676
  RequestBasedServiceLevelIndicatorMetricConfig.add_member(:total_request_count_metric, Shapes::ShapeRef.new(shape: MetricDataQueries, location_name: "TotalRequestCountMetric"))
670
677
  RequestBasedServiceLevelIndicatorMetricConfig.add_member(:monitored_request_count_metric, Shapes::ShapeRef.new(shape: MonitoredRequestCountMetricDataQueries, location_name: "MonitoredRequestCountMetric"))
671
678
  RequestBasedServiceLevelIndicatorMetricConfig.add_member(:dependency_config, Shapes::ShapeRef.new(shape: DependencyConfig, location_name: "DependencyConfig"))
679
+ RequestBasedServiceLevelIndicatorMetricConfig.add_member(:metric_source, Shapes::ShapeRef.new(shape: MetricSource, location_name: "MetricSource"))
680
+ RequestBasedServiceLevelIndicatorMetricConfig.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
672
681
  RequestBasedServiceLevelIndicatorMetricConfig.struct_class = Types::RequestBasedServiceLevelIndicatorMetricConfig
673
682
 
674
683
  ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
@@ -732,6 +741,7 @@ module Aws::ApplicationSignals
732
741
  ServiceLevelIndicatorMetric.add_member(:metric_type, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorMetricType, location_name: "MetricType"))
733
742
  ServiceLevelIndicatorMetric.add_member(:metric_data_queries, Shapes::ShapeRef.new(shape: MetricDataQueries, required: true, location_name: "MetricDataQueries"))
734
743
  ServiceLevelIndicatorMetric.add_member(:dependency_config, Shapes::ShapeRef.new(shape: DependencyConfig, location_name: "DependencyConfig"))
744
+ ServiceLevelIndicatorMetric.add_member(:metric_source, Shapes::ShapeRef.new(shape: MetricSource, location_name: "MetricSource"))
735
745
  ServiceLevelIndicatorMetric.struct_class = Types::ServiceLevelIndicatorMetric
736
746
 
737
747
  ServiceLevelIndicatorMetricConfig.add_member(:key_attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "KeyAttributes"))
@@ -740,6 +750,7 @@ module Aws::ApplicationSignals
740
750
  ServiceLevelIndicatorMetricConfig.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, location_name: "MetricName"))
741
751
  ServiceLevelIndicatorMetricConfig.add_member(:statistic, Shapes::ShapeRef.new(shape: ServiceLevelIndicatorStatistic, location_name: "Statistic"))
742
752
  ServiceLevelIndicatorMetricConfig.add_member(:period_seconds, Shapes::ShapeRef.new(shape: SLIPeriodSeconds, location_name: "PeriodSeconds"))
753
+ ServiceLevelIndicatorMetricConfig.add_member(:metric_source, Shapes::ShapeRef.new(shape: MetricSource, location_name: "MetricSource"))
743
754
  ServiceLevelIndicatorMetricConfig.add_member(:metric_data_queries, Shapes::ShapeRef.new(shape: MetricDataQueries, location_name: "MetricDataQueries"))
744
755
  ServiceLevelIndicatorMetricConfig.add_member(:dependency_config, Shapes::ShapeRef.new(shape: DependencyConfig, location_name: "DependencyConfig"))
745
756
  ServiceLevelIndicatorMetricConfig.struct_class = Types::ServiceLevelIndicatorMetricConfig
@@ -797,6 +808,7 @@ module Aws::ApplicationSignals
797
808
  ServiceLevelObjectiveSummary.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTime"))
798
809
  ServiceLevelObjectiveSummary.add_member(:evaluation_type, Shapes::ShapeRef.new(shape: EvaluationType, location_name: "EvaluationType"))
799
810
  ServiceLevelObjectiveSummary.add_member(:metric_source_type, Shapes::ShapeRef.new(shape: MetricSourceType, location_name: "MetricSourceType"))
811
+ ServiceLevelObjectiveSummary.add_member(:metric_source, Shapes::ShapeRef.new(shape: MetricSource, location_name: "MetricSource"))
800
812
  ServiceLevelObjectiveSummary.struct_class = Types::ServiceLevelObjectiveSummary
801
813
 
802
814
  ServiceOperation.add_member(:name, Shapes::ShapeRef.new(shape: OperationName, required: true, location_name: "Name"))
@@ -1581,6 +1581,23 @@ module Aws::ApplicationSignals
1581
1581
  # get the next set of service level objectives.
1582
1582
  # @return [String]
1583
1583
  #
1584
+ # @!attribute [rw] metric_source_types
1585
+ # Use this optional field to only include SLOs with the specified
1586
+ # metric source types in the output. Supported types are:
1587
+ #
1588
+ # * Service operation
1589
+ #
1590
+ # * Service dependency
1591
+ #
1592
+ # * Service
1593
+ #
1594
+ # * CloudWatch metric
1595
+ #
1596
+ # * AppMonitor
1597
+ #
1598
+ # * Canary
1599
+ # @return [Array<String>]
1600
+ #
1584
1601
  # @!attribute [rw] include_linked_accounts
1585
1602
  # If you are using this operation in a monitoring account, specify
1586
1603
  # `true` to include SLO from source accounts in the returned data.
@@ -1596,16 +1613,9 @@ module Aws::ApplicationSignals
1596
1613
  # SLO's Amazon Web Services account ID.
1597
1614
  # @return [String]
1598
1615
  #
1599
- # @!attribute [rw] metric_source_types
1600
- # Use this optional field to only include SLOs with the specified
1601
- # metric source types in the output. Supported types are:
1602
- #
1603
- # * Service operation
1604
- #
1605
- # * Service dependency
1606
- #
1607
- # * CloudWatch metric
1608
- # @return [Array<String>]
1616
+ # @!attribute [rw] metric_source
1617
+ # Identifies the metric source to filter SLOs by.
1618
+ # @return [Types::MetricSource]
1609
1619
  #
1610
1620
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/ListServiceLevelObjectivesInput AWS API Documentation
1611
1621
  #
@@ -1615,9 +1625,10 @@ module Aws::ApplicationSignals
1615
1625
  :dependency_config,
1616
1626
  :max_results,
1617
1627
  :next_token,
1628
+ :metric_source_types,
1618
1629
  :include_linked_accounts,
1619
1630
  :slo_owner_aws_account_id,
1620
- :metric_source_types)
1631
+ :metric_source)
1621
1632
  SENSITIVE = []
1622
1633
  include Aws::Structure
1623
1634
  end
@@ -2200,6 +2211,26 @@ module Aws::ApplicationSignals
2200
2211
  include Aws::Structure
2201
2212
  end
2202
2213
 
2214
+ # Identifies the metric source for SLOs on resources other than
2215
+ # Application Signals services.
2216
+ #
2217
+ # @!attribute [rw] metric_source_key_attributes
2218
+ # Key attributes that identify the metric source.
2219
+ # @return [Hash<String,String>]
2220
+ #
2221
+ # @!attribute [rw] metric_source_attributes
2222
+ # Additional attributes for the metric source.
2223
+ # @return [Hash<String,String>]
2224
+ #
2225
+ # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/MetricSource AWS API Documentation
2226
+ #
2227
+ class MetricSource < Struct.new(
2228
+ :metric_source_key_attributes,
2229
+ :metric_source_attributes)
2230
+ SENSITIVE = []
2231
+ include Aws::Structure
2232
+ end
2233
+
2203
2234
  # This structure defines the metric to be used as the service level
2204
2235
  # indicator, along with the statistics, period, and unit.
2205
2236
  #
@@ -2494,6 +2525,11 @@ module Aws::ApplicationSignals
2494
2525
  # `DependencyOperationName`.
2495
2526
  # @return [Types::DependencyConfig]
2496
2527
  #
2528
+ # @!attribute [rw] metric_source
2529
+ # Identifies the metric source for SLOs on resources other than
2530
+ # Application Signals services.
2531
+ # @return [Types::MetricSource]
2532
+ #
2497
2533
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/RequestBasedServiceLevelIndicatorMetric AWS API Documentation
2498
2534
  #
2499
2535
  class RequestBasedServiceLevelIndicatorMetric < Struct.new(
@@ -2502,7 +2538,8 @@ module Aws::ApplicationSignals
2502
2538
  :metric_type,
2503
2539
  :total_request_count_metric,
2504
2540
  :monitored_request_count_metric,
2505
- :dependency_config)
2541
+ :dependency_config,
2542
+ :metric_source)
2506
2543
  SENSITIVE = []
2507
2544
  include Aws::Structure
2508
2545
  end
@@ -2568,6 +2605,16 @@ module Aws::ApplicationSignals
2568
2605
  # `DependencyOperationName`.
2569
2606
  # @return [Types::DependencyConfig]
2570
2607
  #
2608
+ # @!attribute [rw] metric_source
2609
+ # Identifies the metric source for SLOs on resources other than
2610
+ # Application Signals services.
2611
+ # @return [Types::MetricSource]
2612
+ #
2613
+ # @!attribute [rw] metric_name
2614
+ # The name of the metric for SLOs on resources other than Application
2615
+ # Signals services.
2616
+ # @return [String]
2617
+ #
2571
2618
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/RequestBasedServiceLevelIndicatorMetricConfig AWS API Documentation
2572
2619
  #
2573
2620
  class RequestBasedServiceLevelIndicatorMetricConfig < Struct.new(
@@ -2576,7 +2623,9 @@ module Aws::ApplicationSignals
2576
2623
  :metric_type,
2577
2624
  :total_request_count_metric,
2578
2625
  :monitored_request_count_metric,
2579
- :dependency_config)
2626
+ :dependency_config,
2627
+ :metric_source,
2628
+ :metric_name)
2580
2629
  SENSITIVE = []
2581
2630
  include Aws::Structure
2582
2631
  end
@@ -3008,6 +3057,11 @@ module Aws::ApplicationSignals
3008
3057
  # `DependencyOperationName`.
3009
3058
  # @return [Types::DependencyConfig]
3010
3059
  #
3060
+ # @!attribute [rw] metric_source
3061
+ # Identifies the metric source for SLOs on resources other than
3062
+ # Application Signals services.
3063
+ # @return [Types::MetricSource]
3064
+ #
3011
3065
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/ServiceLevelIndicatorMetric AWS API Documentation
3012
3066
  #
3013
3067
  class ServiceLevelIndicatorMetric < Struct.new(
@@ -3015,7 +3069,8 @@ module Aws::ApplicationSignals
3015
3069
  :operation_name,
3016
3070
  :metric_type,
3017
3071
  :metric_data_queries,
3018
- :dependency_config)
3072
+ :dependency_config,
3073
+ :metric_source)
3019
3074
  SENSITIVE = []
3020
3075
  include Aws::Structure
3021
3076
  end
@@ -3082,6 +3137,11 @@ module Aws::ApplicationSignals
3082
3137
  # either achieved or not achieved the necessary performance.
3083
3138
  # @return [Integer]
3084
3139
  #
3140
+ # @!attribute [rw] metric_source
3141
+ # Identifies the metric source for SLOs on resources other than
3142
+ # Application Signals services.
3143
+ # @return [Types::MetricSource]
3144
+ #
3085
3145
  # @!attribute [rw] metric_data_queries
3086
3146
  # If this SLO monitors a CloudWatch metric or the result of a
3087
3147
  # CloudWatch metric math expression, use this structure to specify
@@ -3102,6 +3162,7 @@ module Aws::ApplicationSignals
3102
3162
  :metric_name,
3103
3163
  :statistic,
3104
3164
  :period_seconds,
3165
+ :metric_source,
3105
3166
  :metric_data_queries,
3106
3167
  :dependency_config)
3107
3168
  SENSITIVE = []
@@ -3176,7 +3237,13 @@ module Aws::ApplicationSignals
3176
3237
  #
3177
3238
  # * Service dependency
3178
3239
  #
3240
+ # * Service
3241
+ #
3179
3242
  # * CloudWatch metric
3243
+ #
3244
+ # * AppMonitor
3245
+ #
3246
+ # * Canary
3180
3247
  # @return [String]
3181
3248
  #
3182
3249
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/ServiceLevelObjective AWS API Documentation
@@ -3434,9 +3501,20 @@ module Aws::ApplicationSignals
3434
3501
  #
3435
3502
  # * Service dependency
3436
3503
  #
3504
+ # * Service
3505
+ #
3437
3506
  # * CloudWatch metric
3507
+ #
3508
+ # * AppMonitor
3509
+ #
3510
+ # * Canary
3438
3511
  # @return [String]
3439
3512
  #
3513
+ # @!attribute [rw] metric_source
3514
+ # Identifies the metric source for SLOs on resources other than
3515
+ # Application Signals services.
3516
+ # @return [Types::MetricSource]
3517
+ #
3440
3518
  # @see http://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/ServiceLevelObjectiveSummary AWS API Documentation
3441
3519
  #
3442
3520
  class ServiceLevelObjectiveSummary < Struct.new(
@@ -3447,7 +3525,8 @@ module Aws::ApplicationSignals
3447
3525
  :dependency_config,
3448
3526
  :created_time,
3449
3527
  :evaluation_type,
3450
- :metric_source_type)
3528
+ :metric_source_type,
3529
+ :metric_source)
3451
3530
  SENSITIVE = []
3452
3531
  include Aws::Structure
3453
3532
  end
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+ require 'aws-sdk-core/waiters'
11
+
12
+ module Aws::ApplicationSignals
13
+ module Waiters
14
+ end
15
+ end
@@ -49,12 +49,13 @@ module Aws::ApplicationSignals
49
49
  end
50
50
  autoload :Client, 'aws-sdk-applicationsignals/client'
51
51
  autoload :Errors, 'aws-sdk-applicationsignals/errors'
52
+ autoload :Waiters, 'aws-sdk-applicationsignals/waiters'
52
53
  autoload :Resource, 'aws-sdk-applicationsignals/resource'
53
54
  autoload :EndpointParameters, 'aws-sdk-applicationsignals/endpoint_parameters'
54
55
  autoload :EndpointProvider, 'aws-sdk-applicationsignals/endpoint_provider'
55
56
  autoload :Endpoints, 'aws-sdk-applicationsignals/endpoints'
56
57
 
57
- GEM_VERSION = '1.37.0'
58
+ GEM_VERSION = '1.38.0'
58
59
 
59
60
  end
60
61
 
data/sig/client.rbs CHANGED
@@ -144,6 +144,10 @@ module Aws
144
144
  metric_name: ::String?,
145
145
  statistic: ::String?,
146
146
  period_seconds: ::Integer?,
147
+ metric_source: {
148
+ metric_source_key_attributes: Hash[::String, ::String],
149
+ metric_source_attributes: Hash[::String, ::String]?
150
+ }?,
147
151
  metric_data_queries: Array[
148
152
  {
149
153
  id: ::String,
@@ -262,7 +266,12 @@ module Aws
262
266
  dependency_config: {
263
267
  dependency_key_attributes: Hash[::String, ::String],
264
268
  dependency_operation_name: ::String
265
- }?
269
+ }?,
270
+ metric_source: {
271
+ metric_source_key_attributes: Hash[::String, ::String],
272
+ metric_source_attributes: Hash[::String, ::String]?
273
+ }?,
274
+ metric_name: ::String?
266
275
  },
267
276
  metric_threshold: ::Float?,
268
277
  comparison_operator: ("GreaterThanOrEqualTo" | "GreaterThan" | "LessThan" | "LessThanOrEqualTo")?
@@ -478,9 +487,13 @@ module Aws
478
487
  },
479
488
  ?max_results: ::Integer,
480
489
  ?next_token: ::String,
490
+ ?metric_source_types: Array[("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency" | "AppMonitor" | "Canary" | "Service")],
481
491
  ?include_linked_accounts: bool,
482
492
  ?slo_owner_aws_account_id: ::String,
483
- ?metric_source_types: Array[("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency")]
493
+ ?metric_source: {
494
+ metric_source_key_attributes: Hash[::String, ::String],
495
+ metric_source_attributes: Hash[::String, ::String]?
496
+ }
484
497
  ) -> _ListServiceLevelObjectivesResponseSuccess
485
498
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListServiceLevelObjectivesResponseSuccess
486
499
 
@@ -618,6 +631,10 @@ module Aws
618
631
  metric_name: ::String?,
619
632
  statistic: ::String?,
620
633
  period_seconds: ::Integer?,
634
+ metric_source: {
635
+ metric_source_key_attributes: Hash[::String, ::String],
636
+ metric_source_attributes: Hash[::String, ::String]?
637
+ }?,
621
638
  metric_data_queries: Array[
622
639
  {
623
640
  id: ::String,
@@ -736,7 +753,12 @@ module Aws
736
753
  dependency_config: {
737
754
  dependency_key_attributes: Hash[::String, ::String],
738
755
  dependency_operation_name: ::String
739
- }?
756
+ }?,
757
+ metric_source: {
758
+ metric_source_key_attributes: Hash[::String, ::String],
759
+ metric_source_attributes: Hash[::String, ::String]?
760
+ }?,
761
+ metric_name: ::String?
740
762
  },
741
763
  metric_threshold: ::Float?,
742
764
  comparison_operator: ("GreaterThanOrEqualTo" | "GreaterThan" | "LessThan" | "LessThanOrEqualTo")?
data/sig/types.rbs CHANGED
@@ -353,9 +353,10 @@ module Aws::ApplicationSignals
353
353
  attr_accessor dependency_config: Types::DependencyConfig
354
354
  attr_accessor max_results: ::Integer
355
355
  attr_accessor next_token: ::String
356
+ attr_accessor metric_source_types: ::Array[("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency" | "AppMonitor" | "Canary" | "Service")]
356
357
  attr_accessor include_linked_accounts: bool
357
358
  attr_accessor slo_owner_aws_account_id: ::String
358
- attr_accessor metric_source_types: ::Array[("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency")]
359
+ attr_accessor metric_source: Types::MetricSource
359
360
  SENSITIVE: []
360
361
  end
361
362
 
@@ -463,6 +464,12 @@ module Aws::ApplicationSignals
463
464
  SENSITIVE: []
464
465
  end
465
466
 
467
+ class MetricSource
468
+ attr_accessor metric_source_key_attributes: ::Hash[::String, ::String]
469
+ attr_accessor metric_source_attributes: ::Hash[::String, ::String]
470
+ SENSITIVE: []
471
+ end
472
+
466
473
  class MetricStat
467
474
  attr_accessor metric: Types::Metric
468
475
  attr_accessor period: ::Integer
@@ -532,6 +539,7 @@ module Aws::ApplicationSignals
532
539
  attr_accessor total_request_count_metric: ::Array[Types::MetricDataQuery]
533
540
  attr_accessor monitored_request_count_metric: Types::MonitoredRequestCountMetricDataQueries
534
541
  attr_accessor dependency_config: Types::DependencyConfig
542
+ attr_accessor metric_source: Types::MetricSource
535
543
  SENSITIVE: []
536
544
  end
537
545
 
@@ -542,6 +550,8 @@ module Aws::ApplicationSignals
542
550
  attr_accessor total_request_count_metric: ::Array[Types::MetricDataQuery]
543
551
  attr_accessor monitored_request_count_metric: Types::MonitoredRequestCountMetricDataQueries
544
552
  attr_accessor dependency_config: Types::DependencyConfig
553
+ attr_accessor metric_source: Types::MetricSource
554
+ attr_accessor metric_name: ::String
545
555
  SENSITIVE: []
546
556
  end
547
557
 
@@ -619,6 +629,7 @@ module Aws::ApplicationSignals
619
629
  attr_accessor metric_type: ("LATENCY" | "AVAILABILITY")
620
630
  attr_accessor metric_data_queries: ::Array[Types::MetricDataQuery]
621
631
  attr_accessor dependency_config: Types::DependencyConfig
632
+ attr_accessor metric_source: Types::MetricSource
622
633
  SENSITIVE: []
623
634
  end
624
635
 
@@ -629,6 +640,7 @@ module Aws::ApplicationSignals
629
640
  attr_accessor metric_name: ::String
630
641
  attr_accessor statistic: ::String
631
642
  attr_accessor period_seconds: ::Integer
643
+ attr_accessor metric_source: Types::MetricSource
632
644
  attr_accessor metric_data_queries: ::Array[Types::MetricDataQuery]
633
645
  attr_accessor dependency_config: Types::DependencyConfig
634
646
  SENSITIVE: []
@@ -645,7 +657,7 @@ module Aws::ApplicationSignals
645
657
  attr_accessor evaluation_type: ("PeriodBased" | "RequestBased")
646
658
  attr_accessor goal: Types::Goal
647
659
  attr_accessor burn_rate_configurations: ::Array[Types::BurnRateConfiguration]
648
- attr_accessor metric_source_type: ("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency")
660
+ attr_accessor metric_source_type: ("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency" | "AppMonitor" | "Canary" | "Service")
649
661
  SENSITIVE: []
650
662
  end
651
663
 
@@ -687,7 +699,8 @@ module Aws::ApplicationSignals
687
699
  attr_accessor dependency_config: Types::DependencyConfig
688
700
  attr_accessor created_time: ::Time
689
701
  attr_accessor evaluation_type: ("PeriodBased" | "RequestBased")
690
- attr_accessor metric_source_type: ("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency")
702
+ attr_accessor metric_source_type: ("ServiceOperation" | "CloudWatchMetric" | "ServiceDependency" | "AppMonitor" | "Canary" | "Service")
703
+ attr_accessor metric_source: Types::MetricSource
691
704
  SENSITIVE: []
692
705
  end
693
706
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationsignals
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -65,6 +65,7 @@ files:
65
65
  - lib/aws-sdk-applicationsignals/plugins/endpoints.rb
66
66
  - lib/aws-sdk-applicationsignals/resource.rb
67
67
  - lib/aws-sdk-applicationsignals/types.rb
68
+ - lib/aws-sdk-applicationsignals/waiters.rb
68
69
  - sig/client.rbs
69
70
  - sig/errors.rbs
70
71
  - sig/resource.rbs