aws-sdk-cloudwatch 1.78.0 → 1.79.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 053ab65b5b89f728c1638f66a1f220414f0ec46256a02b8c8e0ec2f37c0622bb
4
- data.tar.gz: 00f8016e4d9bf3818ee68e84665e1a2e7d3a64b6242c3e49830a6a35bd094706
3
+ metadata.gz: d9237232be8e0169b3910e7ec0a1bbe6a31f75de89ff622089bdccee2d59ad9d
4
+ data.tar.gz: 377712b6bc9760777c338287bae25310109234069efb109ac07ac76d175fda04
5
5
  SHA512:
6
- metadata.gz: 782e18865afd39365d181686fe7fe75ab2a06ea2621e19c701d844e8fd5bb0f6bfa2bb9ee6b205c851d8b2ab5bd5dc320f0ecbbf8b7cae5fc535dbca521bf309
7
- data.tar.gz: 2b02204633eb5efb7438e42d3fa60c59b56b34ebc244c995e26bd0b2b91e23de1307cc8f1c18aefc815575dedbae376a14479c83d355ef6ab4bd6cfb7b7c7118
6
+ metadata.gz: 39603417b64bfdf7259002d5f03c69e5eb1f84d372971a2db35b5d12e90bf17984acce658599eff37ebfeb70381b33d754b08f60831c910179affa6c1e8da404
7
+ data.tar.gz: 00ff0d1eb892b6071ac3048bb85659cd6432208f1544a15e233adf7034737c13c0bf551b5aea2feb7195566eb9b35516378c3652e2d42615a8a2f5276a300eae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2023-08-16)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update to incorporate several doc bug fixes
8
+
4
9
  1.78.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -761,7 +761,15 @@ module Aws::CloudWatch
761
761
  # @option params [Array<String>] :alarm_types
762
762
  # Use this parameter to specify whether you want the operation to return
763
763
  # metric alarms or composite alarms. If you omit this parameter, only
764
- # metric alarms are returned.
764
+ # metric alarms are returned, even if composite alarms exist in the
765
+ # account.
766
+ #
767
+ # For example, if you omit this parameter or specify `MetricAlarms`, the
768
+ # operation returns only a list of metric alarms. It does not return any
769
+ # composite alarms, even if composite alarms exist in the account.
770
+ #
771
+ # If you specify `CompositeAlarms`, the operation returns only a list of
772
+ # composite alarms, and does not return any metric alarms.
765
773
  #
766
774
  # @option params [String] :children_of_alarm_name
767
775
  # If you use this parameter and specify the name of a composite alarm,
@@ -1453,7 +1461,7 @@ module Aws::CloudWatch
1453
1461
  #
1454
1462
  # @option params [String] :order_by
1455
1463
  # Determines what statistic to use to rank the contributors. Valid
1456
- # values are SUM and MAXIMUM.
1464
+ # values are `Sum` and `Maximum`.
1457
1465
  #
1458
1466
  # @return [Types::GetInsightRuleReportOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1459
1467
  #
@@ -3164,10 +3172,40 @@ module Aws::CloudWatch
3164
3172
  # either `Statistic` or `ExtendedStatistic,` but not both.
3165
3173
  #
3166
3174
  # @option params [String] :extended_statistic
3167
- # The percentile statistic for the metric specified in `MetricName`.
3168
- # Specify a value between p0.0 and p100. When you call `PutMetricAlarm`
3169
- # and specify a `MetricName`, you must specify either `Statistic` or
3170
- # `ExtendedStatistic,` but not both.
3175
+ # The extended statistic for the metric specified in `MetricName`. When
3176
+ # you call `PutMetricAlarm` and specify a `MetricName`, you must specify
3177
+ # either `Statistic` or `ExtendedStatistic` but not both.
3178
+ #
3179
+ # If you specify `ExtendedStatistic`, the following are valid values:
3180
+ #
3181
+ # * `p90`
3182
+ #
3183
+ # * `tm90`
3184
+ #
3185
+ # * `tc90`
3186
+ #
3187
+ # * `ts90`
3188
+ #
3189
+ # * `wm90`
3190
+ #
3191
+ # * `IQM`
3192
+ #
3193
+ # * `PR(n:m)` where n and m are values of the metric
3194
+ #
3195
+ # * `TC(X%:X%)` where X is between 10 and 90 inclusive.
3196
+ #
3197
+ # * `TM(X%:X%)` where X is between 10 and 90 inclusive.
3198
+ #
3199
+ # * `TS(X%:X%)` where X is between 10 and 90 inclusive.
3200
+ #
3201
+ # * `WM(X%:X%)` where X is between 10 and 90 inclusive.
3202
+ #
3203
+ # For more information about these extended statistics, see [CloudWatch
3204
+ # statistics definitions][1].
3205
+ #
3206
+ #
3207
+ #
3208
+ # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html
3171
3209
  #
3172
3210
  # @option params [Array<Types::Dimension>] :dimensions
