aws-sdk-cloudwatch 1.79.0 → 1.80.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 +4 -4
- data/lib/aws-sdk-cloudwatch/types.rb +3 -3
- data/lib/aws-sdk-cloudwatch.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d83074f533f1cc97c21d50c30bb343a9e1d7f0b33e057d4cf0fde833a250a8f0
|
|
4
|
+
data.tar.gz: eb5eaa476b99110a6d02dd69b66160feb5beec51b1c4cb3ba4e7bb0d6b05586f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac4cb4e7d45eab9d0d61d700796dd092e0547e1616e02ef50e140c96cef63c894b244be3854ab5c2abe973ed725ff7a66b4bf25d4cfea9a6341b77023ad69652
|
|
7
|
+
data.tar.gz: 24887c326365bbdc10cf1eaf5d0aebd92f9e7c69fd9d6aec691201a2f737240344106911a1873c970443a1cf72da0c0f8dc75f6e3ec75fb8f6e47c15cc35001b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.80.0
|
|
@@ -2369,7 +2369,7 @@ module Aws::CloudWatch
|
|
|
2369
2369
|
# `arn:aws:cloudwatch:Region:account-id:alarm:alarm-name `
|
|
2370
2370
|
#
|
|
2371
2371
|
# The ARN format of a Contributor Insights rule is
|
|
2372
|
-
# `arn:aws:cloudwatch:Region:account-id:insight-rule
|
|
2372
|
+
# `arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name `
|
|
2373
2373
|
#
|
|
2374
2374
|
# For more information about ARN format, see [ Resource Types Defined by
|
|
2375
2375
|
# Amazon CloudWatch][1] in the *Amazon Web Services General Reference*.
|
|
@@ -3896,7 +3896,7 @@ module Aws::CloudWatch
|
|
|
3896
3896
|
# `arn:aws:cloudwatch:Region:account-id:alarm:alarm-name `
|
|
3897
3897
|
#
|
|
3898
3898
|
# The ARN format of a Contributor Insights rule is
|
|
3899
|
-
# `arn:aws:cloudwatch:Region:account-id:insight-rule
|
|
3899
|
+
# `arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name `
|
|
3900
3900
|
#
|
|
3901
3901
|
# For more information about ARN format, see [ Resource Types Defined by
|
|
3902
3902
|
# Amazon CloudWatch][1] in the *Amazon Web Services General Reference*.
|
|
@@ -3940,7 +3940,7 @@ module Aws::CloudWatch
|
|
|
3940
3940
|
# `arn:aws:cloudwatch:Region:account-id:alarm:alarm-name `
|
|
3941
3941
|
#
|
|
3942
3942
|
# The ARN format of a Contributor Insights rule is
|
|
3943
|
-
# `arn:aws:cloudwatch:Region:account-id:insight-rule
|
|
3943
|
+
# `arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name `
|
|
3944
3944
|
#
|
|
3945
3945
|
# For more information about ARN format, see [ Resource Types Defined by
|
|
3946
3946
|
# Amazon CloudWatch][1] in the *Amazon Web Services General Reference*.
|
|
@@ -3983,7 +3983,7 @@ module Aws::CloudWatch
|
|
|
3983
3983
|
params: params,
|
|
3984
3984
|
config: config)
|
|
3985
3985
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
|
3986
|
-
context[:gem_version] = '1.
|
|
3986
|
+
context[:gem_version] = '1.80.0'
|
|
3987
3987
|
Seahorse::Client::Request.new(handlers, context)
|
|
3988
3988
|
end
|
|
3989
3989
|
|
|
@@ -2209,7 +2209,7 @@ module Aws::CloudWatch
|
|
|
2209
2209
|
# `arn:aws:cloudwatch:Region:account-id:alarm:alarm-name `
|
|
2210
2210
|
#
|
|
2211
2211
|
# The ARN format of a Contributor Insights rule is
|
|
2212
|
-
# `arn:aws:cloudwatch:Region:account-id:insight-rule
|
|
2212
|
+
# `arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name
|
|
2213
2213
|
# `
|
|
2214
2214
|
#
|
|
2215
2215
|
# For more information about ARN format, see [ Resource Types Defined
|
|
@@ -4313,7 +4313,7 @@ module Aws::CloudWatch
|
|
|
4313
4313
|
# `arn:aws:cloudwatch:Region:account-id:alarm:alarm-name `
|
|
4314
4314
|
#
|
|
4315
4315
|
# The ARN format of a Contributor Insights rule is
|
|
4316
|
-
# `arn:aws:cloudwatch:Region:account-id:insight-rule
|
|
4316
|
+
# `arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name
|
|
4317
4317
|
# `
|
|
4318
4318
|
#
|
|
4319
4319
|
# For more information about ARN format, see [ Resource Types Defined
|
|
@@ -4349,7 +4349,7 @@ module Aws::CloudWatch
|
|
|
4349
4349
|
# `arn:aws:cloudwatch:Region:account-id:alarm:alarm-name `
|
|
4350
4350
|
#
|
|
4351
4351
|
# The ARN format of a Contributor Insights rule is
|
|
4352
|
-
# `arn:aws:cloudwatch:Region:account-id:insight-rule
|
|
4352
|
+
# `arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name
|
|
4353
4353
|
# `
|
|
4354
4354
|
#
|
|
4355
4355
|
# For more information about ARN format, see [ Resource Types Defined
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
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.
|
|
4
|
+
version: 1.80.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-08-
|
|
11
|
+
date: 2023-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|