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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00ee28d3c97b0e1cebdf2a8027b143319a8257b354e6a7ea7a81bbdc5943afce
4
- data.tar.gz: 285725f7cf0c943b8db9fe462512cc5cd6acce31e4fc8962fcbf7e28e7d80ec0
3
+ metadata.gz: 367e7788e61f7497cb5f03f4ef3e002b6f7fbcd744a35c336d3a6913324d29b4
4
+ data.tar.gz: 132c916680adb6a701c8ee9ddf3eaaddea54d863622be9a923891e85502eb002
5
5
  SHA512:
6
- metadata.gz: e16a4c4c47be49e6b0eb7dd922a30f925fb344e26f29c405452bab7ad9d05855267747e6f455223a11ba0c511e693baeefa8cb7e3b3288a8864f739b3f656251
7
- data.tar.gz: 543db75adb9c30d18efd7c9863f9211927e853d44218fbe28eb2d1bce31b228a20ecfb627dc5396f89d07f26ea11c0b951256cc4491aff11f7c4143c7cc486fc
6
+ metadata.gz: 7858906e3990d525152c5ba6fe886c80d250608d19ecbd0bceaddbfa92bce316e65b8455ca28cf0a03c7204ab969661409513f80e50c76ac2755ea01fc0b3c56
7
+ data.tar.gz: f8ea7038ecdc9754835db7c2371af0f5065222c9d5a9cb2487ae1db85ff6642b44cef10661cfc45d0d88d9469f122a5d85cbca145c4f7022f1d319880afb40b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.81.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
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/<sdk_ua_app_id>. It should have a
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.81.0'
5376
+ context[:gem_version] = '1.82.0'
5376
5377
  Seahorse::Client::Request.new(handlers, context)
5377
5378
  end
5378
5379
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudwatchlogs/event_streams'
53
53
  # @!group service
54
54
  module Aws::CloudWatchLogs
55
55
 
56
- GEM_VERSION = '1.81.0'
56
+ GEM_VERSION = '1.82.0'
57
57
 
58
58
  end
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.81.0
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-04-25 00:00:00.000000000 Z
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