3173
3211
  # The dimensions for the metric specified in `MetricName`.
@@ -3317,7 +3355,9 @@ module Aws::CloudWatch
3317
3355
  #
3318
3356
  # @option params [Array<Types::Tag>] :tags
3319
3357
  # A list of key-value pairs to associate with the alarm. You can
3320
- # associate as many as 50 tags with an alarm.
3358
+ # associate as many as 50 tags with an alarm. To be able to associate
3359
+ # tags with the alarm when you create the alarm, you must have the
3360
+ # `cloudwatch:TagResource` permission.
3321
3361
  #
3322
3362
  # Tags can help you organize and categorize your resources. You can also
3323
3363
  # use them to scope user permissions by granting a user permission to
@@ -3943,7 +3983,7 @@ module Aws::CloudWatch
3943
3983
  params: params,
3944
3984
  config: config)
3945
3985
  context[:gem_name] = 'aws-sdk-cloudwatch'
3946
- context[:gem_version] = '1.78.0'
3986
+ context[:gem_version] = '1.79.0'
3947
3987
  Seahorse::Client::Request.new(handlers, context)
3948
3988
  end
3949
3989
 
@@ -514,10 +514,40 @@ module Aws::CloudWatch
514
514
  # you call `PutMetricAlarm` and specify a `MetricName`, you must specify
515
515
  # either `Statistic` or `ExtendedStatistic,` but not both.
516
516
  # @option options [String] :extended_statistic
517
- # The percentile statistic for the metric specified in `MetricName`.
518
- # Specify a value between p0.0 and p100. When you call `PutMetricAlarm`
519
- # and specify a `MetricName`, you must specify either `Statistic` or
520
- # `ExtendedStatistic,` but not both.
517
+ # The extended statistic for the metric specified in `MetricName`. When
518
+ # you call `PutMetricAlarm` and specify a `MetricName`, you must specify
519
+ # either `Statistic` or `ExtendedStatistic` but not both.
520
+ #
521
+ # If you specify `ExtendedStatistic`, the following are valid values:
522
+ #
523
+ # * `p90`
524
+ #
525
+ # * `tm90`
526
+ #
527
+ # * `tc90`
528
+ #
529
+ # * `ts90`
530
+ #
531
+ # * `wm90`
532
+ #
533
+ # * `IQM`
534
+ #
535
+ # * `PR(n:m)` where n and m are values of the metric
536
+ #
537
+ # * `TC(X%:X%)` where X is between 10 and 90 inclusive.
538
+ #
539
+ # * `TM(X%:X%)` where X is between 10 and 90 inclusive.
540
+ #
541
+ # * `TS(X%:X%)` where X is between 10 and 90 inclusive.
542
+ #
543
+ # * `WM(X%:X%)` where X is between 10 and 90 inclusive.
544
+ #
545
+ # For more information about these extended statistics, see [CloudWatch
546
+ # statistics definitions][1].
547
+ #
548
+ #
549
+ #
550
+ # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html
521
551
  # @option options [Array<Types::Dimension>] :dimensions
522
552
  # The dimensions for the metric specified in `MetricName`.
523
553
  # @option options [Integer] :period
@@ -656,7 +686,9 @@ module Aws::CloudWatch
656
686
  # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDataQuery.html
657
687
  # @option options [Array<Types::Tag>] :tags
658
688
  # A list of key-value pairs to associate with the alarm. You can
659
- # associate as many as 50 tags with an alarm.
689
+ # associate as many as 50 tags with an alarm. To be able to associate
690
+ # tags with the alarm when you create the alarm, you must have the
691
+ # `cloudwatch:TagResource` permission.
660
692
  #
661
693
  # Tags can help you organize and categorize your resources. You can also
662
694
  # use them to scope user permissions by granting a user permission to
@@ -67,7 +67,15 @@ module Aws::CloudWatch
67
67
  # @option options [Array<String>] :alarm_types
68
68
  # Use this parameter to specify whether you want the operation to return
69
69
  # metric alarms or composite alarms. If you omit this parameter, only
70
- # metric alarms are returned.
70
+ # metric alarms are returned, even if composite alarms exist in the
71
+ # account.
72
+ #
73
+ # For example, if you omit this parameter or specify `MetricAlarms`, the
74
+ # operation returns only a list of metric alarms. It does not return any
75
+ # composite alarms, even if composite alarms exist in the account.
76
+ #
77
+ # If you specify `CompositeAlarms`, the operation returns only a list of
78
+ # composite alarms, and does not return any metric alarms.
71
79
  # @option options [String] :children_of_alarm_name
72
80
  # If you use this parameter and specify the name of a composite alarm,
73
81
  # the operation returns information about the "children" alarms of the
@@ -167,7 +175,15 @@ module Aws::CloudWatch
167
175
  # @option options [Array<String>] :alarm_types
168
176
  # Use this parameter to specify whether you want the operation to return
