aws-sdk-cloudwatchlogs 1.94.0 → 1.95.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: ecc5278ce5fbda3439188ed5ae19529cca0ead21f6548ee423a3537acc2de2a4
4
- data.tar.gz: e569c86af3380508f85782e8c5cd2d45b9f1ca63a4728b46673e7dfe8e0aa0d3
3
+ metadata.gz: 9c08dd15a7ce21bab431597fb2543e643fe1971abf118c9604022736192b01ba
4
+ data.tar.gz: 9ca58d0637db00894de742d489e5d4b20e4a92496e93d6b63fd3fcea27842b69
5
5
  SHA512:
6
- metadata.gz: 6554c39f20d9c9a6e788d777f59cbf418a71cd0f0490229398a96f982eebf685a212a1f8d79797cad9093b2121212cfd57a4fd6ff132c53f433c972a50f5725f
7
- data.tar.gz: '08b8a7523f0c4e0fd01f5c9623c29b192c65f3a3c3f10a77713a2a27d125386e672e9a76259a5965ec801d1d6457f5239f369c3a1eada711fe1b076ec0b41e2f'
6
+ metadata.gz: bb95974d79dc748d459cb3ea95c26c62f2ba4d126384bd87fb513f77f4b721f6ce61ac0d29619589ac28a23bfd430e4ec19c10e55427a6789ffa5793cd4204f8
7
+ data.tar.gz: 74c981a376830aea7ce6a68e52509ea4d67d5bb561239a64803ac8ddce15b41a42627c91802763c2f390d14bb51f5bfe3417567a103744cf430ec966c9f0aa83
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.94.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -5613,7 +5613,7 @@ module Aws::CloudWatchLogs
5613
5613
  tracer: tracer
5614
5614
  )
5615
5615
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
5616
- context[:gem_version] = '1.94.0'
5616
+ context[:gem_version] = '1.95.0'
5617
5617
  Seahorse::Client::Request.new(handlers, context)
5618
5618
  end
5619
5619
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CloudWatchLogs
11
12
  # @api private
12
13
  module ClientApi
@@ -5483,3 +5483,4 @@ module Aws::CloudWatchLogs
5483
5483
 
5484
5484
  end
5485
5485
  end
5486
+
@@ -11,18 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-cloudwatchlogs/types'
15
- require_relative 'aws-sdk-cloudwatchlogs/client_api'
16
- require_relative 'aws-sdk-cloudwatchlogs/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-cloudwatchlogs/client'
18
- require_relative 'aws-sdk-cloudwatchlogs/errors'
19
- require_relative 'aws-sdk-cloudwatchlogs/resource'
20
- require_relative 'aws-sdk-cloudwatchlogs/endpoint_parameters'
21
- require_relative 'aws-sdk-cloudwatchlogs/endpoint_provider'
22
- require_relative 'aws-sdk-cloudwatchlogs/endpoints'
23
- require_relative 'aws-sdk-cloudwatchlogs/customizations'
24
- require_relative 'aws-sdk-cloudwatchlogs/event_streams'
25
-
26
14
  # This module provides support for Amazon CloudWatch Logs. This module is available in the
27
15
  # `aws-sdk-cloudwatchlogs` gem.
28
16
  #
@@ -52,7 +40,21 @@ require_relative 'aws-sdk-cloudwatchlogs/event_streams'
52
40
  #
53
41
  # @!group service
54
42
  module Aws::CloudWatchLogs
43
+ autoload :Types, 'aws-sdk-cloudwatchlogs/types'
44
+ autoload :ClientApi, 'aws-sdk-cloudwatchlogs/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-cloudwatchlogs/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-cloudwatchlogs/client'
49
+ autoload :Errors, 'aws-sdk-cloudwatchlogs/errors'
50
+ autoload :Resource, 'aws-sdk-cloudwatchlogs/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-cloudwatchlogs/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-cloudwatchlogs/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
54
+ autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
55
55
 
56
- GEM_VERSION = '1.94.0'
56
+ GEM_VERSION = '1.95.0'
57
57
 
58
58
  end
59
+
60
+ require_relative 'aws-sdk-cloudwatchlogs/customizations'
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.94.0
4
+ version: 1.95.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-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core