aws-sdk-cloudwatch 1.133.0 → 1.134.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatch/client.rb +8 -10
- data/lib/aws-sdk-cloudwatch/types.rb +8 -9
- data/lib/aws-sdk-cloudwatch.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc414d2f1107d06392f609635337bfd927cb9cb47ea7ee1471372cd2bd8a7ce7
|
|
4
|
+
data.tar.gz: faf6cc6baa9feebdf153a050fc250589aa808738456ef89e79ff96bbd8fee8b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9aca21bf1ba006843216321b5f1ebb3880d1c26baa3d2be2ba0ff6566db5c152b4949d63e9073879af4cf1a08b54454ccab99b38899b09616238f8501cbd5529
|
|
7
|
+
data.tar.gz: 4f63802d4c3ddf4fa9faa5866360cfde34151b6606ca4bd7f0a01e3d7b917cccd47d8e398ab4b888869c84a1ef32bc1d745f1c665305c5dead212bc53abbe013
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.134.0
|
|
@@ -2825,18 +2825,16 @@ module Aws::CloudWatch
|
|
|
2825
2825
|
# can use tags to categorize and manage your mute rules.
|
|
2826
2826
|
#
|
|
2827
2827
|
# @option params [Time,DateTime,Date,Integer,String] :start_date
|
|
2828
|
-
# The date and time after which the mute rule takes effect
|
|
2829
|
-
#
|
|
2830
|
-
#
|
|
2831
|
-
#
|
|
2832
|
-
# timezone is specified.
|
|
2828
|
+
# The date and time after which the mute rule takes effect, specified as
|
|
2829
|
+
# a timestamp in ISO 8601 format (for example, `2026-04-15T08:00:00Z`).
|
|
2830
|
+
# If not specified, the mute rule takes effect immediately upon creation
|
|
2831
|
+
# and the mutes are applied as per the schedule expression.
|
|
2833
2832
|
#
|
|
2834
2833
|
# @option params [Time,DateTime,Date,Integer,String] :expire_date
|
|
2835
2834
|
# The date and time when the mute rule expires and is no longer
|
|
2836
|
-
# evaluated
|
|
2837
|
-
#
|
|
2838
|
-
#
|
|
2839
|
-
# specified.
|
|
2835
|
+
# evaluated, specified as a timestamp in ISO 8601 format (for example,
|
|
2836
|
+
# `2026-12-31T23:59:59Z`). After this time, the rule status becomes
|
|
2837
|
+
# EXPIRED and will no longer mute the targeted alarms.
|
|
2840
2838
|
#
|
|
2841
2839
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
2842
2840
|
#
|
|
@@ -4802,7 +4800,7 @@ module Aws::CloudWatch
|
|
|
4802
4800
|
tracer: tracer
|
|
4803
4801
|
)
|
|
4804
4802
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
|
4805
|
-
context[:gem_version] = '1.
|
|
4803
|
+
context[:gem_version] = '1.134.0'
|
|
4806
4804
|
Seahorse::Client::Request.new(handlers, context)
|
|
4807
4805
|
end
|
|
4808
4806
|
|
|
@@ -3685,19 +3685,18 @@ module Aws::CloudWatch
|
|
|
3685
3685
|
# @return [Array<Types::Tag>]
|
|
3686
3686
|
#
|
|
3687
3687
|
# @!attribute [rw] start_date
|
|
3688
|
-
# The date and time after which the mute rule takes effect
|
|
3689
|
-
#
|
|
3690
|
-
#
|
|
3691
|
-
#
|
|
3692
|
-
#
|
|
3688
|
+
# The date and time after which the mute rule takes effect, specified
|
|
3689
|
+
# as a timestamp in ISO 8601 format (for example,
|
|
3690
|
+
# `2026-04-15T08:00:00Z`). If not specified, the mute rule takes
|
|
3691
|
+
# effect immediately upon creation and the mutes are applied as per
|
|
3692
|
+
# the schedule expression.
|
|
3693
3693
|
# @return [Time]
|
|
3694
3694
|
#
|
|
3695
3695
|
# @!attribute [rw] expire_date
|
|
3696
3696
|
# The date and time when the mute rule expires and is no longer
|
|
3697
|
-
# evaluated
|
|
3698
|
-
#
|
|
3699
|
-
#
|
|
3700
|
-
# timezone is specified.
|
|
3697
|
+
# evaluated, specified as a timestamp in ISO 8601 format (for example,
|
|
3698
|
+
# `2026-12-31T23:59:59Z`). After this time, the rule status becomes
|
|
3699
|
+
# EXPIRED and will no longer mute the targeted alarms.
|
|
3701
3700
|
# @return [Time]
|
|
3702
3701
|
#
|
|
3703
3702
|
# @see http://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/PutAlarmMuteRuleInput AWS API Documentation
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED