aws-sdk-cloudwatchlogs 1.101.0 → 1.102.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchlogs/client.rb +1 -2
- data/lib/aws-sdk-cloudwatchlogs/types.rb +0 -1
- data/lib/aws-sdk-cloudwatchlogs.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: 9d4a67c596fca99f67c8a9efce06a74d20d140bff2f85519e7e07a93a2b7443d
|
4
|
+
data.tar.gz: 2c8405e89af35b6493d22d447af94e9a46d692c9ca143d6190ee5e9e48d9e2db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9fc937a170d269067ea4fa70f44f7760e16be2777e30ccfeed6f463fadae0722b89276345509f9f0d9811dcf0365c6600b4ffad43dadb2df6fe6845b1a8f802
|
7
|
+
data.tar.gz: 07a85f819c7900b204c2ca205a14e7f28030a156406e87dbeaf6cb8dea0f7ee5fd9eda953cb7e3afaf5faf7b0c37eb42dd7a342ee39e668ed65d46cc1ad202dd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.102.0
|
@@ -3629,7 +3629,6 @@ module Aws::CloudWatchLogs
|
|
3629
3629
|
# * A logical destination in a different account created with
|
3630
3630
|
# [PutDestination][2], for cross-account delivery. Kinesis Data
|
3631
3631
|
# Streams and Firehose are supported as logical destinations.
|
3632
|
-
#
|
3633
3632
|
# * **RoleArn** The ARN of an IAM role that grants CloudWatch Logs
|
3634
3633
|
# permissions to deliver ingested log events to the destination
|
3635
3634
|
# stream. You don't need to provide the ARN when you are working with
|
@@ -5627,7 +5626,7 @@ module Aws::CloudWatchLogs
|
|
5627
5626
|
tracer: tracer
|
5628
5627
|
)
|
5629
5628
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
5630
|
-
context[:gem_version] = '1.
|
5629
|
+
context[:gem_version] = '1.102.0'
|
5631
5630
|
Seahorse::Client::Request.new(handlers, context)
|
5632
5631
|
end
|
5633
5632
|
|
@@ -3840,7 +3840,6 @@ module Aws::CloudWatchLogs
|
|
3840
3840
|
# * A logical destination in a different account created with
|
3841
3841
|
# [PutDestination][2], for cross-account delivery. Kinesis Data
|
3842
3842
|
# Streams and Firehose are supported as logical destinations.
|
3843
|
-
#
|
3844
3843
|
# * **RoleArn** The ARN of an IAM role that grants CloudWatch Logs
|
3845
3844
|
# permissions to deliver ingested log events to the destination
|
3846
3845
|
# stream. You don't need to provide the ARN when you are working
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudwatchlogs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.102.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: 2024-11-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|