aws-sdk-cloudwatchlogs 1.95.0 → 1.96.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: 9c08dd15a7ce21bab431597fb2543e643fe1971abf118c9604022736192b01ba
4
- data.tar.gz: 9ca58d0637db00894de742d489e5d4b20e4a92496e93d6b63fd3fcea27842b69
3
+ metadata.gz: dd79d61961e5e5dcda644d7f69f7f8a5b911a77735905c5c47a1e1ee71e311d0
4
+ data.tar.gz: 2069d23b0f271c75b30090e0e61189b4a74afbea282d8a5940f33da18c944272
5
5
  SHA512:
6
- metadata.gz: bb95974d79dc748d459cb3ea95c26c62f2ba4d126384bd87fb513f77f4b721f6ce61ac0d29619589ac28a23bfd430e4ec19c10e55427a6789ffa5793cd4204f8
7
- data.tar.gz: 74c981a376830aea7ce6a68e52509ea4d67d5bb561239a64803ac8ddce15b41a42627c91802763c2f390d14bb51f5bfe3417567a103744cf430ec966c9f0aa83
6
+ metadata.gz: 64b3e948e4a5bc252a4f4144580c232466cb0690331beedd673c3861e6c937839ed1f076503331cfe50f2a135f58e08bf19a3a0e41fd6157cf2f25489dad7ca1
7
+ data.tar.gz: 04dbb04c194d8b092eca90bb40fba955a40abbd541c0ff37b85604ebebda7c21bf247468d68982305e84625a39bd4f307e66cb1d79d9a87a19d88e0402bc4995
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.95.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.96.0
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
  require 'aws-sdk-core/plugins/event_stream_configuration.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:cloudwatchlogs)
41
-
42
40
  module Aws::CloudWatchLogs
43
41
  # An API client for CloudWatchLogs. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -5613,7 +5611,7 @@ module Aws::CloudWatchLogs
5613
5611
  tracer: tracer
5614
5612
  )
5615
5613
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
5616
- context[:gem_version] = '1.95.0'
5614
+ context[:gem_version] = '1.96.0'
5617
5615
  Seahorse::Client::Request.new(handlers, context)
5618
5616
  end
5619
5617
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:cloudwatchlogs)
15
+
14
16
  # This module provides support for Amazon CloudWatch Logs. This module is available in the
15
17
  # `aws-sdk-cloudwatchlogs` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::CloudWatchLogs
53
55
  autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
54
56
  autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
55
57
 
56
- GEM_VERSION = '1.95.0'
58
+ GEM_VERSION = '1.96.0'
57
59
 
58
60
  end
59
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.95.0
4
+ version: 1.96.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core