aws-sdk-cloudwatchlogs 1.81.0 → 1.82.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-cloudwatchlogs/client.rb +4 -3
- 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: 367e7788e61f7497cb5f03f4ef3e002b6f7fbcd744a35c336d3a6913324d29b4
|
|
4
|
+
data.tar.gz: 132c916680adb6a701c8ee9ddf3eaaddea54d863622be9a923891e85502eb002
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7858906e3990d525152c5ba6fe886c80d250608d19ecbd0bceaddbfa92bce316e65b8455ca28cf0a03c7204ab969661409513f80e50c76ac2755ea01fc0b3c56
|
|
7
|
+
data.tar.gz: f8ea7038ecdc9754835db7c2371af0f5065222c9d5a9cb2487ae1db85ff6642b44cef10661cfc45d0d88d9469f122a5d85cbca145c4f7022f1d319880afb40b0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.82.0
|
|
@@ -312,8 +312,9 @@ module Aws::CloudWatchLogs
|
|
|
312
312
|
#
|
|
313
313
|
# @option options [String] :sdk_ua_app_id
|
|
314
314
|
# A unique and opaque application ID that is appended to the
|
|
315
|
-
# User-Agent header as app
|
|
316
|
-
# maximum length of 50.
|
|
315
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
316
|
+
# maximum length of 50. This variable is sourced from environment
|
|
317
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
|
317
318
|
#
|
|
318
319
|
# @option options [String] :secret_access_key
|
|
319
320
|
#
|
|
@@ -5372,7 +5373,7 @@ module Aws::CloudWatchLogs
|
|
|
5372
5373
|
params: params,
|
|
5373
5374
|
config: config)
|
|
5374
5375
|
context[:gem_name] = 'aws-sdk-cloudwatchlogs'
|
|
5375
|
-
context[:gem_version] = '1.
|
|
5376
|
+
context[:gem_version] = '1.82.0'
|
|
5376
5377
|
Seahorse::Client::Request.new(handlers, context)
|
|
5377
5378
|
end
|
|
5378
5379
|
|
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.82.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
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|