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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15744b19226364f4ae0f40c987a687ec7a660846ea5b353d5d1d8fcceebda8e5
4
- data.tar.gz: 6dfbb7ba47bfb412d8e47247ccde0a8e228b6a67845f48d50c9ed63fab76966e
3
+ metadata.gz: 9d4a67c596fca99f67c8a9efce06a74d20d140bff2f85519e7e07a93a2b7443d
4
+ data.tar.gz: 2c8405e89af35b6493d22d447af94e9a46d692c9ca143d6190ee5e9e48d9e2db
5
5
  SHA512:
6
- metadata.gz: 96a8e12d18c705bd951c185eecb5f02bafffb18f73c55409fa9fdddb8732f289d89e1cf1fc9d44ae492558e1cbebcbb0f81c8259800c95a6146c3752b3a62079
7
- data.tar.gz: ff56886ad7ab6376e28b5d3ce914e52ce6e89bcd3452b0f040c1c270a3eddc4f9fd9f629edef486b43fa8394ff1a3901b64faeaedd4dbfa67f22087e97e7cba6
6
+ metadata.gz: f9fc937a170d269067ea4fa70f44f7760e16be2777e30ccfeed6f463fadae0722b89276345509f9f0d9811dcf0365c6600b4ffad43dadb2df6fe6845b1a8f802
7
+ data.tar.gz: 07a85f819c7900b204c2ca205a14e7f28030a156406e87dbeaf6cb8dea0f7ee5fd9eda953cb7e3afaf5faf7b0c37eb42dd7a342ee39e668ed65d46cc1ad202dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.101.0 (2024-11-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
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.101.0'
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
@@ -55,7 +55,7 @@ module Aws::CloudWatchLogs
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
57
57
 
58
- GEM_VERSION = '1.101.0'
58
+ GEM_VERSION = '1.102.0'
59
59
 
60
60
  end
61
61
 
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.101.0
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-06 00:00:00.000000000 Z
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