169
177
  # metric alarms or composite alarms. If you omit this parameter, only
170
- # metric alarms are returned.
178
+ # metric alarms are returned, even if composite alarms exist in the
179
+ # account.
180
+ #
181
+ # For example, if you omit this parameter or specify `MetricAlarms`, the
182
+ # operation returns only a list of metric alarms. It does not return any
183
+ # composite alarms, even if composite alarms exist in the account.
184
+ #
185
+ # If you specify `CompositeAlarms`, the operation returns only a list of
186
+ # composite alarms, and does not return any metric alarms.
171
187
  # @option options [String] :children_of_alarm_name
172
188
  # If you use this parameter and specify the name of a composite alarm,
173
189
  # the operation returns information about the "children" alarms of the
@@ -705,7 +705,16 @@ module Aws::CloudWatch
705
705
  # @!attribute [rw] alarm_types
706
706
  # Use this parameter to specify whether you want the operation to
707
707
  # return metric alarms or composite alarms. If you omit this
708
- # parameter, only metric alarms are returned.
708
+ # parameter, only metric alarms are returned, even if composite alarms
709
+ # exist in the account.
710
+ #
711
+ # For example, if you omit this parameter or specify `MetricAlarms`,
712
+ # the operation returns only a list of metric alarms. It does not
713
+ # return any composite alarms, even if composite alarms exist in the
714
+ # account.
715
+ #
716
+ # If you specify `CompositeAlarms`, the operation returns only a list
717
+ # of composite alarms, and does not return any metric alarms.
709
718
  # @return [Array<String>]
710
719
  #
711
720
  # @!attribute [rw] children_of_alarm_name
@@ -1155,7 +1164,7 @@ module Aws::CloudWatch
1155
1164
  #
1156
1165
  # @!attribute [rw] order_by
1157
1166
  # Determines what statistic to use to rank the contributors. Valid
1158
- # values are SUM and MAXIMUM.
1167
+ # values are `Sum` and `Maximum`.
1159
1168
  # @return [String]
1160
1169
  #
1161
1170
  # @see http://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/GetInsightRuleReportInput AWS API Documentation
@@ -3680,10 +3689,40 @@ module Aws::CloudWatch
3680
3689
  # @return [String]
3681
3690
  #
3682
3691
  # @!attribute [rw] extended_statistic
3683
- # The percentile statistic for the metric specified in `MetricName`.
3684
- # Specify a value between p0.0 and p100. When you call
3685
- # `PutMetricAlarm` and specify a `MetricName`, you must specify either
3686
- # `Statistic` or `ExtendedStatistic,` but not both.
3692
+ # The extended statistic for the metric specified in `MetricName`.
3693
+ # When you call `PutMetricAlarm` and specify a `MetricName`, you must
3694
+ # specify either `Statistic` or `ExtendedStatistic` but not both.
3695
+ #
3696
+ # If you specify `ExtendedStatistic`, the following are valid values:
3697
+ #
3698
+ # * `p90`
3699
+ #
3700
+ # * `tm90`
3701
+ #
3702
+ # * `tc90`
3703
+ #
3704
+ # * `ts90`
3705
+ #
3706
+ # * `wm90`
3707
+ #
3708
+ # * `IQM`
3709
+ #
3710
+ # * `PR(n:m)` where n and m are values of the metric
3711
+ #
3712
+ # * `TC(X%:X%)` where X is between 10 and 90 inclusive.
3713
+ #
3714
+ # * `TM(X%:X%)` where X is between 10 and 90 inclusive.
3715
+ #
3716
+ # * `TS(X%:X%)` where X is between 10 and 90 inclusive.
3717
+ #
3718
+ # * `WM(X%:X%)` where X is between 10 and 90 inclusive.
3719
+ #
3720
+ # For more information about these extended statistics, see
3721
+ # [CloudWatch statistics definitions][1].
3722
+ #
3723
+ #
3724
+ #
3725
+ # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html
3687
3726
  # @return [String]
3688
3727
  #
3689
3728
  # @!attribute [rw] dimensions
@@ -3847,7 +3886,9 @@ module Aws::CloudWatch
3847
3886
  #
3848
3887
  # @!attribute [rw] tags
3849
3888
  # A list of key-value pairs to associate with the alarm. You can
3850
- # associate as many as 50 tags with an alarm.
3889
+ # associate as many as 50 tags with an alarm. To be able to associate
3890
+ # tags with the alarm when you create the alarm, you must have the
3891
+ # `cloudwatch:TagResource` permission.
3851
3892
  #
3852
3893
  # Tags can help you organize and categorize your resources. You can
3853
3894
  # also use them to scope user permissions by granting a user
@@ -56,6 +56,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
56
56
  # @!group service
57
57
  module Aws::CloudWatch
58
58
 
59
- GEM_VERSION = '1.78.0'
59
+ GEM_VERSION = '1.79.0'
60
60
 
61
61
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core