aws-sdk-cloudwatchevents 1.81.0 → 1.82.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: afb38fe38de4791ae7b8802a29f7be1ef31d688183aec543a21d9dc2d73d701d
4
- data.tar.gz: 274e2461410fb6ed500e50a10a68abd3b4cb665f34f69cba4354571ae5f373b5
3
+ metadata.gz: 6b23d4b4cc6697b570086175ff7617c46b4f34445c4e78f28a8b238ee5bd7b1d
4
+ data.tar.gz: 71a355234bd80f2454e87c63f1c3bb06af4215c8f9218f6aa1f5bb8a879441fe
5
5
  SHA512:
6
- metadata.gz: 3073406d32d094c645d78a2740814abaecd21d8b20ff48c648a575a160fb887053be5650e787b2167f078ff636e0e2290852a2e0d807f3899fd7a13230a0c7b0
7
- data.tar.gz: d6575d73dab211a6e9e1025d4d5ea3f8bf4a1ed6ddd75d1bd118787e74853da663487c0e7cd576733d4e7cd5e9b298ac76877828edc79e342cf47a8ae6532e60
6
+ metadata.gz: 86401efb8b2b3be551f1d1ce731289ec8fa7301ec27693ac9b96b671c2e0db3fb56a70f3722eace88e5ce7d6d02c7b785efa92623f4954929081dbecae44ccd6
7
+ data.tar.gz: 2686f054eec7df7fefa96980fc8dd0442f219b7c8026014fd447b3b1b0554f538bc201c6b855d247690ffccddc7f32c1aed2af7af3f717b26fa452a9770d93b0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.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.81.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -3437,7 +3437,7 @@ module Aws::CloudWatchEvents
3437
3437
  tracer: tracer
3438
3438
  )
3439
3439
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3440
- context[:gem_version] = '1.81.0'
3440
+ context[:gem_version] = '1.82.0'
3441
3441
  Seahorse::Client::Request.new(handlers, context)
3442
3442
  end
3443
3443
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::CloudWatchEvents
11
12
  # @api private
12
13
  module ClientApi
@@ -4369,3 +4369,4 @@ module Aws::CloudWatchEvents
4369
4369
 
4370
4370
  end
4371
4371
  end
4372
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-cloudwatchevents/types'
15
- require_relative 'aws-sdk-cloudwatchevents/client_api'
16
- require_relative 'aws-sdk-cloudwatchevents/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-cloudwatchevents/client'
18
- require_relative 'aws-sdk-cloudwatchevents/errors'
19
- require_relative 'aws-sdk-cloudwatchevents/resource'
20
- require_relative 'aws-sdk-cloudwatchevents/endpoint_parameters'
21
- require_relative 'aws-sdk-cloudwatchevents/endpoint_provider'
22
- require_relative 'aws-sdk-cloudwatchevents/endpoints'
23
- require_relative 'aws-sdk-cloudwatchevents/customizations'
24
-
25
14
  # This module provides support for Amazon CloudWatch Events. This module is available in the
26
15
  # `aws-sdk-cloudwatchevents` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-cloudwatchevents/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::CloudWatchEvents
43
+ autoload :Types, 'aws-sdk-cloudwatchevents/types'
44
+ autoload :ClientApi, 'aws-sdk-cloudwatchevents/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-cloudwatchevents/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-cloudwatchevents/client'
49
+ autoload :Errors, 'aws-sdk-cloudwatchevents/errors'
50
+ autoload :Resource, 'aws-sdk-cloudwatchevents/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-cloudwatchevents/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-cloudwatchevents/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-cloudwatchevents/endpoints'
54
54
 
55
- GEM_VERSION = '1.81.0'
55
+ GEM_VERSION = '1.82.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-cloudwatchevents/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevents
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-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