aws-sdk-cloudwatchlogs 1.94.0 → 1.96.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: ecc5278ce5fbda3439188ed5ae19529cca0ead21f6548ee423a3537acc2de2a4
4
- data.tar.gz: e569c86af3380508f85782e8c5cd2d45b9f1ca63a4728b46673e7dfe8e0aa0d3
3
+ metadata.gz: dd79d61961e5e5dcda644d7f69f7f8a5b911a77735905c5c47a1e1ee71e311d0
4
+ data.tar.gz: 2069d23b0f271c75b30090e0e61189b4a74afbea282d8a5940f33da18c944272
5
5
  SHA512:
6
- metadata.gz: 6554c39f20d9c9a6e788d777f59cbf418a71cd0f0490229398a96f982eebf685a212a1f8d79797cad9093b2121212cfd57a4fd6ff132c53f433c972a50f5725f
7
- data.tar.gz: '08b8a7523f0c4e0fd01f5c9623c29b192c65f3a3c3f10a77713a2a27d125386e672e9a76259a5965ec801d1d6457f5239f369c3a1eada711fe1b076ec0b41e2f'
6
+ metadata.gz: 64b3e948e4a5bc252a4f4144580c232466cb0690331beedd673c3861e6c937839ed1f076503331cfe50f2a135f58e08bf19a3a0e41fd6157cf2f25489dad7ca1
7
+ data.tar.gz: 04dbb04c194d8b092eca90bb40fba955a40abbd541c0ff37b85604ebebda7c21bf247468d68982305e84625a39bd4f307e66cb1d79d9a87a19d88e0402bc4995
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.95.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.94.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.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.94.0'
5614
+ context[:gem_version] = '1.96.0'
5617
5615
  Seahorse::Client::Request.new(handlers, context)
5618
5616
  end
5619
5617
 
@@ -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,17 +11,7 @@
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'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:cloudwatchlogs)
25
15
 
26
16
  # This module provides support for Amazon CloudWatch Logs. This module is available in the
27
17
  # `aws-sdk-cloudwatchlogs` gem.
@@ -52,7 +42,21 @@ require_relative 'aws-sdk-cloudwatchlogs/event_streams'
52
42
  #
53
43
  # @!group service
54
44
  module Aws::CloudWatchLogs
45
+ autoload :Types, 'aws-sdk-cloudwatchlogs/types'
46
+ autoload :ClientApi, 'aws-sdk-cloudwatchlogs/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-cloudwatchlogs/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-cloudwatchlogs/client'
51
+ autoload :Errors, 'aws-sdk-cloudwatchlogs/errors'
52
+ autoload :Resource, 'aws-sdk-cloudwatchlogs/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-cloudwatchlogs/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-cloudwatchlogs/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-cloudwatchlogs/endpoints'
56
+ autoload :EventStreams, 'aws-sdk-cloudwatchlogs/event_streams'
55
57
 
56
- GEM_VERSION = '1.94.0'
58
+ GEM_VERSION = '1.96.0'
57
59
 
58
60
  end
61
+
62
+ 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.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-20 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